自动化立体仓库 - WMS系统
Administrator
2025-09-02 756fa60cebfb82ba824e87d080d44fc9ec34ecc8
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;
}