feat: good

This commit is contained in:
2025-01-13 15:03:17 +08:00
parent a84d6a25b7
commit a58fd191e5
2 changed files with 12 additions and 1 deletions

View File

@@ -156,6 +156,7 @@ class GoodController
/**
* category 列表
* @param categoryRequest $request
* @return array
*/
#[RequestMapping(path: "list_category", methods: "GET")]
@@ -169,6 +170,7 @@ class GoodController
* category 添加
* @param categoryRequest $request
* @return array
* @throws Exception
*/
#[RequestMapping(path: "add_category", methods: "POST")]
#[Scene(scene: "add_category")]