#
Junjie
2024-09-07 0ea1110b84334f1ecbd94fef6f4bf60e8d820b9a
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;
 
}