523096025 пре 2 година
родитељ
комит
37497fadda

+ 20 - 0
admin/src/main/java/com/huimv/farm/damsubsidy/controller/PovertyUserRegistController.java

@@ -0,0 +1,20 @@
+package com.huimv.farm.damsubsidy.controller;
+
+
+import org.springframework.web.bind.annotation.RequestMapping;
+
+import org.springframework.web.bind.annotation.RestController;
+
+/**
+ * <p>
+ * 隔离日志 前端控制器
+ * </p>
+ *
+ * @author author
+ * @since 2023-04-28
+ */
+@RestController
+@RequestMapping("/poverty-user-regist")
+public class PovertyUserRegistController {
+
+}

+ 497 - 0
admin/src/main/java/com/huimv/farm/damsubsidy/entity/PovertyUserRegist.java

@@ -0,0 +1,497 @@
+package com.huimv.farm.damsubsidy.entity;
+
+import com.baomidou.mybatisplus.annotation.TableName;
+import com.baomidou.mybatisplus.annotation.IdType;
+import com.baomidou.mybatisplus.annotation.TableId;
+import java.time.LocalDateTime;
+import java.io.Serializable;
+import java.util.Date;
+
+import com.fasterxml.jackson.annotation.JsonFormat;
+import lombok.Data;
+import lombok.EqualsAndHashCode;
+import lombok.experimental.Accessors;
+
+/**
+ * <p>
+ * 隔离日志
+ * </p>
+ *
+ * @author author
+ * @since 2023-04-28
+ */
+@Data
+@EqualsAndHashCode(callSuper = false)
+@Accessors(chain = true)
+@TableName("poverty_user_regist")
+public class PovertyUserRegist implements Serializable {
+
+    private static final long serialVersionUID = 1L;
+
+    @TableId(value = "id", type = IdType.AUTO)
+    private Integer id;
+
+    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss" ,timezone = "GMT+8")
+    private Date creatTime;
+
+    private String creatUser;
+
+    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss" ,timezone = "GMT+8")
+    private Date updateTime;
+
+    private String updateUser;
+
+    private Integer isDelete;
+
+    /**
+     * 序号
+     */
+    private String xh;
+
+    /**
+     * 县(市、区、旗)
+     */
+    private String county;
+
+    /**
+     * 乡(镇)
+     */
+    private String village;
+
+    /**
+     * 行政村
+     */
+    private String xzc;
+
+    /**
+     * 自然村
+     */
+    private String zrc;
+
+    /**
+     * 易返贫致贫户(监测对象)类别
+     */
+    private String fpzph;
+
+    /**
+     * 户编号
+     */
+    private String hbh;
+
+    /**
+     * 人编号
+     */
+    private String rbh;
+
+    /**
+     * 姓名
+     */
+    private String xm;
+
+    /**
+     * 证件号码
+     */
+    private String zjhm;
+
+    /**
+     * 家庭人口数
+     */
+    private String jtrks;
+
+    /**
+     * 与户主关系
+     */
+    private String yhzgx;
+
+    /**
+     * 民族
+     */
+    private String mz;
+
+    /**
+     * 政治面貌
+     */
+    private String zzmm;
+
+    /**
+     * 文化程度
+     */
+    private String whcd;
+
+    /**
+     * 在校生状况
+     */
+    private String zxszk;
+
+    /**
+     * 健康状况
+     */
+    private String jkzk;
+
+    /**
+     * 劳动技能
+     */
+    private String ldjn;
+
+    /**
+     * 是否参加城乡居民基本医疗保险
+     */
+    private String sfCxJmJbYl;
+
+    /**
+     * 是否参加城镇职工基本医疗保险
+     */
+    private String sfCzZgJbYl;
+
+    /**
+     * 是否参加城乡居民基本养老保险
+     */
+    private String sfCxJmJbLao;
+
+    /**
+     * 是否参加城镇职工基本养老保险
+     */
+    private String sfCzZgJbLao;
+
+    /**
+     * 是否享受农村居民最低生活保障
+     */
+    private String sfShbz;
+
+    /**
+     * 是否参加大病保险
+     */
+    private String sfDbbx;
+
+    /**
+     * 是否特困供养人员
+     */
+    private String sfTkgy;
+
+    /**
+     * 是否易地扶贫搬迁人口
+     */
+    private String sfYifpbq;
+
+    /**
+     * 务工区域
+     */
+    private String wgqy;
+
+    /**
+     * 务工时间
+     */
+    private String wgsj;
+
+    /**
+     * 联系电话
+     */
+    private String lxdh;
+
+    /**
+     * 是否居住在大中型异地扶贫搬迁集中安置区
+     */
+    private String sfJzDzAn;
+
+    /**
+     * 安置区地址
+     */
+    private String andz;
+
+    /**
+     * 项目名称
+     */
+    private String xmmc;
+
+    /**
+     * 风险是否已消除
+     */
+    private String sfFx;
+
+    /**
+     * 风险标注次序
+     */
+    private String fxbzcx;
+
+    /**
+     * 风险识别时间
+     */
+    private String fxsbsj;
+
+    /**
+     * 风险消除时间
+     */
+    private String fxxcsj;
+
+    /**
+     * 风险消除方式
+     */
+    private String fxxcfs;
+
+    /**
+     * 致贫风险1
+     */
+    private String zpfx1;
+
+    /**
+     * 致贫风险2
+     */
+    private String zpfx2;
+
+    /**
+     * 致贫风险3
+     */
+    private String zpfx3;
+
+    /**
+     * 致贫风险4
+     */
+    private String zpfx4;
+
+    /**
+     * 致贫风险5
+     */
+    private String zpfx5;
+
+    /**
+     * 备注
+     */
+    private String bz;
+
+    /**
+     * 自然灾害类型
+     */
+    private String zrzhlx;
+
+    /**
+     * 信息采集人
+     */
+    private String xxcjr;
+
+    /**
+     * 信息采集人联系电话
+     */
+    private String xxcjLxdh;
+
+    /**
+     * 风险标注信息是否住房出现安全问题
+     */
+    private String sfFxbzZfaq;
+
+    /**
+     * 风险标注信息是否义务教育阶段适龄儿童少年失学辍学
+     */
+    private String sfFxbzYwjy;
+
+    /**
+     * 风险标注信息是否饮水出现安全问题
+     */
+    private String sfFxbzYsaq;
+
+    /**
+     * 风险标注信息是否有家庭成员未参加城乡居民(职工)基本医疗保险
+     */
+    private String sfFxbzWcjcx;
+
+    /**
+     * 风险消除信息是否住房出现安全问题
+     */
+    private String sfFxxcZfaq;
+
+    /**
+     * 风险消除信息是否义务教育阶段适龄儿童少年失学辍学
+     */
+    private String sfFxxcYwjy;
+
+    /**
+     * 风险消除信息是否饮水出现安全问题
+     */
+    private String sfFxxcYsaq;
+
+    /**
+     * 风险消除信息是否有家庭成员未参加城乡居民(职工)基本医疗保险
+     */
+    private String sfFxxcWcjcx;
+
+    /**
+     * 风险标注信息工资性收入
+     */
+    private String fxbzSrGz;
+
+    /**
+     * 风险标注信息生产经营性收入
+     */
+    private String fxbzSrSc;
+
+    /**
+     * 风险标注信息财产性收入
+     */
+    private String fxbzSrCc;
+
+    /**
+     * 风险标注信息转移性收入
+     */
+    private String fxbzSrZy;
+
+    /**
+     * 风险标注信息生产经营性支出
+     */
+    private String fxbzZcScjy;
+
+    /**
+     * 风险标注信息家庭纯收入
+     */
+    private String fxbzSrC;
+
+    /**
+     * 风险标注信息家庭人均纯收入
+     */
+    private String fxbzSrRjc;
+
+    /**
+     * 风险标注信息理赔收入
+     */
+    private String fxbzSrLp;
+
+    /**
+     * 风险标注信息合规自付支出
+     */
+    private String fxbzZcXxhg;
+
+    /**
+     * 风险标注信息纳入易返贫致贫户(监测对象)的收入参考范围
+     */
+    private String fxbzNrFw;
+
+    /**
+     * 风险标注信息纳入易返贫致贫户(监测对象)的人均收入参考范围
+     */
+    private String fxbzNrRjfw;
+
+    /**
+     * 风险消除信息工资性收入
+     */
+    private String fxxcSrGz;
+
+    /**
+     * 风险消除信息生产经营性收入
+     */
+    private String fxxcSrSc;
+
+    /**
+     * 风险消除信息财产性收入
+     */
+    private String fxxcSrCc;
+
+    /**
+     * 风险消除信息转移性收入
+     */
+    private String fxxcSrZy;
+
+    /**
+     * 风险消除信息生产经营性支出
+     */
+    private String fxxcZcScjy;
+
+    /**
+     * 风险消除信息家庭纯收入
+     */
+    private String fxxcSrC;
+
+    /**
+     * 风险消除信息家庭人均纯收入
+     */
+    private String fxxcSrRjc;
+
+    /**
+     * 风险消除信息理赔收入
+     */
+    private String fxxcSrLp;
+
+    /**
+     * 风险消除信息合规自付支出
+     */
+    private String fxxcZcXxhg;
+
+    /**
+     * 风险消除信息纳入易返贫致贫户(监测对象)的收入参考范围
+     */
+    private String fxxcNrFw;
+
+    /**
+     * 风险消除信息纳入易返贫致贫户(监测对象)的人均收入参考范围
+     */
+    private String fxxcNrRjfw;
+
+    /**
+     * 产业帮扶
+     */
+    private String cybf;
+
+    /**
+     * 就业帮扶
+     */
+    private String jybf;
+
+    /**
+     * 金融帮扶
+     */
+    private String jrbf;
+
+    /**
+     * 公益岗位帮扶
+     */
+    private String gygbf;
+
+    /**
+     * 住房安全保障
+     */
+    private String zfaqbz;
+
+    /**
+     * 饮水安全保障
+     */
+    private String ysaqbz;
+
+    /**
+     * 健康帮扶
+     */
+    private String jkbf;
+
+    /**
+     * 义务教育保障
+     */
+    private String ywjybz;
+
+    /**
+     * 教育帮扶
+     */
+    private String jaoybf;
+
+    /**
+     * 综合保障
+     */
+    private String zhbz;
+
+    /**
+     * 社会帮扶
+     */
+    private String shbf;
+
+    /**
+     * 搬迁
+     */
+    private String bq;
+
+    /**
+     * 生产生活条件改善
+     */
+    private String scshtjgz;
+
+    /**
+     * 基础设施建设
+     */
+    private String jcssjs;
+
+
+}

