自动化立体仓库 - WMS系统
#
1
5 天以前 50fe92e427166942c72fcec2782440ebb4395fb5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
package com.zy.erp.kingdee.entity.param;
 
import lombok.Data;
 
@Data
public class LoginParam {
    //服务端
    private String appId;
 
    //账号密钥
    private String appSecret;
 
    //账户id
    private String accountId;
 
    //
    private String tenantid;
 
}