feixian_weifajianguan/OpenAuth.App/ServiceApp/DroneCaseInfo/Response/CaseInfoStatisticResp.cs

39 lines
968 B
C#
Raw Permalink Normal View History

2026-02-03 16:00:02 +08:00
namespace OpenAuth.App.ServiceApp.DroneCaseInfo.Response;
public class CaseInfoStatisticResp
{
public int level { set; get; }
public string areaid { set; get; }
public string areaname { set; get; }
public int verifytask { set; get; }
public int totaltask { get; set; }
public string countyid { set; get; }
public string countyname { set; get; }
public string streetid { set; get; }
public string streetname { set; get; }
public int receivetask { set; get; }
public int sortno { get; set; }
/// <summary>
/// 非粮化
/// </summary>
public int nonfoodcase { get; set; }
/// <summary>
/// 举证合法
/// </summary>
public int legalcase { get; set; }
/// <summary>
/// 举证非法
/// </summary>
public int ilegalcase { get; set; }
public int verifytask1 { get; set; }
public int makeupcase { get; set; }
public int rehabilitationcase { get; set; }
}