自动化立体仓库 - WMS系统
zhang
2025-07-15 641f7bb8b2d2e23f1f5192fecf030a567151c7b5
1
2
3
4
5
6
7
8
9
10
11
12
13
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;
}