This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
gitadmin
/
tuoheng_freeway_move_20240701
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
6
Wiki
Activity
Browse Source
Merge branch 'develop' of
http://192.168.11.14:51037/gitadmin/tuoheng_freeway
into feature_v1.0
tags/v1.2.0^2
chengwang
1 year ago
parent
e01abcb884
69a66be20f
commit
87268fdfad
1 changed files
with
10 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+10
-0
tuoheng-service/tuoheng-admin/src/main/java/com/tuoheng/admin/vo/AirPortVO.java
+ 10
- 0
tuoheng-service/tuoheng-admin/src/main/java/com/tuoheng/admin/vo/AirPortVO.java
View File
@@ -108,4 +108,14 @@ public class AirPortVO implements Serializable {
*/
private String updateTime;
/**
* 状态: 1:空闲 2:飞行中
*/
private Integer status;
/**
* 是否在线:true:在线 false:离线
*/
private Boolean online;
}
Write
Preview
Loading…
Cancel
Save