feat: 添加对应成本分类树接口

This commit is contained in:
2025-03-12 16:31:22 +08:00
parent 9cc123b181
commit b4e00423e6
3 changed files with 78 additions and 1 deletions

View File

@@ -269,7 +269,10 @@ Route::group('v1', function () {
// 产品分类
Route::group('category', function () {
// 分类列表
// tco分类树
Route::get('tco/tree', 'ProductTcoCategory/tree');
// 分类树
Route::get('index', 'ProductCategory/index');
// 分类详情