‘liusuyi’
2024-03-12 8e0b2b23294ac1fdce43b9076b93e29e9aa51530
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 相机设备集合
     */