You've already forked FrameTour-BE
模板、设备排序
This commit is contained in:
@@ -45,4 +45,8 @@ public interface DeviceMapper {
|
||||
int updateOnlineStatus(Long id, String ipAddr, int online, Date keepaliveAt);
|
||||
|
||||
DeviceEntity getByDeviceNo2(String deviceNo);
|
||||
|
||||
List<Long> listAllByScenicId(Long scenicId);
|
||||
|
||||
int updateSort(Long id, Integer sort);
|
||||
}
|
||||
|
Reference in New Issue
Block a user