Lius
2024-12-31 c8673cbde4538b109e43042dc93cf33c46dca37e
lxzn-module-system/lxzn-system-biz/src/main/java/org/jeecg/modules/system/controller/MdcProductionController.java
@@ -283,4 +283,11 @@
        return super.importExcel(request, response, MdcProduction.class);
    }
    @AutoLog(value = "产线表-")
    @ApiOperation(value = "产线表-", notes = "产线表-")
    @GetMapping(value = "/productionList")
    public Result<?> productionList() {
        List<MdcProduction> productionList = mdcProductionService.productionList();
        return Result.OK(productionList);
    }
}