Administrator
2024-01-06 5de06c73416275934bcfce7cb0e04562c9462ce8
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);
}