feat: 添加批量采购询盘分页/导出接口

This commit is contained in:
2025-03-13 16:23:37 +08:00
parent 6f27fed578
commit b9d4a7b27e
5 changed files with 202 additions and 5 deletions

View File

@@ -528,6 +528,15 @@ Route::group('v1', function () {
Route::get('export', 'LeaveMessage/export');
});
// 反馈管理 - 批量采购底盘列表
Route::group('bp/inquiry', function() {
// 批量采购底盘列表分页
Route::get('index', 'BulkPurchaseInquiry/index');
// 批量采购底盘列表导出
Route::get('export', 'BulkPurchaseInquiry/export');
});
// 配置项列表
Route::group('config', function() {
// 配置分组