#
Junjie
2025-05-02 22a4f862b33a02ed7baccf0da690ce2c52b756fe
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;
 
}