#
Junjie
2025-05-15 67afd8ee4f22e1cf8f3ed8128e651d8d89cbf5c1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.zy.asrs.entity.param;
 
import lombok.Data;
 
@Data
public class StationStatusParam {
 
    private String taskNo;
 
    private Integer staNo;
 
    private String loading;
 
    private String barcode;
 
}