package com.huimv.dp.dao; import com.huimv.dp.dataobject.DpSjlrsbbj; import com.huimv.dp.dataobject.DpSjlrsbbjExample; import java.util.List; public interface DpSjlrsbbjDAO { /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table dp_sjlr_sbbj * * @ibatorgenerated Sun Jul 07 16:52:27 CST 2019 */ int countByExample(DpSjlrsbbjExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table dp_sjlr_sbbj * * @ibatorgenerated Sun Jul 07 16:52:27 CST 2019 */ int deleteByExample(DpSjlrsbbjExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table dp_sjlr_sbbj * * @ibatorgenerated Sun Jul 07 16:52:27 CST 2019 */ int deleteByPrimaryKey(Integer id); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table dp_sjlr_sbbj * * @ibatorgenerated Sun Jul 07 16:52:27 CST 2019 */ void insert(DpSjlrsbbj record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table dp_sjlr_sbbj * * @ibatorgenerated Sun Jul 07 16:52:27 CST 2019 */ void insertSelective(DpSjlrsbbj record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table dp_sjlr_sbbj * * @ibatorgenerated Sun Jul 07 16:52:27 CST 2019 */ List selectByExample(DpSjlrsbbjExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table dp_sjlr_sbbj * * @ibatorgenerated Sun Jul 07 16:52:27 CST 2019 */ DpSjlrsbbj selectByPrimaryKey(Integer id); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table dp_sjlr_sbbj * * @ibatorgenerated Sun Jul 07 16:52:27 CST 2019 */ int updateByExampleSelective(DpSjlrsbbj record, DpSjlrsbbjExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table dp_sjlr_sbbj * * @ibatorgenerated Sun Jul 07 16:52:27 CST 2019 */ int updateByExample(DpSjlrsbbj record, DpSjlrsbbjExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table dp_sjlr_sbbj * * @ibatorgenerated Sun Jul 07 16:52:27 CST 2019 */ int updateByPrimaryKeySelective(DpSjlrsbbj record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table dp_sjlr_sbbj * * @ibatorgenerated Sun Jul 07 16:52:27 CST 2019 */ int updateByPrimaryKey(DpSjlrsbbj record); //统计各项总和 public DpSjlrsbbj getAllCount(String mcidlist); }