自动化立体仓库 - WMS系统
*
L
9 天以前 6a6ceb0e57285d49c3f9c884e244710c9edf2b7a
1
2
3
4
5
6
7
8
9
10
11
12
package com.zy.asrs.entity.param;
 
public class OrderInspectionRollParam {
 
    private String batchNo;//卷号
 
    public OrderInspectionRollParam() {}
 
    public OrderInspectionRollParam(String batchNo) {
        this.batchNo = batchNo;
    }
}