增加稽查字段

This commit is contained in:
2022-12-29 09:24:47 +08:00
parent 1ad7308108
commit 9a5b5636e9
4 changed files with 28 additions and 22 deletions
@@ -139,20 +139,23 @@ namespace IRaCIS.Core.Domain.Models
public string UrlConfigJsonStr { get; set; } = String.Empty;
//仅仅在业务数据的时候显示 供选择
public bool IsTableFiled { get; set; } = false;
public string TableFiledName { get; set; } = String.Empty;
#region
//未知是否有用
public bool IsConfig { get; set; }
/// <summary>
/// 是否为特殊类型
/// </summary>
public bool IsSpecialType { get; set; }
public string DictionaryKey { get; set; }
public bool IsShowByTrialConfig { get; set; }
public string TrialConfigRelyFieldName { get; set; }
/// <summary>
/// 是否为特殊类型
/// </summary>
public bool IsSpecialType { get; set; }
#endregion
}