feat: 添加批量采购询盘分页/导出接口
This commit is contained in:
@@ -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() {
|
||||
// 配置分组
|
||||
|
||||
Reference in New Issue
Block a user