ningshuxia
5 天以前 71c12ff40d58c3dbdde6867396dd99224e57fc32
Service/HStation.Service.Assets.Core/01-entity/04-Fourlink/AssetsFourlinkMain.cs
@@ -1,14 +1,13 @@
using HStation.Assets;
using Yw.Entity;
using Yw.Entity;
namespace HStation.Entity
{
    /// <summary>
    /// 业务站
    /// 四通型号
    /// </summary>
    [SysType("assets_fourlink_main")]
    [SugarTable("assets_fourlink_main")]
    public class AssetsFourlinkMain : BaseEntity, ISorter, System.ICloneable
    public class AssetsFourlinkMain : BaseEntity, ISorter, IFlags, IParas, ITagName, System.ICloneable
    {
        /// <summary>
        ///
@@ -23,7 +22,10 @@
            this.Material = rhs.Material;
            this.Caliber = rhs.Caliber;
            this.MinorLoss = rhs.MinorLoss;
            this.KeyWord = rhs.KeyWord;
            this.Paras = rhs.Paras;
            this.Flags = rhs.Flags;
            this.TagName = rhs.TagName;
            this.KeyWords = rhs.KeyWords;
            this.SortCode = rhs.SortCode;
            this.Description = rhs.Description;
        }
@@ -49,6 +51,21 @@
        public string Material { get; set; }
        /// <summary>
        /// 参数
        /// </summary>
        public string Paras { get; set; }
        /// <summary>
        /// 标签
        /// </summary>
        public string Flags { get; set; }
        /// <summary>
        /// 标志
        /// </summary>
        public string TagName { get; set; }
        /// <summary>
        /// 系数
        /// </summary>
        public double MinorLoss { get; set; }
@@ -56,7 +73,7 @@
        /// <summary>
        /// 识别关键字
        /// </summary>
        public string KeyWord { get; set; }
        public string KeyWords { get; set; }
        /// <summary>
        /// 排序码
@@ -71,9 +88,9 @@
        /// <summary>
        ///
        /// </summary>
        public AssetsPumpGroupAndMainMap Clone()
        public AssetsPumpGroupAndMainMapping Clone()
        {
            return (AssetsPumpGroupAndMainMap)this.MemberwiseClone();
            return (AssetsPumpGroupAndMainMapping)this.MemberwiseClone();
        }
        object ICloneable.Clone()