wuzeyu
2024-01-06 2e9ac6878d3d7a59c200be7d74811c89dadf3a44
pipIrr-platform/pipIrr-web/pipIrr-web-project/src/main/java/com/dy/pipIrrProject/controller/ControllerSv.java
@@ -93,4 +93,8 @@
        rsVo = prControllerMapper.getControllers(params);
        return rsVo ;
    }
    public Integer getRecordCountOfController(Long controllerId) {
        return prControllerMapper.getRecordCountOfController(controllerId);
    }
}