10 lines
163 B
C#
10 lines
163 B
C#
namespace dy.net.model.dto
|
|
{
|
|
public class DouyinCookieStopDto
|
|
{
|
|
public string Id { get; set; }
|
|
|
|
public int Status { get; set; }
|
|
}
|
|
}
|