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