金币代理列表增加字段
This commit is contained in:
parent
44f9b52de5
commit
7654ccc72c
@ -73,6 +73,12 @@ public class UserFreightBalanceCO implements Serializable {
|
||||
*/
|
||||
private Boolean display;
|
||||
|
||||
/**
|
||||
* H5显示开关:0-不显示,1-显示.
|
||||
*/
|
||||
private Boolean h5Display;
|
||||
|
||||
|
||||
/**
|
||||
* 是否经销商 0.否 1.是.
|
||||
*/
|
||||
@ -93,6 +99,16 @@ public class UserFreightBalanceCO implements Serializable {
|
||||
*/
|
||||
private Long realSellerQuantity;
|
||||
|
||||
/**
|
||||
* 支持的国家(多个用逗号分隔).
|
||||
*/
|
||||
private String supportedCountries;
|
||||
|
||||
/**
|
||||
* 联系方式.
|
||||
*/
|
||||
private String contactInfo;
|
||||
|
||||
/**
|
||||
* 用户资料信息.
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user