package com.huimv.xx.dao; import com.huimv.xt.dataobject.XtWxh; import com.huimv.xx.dataobject.XxXxts; import com.huimv.xx.dataobject.XxXxtsExample; import java.util.List; import java.util.Map; public interface XxXxtsDAO { /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xx_xxts * * @ibatorgenerated Mon Apr 13 16:30:49 CST 2015 */ int countByExample(XxXxtsExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xx_xxts * * @ibatorgenerated Mon Apr 13 16:30:49 CST 2015 */ int deleteByExample(XxXxtsExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xx_xxts * * @ibatorgenerated Mon Apr 13 16:30:49 CST 2015 */ int deleteByPrimaryKey(Integer id); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xx_xxts * * @ibatorgenerated Mon Apr 13 16:30:49 CST 2015 */ void insert(XxXxts record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xx_xxts * * @ibatorgenerated Mon Apr 13 16:30:49 CST 2015 */ void insertSelective(XxXxts record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xx_xxts * * @ibatorgenerated Mon Apr 13 16:30:49 CST 2015 */ List selectByExample(XxXxtsExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xx_xxts * * @ibatorgenerated Mon Apr 13 16:30:49 CST 2015 */ XxXxts selectByPrimaryKey(Integer id); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xx_xxts * * @ibatorgenerated Mon Apr 13 16:30:49 CST 2015 */ List selectWxhByParam(Map paramMap); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xx_xxts * * @ibatorgenerated Mon Apr 13 16:30:49 CST 2015 */ int updateByExampleSelective(XxXxts record, XxXxtsExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xx_xxts * * @ibatorgenerated Mon Apr 13 16:30:49 CST 2015 */ int updateByExample(XxXxts record, XxXxtsExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xx_xxts * * @ibatorgenerated Mon Apr 13 16:30:49 CST 2015 */ int updateByPrimaryKeySelective(XxXxts record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xx_xxts * * @ibatorgenerated Mon Apr 13 16:30:49 CST 2015 */ int updateByPrimaryKey(XxXxts record); /** * 已读消息推送 * @param paramMap * @return */ public int countXxByParam(Map paramMap); public List selectXxByParam(Map paramMap); public List selectZyByParam(Map paramMap); public List selectXxtsByParam(Map paramMap); public int countSbxxByParam(Map paramMap); }