wangmengmeng
2025-04-26 96250617dbbefce55b5966c94880e2b07b6c98df
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
package com.dji.sample.flightarea.service;
 
import com.dji.sdk.common.HttpResultResponse;
 
/**
 * @author wmm
 * @version 0.1
 * @date 2024/5/8
 */
public interface FlightareaService {
 
    /**
     * flightAreasUpdate.
     * @param sn
     * @return
     */
    HttpResultResponse flightAreasUpdate(String sn);
}