自动化立体仓库 - WMS系统
*
L
2026-01-21 505211a75e1652b92c2bb75d09f0d45b7d73d29e
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;