自动化立体仓库 - WMS系统
wang..123
2022-02-18 4901728f970314cddd9fa167cf3d3fb9476208e5
src/main/java/com/zy/asrs/entity/param/StockOutParam.java
@@ -31,6 +31,12 @@
    public static class LocDetl {
        //单据编号
        private String billNo;
        //序号
        private Integer seqNo;
        // 库位号
        private String locNo;
@@ -40,6 +46,14 @@
        // 数量
        private Double count;
        public String getBillNo() { return billNo; }
        public void setBillNo(String billNo) { this.billNo = billNo; }
        public Integer getSeqNo() { return seqNo; }
        public void setSeqNo(Integer seqNo) { this.seqNo = seqNo; }
        public String getLocNo() {
            return locNo;
        }