@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user