自动化立体仓库 - WMS系统
#
1
2 天以前 85f8eed3fa9f52a68dff30ea8bdee00fbc1d5938
1
2
3
4
5
6
7
8
package com.zy.asrs.entity.param;
 
import lombok.Data;
 
@Data
public class PdaPickListParam {
    String barcode;
}