Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-zx-biz
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
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
Jobs
Commits
Open sidebar
项目统一框架
一体化_户用光伏项目代码
amos-boot-zx-biz
Commits
3f18be0c
Commit
3f18be0c
authored
Jan 06, 2025
by
chenzhao
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/developer_bw' into developer_bw
parents
e34626ef
25f80813
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
20 deletions
+16
-20
IcbcExcelVO.java
...com/yeejoin/amos/boot/module/hygf/biz/vo/IcbcExcelVO.java
+16
-20
No files found.
amos-boot-system-jxiop/amos-boot-module-hygf-biz/src/main/java/com/yeejoin/amos/boot/module/hygf/biz/vo/IcbcExcelVO.java
View file @
3f18be0c
...
...
@@ -15,52 +15,48 @@ public class IcbcExcelVO implements Serializable {
@Excel
(
name
=
"序号"
,
width
=
20
,
orderNum
=
"1"
)
private
Integer
index
;
@ApiModelProperty
(
value
=
"批次号"
)
@Excel
(
name
=
"批次号"
,
width
=
50
,
orderNum
=
"2"
)
@ApiModelProperty
(
value
=
"
扣款
批次号"
)
@Excel
(
name
=
"
扣款
批次号"
,
width
=
50
,
orderNum
=
"2"
)
private
String
batchNo
;
@ApiModelProperty
(
value
=
"
付款目标
"
)
@Excel
(
name
=
"
付款目标
"
,
width
=
50
,
orderNum
=
"3"
)
@ApiModelProperty
(
value
=
"
代扣公司
"
)
@Excel
(
name
=
"
代扣公司
"
,
width
=
50
,
orderNum
=
"3"
)
private
String
paymentTarget
;
@ApiModelProperty
(
value
=
"项目编号"
)
@Excel
(
name
=
"项目编号"
,
width
=
50
,
orderNum
=
"4"
)
private
String
projectNumber
;
@ApiModelProperty
(
value
=
"付款总金额"
)
@Excel
(
name
=
"付款总金额"
,
width
=
30
,
orderNum
=
"5"
)
@ApiModelProperty
(
value
=
"批扣总金额(元)"
)
@Excel
(
name
=
"批扣总金额(元)"
,
width
=
30
,
orderNum
=
"4"
)
private
String
paymentAmount
;
@ApiModelProperty
(
value
=
"
确认人员
"
)
@Excel
(
name
=
"
确认人员"
,
width
=
30
,
orderNum
=
"6
"
)
@ApiModelProperty
(
value
=
"
操作人
"
)
@Excel
(
name
=
"
操作人"
,
width
=
30
,
orderNum
=
"5
"
)
private
String
confirmator
;
@ApiModelProperty
(
value
=
"
确认
时间"
)
@Excel
(
name
=
"
确认时间"
,
width
=
50
,
orderNum
=
"7
"
)
@ApiModelProperty
(
value
=
"
操作
时间"
)
@Excel
(
name
=
"
操作时间"
,
width
=
50
,
orderNum
=
"6
"
)
private
String
confirmationTime
;
@ApiModelProperty
(
value
=
"说明"
)
@Excel
(
name
=
"说明"
,
width
=
50
,
orderNum
=
"
8
"
)
@Excel
(
name
=
"说明"
,
width
=
50
,
orderNum
=
"
7
"
)
private
String
desc
;
@ApiModelProperty
(
value
=
"上传状态"
)
@Excel
(
name
=
"上传状态"
,
width
=
30
,
orderNum
=
"
9
"
)
@Excel
(
name
=
"上传状态"
,
width
=
30
,
orderNum
=
"
8
"
)
private
String
uploadStatus
;
@ApiModelProperty
(
value
=
"上传人员"
)
@Excel
(
name
=
"上传人员"
,
width
=
30
,
orderNum
=
"
10
"
)
@Excel
(
name
=
"上传人员"
,
width
=
30
,
orderNum
=
"
9
"
)
private
String
uploader
;
@ApiModelProperty
(
value
=
"上传时间"
)
@Excel
(
name
=
"上传时间"
,
width
=
50
,
orderNum
=
"1
1
"
)
@Excel
(
name
=
"上传时间"
,
width
=
50
,
orderNum
=
"1
0
"
)
private
String
uploadTime
;
@ApiModelProperty
(
value
=
"代扣状态"
)
@Excel
(
name
=
"代扣状态"
,
width
=
30
,
orderNum
=
"1
2
"
)
@Excel
(
name
=
"代扣状态"
,
width
=
30
,
orderNum
=
"1
1
"
)
private
String
withholdStatus
;
@ApiModelProperty
(
value
=
"失败原因"
)
@Excel
(
name
=
"失败原因"
,
width
=
50
,
orderNum
=
"1
3
"
)
@Excel
(
name
=
"失败原因"
,
width
=
50
,
orderNum
=
"1
2
"
)
private
String
paymentErrorDesc
;
...
...
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