958836976@qq.com
2024-12-23 19d3488298119d50a94a54903623bf0088d3359c
1
2
3
4
5
6
7
8
9
10
package com.zy.asrs.wms.asrs.entity.param;
 
import lombok.Data;
 
@Data
public class PlatformShippedParam {
 
    private Long platformId;
 
}