Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Y
yifu-mvp
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fangxinjiang
yifu-mvp
Commits
a3f6d978
Commit
a3f6d978
authored
Jul 28, 2023
by
huyuchen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
消息提醒修改
parent
fb33c4da
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
11 deletions
+0
-11
SysHouseHoldInfo.java
...fu/cloud/plus/v1/yifu/social/entity/SysHouseHoldInfo.java
+0
-9
SysHouseHoldInfoMapper.xml
...-biz/src/main/resources/mapper/SysHouseHoldInfoMapper.xml
+0
-2
No files found.
yifu-social/yifu-social-api/src/main/java/com/yifu/cloud/plus/v1/yifu/social/entity/SysHouseHoldInfo.java
View file @
a3f6d978
...
@@ -203,15 +203,6 @@ public class SysHouseHoldInfo extends BaseEntity {
...
@@ -203,15 +203,6 @@ public class SysHouseHoldInfo extends BaseEntity {
@ExcelProperty
(
"公积金承办银行"
)
@ExcelProperty
(
"公积金承办银行"
)
private
String
fundBank
;
private
String
fundBank
;
/**
* 比例
*/
@ExcelAttribute
(
name
=
"比例"
)
@Schema
(
description
=
"比例"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ExcelProperty
(
"比例"
)
private
String
fundPer
;
/**
/**
* 审核人部门
* 审核人部门
*/
*/
...
...
yifu-social/yifu-social-biz/src/main/resources/mapper/SysHouseHoldInfoMapper.xml
View file @
a3f6d978
...
@@ -47,7 +47,6 @@
...
@@ -47,7 +47,6 @@
<result
property=
"houseType"
column=
"HOUSE_TYPE"
/>
<result
property=
"houseType"
column=
"HOUSE_TYPE"
/>
<result
property=
"customerNo"
column=
"CUSTOMER_NO"
/>
<result
property=
"customerNo"
column=
"CUSTOMER_NO"
/>
<result
property=
"unitCreditCode"
column=
"UNIT_CREDIT_CODE"
/>
<result
property=
"unitCreditCode"
column=
"UNIT_CREDIT_CODE"
/>
<result
property=
"fundPer"
column=
"FUND_PER"
/>
<result
property=
"fundBank"
column=
"FUND_BANK"
/>
<result
property=
"fundBank"
column=
"FUND_BANK"
/>
</resultMap>
</resultMap>
...
@@ -81,7 +80,6 @@
...
@@ -81,7 +80,6 @@
a.HOUSE_TYPE,
a.HOUSE_TYPE,
a.CUSTOMER_NO,
a.CUSTOMER_NO,
a.UNIT_CREDIT_CODE,
a.UNIT_CREDIT_CODE,
a.FUND_PER,
a.FUND_BANK,
a.FUND_BANK,
a.HANDLE_USER_NAME
a.HANDLE_USER_NAME
</sql>
</sql>
...
...
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