Commit 96d69783 authored by 曹盼盼's avatar 曹盼盼

no message

parent aff4bd00
......@@ -49,6 +49,8 @@ public class EquipmentCategoryController extends BaseController {
@Autowired
EquipmentCategoryMapper equipmentCategoryMapper;
/**
* 新增装备分类
*
......@@ -303,4 +305,14 @@ public class EquipmentCategoryController extends BaseController {
public ResponseModel<Object> getCategoryAndDefineById(@RequestParam(value = "rowId", required = false) String rowId) {
return ResponseHelper.buildResponse(equipmentCategoryService.getCategoryAndDefineByRecord(rowId));
}
@TycloudOperation(ApiLevel = UserType.AGENCY,needAuth = false)
@GetMapping(value = "/test")
@ApiOperation(httpMethod = "GET", value = "test", notes = "test")
public void test() {
equipmentCategoryServiceImpl.saveEs();
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment