Lius
2024-10-21 316ef1bf39d16a29c27fe26393e704c1d0b963f9
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 = "/queryById")
    public Result<?> productionList() {
        List<MdcProduction> productionList = mdcProductionService.productionList();
        return Result.OK(productionList);
    }
}