java110
2023-07-26 19730d0d994372d3bc4460b69ac53fc3a8bcb941
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);
}