update 创建运营商新增选择等级

This commit is contained in:
2023-08-04 14:32:01 +08:00
parent bf1fa80497
commit 177dbd9091
4 changed files with 75 additions and 30 deletions

View File

@@ -16,6 +16,16 @@ public class CreateMerchantDTO {
*/
private String merchantName;
/**
* 运营商等级
*/
private String merchantLevel;
/**
* 父级id
*/
private String parentId;
/**
* 地址
*/