金币代理列表增加字段

This commit is contained in:
tianfeng 2025-10-27 11:11:07 +08:00
parent 44f9b52de5
commit 7654ccc72c

View File

@ -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;
/**
* 用户资料信息.
*/