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
b7e9f217
Commit
b7e9f217
authored
May 22, 2026
by
jianan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
应付明细11
parent
c641b365
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
4 deletions
+9
-4
yd-csf-service/src/main/java/com/yd/csf/service/vo/ExpectedFortuneExportDTO.java
+9
-4
No files found.
yd-csf-service/src/main/java/com/yd/csf/service/vo/ExpectedFortuneExportDTO.java
View file @
b7e9f217
...
@@ -8,6 +8,7 @@ import com.alibaba.excel.annotation.write.style.ContentRowHeight;
...
@@ -8,6 +8,7 @@ import com.alibaba.excel.annotation.write.style.ContentRowHeight;
import
com.alibaba.excel.annotation.write.style.HeadRowHeight
;
import
com.alibaba.excel.annotation.write.style.HeadRowHeight
;
import
com.yd.csf.feign.response.expectedfortune.ApiExpectedFortunePageResponse
;
import
com.yd.csf.feign.response.expectedfortune.ApiExpectedFortunePageResponse
;
import
com.yd.csf.service.enums.FortuneStatusEnum
;
import
com.yd.csf.service.enums.FortuneStatusEnum
;
import
io.swagger.v3.oas.annotations.media.Schema
;
import
lombok.Data
;
import
lombok.Data
;
import
java.math.BigDecimal
;
import
java.math.BigDecimal
;
...
@@ -59,13 +60,13 @@ public class ExpectedFortuneExportDTO {
...
@@ -59,13 +60,13 @@ public class ExpectedFortuneExportDTO {
@ExcelProperty
(
"出账项目"
)
@ExcelProperty
(
"出账项目"
)
private
String
fortuneName
;
private
String
fortuneName
;
@ExcelProperty
(
"出账
日
(估)"
)
@ExcelProperty
(
"出账
年月
(估)"
)
@DateTimeFormat
(
"yyyy-MM
-dd
"
)
@DateTimeFormat
(
"yyyy-MM"
)
@ColumnWidth
(
25
)
@ColumnWidth
(
25
)
private
Date
payoutDate
;
private
Date
payoutDate
;
@ExcelProperty
(
"出账
日
(实)"
)
@ExcelProperty
(
"出账
年月
(实)"
)
@DateTimeFormat
(
"yyyy-MM
-dd
"
)
@DateTimeFormat
(
"yyyy-MM"
)
@ColumnWidth
(
25
)
@ColumnWidth
(
25
)
private
Date
actualPayoutDate
;
private
Date
actualPayoutDate
;
...
@@ -115,6 +116,9 @@ public class ExpectedFortuneExportDTO {
...
@@ -115,6 +116,9 @@ public class ExpectedFortuneExportDTO {
@ColumnWidth
(
30
)
@ColumnWidth
(
30
)
private
String
remark
;
private
String
remark
;
@ExcelProperty
(
"创建人"
)
private
String
creatorName
;
@ExcelProperty
(
"创建时间"
)
@ExcelProperty
(
"创建时间"
)
@DateTimeFormat
(
"yyyy-MM-dd HH:mm:ss"
)
@DateTimeFormat
(
"yyyy-MM-dd HH:mm:ss"
)
@ColumnWidth
(
25
)
@ColumnWidth
(
25
)
...
@@ -159,6 +163,7 @@ public class ExpectedFortuneExportDTO {
...
@@ -159,6 +163,7 @@ public class ExpectedFortuneExportDTO {
dto
.
setUnpaidRuleAmount
(
vo
.
getUnpaidRuleAmount
());
dto
.
setUnpaidRuleAmount
(
vo
.
getUnpaidRuleAmount
());
dto
.
setUnpaidRuleAmounthHkd
(
vo
.
getUnpaidRuleAmounthHkd
());
dto
.
setUnpaidRuleAmounthHkd
(
vo
.
getUnpaidRuleAmounthHkd
());
dto
.
setRemark
(
vo
.
getRemark
());
dto
.
setRemark
(
vo
.
getRemark
());
dto
.
setCreatorName
(
vo
.
getCreatorName
());
dto
.
setBrokerGradeName
(
vo
.
getBrokerGradeName
());
dto
.
setBrokerGradeName
(
vo
.
getBrokerGradeName
());
return
dto
;
return
dto
;
}
}
...
...
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