Administrator
2024-01-09 88c967d9af10a4557a037c47b6e8e4cd75f23932
pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoPr/PrControllerMapper.java
@@ -57,4 +57,11 @@
     * @return
     */
    Integer deleteControllerById(@Param("controllerId") Long controllerId);
    /**
     * 根据控制器编号获取未删除的控制器数量
     * @param controllerId
     * @return
     */
    Integer getRecordCountOfController(@Param("controllerId") Long controllerId);
}