代码整理

This commit is contained in:
jianzhichu
2026-01-23 22:24:00 +08:00
parent 60f6e3847d
commit 3f6b1874eb
60 changed files with 348 additions and 991 deletions
+2 -4
View File
@@ -1,6 +1,4 @@
using System.ComponentModel.DataAnnotations;
namespace dy.net.model.dto
namespace dy.net.model.dto
{
public class DouyinVideoPageRequestDto : PageRequestDto
{
@@ -35,7 +33,7 @@ namespace dy.net.model.dto
}
public class FollowRequestDto: PageRequestDto
public class FollowRequestDto : PageRequestDto
{
public string FollowUserName { get; set; }