整理字段长度,迁移准备工作完毕
This commit is contained in:
@@ -11,6 +11,7 @@ public class QCChallengeDialog : BaseAddAuditEntity
|
||||
public QCChallenge QCChallenge { get; set; }
|
||||
#endregion
|
||||
|
||||
[StringLength(1000)]
|
||||
public string TalkContent { get; set; } = string.Empty;
|
||||
|
||||
public Guid QCChallengeId { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user