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
Plain Diff
Browse Files
Authored by
caoyan
6 years ago
Commit
b8230bd9f52fc9ea5d868e93a61bce3bf7cf6f3a
2 parents
20b125f1
d7e84ed4
Merge branch 'dev_鉴定优化_20190611' into test6.9.6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
order/src/main/java/com/yoho/ufo/order/service/IExpressScreenshotsService.java
order/src/main/java/com/yoho/ufo/order/service/IExpressScreenshotsService.java
View file @
b8230bd
...
...
@@ -9,6 +9,6 @@ public interface IExpressScreenshotsService {
int
save
(
String
waybillCode
,
String
url
);
List
<
ExpressScreenshotsRsp
>
queryListByWaybillCode
(
String
waybillCode
)
List
<
ExpressScreenshotsRsp
>
queryListByWaybillCode
(
String
waybillCode
)
;
}
...
...
Please
register
or
login
to post a comment