自动化立体仓库 - WMS系统
#
lsh
2024-10-26 9dd23778d5b9a97da390abc4e6f785e60767acf4
src/main/java/com/zy/asrs/entity/result/OrderGiftProofreadingVo.java
@@ -18,18 +18,20 @@
    @ExcelProperty(value = "卷号")
    private String model="";
    @ExcelProperty(value = "长度")
    private String price="";
    private Double price;
    @ExcelProperty(value = "净重")
    private String weight="";
    private Double weight;
    @ExcelProperty(value = "毛重")
    private String volume="";
    private Double volume;
    @ExcelProperty(value = "接头")
    private String specs;
    @ExcelProperty(value = "备注")
    private String memo="";
    public OrderGiftProofreadingVo() {
    }
    public OrderGiftProofreadingVo(String orderNo, String matnr, String batch, String model, String price, String weight, String volume, String memo) {
    public OrderGiftProofreadingVo(String orderNo, String matnr, String batch, String model, Double price, Double weight, Double volume, String memo) {
        this.orderNo = orderNo;
        this.matnr = matnr;
        this.batch = batch;