Browse Source

ReqDeviceVo注释更改

gao.qiang 2 years ago
parent
commit
b61dc83742
1 changed files with 1 additions and 1 deletions
  1. 1 1
      hazard-sdk/src/main/java/com/ozs/vo/ReqDeviceVo.java

+ 1 - 1
hazard-sdk/src/main/java/com/ozs/vo/ReqDeviceVo.java

@@ -25,7 +25,7 @@ public class ReqDeviceVo implements Serializable {
      */
     private Integer electricity;
     /**
-     * 剩余电量
+     * 相机状态
      */
     private Integer cameraState;
 }