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; }
///
/// 非粮化
///
public int nonfoodcase { get; set; }
///
/// 举证合法
///
public int legalcase { get; set; }
///
/// 举证非法
///
public int ilegalcase { get; set; }
public int verifytask1 { get; set; }
public int makeupcase { get; set; }
public int rehabilitationcase { get; set; }
}