+ 16 - 0
admin/src/main/java/com/huimv/farm/damsubsidy/mapper/PovertyUserRegistMapper.java

@@ -0,0 +1,16 @@
+package com.huimv.farm.damsubsidy.mapper;
+
+import com.huimv.farm.damsubsidy.entity.PovertyUserRegist;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ * <p>
+ * 隔离日志 Mapper 接口
+ * </p>
+ *
+ * @author author
+ * @since 2023-04-28
+ */
+public interface PovertyUserRegistMapper extends BaseMapper<PovertyUserRegist> {
+
+}

+ 16 - 0
admin/src/main/java/com/huimv/farm/damsubsidy/service/IPovertyUserRegistService.java

@@ -0,0 +1,16 @@
+package com.huimv.farm.damsubsidy.service;
+
+import com.huimv.farm.damsubsidy.entity.PovertyUserRegist;
+import com.baomidou.mybatisplus.extension.service.IService;
+
+/**
+ * <p>
+ * 隔离日志 服务类
+ * </p>
+ *
+ * @author author
+ * @since 2023-04-28
+ */
+public interface IPovertyUserRegistService extends IService<PovertyUserRegist> {
+
+}

+ 20 - 0
admin/src/main/java/com/huimv/farm/damsubsidy/service/impl/PovertyUserRegistServiceImpl.java

