| | |
| | | using SqlSugar; |
| | | using Yw.Entity; |
| | | using Yw.Entity; |
| | | |
| | | namespace HStation.Entity |
| | | { |
| | | /// <summary> |
| | | /// 业务站 |
| | | /// </summary> |
| | | [SysType("xhs-pumpseries")] |
| | | [SugarTable("xhs-pumpseries")] |
| | | [SysType("xhs_pumpseries")] |
| | | [SugarTable("xhs_pumpseries")] |
| | | public class PumpSeries : BaseEntity, IParas, IFlags, ITagName, ISorter, IUseStatus, System.ICloneable |
| | | { |
| | | /// <summary> |
| | |
| | | public PumpSeries(PumpSeries rhs) : base(rhs) |
| | | { |
| | | this.ID = rhs.ID; |
| | | this.CatalogID = rhs.CatalogID; |
| | | this.Name = rhs.Name; |
| | | this.Paras = rhs.Paras; |
| | | this.Flags = rhs.Flags; |
| | |
| | | this.Description = rhs.Description; |
| | | } |
| | | |
| | | /* /// <summary> |
| | | /// 所属类别ID |
| | | /// </summary> |
| | | public long CatalogID { get; set; }*/ |
| | | /// <summary> |
| | | /// 所属类别ID |
| | | /// </summary> |
| | | public long CatalogID { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 名称 |