From 13e69c09c5ac97e0294d64617dfb934e34bb4264 Mon Sep 17 00:00:00 2001 From: Shuxia Ning <NingShuxia0927@outlook.com> Date: 星期一, 02 十二月 2024 17:11:13 +0800 Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/HStation/XHS.V1.0 --- Service/HStation.Service.Assets.Core/01-entity/06-PipeLine/AssetsPipeMain.cs | 20 +++++++++++++++++++- 1 files changed, 19 insertions(+), 1 deletions(-) diff --git a/Service/HStation.Service.Assets.Core/01-entity/06-PipeLine/AssetsPipeMain.cs b/Service/HStation.Service.Assets.Core/01-entity/06-PipeLine/AssetsPipeMain.cs index 2ba5bf9..ea99393 100644 --- a/Service/HStation.Service.Assets.Core/01-entity/06-PipeLine/AssetsPipeMain.cs +++ b/Service/HStation.Service.Assets.Core/01-entity/06-PipeLine/AssetsPipeMain.cs @@ -7,7 +7,7 @@ /// </summary> [SysType("assets_pipe_main")] [SugarTable("assets_pipe_main")] - public class AssetsPipeMain : BaseEntity, ISorter, System.ICloneable + public class AssetsPipeMain : BaseEntity, ISorter, IFlags, IParas, ITagName, System.ICloneable { /// <summary> /// @@ -27,6 +27,9 @@ this.Darcy = rhs.Darcy; this.Manning = rhs.Manning; this.KeyWord = rhs.KeyWord; + this.Paras = rhs.Paras; + this.Flags = rhs.Flags; + this.TagName = rhs.TagName; this.SortCode = rhs.SortCode; this.Description = rhs.Description; } @@ -62,6 +65,21 @@ public string KeyWord { get; set; } /// <summary> + /// 鍙傛暟 + /// </summary> + public string Paras { get; set; } + + /// <summary> + /// 鏍囩 + /// </summary> + public string Flags { get; set; } + + /// <summary> + /// 鏍囧織 + /// </summary> + public string TagName { get; set; } + + /// <summary> ///Hazen /// </summary> public double Hazen { get; set; } -- Gitblit v1.9.3