Merge remote-tracking branch 'origin/develop_master' into develop_master
This commit is contained in:
@@ -5,6 +5,7 @@ import com.adc.da.person.entity.TsPersonCollect;
|
||||
import com.adc.da.person.page.PersonCollectEOPage;
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import org.apache.ibatis.annotations.Param;
|
||||
import org.springframework.stereotype.Repository;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
@@ -16,6 +17,7 @@ import java.util.List;
|
||||
* <b>日期:</b> 2018-09-03 <br>
|
||||
* <b>版权所有:<b>版权归北京卡达克数据技术中心所有。<br>
|
||||
*/
|
||||
@Repository
|
||||
public interface PersonCollectEODao extends BaseMapper<TsPersonCollect> {
|
||||
|
||||
public List<TsPersonCollect> queryByList(BasePage page);
|
||||
|
||||
Reference in New Issue
Block a user