自动化立体仓库 - WMS系统
zhangchao
2024-11-15 7c1af4c63e66754f0868c1a501f4895f9cbc9213
src/main/java/com/zy/common/service/erp/entity/Goods.java
@@ -16,9 +16,9 @@
    private Integer NumOfBobbins;
    private Double NWT;
    private Double NWT; // 净重
    private Double GWT;
    private Double GWT; // 毛重
    private String ProdDate;
@@ -36,14 +36,10 @@
    private String PACKING_DATE;
    private String State;
    private String LastVoucherID;
    private String PreVoucherID;
    private String LastUpdatedDate;
    private Integer IsGetData;
    private Integer State;
    private String location;
}