Commit 3b3530fa by jianan

Fna接口9

parent d9424186
...@@ -6,7 +6,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper; ...@@ -6,7 +6,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
/** /**
* @author Zhang Jianan * @author Zhang Jianan
* @description 针对表【fna_form(fna表单表)】的数据库操作Mapper * @description 针对表【fna_form(fna表单表)】的数据库操作Mapper
* @createDate 2025-09-08 16:52:00 * @createDate 2025-09-08 17:09:16
* @Entity generator.domain.FnaForm * @Entity generator.domain.FnaForm
*/ */
public interface FnaFormMapper extends BaseMapper<FnaForm> { public interface FnaFormMapper extends BaseMapper<FnaForm> {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<!DOCTYPE mapper <!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd"> "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="generator.mapper.CustomerMapper"> <mapper namespace="com.yd.csf.service.dao.CustomerMapper">
<resultMap id="BaseResultMap" type="com.yd.csf.service.model.Customer"> <resultMap id="BaseResultMap" type="com.yd.csf.service.model.Customer">
<id property="id" column="id" /> <id property="id" column="id" />
...@@ -16,7 +16,6 @@ ...@@ -16,7 +16,6 @@
<result property="pinyin" column="pinyin" /> <result property="pinyin" column="pinyin" />
<result property="title" column="title" /> <result property="title" column="title" />
<result property="gender" column="gender" /> <result property="gender" column="gender" />
<result property="birthday" column="birthday" />
<result property="birthdate" column="birthdate" /> <result property="birthdate" column="birthdate" />
<result property="abnormal" column="abnormal" /> <result property="abnormal" column="abnormal" />
<result property="age" column="age" /> <result property="age" column="age" />
...@@ -47,7 +46,7 @@ ...@@ -47,7 +46,7 @@
<sql id="Base_Column_List"> <sql id="Base_Column_List">
id,customer_biz_id,custom_code,last_name,first_name,name, id,customer_biz_id,custom_code,last_name,first_name,name,
last_name_pinyin,first_name_pinyin,pinyin,title,gender, last_name_pinyin,first_name_pinyin,pinyin,title,gender,
birthday,birthdate,abnormal,age,area_code, birthdate,abnormal,age,area_code,
phone,email,smoke,smoke_quantity,company_type, phone,email,smoke,smoke_quantity,company_type,
source,id_type,id_card,passport,eep_code, source,id_type,id_card,passport,eep_code,
marriage,birthplace,education,customer_expand_biz_id,country, marriage,birthplace,education,customer_expand_biz_id,country,
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<!DOCTYPE mapper <!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd"> "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="generator.mapper.FnaMapper"> <mapper namespace="com.yd.csf.service.dao.FnaMapper">
<resultMap id="BaseResultMap" type="com.yd.csf.service.model.Fna"> <resultMap id="BaseResultMap" type="com.yd.csf.service.model.Fna">
<id property="id" column="id" /> <id property="id" column="id" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment