| | |
| | | |
| | | import com.hx.resultTool.Result; |
| | | import com.hz.his.dto.PageDto; |
| | | import com.hz.phis.dt.consumables.ConsumablesDt; |
| | | import org.springframework.cloud.openfeign.FeignClient; |
| | | import org.springframework.web.bind.annotation.PostMapping; |
| | | import org.springframework.web.bind.annotation.RequestBody; |
| | |
| | | */ |
| | | @PostMapping(value = "/consumables/page/list") |
| | | Result getConsumablesList(@RequestBody PageDto pageDto); |
| | | |
| | | /** |
| | | * 获取耗材列表 |
| | | * @return Result |
| | | */ |
| | | @PostMapping(value = "/consumables/update/list") |
| | | Result getUpdateConsumables(@RequestBody ConsumablesDt consumablesDt); |
| | | } |