#
Junjie
2025-05-21 89b85f6cce4e792385ffde93bbe9e56a1578023c
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 SimulationDevpInParam {
 
    private Integer staNo;
 
    private String barcode;
 
    private Boolean back;
 
    private String errMsg;
 
}