| | |
| | | import com.kidgrow.oprationcenter.feign.fallback.ConsumptionServiceFallbackFactory; |
| | | import com.kidgrow.oprationcenter.model.HospitalInfo; |
| | | import com.kidgrow.oprationcenter.vo.ConsumptionRequest; |
| | | import com.kidgrow.oprationcenter.vo.UserProductData; |
| | | import com.kidgrow.ribbon.config.FeignHttpInterceptorConfig; |
| | | import org.springframework.cloud.openfeign.FeignClient; |
| | | import org.springframework.web.bind.annotation.GetMapping; |
| | |
| | | * @param departmentId |
| | | */ |
| | | @GetMapping(value = "productorderdetail/UserProductDetailData") |
| | | ResultBody UserProductDetailData (@RequestParam("hospitalId") Long hospitalId, @RequestParam("departmentId") Long departmentId); |
| | | ResultBody<UserProductData> UserProductDetailData (@RequestParam("hospitalId") Long hospitalId, @RequestParam("departmentId") Long departmentId); |
| | | |
| | | @PostMapping("/productorderdetail/serviceperiod") |
| | | ResultBody ServicePeriod(@RequestBody HospitalInfo hospitalInfo); |
| | | ResultBody<UserProductData> ServicePeriod(@RequestBody HospitalInfo hospitalInfo); |
| | | } |