admin
2019-02-27 d2ee731b6a64fa002bceddebf0cc59c78b6c17ce
fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserSystemCouponService.java
@@ -9,6 +9,7 @@
import com.yeshi.fanli.vo.user.UserSystemCouponVO;
public interface UserSystemCouponService {
   public int insertSelective(UserSystemCoupon record);
   public UserSystemCoupon selectByPrimaryKey(Long id);
@@ -115,5 +116,13 @@
    */
   public UserSystemCouponRecordVO getFreeCouponRecord(String orderNo) throws UserSystemCouponException, Exception;
   /**
    * 根据订单来源查询
    * @param uid
    * @param source
    * @return
    */
   public List<UserSystemCoupon> getUserCouponBySource(Long uid, String source);
   
}