@@ -0,0 +1,20 @@
+package com.huimv.farm.damsubsidy.service.impl;
+
+import com.huimv.farm.damsubsidy.entity.PovertyUserRegist;
+import com.huimv.farm.damsubsidy.mapper.PovertyUserRegistMapper;
+import com.huimv.farm.damsubsidy.service.IPovertyUserRegistService;
+import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
+import org.springframework.stereotype.Service;
+
+/**
+ * <p>
+ * 隔离日志 服务实现类
+ * </p>
+ *
+ * @author author
+ * @since 2023-04-28
+ */
+@Service
+public class PovertyUserRegistServiceImpl extends ServiceImpl<PovertyUserRegistMapper, PovertyUserRegist> implements IPovertyUserRegistService {
+
+}

+ 105 - 0
admin/src/main/resources/mapper/PovertyUserRegistMapper.xml

@@ -0,0 +1,105 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
+<mapper namespace="com.huimv.farm.damsubsidy.mapper.PovertyUserRegistMapper">
+
+    <!-- 通用查询映射结果 -->
+    <resultMap id="BaseResultMap" type="com.huimv.farm.damsubsidy.entity.PovertyUserRegist">
+        <id column="id" property="id" />
+        <result column="creat_time" property="creatTime" />
+        <result column="creat_user" property="creatUser" />
+        <result column="update_time" property="updateTime" />
+        <result column="update_user" property="updateUser" />
+        <result column="is_delete" property="isDelete" />
+        <result column="XH" property="xh" />
+        <result column="county" property="county" />
+        <result column="village" property="village" />
+        <result column="XZC" property="xzc" />
+        <result column="ZRC" property="zrc" />
+        <result column="FPZPH" property="fpzph" />
+        <result column="HBH" property="hbh" />
+        <result column="RBH" property="rbh" />
+        <result column="XM" property="xm" />
+        <result column="ZJHM" property="zjhm" />
+        <result column="JTRKS" property="jtrks" />
+        <result column="YHZGX" property="yhzgx" />
+        <result column="MZ" property="mz" />
+        <result column="ZZMM" property="zzmm" />
+        <result column="WHCD" property="whcd" />
+        <result column="ZXSZK" property="zxszk" />
+        <result column="JKZK" property="jkzk" />
+        <result column="LDJN" property="ldjn" />
+        <result column="SF_CX_JM_JB_YL" property="sfCxJmJbYl" />
+        <result column="SF_CZ_ZG_JB_YL" property="sfCzZgJbYl" />
+        <result column="SF_CX_JM_JB_LAO" property="sfCxJmJbLao" />
+        <result column="SF_CZ_ZG_JB_LAO" property="sfCzZgJbLao" />
+        <result column="SF_SHBZ" property="sfShbz" />
+        <result column="SF_DBBX" property="sfDbbx" />
+        <result column="SF_TKGY" property="sfTkgy" />
+        <result column="SF_YIFPBQ" property="sfYifpbq" />
+        <result column="WGQY" property="wgqy" />
+        <result column="WGSJ" property="wgsj" />
+        <result column="LXDH" property="lxdh" />
+        <result column="SF_JZ_DZ_AN" property="sfJzDzAn" />
+        <result column="ANDZ" property="andz" />
+        <result column="XMMC" property="xmmc" />
+        <result column="SF_FX" property="sfFx" />
+        <result column="FXBZCX" property="fxbzcx" />
+        <result column="FXSBSJ" property="fxsbsj" />
+        <result column="FXXCSJ" property="fxxcsj" />
+        <result column="FXXCFS" property="fxxcfs" />
+        <result column="ZPFX1" property="zpfx1" />
+        <result column="ZPFX2" property="zpfx2" />
+        <result column="ZPFX3" property="zpfx3" />
+        <result column="ZPFX4" property="zpfx4" />
+        <result column="ZPFX5" property="zpfx5" />
+        <result column="BZ" property="bz" />
+        <result column="ZRZHLX" property="zrzhlx" />
+        <result column="XXCJR" property="xxcjr" />
+        <result column="XXCJ_LXDH" property="xxcjLxdh" />
+        <result column="SF_FXBZ_ZFAQ" property="sfFxbzZfaq" />
+        <result column="SF_FXBZ_YWJY" property="sfFxbzYwjy" />
+        <result column="SF_FXBZ_YSAQ" property="sfFxbzYsaq" />
+        <result column="SF_FXBZ_WCJCX" property="sfFxbzWcjcx" />
+        <result column="SF_FXXC_ZFAQ" property="sfFxxcZfaq" />
+        <result column="SF_FXXC_YWJY" property="sfFxxcYwjy" />
+        <result column="SF_FXXC_YSAQ" property="sfFxxcYsaq" />
+        <result column="SF_FXXC_WCJCX" property="sfFxxcWcjcx" />
+        <result column="FXBZ_SR_GZ" property="fxbzSrGz" />
+        <result column="FXBZ_SR_SC" property="fxbzSrSc" />
+        <result column="FXBZ_SR_CC" property="fxbzSrCc" />
+        <result column="FXBZ_SR_ZY" property="fxbzSrZy" />
+        <result column="FXBZ_ZC_SCJY" property="fxbzZcScjy" />
+        <result column="FXBZ_SR_C" property="fxbzSrC" />
+        <result column="FXBZ_SR_RJC" property="fxbzSrRjc" />
+        <result column="FXBZ_SR_LP" property="fxbzSrLp" />
+        <result column="FXBZ_ZC_XXHG" property="fxbzZcXxhg" />
+        <result column="FXBZ_NR_FW" property="fxbzNrFw" />
+        <result column="FXBZ_NR_RJFW" property="fxbzNrRjfw" />
+        <result column="FXXC_SR_GZ" property="fxxcSrGz" />
+        <result column="FXXC_SR_SC" property="fxxcSrSc" />
+        <result column="FXXC_SR_CC" property="fxxcSrCc" />
+        <result column="FXXC_SR_ZY" property="fxxcSrZy" />
+        <result column="FXXC_ZC_SCJY" property="fxxcZcScjy" />
+        <result column="FXXC_SR_C" property="fxxcSrC" />
+        <result column="FXXC_SR_RJC" property="fxxcSrRjc" />
+        <result column="FXXC_SR_LP" property="fxxcSrLp" />
+        <result column="FXXC_ZC_XXHG" property="fxxcZcXxhg" />
+        <result column="FXXC_NR_FW" property="fxxcNrFw" />
+        <result column="FXXC_NR_RJFW" property="fxxcNrRjfw" />
+        <result column="CYBF" property="cybf" />
+        <result column="JYBF" property="jybf" />
+        <result column="JRBF" property="jrbf" />
+        <result column="GYGBF" property="gygbf" />
+        <result column="ZFAQBZ" property="zfaqbz" />
+        <result column="YSAQBZ" property="ysaqbz" />
+        <result column="JKBF" property="jkbf" />
+        <result column="YWJYBZ" property="ywjybz" />
+        <result column="JAOYBF" property="jaoybf" />
+        <result column="ZHBZ" property="zhbz" />
+        <result column="SHBF" property="shbf" />
+        <result column="BQ" property="bq" />
+        <result column="SCSHTJGZ" property="scshtjgz" />
+        <result column="JCSSJS" property="jcssjs" />
+    </resultMap>
+
+</mapper>