Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
ufo-platform
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
Lixiaodi
5 years ago
Commit
96bab4a8080897e7c69c80677ea37306c0887fbf
1 parent
22710fc8
增加状态值
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
dal/src/main/java/com/yoho/order/model/RefundRecordBo.java
dal/src/main/java/com/yoho/order/model/RefundRecordBo.java
View file @
96bab4a
...
...
@@ -53,6 +53,8 @@ public class RefundRecordBo {
@BatchExportField
(
name
=
"状态"
)
private
String
refundStatusName
;
private
Byte
refundStatus
;
@BatchExportField
(
name
=
"备注"
)
private
String
remark
;
...
...
Please
register
or
login
to post a comment