update 运营商等级

This commit is contained in:
2023-08-03 17:24:14 +08:00
parent 8874db5676
commit ad61b2a84e
2 changed files with 32 additions and 0 deletions

View File

@@ -27,6 +27,16 @@ public class PileMerchantInfo extends BaseEntity {
@Excel(name = "运营商名称")
private String merchantName;
/**
* 运营商等级1-一级运营商2-二级运营商)
*/
private String merchantLevel;
/**
* 父级运营商id
*/
private String parentId;
/**
* 地址
*/