无人机项目后端代码
guoshilong
2023-10-07 a0ae2cb2fe95630bb13795b94dd5f2cfadea7a97
1
2
3
4
5
package com.dji.sample.amap.service;
 
public interface IAmapService {
    Object searchByKeyword(String keyword);
}