自动化立体仓库 - WMS系统
Administrator
6 天以前 09211d189468e0901180c4dde8340d5487657ccb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.zy.asrs.entity.param;
 
import lombok.Data;
 
@Data
public class BoxInParam {
    private String barcode; //    托盘码
    private Integer palletizingNo;// 码垛位编号
 
    private String batch; //尺寸
    private String memo; // 备注
    private Double anfme;
    private String old;
}