瀏覽代碼

web端设备接口调整

hxd 3 月之前
父節點
當前提交
ff720d310e

+ 6 - 0
portal-service-common/src/main/java/com/hfln/portal/common/dto/data/device/DeviceDTO.java

@@ -24,6 +24,12 @@ public class DeviceDTO extends BaseVO {
     private String clientId;
 
     /**
+     * 租户ID
+     */
+    @Schema(description = "租户Id")
+    private Long tenantId;
+
+    /**
      * 用户openid
      */
     @Schema(description = "用户Id")