同步长度
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
@@ -14,6 +14,7 @@ public class SystemBasicData : BaseFullAuditEntity
#endregion
public string Name { get; set; } = string.Empty;
[StringLength(1000)]
public string Value { get; set; } = string.Empty;
public string Description { get; set; } = string.Empty;
@@ -23,6 +24,7 @@ public class SystemBasicData : BaseFullAuditEntity
public string Code { get; set; } = string.Empty;
public Guid? ParentId { get; set; }
[StringLength(1000)]
public string ValueCN { get; set; } = string.Empty;
public bool IsEnable { get; set; }