#
Junjie
2024-09-09 f7f567cb31955051c9cb72eea51bc4c372c56ae1
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 OrderOutMergePreviewParam {
 
    private List<Long> orderIds;
 
}