#
lsh
2024-05-17 b1e690dfb531c0ae1fbf694ca8a0249c2a039519
1
2
3
4
5
6
7
8
9
10
package com.zy.asrs.entity.param;
 
import lombok.Data;
 
@Data
public class TaskOverParam {
    private String wharfCode;
    private Boolean status;
 
}