| | |
| | | import com.hx.resultTool.Result; |
| | | import com.hz.his.dto.report.UserReportDto; |
| | | import com.hz.his.dto.report.UserReportListDto; |
| | | import com.hz.his.dto.user.UserDto; |
| | | import org.springframework.cloud.openfeign.FeignClient; |
| | | import org.springframework.web.bind.annotation.PostMapping; |
| | | import org.springframework.web.bind.annotation.RequestBody; |
| | |
| | | @PostMapping("/admin/user/report/treat/mj/tag/list/export") |
| | | Result treatMjTagListExport(@RequestBody UserReportDto userReportDto); |
| | | |
| | | /** |
| | | * 客户资料卡 |
| | | */ |
| | | @PostMapping("/admin/user/info/card/detail") |
| | | Result userInfoCardDetail(@RequestBody UserDto userDto); |
| | | |
| | | } |