‘liusuyi’
2024-03-11 98d58d2b1e29432457213e4a9874fef537f68e6c
src/main/java/com/ard/alarm/camera/service/IArdCamerasService.java
@@ -14,16 +14,8 @@
public interface IArdCamerasService 
{
    /**
     * 查询相机设备
     *
     * @param id 相机设备主键
     * @return 相机设备
     */
    public ArdCameras selectArdCamerasById(String id);
    /**
     * 查询相机设备列表
     *
     *
     * @param ardCameras 相机设备
     * @return 相机设备集合
     */