自动化立体仓库 - WMS系统
#
zjj
2024-09-09 013cf60529ee21451bea3f3a51e308b3d8dfcf88
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
package com.zy.asrs.entity.param;
 
import lombok.Data;
 
@Data
public class PickMatParam {
 
    private String matnr;
 
    private String batch;
 
    private String orderNo;
 
    private Long orderId;
 
    private Double count;
 
    private Double useCount;
 
}