| | |
| | | /// <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> |
| | |
| | | /// </summary> |
| | | public XhsProjectItem(XhsProjectItem rhs) : base(rhs) |
| | | { |
| | | this.ID = rhs.ID; |
| | | this.Name = rhs.Name; |
| | | this.ProjectID = rhs.ProjectID; |
| | | this.Paras = rhs.Paras; |
| | |
| | | public long ProjectID { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 编号 |
| | | /// </summary> |
| | | public string NO { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 名称 |
| | | /// </summary> |
| | | public string Name { get; set; } |