自动化立体仓库 - WMS系统
#
lty
4 天以前 896aea7374cf621a0e16b9c90eadff763cad7677
1
2
3
4
5
6
7
8
9
10
11
12
package com.zy.asrs.entity.param;
 
import lombok.Data;
 
@Data
public class PickInParam {
    private Integer staNo;
    private Integer workNo;
    private String matnr;
    private String maktx;
    private Double anfme;
}