Files
douyin/model/dto/DouyinCookieStopDto.cs
T
2026-01-19 17:30:32 +08:00

19 lines
345 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 Folder { get; set; }
}
}