huliguo
2 天以前 8115295a64e0809246897fefb8c45de06dce0799
ruoyi-service/ruoyi-integration/src/main/java/com/ruoyi/integration/iotda/enums/ServiceIdMenu.java
@@ -67,6 +67,10 @@
    */
    WORKING_PARAMETER_SETTING ("充电桩工作参数设置","working_parameter_setting"),
   /**
    * 对时设置
    */
   TIMING_SETTING ("对时设置","timing_setting"),
   /**
    * 对时设置应答
    */
    TIMING_SETTING_REPLY ("对时设置应答","timing_setting_reply"),
@@ -86,6 +90,10 @@
    * 远程更新
    */
    PLATFORM_REMOTE_UPDATE ("远程更新","platform_remote_update"),
   /**
    * 二维码下发
    */
   QR_CODE_DELIVERY ("二维码下发","qr_code_delivery"),
   ;
   private String key;
   private String value;