zjj
2024-01-02 da4b6eeafd41105a44753bae1ae24fb86ac8b0de
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;
 
}