Helius
2021-03-09 8fe37f0f7af3667b60e0f29a1ce8188c08c35bb1
1
2
3
4
5
6
7
8
9
10
11
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;
}