You've already forked FrameTour-BE
修改
This commit is contained in:
src/main
java
com
ycwl
basic
biz
controller
mapper
model
pc
repository
service
task
resources
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user