提交 68134e09 authored 作者: zhoushaopan's avatar zhoushaopan

feat(配置模块): 新增了停用的生命状态

新增了停用的生命状态
上级 68b1ed80
...@@ -113,7 +113,13 @@ public enum DeviceLifeStatus { ...@@ -113,7 +113,13 @@ public enum DeviceLifeStatus {
/** /**
* 待退回 * 待退回
*/ */
WAIT_BACK(22,"待退回"); WAIT_BACK(22,"待退回"),
/**
* 停用
*/
STOP(23,"停用");
public Integer id; public Integer id;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论