chenhj
10 小时以前 810701c433a26f438297b6649af41dae74939731
src/main/java/com/ruoyi/production/controller/ProductOrderController.java
@@ -84,4 +84,10 @@
    public R cleanRecord(@PathVariable Long id, @RequestBody Map<String, Object> cleanRecord) {
        return R.ok(productOrderService.cleanRecord(id, cleanRecord));
    }
    @ApiOperation("查询所有批号")
    @GetMapping("/getProductOrderBatchNo")
    public R getProductOrderBatchNo() {
        return R.ok(productOrderService.getProductOrderBatchNo());
    }
}