Pu Zhibing
2025-01-23 792cbb986fb8c32f6bbc1638c4ae264372e7a28f
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;