iailab-module-model/iailab-module-model-biz/src/main/java/com/iailab/module/model/mcs/pre/controller/admin/MmItemTypeController.java
@@ -19,7 +19,7 @@ * @date 2021年04月22日 9:57 */ @RestController @RequestMapping("/pre/item-type") @RequestMapping("/model/pre/item-type") public class MmItemTypeController { @Autowired @@ -38,7 +38,7 @@ /** * 预测项类型信息 */ @GetMapping("/info/{id}") @GetMapping("/get/{id}") public CommonResult<MmItemTypeEntity> info(@PathVariable("id") String id) { MmItemTypeEntity itemType = mmItemTypeService.selectById(id);