feat: 添加批量采购询盘可选品类列表接口

This commit is contained in:
2025-03-14 10:43:54 +08:00
parent 3705434150
commit 57aa40575a
3 changed files with 32 additions and 0 deletions

View File

@@ -530,6 +530,9 @@ Route::group('v1', function () {
// 反馈管理 - 批量采购底盘列表
Route::group('bp/inquiry', function() {
// 批量采购询盘可选品类
Route::get('interested', 'BulkPurchaseInquiry/interested');
// 批量采购底盘列表分页
Route::get('index', 'BulkPurchaseInquiry/index');