Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yd-csf
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xingmin
yd-csf
Commits
3b3530fa
Commit
3b3530fa
authored
Sep 08, 2025
by
jianan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fna接口9
parent
d9424186
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
5 deletions
+4
-5
yd-csf-service/src/main/java/generator/mapper/FnaFormMapper.java
+1
-1
yd-csf-service/src/main/resources/mappers/CustomerMapper.xml
+2
-3
yd-csf-service/src/main/resources/mappers/FnaMapper.xml
+1
-1
No files found.
yd-csf-service/src/main/java/generator/mapper/FnaFormMapper.java
View file @
3b3530fa
...
@@ -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 1
6:52:00
* @createDate 2025-09-08 1
7:09:16
* @Entity generator.domain.FnaForm
* @Entity generator.domain.FnaForm
*/
*/
public
interface
FnaFormMapper
extends
BaseMapper
<
FnaForm
>
{
public
interface
FnaFormMapper
extends
BaseMapper
<
FnaForm
>
{
...
...
yd-csf-service/src/main/resources/mappers/CustomerMapper.xml
View file @
3b3530fa
...
@@ -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,
birthda
y,birthda
te,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,
...
...
yd-csf-service/src/main/resources/mappers/FnaMapper.xml
View file @
3b3530fa
...
@@ -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"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment