xuhy
2024-11-04 c0211a20f4f2d94fe1ac7657284504afa876b8a0
ruoyi-service/ruoyi-integration/src/main/java/com/ruoyi/integration/iotda/enums/ServiceIdMenu.java
@@ -90,6 +90,10 @@
    * 远程更新
    */
    PLATFORM_REMOTE_UPDATE ("远程更新","platform_remote_update"),
   /**
    * 二维码下发
    */
   QR_CODE_DELIVERY ("二维码下发","qr_code_delivery"),
   ;
   private String key;
   private String value;