package com.matrix.system.shopXcx.api.service; 
 | 
  
 | 
import com.matrix.core.pojo.AjaxResult; 
 | 
import com.matrix.system.shopXcx.dto.CreateGroupBuyDTO; 
 | 
  
 | 
public interface WxShopActivitiesGroupService { 
 | 
  
 | 
    public AjaxResult createGroupBuy(CreateGroupBuyDTO createGroupBuyDTO) throws Exception; 
 | 
  
 | 
    public AjaxResult joinGroupBuy(CreateGroupBuyDTO createGroupBuyDTO) throws Exception; 
 | 
} 
 |