关键零部件型号库-列表查询添加翻译
This commit is contained in:
+1
@@ -44,6 +44,7 @@ public class ProcessPartTypeApplyRecordController {
|
||||
@GetMapping(value = "/page")
|
||||
@ApiOperationSupport(order = 1)
|
||||
// @RequiresPermissions("keyPartBindingManage:search")
|
||||
@Translation
|
||||
public Result<List<ProcessPartTypeApplyRecord>> queryList(ProcessPartTypeApplyRecord processPartTypeApplyRecord,
|
||||
HttpServletRequest req) {
|
||||
List<ProcessPartTypeApplyRecord> pageList = processPartTypeApplyRecordService.queryList(processPartTypeApplyRecord, req);
|
||||
|
||||
Reference in New Issue
Block a user