ÎļþÃû´Ó Dto/HStation.Dto.Assets.Core/09-Manufacturer/AddManufacturerInput.cs ÐÞ¸Ä |
| | |
| | | public AddAssetsManufacturerInput(Model.AssetsManufacturer rhs) |
| | | { |
| | | this.Name = rhs.Name; |
| | | this.SeriesID = rhs.SeriesID; |
| | | this.Contacter = rhs.Contacter; |
| | | this.Telephone = rhs.Telephone; |
| | | this.Address = rhs.Address; |
| | | this.Flags = rhs.Flags; |
| | | this.TagName = rhs.TagName; |
| | | this.UseStatus = rhs.UseStatus; |
| | | this.SortCode = rhs.SortCode; |
| | | this.Description = rhs.Description; |
| | | } |
| | |
| | | public string Name { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ç³»åID |
| | | /// </summary> |
| | | public long SeriesID { get; set; } |
| | | |
| | | /// <summary> |
| | | /// è系人 |
| | | /// </summary> |
| | | public string Contacter { get; set; } |