feixian_weifajianguan/OpenAuth.App/ServiceApp/DroneCaseInfo/Request/QueryAllDroneGeoJsonReq.cs

20 lines
386 B
C#
Raw Normal View History

2026-02-03 16:00:02 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace OpenAuth.App.Request
{
/// <summary>
/// 查询GeoJson请求
/// </summary>
public class QueryAllDroneGeoJsonReq
{
/// <summary>
/// 违法类型
/// </summary>
public string typeid { get; set; }
}
}