#
Junjie
3 天以前 d2f410e1149597b9743c5e195f6b54a1504cf2d4
1
2
3
4
5
6
7
8
9
10
package com.zy.asrs.domain.param;
 
import lombok.Data;
 
@Data
public class DualCrnUpdateTaskNoParam {
    private Integer crnNo;
    private Integer station;
    private Integer taskNo;
}