退料申请查询在用量代码提交
This commit is contained in:
parent
f0d7d5d7ad
commit
a8d0461e37
|
|
@ -60,11 +60,11 @@ public class BackApplyController extends BaseController {
|
||||||
return AjaxResult.success(ListPagingUtil.paging(pageIndex, pageSize, list));
|
return AjaxResult.success(ListPagingUtil.paging(pageIndex, pageSize, list));
|
||||||
}
|
}
|
||||||
|
|
||||||
@ApiOperation(value = "退料申请获取当前类型在用量")
|
/* @ApiOperation(value = "退料申请获取当前类型在用量")
|
||||||
@GetMapping("/getUseNumByTypeId")
|
@GetMapping("/getUseNumByTypeId")
|
||||||
public AjaxResult getUseNumByTypeId(String typeId) {
|
public AjaxResult getUseNumByTypeId(String typeId) {
|
||||||
return AjaxResult.success(backApplyService.getUseNumByTypeId(typeId));
|
return AjaxResult.success(backApplyService.getUseNumByTypeId(typeId));
|
||||||
}
|
}*/
|
||||||
|
|
||||||
@ApiOperation(value = "在用设备类型树")
|
@ApiOperation(value = "在用设备类型树")
|
||||||
@PostMapping("/getUseTypeTree")
|
@PostMapping("/getUseTypeTree")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue