Compare commits

..

2 Commits

Author SHA1 Message Date
hang 971d94495a Merge branch 'Test_IRC_Net8' of https://gitea.frp.extimaging.com/XCKJ/irc-netcore-api into Test_IRC_Net8
continuous-integration/drone/push Build is passing Details
2025-12-02 17:30:05 +08:00
hang 77790a1cb2 中心调研增加字段 2025-12-02 17:30:02 +08:00
1 changed files with 2 additions and 0 deletions

View File

@ -254,6 +254,8 @@ namespace IRaCIS.Application.Contracts
#region 中心调研 #region 中心调研
public bool IsOpenEquipmentSurvey { get; set; }
public List<string> NotShowFieldList { get; set; } = new List<string>(); public List<string> NotShowFieldList { get; set; } = new List<string>();
public List<SiteSurveyModifyFiled> ModifyFiledList { get; set; } = new List<SiteSurveyModifyFiled>(); public List<SiteSurveyModifyFiled> ModifyFiledList { get; set; } = new List<SiteSurveyModifyFiled>();