Lius
2024-10-24 a7a4e0e6ae09c720e50dc22fc50c67519414067c
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);
    }
}