#
Junjie
5 天以前 524dec8539182129cc9bfaba7fc645c848ecba22
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;
 
}