Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
yohoufo-fore
·
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
LUOXC
2019-06-20 10:06:49 +0800
Commit
4a7569096355d5bf91e99c60664136850b72c33c
1 parent
bd9e1d22
add status
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
order/src/main/java/com/yohoufo/order/common/BillTradeStatus.java
order/src/main/java/com/yohoufo/order/common/BillTradeStatus.java
View file @
4a75690
...
...
@@ -13,6 +13,7 @@ public enum BillTradeStatus {
AMOUNT_IS_ILLEGAL
(
202
),
HK_AMOUNT_WAIT_PAYMENT
(
203
),
YOHO_STORE_AMOUNT_WAIT_PAYMENT
(
204
),
HK_AMOUNT_PAYING
(
213
),
TRANSFER_FAIL
(
299
);
int
code
;
...
...
Please
register
or
login
to post a comment