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 --- Service/HStation.Service.Xhs.Core/01-entity/03-scheme/XhsScheme.cs | 13 ++++++++++--- 1 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Service/HStation.Service.Xhs.Core/01-entity/03-scheme/XhsScheme.cs b/Service/HStation.Service.Xhs.Core/01-entity/03-scheme/XhsScheme.cs index f238999..79f7b6f 100644 --- a/Service/HStation.Service.Xhs.Core/01-entity/03-scheme/XhsScheme.cs +++ b/Service/HStation.Service.Xhs.Core/01-entity/03-scheme/XhsScheme.cs @@ -23,7 +23,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; @@ -49,9 +50,15 @@ public string Name { get; set; } /// <summary> - /// 鏂规绫诲瀷 + /// 鏀归�犵被鍨� /// </summary> - public int SchemeType { get; set; } + [SugarColumn(ColumnDataType = StaticConfig.CodeFirst_BigString, IsNullable = true)] + public string ChangeTypes { get; set; } + + /// <summary> + /// 鑷畾涔� + /// </summary> + public bool AllowCustom { get; set; } /// <summary> /// 鍙傛暟 -- Gitblit v1.9.3