增加稽查字段
This commit is contained in:
@@ -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
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user