Authored by caoyan

Merge branch 'dev_鉴定优化_20190611' into test6.9.6

... ... @@ -9,6 +9,6 @@ public interface IExpressScreenshotsService {
int save(String waybillCode, String url);
List<ExpressScreenshotsRsp> queryListByWaybillCode(String waybillCode)
List<ExpressScreenshotsRsp> queryListByWaybillCode(String waybillCode);
}
... ...