Commit 5bb213a4 by huluobin

闲时折扣

parent 9d2cfeb8
...@@ -175,10 +175,6 @@ public class ScheduleManage implements Serializable { ...@@ -175,10 +175,6 @@ public class ScheduleManage implements Serializable {
@ApiModelProperty("预约用户信息") @ApiModelProperty("预约用户信息")
private Customer customer; private Customer customer;
public void setRemark(String remark) {
this.remark = this.remark + "," + remark;
}
public void addScheduleServeList(Collection<ScheduleServe> scheduleServes) { public void addScheduleServeList(Collection<ScheduleServe> scheduleServes) {
listScheduleServer.addAll(scheduleServes); listScheduleServer.addAll(scheduleServes);
} }
......
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