wuzeyu
2024-01-08 90c326533ce32b8f6b86df7c6bf9b30b12c6256e
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);
    }
}