dubin
2025-11-26 9ae8e108a11c63c7e8f257b6d8cb239525668d0c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.zy.asrs.domain.param;
 
import lombok.Data;
 
@Data
public class ToOutStaParam {
 
    private Integer wrkNo;
 
    private Integer sourceStaNo;
 
    private Integer staNo;
 
}