You've already forked FrameTour-BE
加字段
This commit is contained in:
@ -12,6 +12,7 @@ public class ScenicAccountEntity {
|
||||
private Long scenicId;
|
||||
private Integer isSuper;
|
||||
private String name;
|
||||
private String phone;
|
||||
private String account;
|
||||
private String password;
|
||||
private Integer status;
|
||||
|
@ -19,6 +19,9 @@ public class ScenicAccountReqQuery extends BaseQueryParameterReq {
|
||||
@ApiModelProperty("账号名称")
|
||||
private String account;
|
||||
|
||||
@ApiModelProperty("手机号")
|
||||
private String phone;
|
||||
|
||||
@ApiModelProperty("账号状态(1启用/0关闭)")
|
||||
private Integer status;
|
||||
|
||||
|
Reference in New Issue
Block a user