| | |
| | | @Excel(name = "物料编号") |
| | | private String materialCode; |
| | | |
| | | @Excel(name = "车型") |
| | | private String carType; |
| | | /** 物料名称 */ |
| | | @Excel(name = "物料名称") |
| | | private String materialName; |
| | |
| | | public String getMaterialCode() |
| | | { |
| | | return materialCode; |
| | | } |
| | | public void setCarType(String carType) {this.carType = carType;} |
| | | |
| | | public String getCarType() |
| | | { |
| | | return carType; |
| | | } |
| | | public void setMaterialName(String materialName) |
| | | { |
| | |
| | | .append("id", getId()) |
| | | .append("materialCode", getMaterialCode()) |
| | | .append("materialName", getMaterialName()) |
| | | .append("carType", getCarType()) |
| | | .append("materialView", getMaterialView()) |
| | | .append("typeZ", getTypeZ()) |
| | | .append("typeL", getTypeL()) |