自动化立体仓库 - WMS系统
#
Administrator
4 天以前 19cbe75e901c3fcf005b8ceafe50f3ad51f67e82
1
2
3
4
5
6
7
8
9
package com.zy.system.entity.license;
 
import lombok.Data;
 
@Data
public class LicenseUploadParam {
 
    private String license;
}