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
e839d12b
Commit
e839d12b
authored
Jul 11, 2023
by
wangzb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feature-wzb :项目新增第一归属和第二归属字段
parent
27e48025
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
TSettleDomain.java
...ifu/cloud/plus/v1/yifu/archives/entity/TSettleDomain.java
+6
-0
TSettleDomainMapper.xml
...ves-biz/src/main/resources/mapper/TSettleDomainMapper.xml
+4
-0
No files found.
yifu-archives/yifu-archives-api/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/entity/TSettleDomain.java
View file @
e839d12b
...
@@ -521,4 +521,10 @@ public class TSettleDomain extends BaseEntity {
...
@@ -521,4 +521,10 @@ public class TSettleDomain extends BaseEntity {
*/
*/
@Schema
(
description
=
"BU归属"
)
@Schema
(
description
=
"BU归属"
)
private
String
buBelong
;
private
String
buBelong
;
@Schema
(
description
=
"一级指标归属"
)
private
String
firstIndicatorBelong
;
@Schema
(
description
=
"二级指标归属"
)
private
String
secondIndicatorBelong
;
}
}
yifu-archives/yifu-archives-biz/src/main/resources/mapper/TSettleDomainMapper.xml
View file @
e839d12b
...
@@ -91,6 +91,8 @@
...
@@ -91,6 +91,8 @@
<result
property=
"unitSeriousIllnessProp"
column=
"UNIT_SERIOUS_ILLNESS_PROP"
/>
<result
property=
"unitSeriousIllnessProp"
column=
"UNIT_SERIOUS_ILLNESS_PROP"
/>
<result
property=
"bpoFlag"
column=
"BPO_FLAG"
/>
<result
property=
"bpoFlag"
column=
"BPO_FLAG"
/>
<result
property=
"buBelong"
column=
"BU_BELONG"
/>
<result
property=
"buBelong"
column=
"BU_BELONG"
/>
<result
property=
"firstIndicatorBelong"
column=
"FIRST_INDICATOR_BELONG"
/>
<result
property=
"secondIndicatorBelong"
column=
"SECOND_INDICATOR_BELONG"
/>
<result
property=
"lineType"
column=
"LINE_TYPE"
/>
<result
property=
"lineType"
column=
"LINE_TYPE"
/>
</resultMap>
</resultMap>
...
@@ -167,6 +169,8 @@
...
@@ -167,6 +169,8 @@
a.UNIT_SERIOUS_ILLNESS_PROP,
a.UNIT_SERIOUS_ILLNESS_PROP,
a.BPO_FLAG,
a.BPO_FLAG,
a.BU_BELONG,
a.BU_BELONG,
a.FIRST_INDICATOR_BELONG,
a.SECOND_INDICATOR_BELONG,
a.LINE_TYPE
a.LINE_TYPE
</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