doum
2025-12-10 559f6fcd685d2144e931d2c4e56cbe38c2308d70
server/dmmall_service/src/main/java/com/doumee/service/business/ShopService.java
@@ -4,6 +4,7 @@
import com.doumee.core.model.PageWrap;
import com.doumee.dao.business.model.Shop;
import com.doumee.dao.web.dto.MemberDTO;
import com.doumee.dao.web.dto.ResetSystemUserPwdDTO;
import com.doumee.dao.web.dto.shop.ShopDTO;
import com.doumee.dao.web.dto.shop.ShopDataStatisticsDTO;
import com.doumee.dao.web.dto.shop.ShopFaceDetailDTO;
@@ -157,4 +158,6 @@
     * @return
     */
    ShopDataStatisticsDTO getShopDataStatisticsDTO(Integer shopId);
    void resetPwd(Shop dto);
}