#
Junjie
2025-04-23 d571e7e5ef7ce5cf376786cb8ab6c0cea23d7130
1
2
3
4
5
6
7
8
9
10
11
12
package com.zy.asrs.domain.param;
 
import lombok.Data;
 
import java.util.List;
 
@Data
public class ShuttleGatherParam {
 
    private List<Integer> shuttleNos;
 
}