野心家
2025-05-09 b1fe5e3f3eed2e4cf20a1ca2871db3f3f6576f2d
1
2
3
4
5
6
7
8
9
10
11
12
package com.zy.asrs.entity.param;
 
import lombok.Data;
 
@Data
public class TaskOverParam {
    private String wharfCode;
    private Boolean status;
    private int staNo;
    private int type;
 
}