*
lsh
2025-11-06 81464f74e4b9a08d0a1df6a6f3dd6a6ec62f5a09
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;
 
}