#
Junjie
3 天以前 73ce8bebcc5d14f3fb62a19ee677abfcdfc776b4
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;
 
}