duheng
2024-06-21 3e522aef9eef3952affc07bd8258704a523f2a4e
HStation.Service.Xhs.Core/01-entity/XhsProjectItem.cs
@@ -5,8 +5,8 @@
    /// <summary>
    /// 业务站
    /// </summary>
    [SysType("xhs-projectitem")]
    [SugarTable("xhs_projectitem")]
    [SysType("xhs-projectItem")]
    [SugarTable("xhs_projectItem")]
    public class XhsProjectItem : BaseEntity, IParas, IFlags, ITagName, ISorter, IUseStatus, System.ICloneable
    {
        /// <summary>
@@ -20,6 +20,7 @@
        /// </summary>
        public XhsProjectItem(XhsProjectItem rhs) : base(rhs)
        {
            this.ID = rhs.ID;
            this.Name = rhs.Name;
            this.ProjectID = rhs.ProjectID;
            this.Paras = rhs.Paras;