同步长度
continuous-integration/drone/push Build is passing

This commit is contained in:
hang
2024-09-26 00:15:08 +08:00
parent ff71e925ca
commit 328a8549c6
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ public class QCChallenge : BaseAddAuditEntity
public string ClosedUser { get; set; } = string.Empty;
public QCChallengeCloseEnum CloseResonEnum { get; set; }
[StringLength(1000)]
[StringLength(1200)]
public string Content { get; set; } = string.Empty;
[StringLength(1000)]