#
Junjie
2025-03-29 f348f4257b886aedb372723a79ccfad8a509e4a8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.zy.asrs.domain;
 
import lombok.Data;
 
@Data
public class ShuttleGatherResult {
 
    private Integer shuttleNo;
 
    private String idleLoc;
 
    private Boolean result;
 
}