自动化立体仓库 - WMS系统
#
lsh
2024-12-04 42ca72b5b74453b0753a9ee334bc1dcb697ed5d4
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;
 
}