自动化立体仓库 - WMS系统
#
lsh
2025-04-07 644054957e6c926cee03cf99b1869ae2b1523ff4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.zy.asrs.entity.param;
 
import lombok.Data;
 
@Data
public class OrderGiftParam {
 
    private String rollNo;
    private String boxNo;
    private String specs;
    private String length;
    private String netWeight;
    private String grossWeight;
    private String splices;
 
}