#
Junjie
2024-09-20 053e6028bd20e599aea103401137816c6296a9ef
1
2
3
4
5
6
7
8
9
10
11
12
package com.zy.asrs.wms.asrs.entity.param;
 
import lombok.Data;
 
import java.util.List;
 
@Data
public class OrderOutBatchPreviewParam {
 
    private List<Long> orderDetlIds;
 
}