19 lines
349 B
C#
19 lines
349 B
C#
namespace dy.net.model.dto
|
|
{
|
|
public class DouyinCookieSwitchDto
|
|
{
|
|
public string Id { get; set; }
|
|
|
|
public int Status { get; set; }
|
|
}
|
|
|
|
public class DouyinCollectCateSwitchDto
|
|
{
|
|
public string Id { get; set; }
|
|
|
|
public bool Sync { get; set; }
|
|
|
|
public string SaveFolder { get; set; }
|
|
}
|
|
}
|