#
Junjie
2025-08-16 6c3899978b6fc7f4bd82e386bda35b583f93dfb8
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;
 
}