#
ynhfasrs
2025-08-15 a75db9aa9aeaeeb40a15e55c1f17122b3d7c7421
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;
 
}