Update PmsProductCategoryController.java

This commit is contained in:
macro 2020-11-17 21:20:05 +08:00
parent 3e013dc4bf
commit 1aa086f9f3

View File

@ -16,7 +16,7 @@ import org.springframework.web.bind.annotation.*;
import java.util.List;
/**
* 商品分类模块Controller
* 商品分类管理Controller
* Created by macro on 2018/4/26.
*/
@Controller