phis-feign/src/main/java/com/hz/his/dto/employee/EmployeeSchedule.java
@@ -9,6 +9,8 @@ public class EmployeeSchedule { private String id; private String shopId; private String shopName; phis-feign/src/main/java/com/hz/his/dto/preOrder/PreOrderDto.java
@@ -28,10 +28,7 @@ private String shopId; /*门店名称*/ private String shopName; /*美容师Id*/ private String beauticianId; /*美容师名称*/ private String beauticianName; /*来源标识(订单标识*/ private String commonId; /*商品类型*/ @@ -54,6 +51,17 @@ private String remarks; /*状态 0:待到店;1:取消预约;2:已到店;3:预约完成*/ private Integer status; /*工作人员排班id*/ private String employeeScheduleId; /*工作人员排班子项id*/ private String employeeScheduleItemId; /*预约时长,以分钟为存储单位*/ private Integer useDuration; /*员工名称*/ private String employeeName; /*员工id*/ private String employeeId; //预约项目 List<PreOrderItemDto> preOrderItems; phis-feign/src/main/java/com/hz/his/dto/user/project/UserProjectDto.java
@@ -30,6 +30,9 @@ private String orderId; /**状态*/ private Integer status; //是否SPA(0:否,1:是) private Integer isSpa; //用户所属子项目id(UserProjectItem) private String userProjectItemId;