| | |
| | | |
| | | import com.hx.resultTool.Result; |
| | | import com.hz.his.dto.PageDto; |
| | | import com.hz.phis.dt.label.LabelTypePageDt; |
| | | import com.hz.his.dto.label.LabelTypePageDto; |
| | | import org.springframework.cloud.openfeign.FeignClient; |
| | | import org.springframework.web.bind.annotation.PostMapping; |
| | | import org.springframework.web.bind.annotation.RequestBody; |
| | |
| | | * @return Result |
| | | */ |
| | | @PostMapping(value = "/label/type/list") |
| | | Result getLabelTypeList(@RequestBody(required = false) LabelTypePageDt pageDt); |
| | | Result getLabelTypeList(@RequestBody(required = false) LabelTypePageDto labelTypePageDto); |
| | | |
| | | /** |
| | | * 获取标签分类列表 |