浏览代码

监控中心,批量绑定摄像头部门

王哲 1 月之前
父节点
当前提交
9b45703871

+ 16 - 0
src/main/java/com/sooka/sponest/monitor/aidevicedept/mapper/CenterdataTAidevicedeptMapper.java

@@ -37,6 +37,22 @@ public interface CenterdataTAidevicedeptMapper
      */
      int insertCenterdataTAidevicedept(CenterdataTAidevicedept centerdataTAidevicedept);
 
+     /**
+     * 批量绑定AI对应部门
+     *
+     * @param centerdataTAidevicedept AI对应部门
+     * @return 结果
+     */
+     int insertCenterdataTAidevicedeptAll(CenterdataTAidevicedept centerdataTAidevicedept);
+
+     /**
+     * 批量删除AI对应部门
+     *
+     * @param centerdataTAidevicedept AI对应部门
+     * @return 结果
+     */
+     int deleteCenterdataTAidevicedeptByDeptIdAndDeptProtypeAndCommandCenter(CenterdataTAidevicedept centerdataTAidevicedept);
+
     /**
      * 修改AI对应部门
      *