Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gxpt_ht
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pseer
gxpt_ht
Commits
1ea0f72a
Commit
1ea0f72a
authored
Mar 19, 2024
by
吕明尚
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改导出字段
parent
bcb2760a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
SOrderVo.java
...system/src/main/java/share/system/domain/vo/SOrderVo.java
+6
-6
No files found.
share-system/src/main/java/share/system/domain/vo/SOrderVo.java
View file @
1ea0f72a
...
...
@@ -56,12 +56,12 @@ public class SOrderVo
* 用户手机号
*/
@ApiModelProperty
(
value
=
"用户手机号"
)
@Excel
(
name
=
"
用户
手机号"
)
@Excel
(
name
=
"
会员
手机号"
)
private
String
consumerPhone
;
/** 用户名称 */
@ApiModelProperty
(
value
=
"用户名称"
)
@Excel
(
name
=
"
用户
昵称"
)
@Excel
(
name
=
"
会员
昵称"
)
private
String
consumerName
;
//套餐名称
...
...
@@ -96,7 +96,7 @@ public class SOrderVo
private
BigDecimal
couponPrice
;
@ApiModelProperty
(
name
=
"优惠卷购买金额"
)
@Excel
(
name
=
"优惠卷
售卖金额
"
)
@Excel
(
name
=
"优惠卷
促销价
"
)
private
BigDecimal
couponPayPrice
;
@ApiModelProperty
(
value
=
"订单总价"
)
...
...
@@ -127,13 +127,13 @@ public class SOrderVo
/** 开始时间 */
@JsonFormat
(
pattern
=
"yyyy-MM-dd HH:mm"
)
@ApiModelProperty
(
value
=
"开始时间"
)
@Excel
(
name
=
"开始时间"
,
width
=
30
,
dateFormat
=
"yyyy-MM-dd HH:mm"
)
@Excel
(
name
=
"
实际
开始时间"
,
width
=
30
,
dateFormat
=
"yyyy-MM-dd HH:mm"
)
private
Date
startDate
;
/** 结束时间 */
@JsonFormat
(
pattern
=
"yyyy-MM-dd HH:mm"
)
@ApiModelProperty
(
value
=
"结束时间"
)
@Excel
(
name
=
"结束时间"
,
width
=
30
,
dateFormat
=
"yyyy-MM-dd HH:mm"
)
@Excel
(
name
=
"
实际
结束时间"
,
width
=
30
,
dateFormat
=
"yyyy-MM-dd HH:mm"
)
private
Date
endDate
;
/**
...
...
@@ -154,7 +154,7 @@ public class SOrderVo
* 创建时间
*/
@JsonFormat
(
pattern
=
"yyyy-MM-dd HH:mm:ss"
)
@Excel
(
name
=
"
下
单时间"
,
width
=
30
,
dateFormat
=
"yyyy-MM-dd HH:mm:ss"
)
@Excel
(
name
=
"
订
单时间"
,
width
=
30
,
dateFormat
=
"yyyy-MM-dd HH:mm:ss"
)
private
Date
createTime
;
@Excel
(
name
=
"备注"
)
...
...
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