批量处理实体类空行
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-09-20 14:34:32 +08:00
parent 7524d39213
commit 718ddefe97
163 changed files with 0 additions and 1923 deletions
@@ -1,7 +1,3 @@
using IRaCIS.Core.Domain.Share;
namespace IRaCIS.Core.Domain.Models
{
@@ -18,8 +14,6 @@ namespace IRaCIS.Core.Domain.Models
public SystemBasicData Parent { get; set; }
#endregion
public string Name { get; set; } = string.Empty;
public string Value { get; set; } = string.Empty;
@@ -31,15 +25,11 @@ namespace IRaCIS.Core.Domain.Models
public string Code { get; set; } = string.Empty;
public Guid? ParentId { get; set; }
public string ValueCN { get; set; } = string.Empty;
public bool IsEnable { get; set; }
public BasicDataTypeEnum BasicDataTypeEnum { get; set; }
}
}