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

22 lines
697 B
C#
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

using OpenAuth.App.Request;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace OpenAuth.App.ServiceApp.Request
{
public class QueryCaseOffencetReq: PageReq
{
public string AreaId { get; set; }
/// <summary>
///1 - 下发图斑2 - 合法3 - 违法小计4 - 其他5 - 非粮化6 - 补办手续7 - 拆除 ,8 - 核实后, 9 - 整改后10 - 非农化
/// </summary>
public int CaseType { get; set; }
public DateTime StartTime { get; set; }
public DateTime EndTime { get; set; }
public string tubanlaiyuan { get; set; }
}
}