修改参数名
continuous-integration/drone/push Build is passing Details

Test_IRC_Net8
hang 2025-12-02 17:42:06 +08:00
parent 971d94495a
commit 80447f5c7a
1 changed files with 1 additions and 1 deletions

View File

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