Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform
Project
Project
Details
Activity
Releases
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
youjj
cloud-platform
Commits
c3f1bd97
Commit
c3f1bd97
authored
Oct 28, 2019
by
周健威
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改DTO
parent
8833e491
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
OrderRefundVo.java
...in/java/com/xxfc/platform/universal/vo/OrderRefundVo.java
+8
-0
No files found.
xx-universal/xx-universal-api/src/main/java/com/xxfc/platform/universal/vo/OrderRefundVo.java
View file @
c3f1bd97
...
@@ -8,6 +8,7 @@ import javax.persistence.GeneratedValue;
...
@@ -8,6 +8,7 @@ import javax.persistence.GeneratedValue;
import
javax.persistence.Id
;
import
javax.persistence.Id
;
import
javax.persistence.Table
;
import
javax.persistence.Table
;
import
java.io.Serializable
;
import
java.io.Serializable
;
import
java.math.BigDecimal
;
/**
/**
...
@@ -37,5 +38,12 @@ public class OrderRefundVo{
...
@@ -37,5 +38,12 @@ public class OrderRefundVo{
@ApiModelProperty
(
value
=
"退款描述"
)
@ApiModelProperty
(
value
=
"退款描述"
)
private
String
refundDesc
;
private
String
refundDesc
;
//冻结转支付描述 只用于预支付相关
@ApiModelProperty
(
value
=
"冻结转支付描述"
)
private
String
freeze2PayDesc
;
//冻结转支付金额 只用于预支付相关
@ApiModelProperty
(
value
=
"冻结转支付金额"
)
private
Integer
freeze2PayAmount
;
}
}
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