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