This commit is contained in:
wangcongtao
2020-01-13 19:04:50 +08:00
parent ab30f1ccb1
commit 2a5aea4833
3 changed files with 6 additions and 6 deletions

View File

@@ -11,7 +11,7 @@ import java.util.List;
*/
public class RefreshBody {
// public List< String > dataType = new ArrayList<>();
public List< String > dataType = new ArrayList<>();
public int limit = 50;// 请求数量
public int radius = 2_000; // 地理围栏半径(米)
public LatLon location;