新增终端状态管理

This commit is contained in:
2024-06-04 18:36:44 +08:00
parent 76684afc7b
commit 9aa433aead
6 changed files with 60 additions and 14 deletions

View File

@@ -38,7 +38,7 @@ public class Device implements Serializable{
private Integer devDataType;
/**
* 终端运行状态01热备用2停运
* 终端运行状态01检修2停运3调试4退运
*/
private Integer runFlag;