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