新增终端状态管理
This commit is contained in:
@@ -38,7 +38,7 @@ public class Device implements Serializable{
|
||||
private Integer devDataType;
|
||||
|
||||
/**
|
||||
* 终端运行状态(0:投运;1:热备用;2:停运)
|
||||
* 终端运行状态(0:运行;1:检修;2:停运;3:调试;4:退运)
|
||||
*/
|
||||
private Integer runFlag;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user