店铺添加增加注册类型
This commit is contained in:
@@ -37,4 +37,10 @@ public class ShopInfoAddDTO {
|
||||
private Long roleId = 1L;
|
||||
private String address;
|
||||
private String phone;
|
||||
/**
|
||||
* 店铺注册类型
|
||||
* 先付 before
|
||||
* 后付 after
|
||||
*/
|
||||
private String registerType;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user