yujian
2019-12-14 6af9629e63e6c15a79627adc114e250d82f3525d
fanli/src/main/java/com/yeshi/fanli/service/inter/order/HongBaoV2Service.java
@@ -8,6 +8,7 @@
import com.yeshi.fanli.entity.bus.user.HongBaoV2;
import com.yeshi.fanli.entity.order.CommonOrder;
import com.yeshi.fanli.exception.order.HongBaoException;
import com.yeshi.fanli.exception.user.UserAccountException;
public interface HongBaoV2Service {
@@ -33,7 +34,7 @@
    * @return 0-未添加也未更新 1-只添加 2-只更新 12-有添加也有更新
    * @throws HongBaoException
    */
   public int addHongBao(List<CommonOrder> commonOrder, int type) throws HongBaoException;
   public int addHongBao(List<CommonOrder> commonOrder, int type) throws HongBaoException,UserAccountException ;
   /**
    * 奖金列表(1.4.9之前的版本)