mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
update 运营商等级
This commit is contained in:
@@ -27,6 +27,16 @@ public class PileMerchantInfo extends BaseEntity {
|
||||
@Excel(name = "运营商名称")
|
||||
private String merchantName;
|
||||
|
||||
/**
|
||||
* 运营商等级(1-一级运营商;2-二级运营商)
|
||||
*/
|
||||
private String merchantLevel;
|
||||
|
||||
/**
|
||||
* 父级运营商id
|
||||
*/
|
||||
private String parentId;
|
||||
|
||||
/**
|
||||
* 地址
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user