dupengyue
2017-07-20 ecd2e0277d2eea8ddfb79bee0a84273a5871f14b
VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/service/sqlite/DeviceDao.java
@@ -1,5 +1,7 @@
package cn.com.basic.face.service.sqlite;
import java.util.List;
import cn.com.basic.face.discern.entity.Device;
/**
@@ -18,7 +20,7 @@
     * @param sn 设备序列号
     * @param type 设备类型
     */
    public Device loadMainDevice(String type, String sn) {
    public List<Device> loadMainDevice(String type, String sn) {
        return null;
    }
@@ -29,7 +31,7 @@
     * @param belongId 所属设备Id(主设备)
     * @return
     */
    public Device loadCamera(String type, String belongId) {
    public List<Device> loadCamera(String type, String belongId) {
        return null;
    }