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;