using System; using System.Linq; using System.Text; using SqlSugar; namespace OpenAuth.Repository.Domain { /// ///设施农用地-日常监管 /// [SugarTable("drone_ssnyd_rcjg")] public partial class DroneSsnydRcjg { public DroneSsnydRcjg(){ } /// /// Desc: /// Default: /// Nullable:False /// [SugarColumn(IsPrimaryKey=true)] public string Id {get;set;} /// /// Desc:项目开始时间1 /// Default: /// Nullable:True /// public DateTime? start_time {get;set;} /// /// Desc:项目结束时间1 /// Default: /// Nullable:True /// public DateTime? end_time {get;set;} /// /// Desc:处理状态 0 1 2 3 4 5 6 7 /// Default: /// Nullable:True /// public int? handle_status_id {get;set;} /// /// Desc:处理状态 0待接收1待填报2填报县级审核3填报市级审核4待整改5整改县级审核6整改市级审核7已归档 /// Default: /// Nullable:True /// public string handle_status_name {get;set;} /// /// Desc:创建人 /// Default: /// Nullable:True /// public string createuser {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 remark {get;set;} /// /// Desc:是否关闭 /// Default: /// Nullable:True /// public int? is_closed {get;set;} /// /// Desc:核查人员 /// Default: /// Nullable:True /// public string area {get;set;} /// /// Desc:是否违法(0-合法,1-违法,2-其他) /// Default: /// Nullable:True /// public int? is_illegal {get;set;} /// /// Desc:关闭人 /// Default: /// Nullable:True /// public string close_user {get;set;} /// /// Desc:创建时间 /// Default:now() /// Nullable:True /// public DateTime? create_time {get;set;} /// /// Desc:是否判读 (0未判读 1已判读 99已关闭) /// Default: /// Nullable:True /// public int? is_intact {get;set;} /// /// Desc:审核人id /// Default: /// Nullable:True /// public string verifyuserid {get;set;} /// /// Desc:审核人 /// Default: /// Nullable:True /// public string verifyuser {get;set;} /// /// Desc:审核时间 /// Default: /// Nullable:True /// public DateTime? verifytime {get;set;} /// /// Desc:是否改进 /// Default: /// Nullable:True /// public int? is_improve {get;set;} /// /// Desc:改进原因 /// Default: /// Nullable:True /// public string improve_reason {get;set;} /// /// Desc:是否分发 /// Default: /// Nullable:True /// public int? is_dispense {get;set;} /// /// Desc:分发人 /// Default: /// Nullable:True /// public string dispense_userid {get;set;} /// /// Desc:分发时间 /// Default: /// Nullable:True /// public DateTime? dispense_time {get;set;} /// /// Desc:分发人姓名 /// Default: /// Nullable:True /// public string dispense_username {get;set;} /// /// Desc:审核状态 /// Default: /// Nullable:True /// public int? verifystatus {get;set;} /// /// Desc:审核状态 /// Default: /// Nullable:True /// public string verifystatusname {get;set;} /// /// Desc:是否已查看(0未查看,1已查看) /// Default: /// Nullable:True /// public int? is_checked {get;set;} /// /// Desc:处理时间 /// Default: /// Nullable:True /// public DateTime? deal_time {get;set;} /// /// Desc:是否退回 /// Default: /// Nullable:True /// public int? is_drawback {get;set;} /// /// Desc:填报人 /// Default: /// Nullable:True /// public string examiner_id {get;set;} /// /// Desc:填报人 /// Default: /// Nullable:True /// public string examiner_name {get;set;} /// /// Desc:填报时间 /// Default: /// Nullable:True /// public DateTime? examine_time {get;set;} /// /// Desc:整改措施(0恢复耕种条件1办理相关材料) /// Default: /// Nullable:True /// public string measure_name {get;set;} /// /// Desc:案件图片 /// Default: /// Nullable:True /// public string casepic {get;set;} /// /// Desc:处理意见 /// Default: /// Nullable:True /// public string opinion {get;set;} /// /// Desc:处理结果 /// Default: /// Nullable:True /// public int? result {get;set;} /// /// Desc:处理方式(0立案1非立案2移交其他部门处理3未处理) /// Default: /// Nullable:True /// public string result_name {get;set;} /// /// Desc:处理意见 /// Default: /// Nullable:True /// public string opinion_name {get;set;} /// /// Desc:处理时间 /// Default: /// Nullable:True /// public DateTime? handletime {get;set;} /// /// Desc:处理人 /// Default: /// Nullable:True /// public string handleuser {get;set;} /// /// Desc:处理姓名 /// Default: /// Nullable:True /// public string handleusername {get;set;} /// /// Desc:是否协办 /// Default: /// Nullable:True /// public int? is_assist {get;set;} /// /// Desc:处理措施 /// Default: /// Nullable:True /// public string measure_name_deal {get;set;} /// /// Desc:其他实际用途 /// Default: /// Nullable:True /// public string qita_use_to {get;set;} /// /// Desc:违法联系人 /// Default: /// Nullable:True /// public string illegal_contact {get;set;} /// /// Desc:违法人身份证号 /// Default: /// Nullable:True /// public string illegal_shenfenzhenghao {get;set;} /// /// Desc:查处类型 /// Default: /// Nullable:True /// public int? investigation_type {get;set;} /// /// Desc:查处结果 /// Default: /// Nullable:True /// public string investigation_result {get;set;} /// /// Desc:立案号 /// Default: /// Nullable:True /// public string registr_number {get;set;} /// /// Desc:标注类型 在建 已建成 持续变化 /// Default: /// Nullable:True /// public string is_build_name {get;set;} /// /// Desc:实际用途 /// Default: /// Nullable:True /// public string actual_use_to {get;set;} /// /// Desc:办理人 /// Default: /// Nullable:True /// public string transactor_id {get;set;} /// /// Desc:办理人 /// Default: /// Nullable:True /// public string transactor_name {get;set;} /// /// Desc:办理时间 /// Default: /// Nullable:True /// public DateTime? transact_time {get;set;} /// /// Desc:图斑id /// Default: /// Nullable:True /// public string geomid {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 fujian {get;set;} /// /// Desc:接收人 /// Default: /// Nullable:True /// public string jieshou_people {get;set;} /// /// Desc:接收时间 /// Default: /// Nullable:True /// public DateTime? jieshou_time {get;set;} /// /// Desc:判定依据说明(现场情况) /// Default: /// Nullable:True /// public string pandingyijushuoming {get;set;} /// /// Desc:项目名称 /// Default: /// Nullable:True /// public string xiangmumc {get;set;} /// /// Desc:项目主体 /// Default: /// Nullable:True /// public string xiangmuzhuti {get;set;} /// /// Desc:违法类型(0非农化违法用地1非粮化违法用地) /// Default: /// Nullable:True /// public int? weifaleixing {get;set;} /// /// Desc:验收表 /// Default: /// Nullable:True /// public string yanshoubiao {get;set;} /// /// Desc:整改附件 /// Default: /// Nullable:True /// public string zhenggaifujian {get;set;} /// /// Desc:拆除复耕后照片 /// Default: /// Nullable:True /// public string chaichufugenghoupic {get;set;} /// /// Desc:是否接收 /// Default: /// Nullable:True /// public int? is_jieshou {get;set;} /// /// Desc:案件照片(照片) /// Default: /// Nullable:True /// public string anjianzhaopian {get;set;} /// /// Desc:核销人 /// Default: /// Nullable:True /// public string hexiaoren {get;set;} /// /// Desc:核销时间 /// Default: /// Nullable:True /// public DateTime? hexiaotime {get;set;} /// /// Desc:图斑来源(全域巡查、卫片下发) /// Default: /// Nullable:True /// public string tubanlaiyuan {get;set;} /// /// Desc:批次号 /// Default: /// Nullable:True /// public string picihao {get;set;} /// /// Desc:是否完成(后续删掉) /// Default: /// Nullable:True /// public int? is_build_complete {get;set;} /// /// Desc:类型二级分类id /// Default: /// Nullable:True /// public string sec_typeid {get;set;} /// /// Desc:类型二级分类名称 /// Default: /// Nullable:True /// public string sec_typename {get;set;} /// /// Desc:类型三级分类id /// Default: /// Nullable:True /// public string thr_typeid {get;set;} /// /// Desc:类型三级分类名称 /// Default: /// Nullable:True /// public string thr_typename {get;set;} /// /// Desc: /// Default:0 /// Nullable:True /// public int? is_split {get;set;} /// /// Desc:原始案件编号 /// Default: /// Nullable:True /// public string original_case_no {get;set;} /// /// Desc:合法附件 /// Default: /// Nullable:True /// public string hefafujian {get;set;} /// /// Desc:其他附件 /// Default: /// Nullable:True /// public string qitafujian {get;set;} /// /// Desc:补办手续照片 /// Default: /// Nullable:True /// public string bubanzhaopian {get;set;} /// /// Desc:现场核查照片 /// Default: /// Nullable:True /// public string xchczhaopian {get;set;} /// /// Desc:无人机复飞照片 /// Default: /// Nullable:True /// public string wrjffzhaopian {get;set;} /// /// Desc:同步时间 /// Default: /// Nullable:True /// public DateTime? synchronoustime {get;set;} /// /// Desc:县级审核意见 /// Default: /// Nullable:True /// public string xianjiyijian {get;set;} /// /// Desc:市级审核意见 /// Default: /// Nullable:True /// public string shijiyijian {get;set;} /// /// Desc:是否市级驳回 /// Default: /// Nullable:True /// public int? is_shijibohui {get;set;} /// /// Desc:县级审核结果 /// Default: /// Nullable:True /// public string xjshenhejieguo {get;set;} /// /// Desc:市级审核结果 /// Default: /// Nullable:True /// public string sjshenhejieguo {get;set;} /// /// Desc:前时相 /// Default: /// Nullable:True /// public DateTime? pre_phase_time {get;set;} /// /// Desc:后时相 /// Default: /// Nullable:True /// public DateTime? later_phase_time {get;set;} /// /// Desc:前时相 照片 /// Default: /// Nullable:True /// public string pre_phase_img {get;set;} /// /// Desc:后时相 照片 /// Default: /// Nullable:True /// public string later_phase_img {get;set;} /// /// Desc:关闭原因 /// Default: /// Nullable:True /// public string close_reason {get;set;} /// /// Desc:发生时间 /// Default: /// Nullable:True /// public string fashengshijian {get;set;} /// /// Desc:填报类型 /// Default: /// Nullable:True /// public int? tianbaoleixing {get;set;} /// /// Desc:整改县级审核意见 /// Default: /// Nullable:True /// public string zg_xianjiyijian {get;set;} /// /// Desc:整改市级审核意见 /// Default: /// Nullable:True /// public string zg_shijiyijian {get;set;} /// /// Desc:整改县级审核结果 /// Default: /// Nullable:True /// public string zg_xjshenhejieguo {get;set;} /// /// Desc:整改市级审核结果 /// Default: /// Nullable:True /// public string zg_sjshenhejieguo {get;set;} /// /// Desc:整改县级审核人 /// Default: /// Nullable:True /// public string zg_xianjiren {get;set;} /// /// Desc:整改市级审核人 /// Default: /// Nullable:True /// public string zg_shijiren {get;set;} /// /// Desc:整改县级审核时间 /// Default:NULL::timestamp without time zone /// Nullable:True /// public DateTime? zg_xjshenheshijian {get;set;} /// /// Desc:整改市级审核时间 /// Default: /// Nullable:True /// public DateTime? zg_sjshenheshijian {get;set;} /// /// Desc:复提说明 /// Default: /// Nullable:True /// public string resubmitremark {get;set;} /// /// Desc:项目编号 /// Default: /// Nullable:True /// public string xiangmu_no {get;set;} /// /// Desc:项目名称 /// Default: /// Nullable:True /// public string xiangmu_name {get;set;} /// /// Desc:备案编号 /// Default: /// Nullable:True /// public string beian_no {get;set;} /// /// Desc:行政区划 /// Default: /// Nullable:True /// public string xingzhengquhua {get;set;} /// /// Desc:权利人 /// Default: /// Nullable:True /// public string quanliren {get;set;} /// /// Desc:项目当前用途 /// Default: /// Nullable:True /// public string xiangmu_yt {get;set;} /// /// Desc:设施农业申请用地面积(公顷) /// Default: /// Nullable:True /// public decimal? shenqing_area {get;set;} /// /// Desc:生产设施用地(公顷) /// Default: /// Nullable:True /// public decimal? shengchan_area {get;set;} /// /// Desc:辅助设施用地(公顷) /// Default: /// Nullable:True /// public decimal? fuzhu_area {get;set;} /// /// Desc:创建时间-下发时间 /// Default: /// Nullable:True /// public DateTime? xiafatime {get;set;} /// /// Desc:开工-是否存在问题 /// Default: /// Nullable:True /// public string iswenti_kg {get;set;} /// /// Desc:开工-问题类型(改变用途、超范围建设、其他) /// Default: /// Nullable:True /// public string wentileixing_kg {get;set;} /// /// Desc:开工-其他情况说明 /// Default: /// Nullable:True /// public string qtqksm_kg {get;set;} /// /// Desc:开工-整改方式(恢复原备案用途、移交执法终止备案、拆除复耕、拆除超范围建筑物) /// Default: /// Nullable:True /// public string zgfs_kg {get;set;} /// /// Desc:开工-整改期限 /// Default: /// Nullable:True /// public DateTime? zgqx_kg {get;set;} /// /// Desc:开工-核查人员 /// Default: /// Nullable:True /// public string hechauser_kg {get;set;} /// /// Desc:开工-核查时间 /// Default: /// Nullable:True /// public DateTime? hechatime_kg {get;set;} /// /// Desc:开工-现场外景照片 /// Default: /// Nullable:True /// public string wjzp_kg {get;set;} /// /// Desc:开工-现场内景照片 /// Default: /// Nullable:True /// public string njzp_kg {get;set;} /// /// Desc:建中-是否存在问题 /// Default: /// Nullable:True /// public string iswenti_jz {get;set;} /// /// Desc:建中-问题类型(改变用途、超范围建设、其他) /// Default: /// Nullable:True /// public string wentileixing_jz {get;set;} /// /// Desc:建中-其他情况说明 /// Default: /// Nullable:True /// public string qtqksm_jz {get;set;} /// /// Desc:建中-整改方式(恢复原备案用途、移交执法终止备案、拆除复耕、拆除超范围建筑物) /// Default: /// Nullable:True /// public string zgfs_jz {get;set;} /// /// Desc:建中-整改期限 /// Default: /// Nullable:True /// public DateTime? zgqx_jz {get;set;} /// /// Desc:建中-核查人员 /// Default: /// Nullable:True /// public string hechauser_jz {get;set;} /// /// Desc:建中-核查时间 /// Default: /// Nullable:True /// public DateTime? hechatime_jz {get;set;} /// /// Desc:建中-现场外景照片 /// Default: /// Nullable:True /// public string wjzp_jz {get;set;} /// /// Desc:建中-现场内景照片 /// Default: /// Nullable:True /// public string njzp_jz {get;set;} /// /// Desc:完工-是否存在问题 /// Default: /// Nullable:True /// public string iswenti_wg {get;set;} /// /// Desc:完工-问题类型(改变用途、超范围建设、其他) /// Default: /// Nullable:True /// public string wentileixing_wg {get;set;} /// /// Desc:完工-其他情况说明 /// Default: /// Nullable:True /// public string qtqksm_wg {get;set;} /// /// Desc:完工-整改方式(恢复原备案用途、移交执法终止备案、拆除复耕、拆除超范围建筑物) /// Default: /// Nullable:True /// public string zgfs_wg {get;set;} /// /// Desc:完工-整改期限 /// Default: /// Nullable:True /// public DateTime? zgqx_wg {get;set;} /// /// Desc:完工-核查人员 /// Default: /// Nullable:True /// public string hechauser_wg {get;set;} /// /// Desc:完工-核查时间 /// Default: /// Nullable:True /// public DateTime? hechatime_wg {get;set;} /// /// Desc:完工-现场外景照片 /// Default: /// Nullable:True /// public string wjzp_wg {get;set;} /// /// Desc:完工-现场内景照片 /// Default: /// Nullable:True /// public string njzp_wg {get;set;} /// /// Desc:完工整改-整改方式(恢复原备案用途、移交执法终止备案、拆除复耕、拆除超范围建筑物) /// Default: /// Nullable:True /// public string zgfs_wgzg {get;set;} /// /// Desc:完工整改-核查人员 /// Default: /// Nullable:True /// public string hechauser_wgzg {get;set;} /// /// Desc:完工整改-核查时间 /// Default: /// Nullable:True /// public DateTime? hechatime_wgzg {get;set;} /// /// Desc:完工整改-现场外景照片 /// Default: /// Nullable:True /// public string wjzp_wgzg {get;set;} /// /// Desc:完工整改-现场内景照片 /// Default: /// Nullable:True /// public string njzp_wgzg {get;set;} /// /// Desc:建中整改-整改方式(恢复原备案用途、移交执法终止备案、拆除复耕、拆除超范围建筑物) /// Default: /// Nullable:True /// public string zgfs_jzzg {get;set;} /// /// Desc:建中整改-核查人员 /// Default: /// Nullable:True /// public string hechauser_jzzg {get;set;} /// /// Desc:建中整改-核查时间 /// Default: /// Nullable:True /// public DateTime? hechatime_jzzg {get;set;} /// /// Desc:建中整改-现场外景照片 /// Default: /// Nullable:True /// public string wjzp_jzzg {get;set;} /// /// Desc:建中整改-现场内景照片 /// Default: /// Nullable:True /// public string njzp_jzzg {get;set;} /// /// Desc:开工整改-整改方式(恢复原备案用途、移交执法终止备案、拆除复耕、拆除超范围建筑物) /// Default: /// Nullable:True /// public string zgfs_kgzg {get;set;} /// /// Desc:开工整改-核查人员 /// Default: /// Nullable:True /// public string hechauser_kgzg {get;set;} /// /// Desc:开工整改-核查时间 /// Default: /// Nullable:True /// public DateTime? hechatime_kgzg {get;set;} /// /// Desc:开工整改-现场外景照片 /// Default: /// Nullable:True /// public string wjzp_kgzg {get;set;} /// /// Desc:开工整改-现场内景照片 /// Default: /// Nullable:True /// public string njzp_kgzg {get;set;} /// /// Desc:日常-是否存在问题 /// Default: /// Nullable:True /// public string iswenti_rc {get;set;} /// /// Desc:日常-问题类型(改变用途、超范围建设、其他) /// Default: /// Nullable:True /// public string wentileixing_rc {get;set;} /// /// Desc:日常-其他情况说明 /// Default: /// Nullable:True /// public string qtqksm_rc {get;set;} /// /// Desc:日常-整改方式(恢复原备案用途、移交执法终止备案、拆除复耕、拆除超范围建筑物) /// Default: /// Nullable:True /// public string zgfs_rc {get;set;} /// /// Desc:日常-整改期限 /// Default: /// Nullable:True /// public DateTime? zgqx_rc {get;set;} /// /// Desc:日常-核查人员 /// Default: /// Nullable:True /// public string hechauser_rc {get;set;} /// /// Desc:日常-核查时间 /// Default: /// Nullable:True /// public DateTime? hechatime_rc {get;set;} /// /// Desc:日常-现场外景照片 /// Default: /// Nullable:True /// public string wjzp_rc {get;set;} /// /// Desc:日常-现场内景照片 /// Default: /// Nullable:True /// public string njzp_rc {get;set;} /// /// Desc:日常整改-整改方式(恢复原备案用途、移交执法终止备案、拆除复耕、拆除超范围建筑物) /// Default: /// Nullable:True /// public string zgfs_rczg {get;set;} /// /// Desc:日常整改-核查人员 /// Default: /// Nullable:True /// public string hechauser_rczg {get;set;} /// /// Desc:日常整改-核查时间 /// Default: /// Nullable:True /// public DateTime? hechatime_rczg {get;set;} /// /// Desc:日常整改-现场外景照片 /// Default: /// Nullable:True /// public string wjzp_rczg {get;set;} /// /// Desc:日常整改-现场内景照片 /// Default: /// Nullable:True /// public string njzp_rczg {get;set;} /// /// Desc:复核-是否存在问题 /// Default: /// Nullable:True /// public string iswenti_rcfh {get;set;} /// /// Desc:复核--问题类型(改变用途、超范围建设、其他) /// Default: /// Nullable:True /// public string wentileixing_rcfh {get;set;} /// /// Desc:复核--其他情况说明 /// Default: /// Nullable:True /// public string qtqksm_rcfh {get;set;} /// /// Desc:复核--整改方式(恢复原备案用途、移交执法终止备案、拆除复耕、拆除超范围建筑物) /// Default: /// Nullable:True /// public string zgfs_rcfh {get;set;} /// /// Desc:复核--整改期限 /// Default: /// Nullable:True /// public DateTime? zgqx_rcfh {get;set;} /// /// Desc:复核--核查人员 /// Default: /// Nullable:True /// public string hechauser_rcfh {get;set;} /// /// Desc:复核--核查时间 /// Default: /// Nullable:True /// public DateTime? hechatime_rcfh {get;set;} /// /// Desc:复核--现场外景照片 /// Default: /// Nullable:True /// public string wjzp_rcfh {get;set;} /// /// Desc:复核--现场内景照片 /// Default: /// Nullable:True /// public string njzp_rcfh {get;set;} /// /// Desc:主表id /// Default: /// Nullable:True /// public string ssnyd_id {get;set;} } }