feat: 添加产品询盘分页接口

This commit is contained in:
2025-03-14 11:45:39 +08:00
parent 57aa40575a
commit 2204c647b4
5 changed files with 102 additions and 1 deletions

View File

@@ -532,7 +532,7 @@ Route::group('v1', function () {
Route::group('bp/inquiry', function() {
// 批量采购询盘可选品类
Route::get('interested', 'BulkPurchaseInquiry/interested');
// 批量采购底盘列表分页
Route::get('index', 'BulkPurchaseInquiry/index');
@@ -552,6 +552,9 @@ Route::group('v1', function () {
Route::get('export', 'Agent/export');
});
// 反馈管理 - 产品询盘列表
Route::get('product/inquiry/index', 'ProductInquiry/index');
// 配置项列表
Route::group('config', function() {
// 配置分组