| | |
| | | /** 用户兴趣爱好json */ |
| | | private String userInterestsJson; |
| | | |
| | | /** 科室关系json */ |
| | | private String departmentJson; |
| | | |
| | | /** email */ |
| | | private String email; |
| | | |
| | |
| | | /** 搜索:用户创建时间(结束),格式:yyyy-MM-dd HH:mm:ss */ |
| | | private String createEndTime; |
| | | |
| | | public UserParamDto() { |
| | | } |
| | | |
| | | /**性别-未知*/ |
| | | public static final Integer SEX_UNKNOWN = 0; |
| | | /**性别-男*/ |
| | |
| | | @PostMapping("/attention/product/record/edit") |
| | | Result userAttentionProductRecordEdit(@RequestBody UserAttentionProductDto userAttentionProductDto); |
| | | |
| | | /** |
| | | * 开放平台-获取用户科室关系信息 |
| | | */ |
| | | @PostMapping(value = "/user/families/room/info") |
| | | Result getUserFamiliesRoomInfo(@RequestBody UserParamDto userParamDto); |
| | | |
| | | /** |
| | | * 开放平台-修改用户科室关系信息 |
| | | */ |
| | | @PostMapping(value = "/families/room/info/update") |
| | | Result updateUserFamiliesRoomInfo(@RequestBody UserParamDto userParamDto); |
| | | } |