自动化立体仓库 - WMS系统
#
lty
2025-08-16 0768f562cfcbcfb81ef02b2ebd5495a06d243383
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;
}