记得上下班打卡 | git大法好,push需谨慎

Commit 06fdbe91 authored by 胡佳晨's avatar 胡佳晨

增加 预约字段

parent 953b1dc0
...@@ -45,6 +45,12 @@ public class AnticipateValueVo implements Cloneable { ...@@ -45,6 +45,12 @@ public class AnticipateValueVo implements Cloneable {
@ApiModelProperty("预约状态(0:未开始,1:可预约,3:已结束)") @ApiModelProperty("预约状态(0:未开始,1:可预约,3:已结束)")
private Integer state; private Integer state;
@ApiModelProperty("预约规则")
private String rule;
@ApiModelProperty("预约人数")
private BigInteger aboutPeople;
private static final AnticipateValueVo obj = new AnticipateValueVo(); private static final AnticipateValueVo obj = new AnticipateValueVo();
public static AnticipateValueVo getNew() { public static AnticipateValueVo getNew() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment