中心调研增加字段
parent
98f7ab8c02
commit
77790a1cb2
|
|
@ -254,6 +254,8 @@ namespace IRaCIS.Application.Contracts
|
|||
|
||||
#region 中心调研
|
||||
|
||||
public bool IsOpenEquipmentSurvey { get; set; }
|
||||
|
||||
public List<string> NotShowFieldList { get; set; } = new List<string>();
|
||||
|
||||
public List<SiteSurveyModifyFiled> ModifyFiledList { get; set; } = new List<SiteSurveyModifyFiled>();
|
||||
|
|
|
|||
Loading…
Reference in New Issue