整理字段长度,迁移准备工作完毕
This commit is contained in:
@@ -25,6 +25,7 @@ public class QCChallenge : BaseAddAuditEntity
|
||||
|
||||
public DateTime? DeadlineTime { get; set; }
|
||||
|
||||
[StringLength(1000)]
|
||||
public string Note { get; set; } = string.Empty;
|
||||
|
||||
public QCChanllengeReuploadEnum ReuploadEnum { get; set; }
|
||||
@@ -50,8 +51,10 @@ public class QCChallenge : BaseAddAuditEntity
|
||||
public string ClosedUser { get; set; } = string.Empty;
|
||||
public QCChallengeCloseEnum CloseResonEnum { get; set; }
|
||||
|
||||
[StringLength(1000)]
|
||||
public string Content { get; set; } = string.Empty;
|
||||
|
||||
[StringLength(1000)]
|
||||
public string ActionContent { get; set; } = string.Empty;
|
||||
|
||||
public UserTypeEnum UserTypeEnum { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user