pull/451/head
zhangmingming 2020-06-06 12:00:21 +08:00
parent 16b2f16488
commit 156efd7a88
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ import org.springframework.web.bind.annotation.*;
@RequestMapping("api") @RequestMapping("api")
public class MaterialCategoryController { public class MaterialCategoryController {
@Autowired @Autowired
private MaterialCategoryService materialCategoryService; private MaterialCategoryService materialCategoryService;