收藏夹

This commit is contained in:
jianzhichu
2026-01-19 17:30:32 +08:00
parent 65e6b48d8e
commit 7c6ee0a8a6
5 changed files with 96 additions and 3 deletions
+2
View File
@@ -12,5 +12,7 @@
public string Id { get; set; }
public bool Sync { get; set; }
public string Folder { get; set; }
}
}
+1
View File
@@ -59,5 +59,6 @@ namespace dy.net.model.dto
{
public string cookieId { get; set; }
public int cateType { get; set; }
}
}