|  |  |  | 
|---|
|  |  |  | @ApiModelProperty(value="联系人/手机号") | 
|---|
|  |  |  | private String account; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @ApiModelProperty(value="手机号") | 
|---|
|  |  |  | private String accountPhone; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @ApiModelProperty(value="状态 1-待接单2-服务中3-已收款4-待入库5-已完成6-已取消") | 
|---|
|  |  |  | private String status; | 
|---|
|  |  |  | private Integer status; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @JsonFormat(shape=JsonFormat.Shape.STRING,pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") | 
|---|
|  |  |  | @ApiModelProperty(value="预约开始时间") | 
|---|
|  |  |  | 
|---|
|  |  |  | @JsonFormat(shape=JsonFormat.Shape.STRING,pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") | 
|---|
|  |  |  | @ApiModelProperty(value="预约结束时间") | 
|---|
|  |  |  | private Date reserveTimeEnd; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @ApiModelProperty(value="第几页",required=true) | 
|---|
|  |  |  | private int page; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @ApiModelProperty(value="每一页数量",required=true) | 
|---|
|  |  |  | private int limit; | 
|---|
|  |  |  | } | 
|---|