@@ -158,6 +158,18 @@ namespace WingServerCommon.Interfaces.Cache
/// </summary>
/// <value></value>
public List<string> ReferralOrganizationCodes { get; set; } = new List<string>();
+
+ /// <summary>
+ /// 默认词条库编码
+ /// </summary>
+ /// <value></value>
+ public string DefaultThesaurusCode { get; set; }
+ /// 默认报告模板编码
+ public string DefaultReportTemplateCode { get; set; }
}
public class CacheSettingDTOClass