| | |
| | | /** 操作人类型(OperatorConstants) */ |
| | | private Integer opType; |
| | | /** 登录操作人角色id */ |
| | | private String loginRoleId; |
| | | private String opRoleId; |
| | | |
| | | |
| | | /** 预约id */ |
| | | private String appointmentId; |
| | | /** 用户id */ |
| | | private String userId; |
| | | /** 门店id */ |
| | | private String shopId; |
| | | |
| | | /** 到访订单id */ |
| | | private String id; |
| | |
| | | private String doctorId; |
| | | /** 分诊护士id */ |
| | | private String nurseId; |
| | | /** */ |
| | | private Integer type; |
| | | /** 到访类型(VisitRecord) */ |
| | | private Integer arrivalType; |
| | | // /** */ |
| | | // private Integer type; |
| | | /** 状态 */ |
| | | private Integer status; |
| | | /** 等待时间 */ |
| | |
| | | /** 项目json字符 */ |
| | | private String projectJson; |
| | | |
| | | |
| | | } |