| | |
| | | */ |
| | | public class WmsMaterialDto { |
| | | |
| | | private Integer materialId; |
| | | //private Integer materialId; |
| | | private Integer Material_ID; |
| | | |
| | | private String materialCode; |
| | | private String materialName; |
| | | //private String materialCode; |
| | | private String MaterialCode; |
| | | //private String materialName; |
| | | private String MaterialName; |
| | | /**物料类型 1=载具,2=电池*/ |
| | | private Integer materialType; |
| | | //private Integer materialType; |
| | | private Integer MaterialType; |
| | | /**物料规格*/ |
| | | private Integer modelType; |
| | | //private Integer modelType; |
| | | private Integer ModelType; |
| | | /**标称容量*/ |
| | | private String specification; |
| | | //private String specification; |
| | | private String Specifications; |
| | | /**标称电压*/ |
| | | private String unit; |
| | | //private String unit; |
| | | private String Uint; |
| | | /**品牌*/ |
| | | private String supplier; |
| | | //private String supplier; |
| | | private String Supplier; |
| | | |
| | | public Integer getMaterialId() { |
| | | return materialId; |
| | | public Integer getMaterial_ID() { |
| | | return Material_ID; |
| | | } |
| | | |
| | | public void setMaterialId(Integer materialId) { |
| | | this.materialId = materialId; |
| | | public void setMaterial_ID(Integer material_ID) { |
| | | Material_ID = material_ID; |
| | | } |
| | | |
| | | public String getMaterialCode() { |
| | | return materialCode; |
| | | return MaterialCode; |
| | | } |
| | | |
| | | public void setMaterialCode(String materialCode) { |
| | | this.materialCode = materialCode; |
| | | MaterialCode = materialCode; |
| | | } |
| | | |
| | | public String getMaterialName() { |
| | | return materialName; |
| | | return MaterialName; |
| | | } |
| | | |
| | | public void setMaterialName(String materialName) { |
| | | this.materialName = materialName; |
| | | MaterialName = materialName; |
| | | } |
| | | |
| | | public Integer getMaterialType() { |
| | | return materialType; |
| | | return MaterialType; |
| | | } |
| | | |
| | | public void setMaterialType(Integer materialType) { |
| | | this.materialType = materialType; |
| | | MaterialType = materialType; |
| | | } |
| | | |
| | | public Integer getModelType() { |
| | | return modelType; |
| | | return ModelType; |
| | | } |
| | | |
| | | public void setModelType(Integer modelType) { |
| | | this.modelType = modelType; |
| | | ModelType = modelType; |
| | | } |
| | | |
| | | public String getSpecification() { |
| | | return specification; |
| | | public String getSpecifications() { |
| | | return Specifications; |
| | | } |
| | | |
| | | public void setSpecification(String specification) { |
| | | this.specification = specification; |
| | | public void setSpecifications(String specifications) { |
| | | Specifications = specifications; |
| | | } |
| | | |
| | | public String getUnit() { |
| | | return unit; |
| | | public String getUint() { |
| | | return Uint; |
| | | } |
| | | |
| | | public void setUnit(String unit) { |
| | | this.unit = unit; |
| | | public void setUint(String uint) { |
| | | Uint = uint; |
| | | } |
| | | |
| | | public String getSupplier() { |
| | | return supplier; |
| | | return Supplier; |
| | | } |
| | | |
| | | public void setSupplier(String supplier) { |
| | | this.supplier = supplier; |
| | | Supplier = supplier; |
| | | } |
| | | } |