using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace OpenAuth.App.ServiceApp.DroneCaseInfo.Request
{
public class UpdateDroneCaseDataForAllReq
{
///
/// 专题
///
public string subject { get; set; }
///
/// Desc:
/// Default:
/// Nullable:False
///
public string Id { get; set; }
///
/// Desc:案件编号
/// Default:
/// Nullable:True
///
public string case_no { get; set; }
///
/// Desc:案件描述
/// Default:
/// Nullable:True
///
public string case_description { get; set; }
///
/// Desc:地址
/// Default:
/// Nullable:True
///
public string address { get; set; }
///
/// Desc:类型
/// Default:
/// Nullable:True
///
public string typeid { get; set; }
///
/// Desc:类型
/// Default:
/// Nullable:True
///
public string typename { get; set; }
///
/// Desc:县
/// Default:
/// Nullable:True
///
public string countyid { get; set; }
///
/// Desc:县
/// Default:
/// Nullable:True
///
public string countyname { get; set; }
///
/// Desc:镇
/// Default:
/// Nullable:True
///
public string streetid { get; set; }
///
/// Desc:镇
/// Default:
/// Nullable:True
///
public string streetname { get; set; }
///
/// Desc:村
/// Default:
/// Nullable:True
///
public string communityid { get; set; }
///
/// Desc:村
/// Default:
/// Nullable:True
///
public string communityname { get; set; }
///
/// Desc:面积
/// Default:
/// Nullable:True
///
public string area { get; set; }
///
/// Desc:照片
/// Default:
/// Nullable:True
///
public string casepic { get; set; }
///
/// Desc:农用地面积
/// Default:
/// Nullable:True
///
public string nongyongdi_area { get; set; }
///
/// Desc:耕地面积
/// Default:
/// Nullable:True
///
public string gengdi_area { get; set; }
///
/// Desc:永久基本农田面积
/// Default:
/// Nullable:True
///
public string yongjiujibennongtian_area { get; set; }
///
/// Desc:重点区域面积
/// Default:
/// Nullable:True
///
public string zhongdianquyu_area { get; set; }
///
/// Desc:生态保护红线面积
/// Default:
/// Nullable:True
///
public string shengtaibaohuhongxian_area { get; set; }
///
/// Desc:国土空间规划面积
/// Default:
/// Nullable:True
///
public string guotukongjianguihua_area { get; set; }
///
/// Desc:备注
/// Default:
/// Nullable:True
///
public string remark { get; set; }
//采矿
///
/// Desc:城市开发边界面积
/// Default:
/// Nullable:True
///
public string cskfbjarea_base { get; set; }
///
/// Desc:违法开采面积
/// Default:
/// Nullable:True
///
public string weifakaicaiarea_base { get; set; }
///
/// Desc:违法开采面积
/// Default:
/// Nullable:True
///
public string weifazhandiarea_base { get; set; }
///
/// Desc:年度
/// Default:
/// Nullable:True
///
public string syear_base { get; set; }
///
/// Desc:是否重点矿区(开采)
/// Default:
/// Nullable:True
///
public string zhongdianflag_base { get; set; }
///
/// Desc:重点矿区名称(开采)
/// Default:
/// Nullable:True
///
public string zhongdianname_base { get; set; }
///
/// Desc:是否在国家自然保护区范围内
/// Default:
/// Nullable:True
///
public string ziranbaohuflag_base { get; set; }
///
/// Desc:所属国家自然保护区名称
/// Default:
/// Nullable:True
///
public string ziranbaohuname_base { get; set; }
///
/// Desc:矿产照片
/// Default:
/// Nullable:True
///
public string tubanpic_base { get; set; }
///
/// 图斑来源
///
public string tubanlaiyuan { get; set; }
}
}