Your Name
2023-03-17 696fb59e8e88162e5c21ceeb7794853216d413db
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);
}