java110-interface/src/main/java/com/java110/intf/mall/IShopInnerServiceSMO.java
@@ -57,4 +57,7 @@ */ @RequestMapping(value = "/queryShopsCount", method = RequestMethod.POST) int queryShopsCount(@RequestBody ShopDto shopDto); @RequestMapping(value = "/returnStoreOrder", method = RequestMethod.POST) int returnStoreOrder(@RequestBody ShopDto shopDto); }