chenhj
21 小时以前 19ea4c28298563e9bb99434f50e9847087be6540
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());
    }
}