site 调研增加配置字段

This commit is contained in:
2024-06-13 17:42:04 +08:00
parent c004741f95
commit 2b424ff45c
4 changed files with 22 additions and 2 deletions
+3
View File
@@ -182,6 +182,9 @@ namespace IRaCIS.Core.Domain.Models
//public List<SiteSurveyFiledConfig>
public string SiteSurveyConfigJsonStr { get; set; } = string.Empty;
public bool VisitPlanConfirmed { get; set; }