using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace OpenAuth.App.Request
{
///
/// 查询GeoJson请求
///
public class QueryAllDroneGeoJsonReq
{
///
/// 违法类型
///
public string typeid { get; set; }
}
}