|
|
|
@@ -3,6 +3,7 @@ package com.iformall.service; |
|
|
|
import com.github.pagehelper.PageInfo; |
|
|
|
import com.iformall.common.ResultData; |
|
|
|
import com.iformall.domain.dto.WxMerchantDto; |
|
|
|
import com.iformall.domain.po.WxCoupon; |
|
|
|
import com.iformall.domain.po.WxMerchantCorp; |
|
|
|
import com.iformall.domain.po.base.TenantEntity; |
|
|
|
import com.iformall.domain.po.WxMerchant; |
|
|
|
@@ -200,4 +201,8 @@ public interface WxMerchantService { |
|
|
|
List<WxMerchantVo> findMerchantListByProduct(TenantEntity tenantEntity,Long productId,boolean hasShop); |
|
|
|
|
|
|
|
WxMerchantCorp getMerchantCorp(TenantEntity tenantInfo, Long id); |
|
|
|
|
|
|
|
WxMerchant findAdmin(TenantEntity tenantEntity); |
|
|
|
|
|
|
|
WxMerchant findBrandAdmin(TenantEntity tenantEntity, Long brandId); |
|
|
|
} |