src/main/java/com/zy/asrs/entity/Mat.java
@@ -177,7 +177,7 @@ * 安全库存量 */ @ApiModelProperty(value= "安全库存量") @ExcelProperty(value = "安全库存量") @ExcelProperty(value = "归零阀值") @TableField("safe_qty") private Double safeQty; @@ -204,7 +204,7 @@ * 体积 */ @ApiModelProperty(value= "体积") @ExcelProperty(value = "体积") @ExcelProperty(value = "每公斤长度") private Double volume; /** @@ -309,6 +309,7 @@ @ApiModelProperty("库位类型") @TableField("loc_type") @ExcelProperty(value = "库位类型") private Long locType; /**