22 lines
557 B
C#
22 lines
557 B
C#
|
|
using OpenAuth.App.Request;
|
|||
|
|
using System;
|
|||
|
|
using System.Collections.Generic;
|
|||
|
|
using System.Linq;
|
|||
|
|
using System.Text;
|
|||
|
|
using System.Threading.Tasks;
|
|||
|
|
|
|||
|
|
namespace OpenAuth.App.ServiceApp.DroneSsnydManage.Request
|
|||
|
|
{
|
|||
|
|
public class QueryCaseOffencetReq : PageReq
|
|||
|
|
{
|
|||
|
|
public string AreaId { get; set; }
|
|||
|
|
/// <summary>
|
|||
|
|
///
|
|||
|
|
/// </summary>
|
|||
|
|
public int CaseType { get; set; }
|
|||
|
|
public DateTime StartTime { get; set; }
|
|||
|
|
public DateTime EndTime { get; set; }
|
|||
|
|
public string tubanlaiyuan { get; set; }
|
|||
|
|
}
|
|||
|
|
}
|