duheng
2024-07-05 5aba1bf12cd27faa797e7f3d15e0f960bdc2a4b2
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;
@@ -39,6 +40,11 @@
        public long ProjectID { get; set; }
        /// <summary>
        /// 编号
        /// </summary>
        public string NO { get; set; }
        /// <summary>
        /// 名称
        /// </summary>
        public string Name { get; set; }