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
@@ -67,6 +67,8 @@ namespace IRaCIS.Core.Application.Contracts
public List<TrialSiteEquipmentSurveyView> TrialSiteEquipmentSurveyList { get; set; } = new List<TrialSiteEquipmentSurveyView>();
public List<TrialSiteUserSurveyView> TrialSiteUserSurveyList { get; set; } = new List<TrialSiteUserSurveyView>();
public List<SiteSurveyFiledConfig> FileConfigList { get; set; } = new List<SiteSurveyFiledConfig>();
}
public class TrialSiteUserSurveyAllDTO : TrialSiteUserSurveyView