mobile 更新

This commit is contained in:
jianzhichu
2025-12-19 09:52:55 +08:00
parent 086a0ea5af
commit 0549688e6f
10 changed files with 229 additions and 119 deletions
+10
View File
@@ -0,0 +1,10 @@
namespace dy.net.dto
{
public class DouyinVideoTopDto
{
public string Title { get; set; }
public string Time { get; set; }
}
}