| | |
| | | package com.yeshi.fanli.service.inter.user.integral;
|
| | |
|
| | | import com.yeshi.fanli.entity.integral.IntegralTaskRank;
|
| | |
|
| | | public interface IntegralTaskRankService {
|
| | |
|
| | | /**
|
| | | * 查询等级奖励
|
| | | * @param tsakId
|
| | | * @param rankId
|
| | | * @return
|
| | | */
|
| | | public IntegralTaskRank getByTsakIdAndRankId(Long tsakId, Long rankId);
|
| | |
|
| | |
|
| | | }
|
| | | package com.yeshi.fanli.service.inter.user.integral; |
| | | |
| | | import com.yeshi.fanli.entity.integral.IntegralTaskRank; |
| | | |
| | | public interface IntegralTaskRankService { |
| | | |
| | | /** |
| | | * 查询等级奖励 |
| | | * @param tsakId |
| | | * @param rankId |
| | | * @return |
| | | */ |
| | | public IntegralTaskRank getByTsakIdAndRankId(Long tsakId, Long rankId); |
| | | |
| | | |
| | | } |