店铺修改操作密码校验验证码
This commit is contained in:
@@ -13,6 +13,8 @@ public class ShopInfoEditDTO {
|
||||
@NotNull(message = "id不为空")
|
||||
private Integer id;
|
||||
|
||||
private String code;
|
||||
|
||||
/**
|
||||
* 就餐模式 json形式['dine-in', 'take-out]
|
||||
*/
|
||||
@@ -81,7 +83,7 @@ public class ShopInfoEditDTO {
|
||||
/**
|
||||
* 操作密码
|
||||
*/
|
||||
private Integer operationPwd;
|
||||
private String operationPwd;
|
||||
/**
|
||||
* 主店id
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user