guoshilong
2023-09-22 b1c1ec2cf0880227ff354f5766e9a7af6011f9ad
src/main/java/com/dji/sample/manage/service/IDeviceService.java
@@ -69,6 +69,7 @@
    /**
     * Obtain device data according to different query conditions.
     * 根据不同的查询条件获取设备数据。
     * @param param query parameters
     * @return
     */
@@ -171,6 +172,7 @@
    /**
     * Get device information based on device's sn.
     * 根据设备码获取设备信息
     * @param sn device's sn
     * @return device
     */
@@ -229,4 +231,4 @@
     */
    Boolean checkAuthorityFlight(String gatewaySn);
}
}