Administrator
2024-01-09 d76ee745d82d0525f88d9eeebed23961130ccccd
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);
}