diff --git a/20220330_Vote/Vote.Services/Dto/UserScore20250801.cs b/20220330_Vote/Vote.Services/Dto/UserScore20250801.cs index a743f3e..34f922a 100644 --- a/20220330_Vote/Vote.Services/Dto/UserScore20250801.cs +++ b/20220330_Vote/Vote.Services/Dto/UserScore20250801.cs @@ -16,7 +16,7 @@ public class SubmitEntity { public string userId { get; set; } public List scores { get; set; } - public decimal finalscore { get; set; } + public decimal? finalscore { get; set; } } public class UserScoreInput