|
|
@ -20,6 +20,7 @@ package com.epmet.modules.partymember.dao; |
|
|
|
import com.epmet.commons.mybatis.dao.BaseDao; |
|
|
|
import com.epmet.modules.partymember.entity.IcSeedNewsEntity; |
|
|
|
import org.apache.ibatis.annotations.Mapper; |
|
|
|
import org.apache.ibatis.annotations.Param; |
|
|
|
|
|
|
|
import java.util.List; |
|
|
|
|
|
|
@ -32,5 +33,5 @@ import java.util.List; |
|
|
|
@Mapper |
|
|
|
public interface IcSeedNewsDao extends BaseDao<IcSeedNewsEntity> { |
|
|
|
|
|
|
|
List<IcSeedNewsEntity> seedNewsScreenList(); |
|
|
|
List<IcSeedNewsEntity> seedNewsScreenList(@Param("title") String title); |
|
|
|
} |