#
Junjie
3 天以前 2f4a70cf2be3a35b7770d1b6cf105560856b4897
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;
}