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
caoyan
2020-01-03 17:37:28 +0800
Commit
3ef1250b41444ad559ec4f9c5c7b881fc7ce0fe7
1 parent
cdffd79d
退款
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
order/src/main/java/com/yoho/ufo/order/service/IRefundRecordService.java
order/src/main/java/com/yoho/ufo/order/service/IRefundRecordService.java
View file @
3ef1250
...
...
@@ -15,8 +15,6 @@ public interface IRefundRecordService {
int
getOrderExistedCount
(
String
orderCode
);
int
reject
(
String
ids
);
int
add
(
RefundRecordReq
req
);
int
update
(
RefundRecordReq
req
);
...
...
Please
register
or
login
to post a comment