Commit 72c66dbe by huangjy

feat,设备状态

parent 60d6a1ae
......@@ -37,7 +37,9 @@ public class DeviceInstanceEntity {
@Schema(
description = "状态(只读)"
description = "状态(只读) notActive(\"禁用\"),\n" +
" offline(\"离线\"),\n" +
" online(\"在线\"); "
, accessMode = Schema.AccessMode.READ_ONLY
, defaultValue = "notActive"
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment