Commit 2ec6d48d by huluobin

update

parent 56ba9ac9
...@@ -53,6 +53,7 @@ public class ScheduleServe implements Serializable { ...@@ -53,6 +53,7 @@ public class ScheduleServe implements Serializable {
private Integer serveId; private Integer serveId;
@ApiModelProperty("主服务id") @ApiModelProperty("主服务id")
@TableField(strategy = FieldStrategy.IGNORED)
private Integer mainServeId; private Integer mainServeId;
@ApiModelProperty("0系统分配美甲师.1.客户指定美甲师") @ApiModelProperty("0系统分配美甲师.1.客户指定美甲师")
...@@ -73,7 +74,6 @@ public class ScheduleServe implements Serializable { ...@@ -73,7 +74,6 @@ public class ScheduleServe implements Serializable {
@ApiModelProperty("创建用户") @ApiModelProperty("创建用户")
private String createUser; private String createUser;
@ApiModelProperty("服务时间 分钟") @ApiModelProperty("服务时间 分钟")
private Integer lengthTime; private Integer lengthTime;
......
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