| | |
| | | public AdaptingManageDto() |
| | | { } |
| | | |
| | | public AdaptingManageDto(Model.AdaptingManage rhs) |
| | | public AdaptingManageDto(Model.AssetsUserDefined rhs) |
| | | { |
| | | this.ID = rhs.ID; |
| | | this.AdaptingType = rhs.AdaptingType; |
| | | this.Coefficient = rhs.Coefficient; |
| | | this.Material = rhs.Material; |
| | | this.MaterialName = rhs.MaterialName; |
| | | this.Caliber = rhs.Caliber; |
| | | this.Name = rhs.Name; |
| | | this.SortCode = rhs.SortCode; |
| | |
| | | /// <summary> |
| | | /// 口径 |
| | | /// </summary> |
| | | public string Caliber { get; set; } |
| | | public double? Caliber { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 材料 |
| | | /// </summary> |
| | | public string Material { get; set; } |
| | | public string MaterialName { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 系数 |