wangmengmeng
2025-04-26 96250617dbbefce55b5966c94880e2b07b6c98df
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.dji.sdk.config.version;
 
/**
 * @author sean
 * @version 1.7
 * @date 2023/9/7
 */
public interface IThingVersion {
 
    String getThingVersion();
 
    CloudSDKVersionEnum getCloudSDKVersion();
}