细节调整

This commit is contained in:
yanghongwei 2025-04-13 19:06:48 +08:00
parent 235989fb45
commit d08766df48
1 changed files with 1 additions and 1 deletions

View File

@ -73,6 +73,6 @@ namespace LY.App.Model
} }
public class UpdateWhitelist : AddWhitelist public class UpdateWhitelist : AddWhitelist
{ {
public long id { get; set; } public long Id { get; set; }
} }
} }