| | |
| | | namespace HStation.Entity |
| | | { |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | [SysType("assets_Compressorseries_manufacturer_mapping")] |
| | | [SugarTable("assets_Compressorseries_manufacturer_mapping")] |
| | | public class AssetsCompressorSeriesManufacturerMapping : BaseEntity, IParas, IFlags, ITagName, System.ICloneable |
| | | /// |
| | | ///</summary> |
| | | [SysType("assets-compressorseries-manufacturer-mapping")] |
| | | [SugarTable("assets_compressorseries_manufacturer_mapping")] |
| | | public class AssetsCompressorSeriesManufacturerMapping : BaseEntity , IParas, IFlags, ITagName, System.ICloneable |
| | | { |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public AssetsCompressorSeriesManufacturerMapping() |
| | | { } |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public AssetsCompressorSeriesManufacturerMapping() { } |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public AssetsCompressorSeriesManufacturerMapping(AssetsCompressorSeriesManufacturerMapping rhs) : base(rhs) |
| | | { |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public AssetsCompressorSeriesManufacturerMapping(AssetsCompressorSeriesManufacturerMapping rhs) : base(rhs) |
| | | { |
| | | this.SeriesID = rhs.SeriesID; |
| | | this.ManufacturerID = rhs.ManufacturerID; |
| | | this.Paras = rhs.Paras; |
| | | this.TagName = rhs.TagName; |
| | | this.Flags = rhs.Flags; |
| | | this.TagName = rhs.TagName; |
| | | this.Description = rhs.Description; |
| | | } |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 系列ID |
| | | /// </summary> |
| | | /// 系列ID |
| | | ///</summary> |
| | | public long SeriesID { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 厂商ID |
| | | /// </summary> |
| | | /// 厂家ID |
| | | ///</summary> |
| | | public long ManufacturerID { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 参数 |
| | | /// </summary> |
| | | /// |
| | | ///</summary> |
| | | [SugarColumn(ColumnDataType = StaticConfig.CodeFirst_BigString, IsNullable = true)] |
| | | public string Paras { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 标签 |
| | | /// </summary> |
| | | /// |
| | | ///</summary> |
| | | [SugarColumn(ColumnDataType = StaticConfig.CodeFirst_BigString, IsNullable = true)] |
| | | public string Flags { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 标志 |
| | | /// </summary> |
| | | /// |
| | | ///</summary> |
| | | [SugarColumn(Length = 500, IsNullable = true)] |
| | | public string TagName { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 说明 |
| | | /// </summary> |
| | | /// |
| | | ///</summary> |
| | | [SugarColumn(ColumnDataType = StaticConfig.CodeFirst_BigString, IsNullable = true)] |
| | | public string Description { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public AssetsCompressorSeries Clone() |
| | | public AssetsCompressorSeriesManufacturerMapping Clone() |
| | | { |
| | | return (AssetsCompressorSeries)this.MemberwiseClone(); |
| | | return (AssetsCompressorSeriesManufacturerMapping)this.MemberwiseClone(); |
| | | } |
| | | |
| | | object ICloneable.Clone() |
| | | { |
| | | return this.MemberwiseClone(); |
| | | return this.MemberwiseClone(); |
| | | } |
| | | |
| | | } |
| | | } |
| | | } |
| | | |
| | | |
| | | |
| | | |