文件名从 Service/HStation.Service.Assets.Core/01-entity/13-Kit/AssetsKitMain.cs 修改 |
| | |
| | | /// <summary> |
| | | /// 璁惧 |
| | | /// </summary> |
| | | [SysType("assets_kit_main")] |
| | | [SugarTable("assets_kit_main")] |
| | | public class AssetsKitMain : BaseEntity, ISorter, System.ICloneable |
| | | [SysType("assets_package_main")] |
| | | [SugarTable("assets_package_main")] |
| | | public class AssetsPackageMain : BaseEntity, ISorter, System.ICloneable |
| | | { |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public AssetsKitMain() |
| | | public AssetsPackageMain() |
| | | { } |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public AssetsKitMain(AssetsKitMain rhs) : base(rhs) |
| | | public AssetsPackageMain(AssetsPackageMain rhs) : base(rhs) |
| | | { |
| | | this.NO = rhs.NO; |
| | | this.Name = rhs.Name; |
| | | this.Name = rhs.Name;// |
| | | this.SeriesID = rhs.SeriesID; |
| | | this.CatalogID = rhs.CatalogID; |
| | | this.EquipmentCount = rhs.EquipmentCount; |
| | | this.UseCount = rhs.UseCount; |
| | | this.EquipmentCount = rhs.EquipmentCount;//pumpTotalnumber |
| | | this.UseCount = rhs.UseCount;//pumpusenumber |
| | | this.ModelType = rhs.ModelType; |
| | | this.SortCode = rhs.SortCode; |
| | | this.Description = rhs.Description; |
| | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public AssetsKitMain Clone() |
| | | public AssetsPackageMain Clone() |
| | | { |
| | | return (AssetsKitMain)this.MemberwiseClone(); |
| | | return (AssetsPackageMain)this.MemberwiseClone(); |
| | | } |
| | | |
| | | object ICloneable.Clone() |