From 9afc96a7f7f759ae42fbe598a88a865fe737c6bd Mon Sep 17 00:00:00 2001 From: Shuxia Ning <NingShuxia0927@outlook.com> Date: 星期二, 10 十二月 2024 10:43:21 +0800 Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/HStation/XHS.V1.0 --- Dto/HStation.Dto.Xhs.Core/03-scheme/XhsSchemeDto.cs | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Dto/HStation.Dto.Xhs.Core/03-scheme/XhsSchemeDto.cs b/Dto/HStation.Dto.Xhs.Core/03-scheme/XhsSchemeDto.cs index b1aa63a..69b3b0a 100644 --- a/Dto/HStation.Dto.Xhs.Core/03-scheme/XhsSchemeDto.cs +++ b/Dto/HStation.Dto.Xhs.Core/03-scheme/XhsSchemeDto.cs @@ -21,7 +21,8 @@ this.SiteID = rhs.SiteID; this.NO = rhs.NO; this.Name = rhs.Name; - this.SchemeType = rhs.SchemeType; + this.ChangeTypes = rhs.ChangeTypes; + this.AllowCustom = rhs.AllowCustom; this.Paras = rhs.Paras; this.Flags = rhs.Flags; this.UseStatus = rhs.UseStatus; @@ -50,9 +51,14 @@ public string Name { get; set; } /// <summary> - /// 鏂规绫诲瀷 + /// 鍙樻洿绫诲瀷 /// </summary> - public eSchemeType SchemeType { get; set; } + public List<string> ChangeTypes { get; set; } + + /// <summary> + /// 鑷畾涔� + /// </summary> + public bool AllowCustom { get; set; } /// <summary> /// 鍙傛暟 -- Gitblit v1.9.3