中心调研增加字段

Test_IRC_Net8
hang 2025-12-02 17:30:02 +08:00
parent 98f7ab8c02
commit 77790a1cb2
1 changed files with 2 additions and 0 deletions

View File

@ -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>();