Your Name
2022-12-08 a20310f135ebf1c8ccff2b619f3eff3d704436a0
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);
}