|
|
|
@@ -16,7 +16,7 @@ import java.util.List; |
|
|
|
*/ |
|
|
|
public interface WxVtwoCashBackAwardMapper extends CommonMapper<WxVtwoCashBackAward, Long> { |
|
|
|
|
|
|
|
void insertList(@Param("awardList") List<WxVtwoActivityAward> awardList); |
|
|
|
void insertList(@Param("awardList") List<WxVtwoCashBackAward> awardList); |
|
|
|
|
|
|
|
List<WxVtwoCashBackAward> findList(WxVtwoCashBackAward cashBackAward); |
|
|
|
} |
|
|
|
|