中心调研增加字段

This commit is contained in:
2025-12-02 17:30:02 +08:00
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>();