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