You've already forked FrameTour-BE
修改
This commit is contained in:
@ -9,6 +9,7 @@ import com.ycwl.basic.model.pc.device.resp.DeviceRespVO;
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
import org.apache.ibatis.annotations.Param;
|
||||
|
||||
import java.util.Date;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
@ -40,4 +41,8 @@ public interface DeviceMapper {
|
||||
int updateEntity(DeviceEntity device);
|
||||
|
||||
int addEntity(DeviceEntity device);
|
||||
|
||||
int updateOnlineStatus(Long id, String ipAddr, int online, Date keepaliveAt);
|
||||
|
||||
DeviceEntity getByDeviceNo2(String deviceNo);
|
||||
}
|
||||
|
@ -49,4 +49,6 @@ public interface TaskMapper {
|
||||
TaskEntity getFaceAutomaticTask(Long faceId);
|
||||
|
||||
TaskEntity get(Long taskId);
|
||||
|
||||
List<TaskEntity> listEntity(TaskReqQuery taskReqQuery);
|
||||
}
|
||||
|
Reference in New Issue
Block a user