package com.huimv.sjlr.dao; import com.huimv.sjlr.dataobject.SjlrFzsw; import com.huimv.sjlr.dataobject.SjlrFzswExample; import java.util.List; public interface SjlrFzswDAO { /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sjlr_fzsw * * @ibatorgenerated Wed Mar 08 10:38:31 CST 2017 */ int countByExample(SjlrFzswExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sjlr_fzsw * * @ibatorgenerated Wed Mar 08 10:38:31 CST 2017 */ int deleteByExample(SjlrFzswExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sjlr_fzsw * * @ibatorgenerated Wed Mar 08 10:38:31 CST 2017 */ int deleteByPrimaryKey(Integer id); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sjlr_fzsw * * @ibatorgenerated Wed Mar 08 10:38:31 CST 2017 */ void insert(SjlrFzsw record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sjlr_fzsw * * @ibatorgenerated Wed Mar 08 10:38:31 CST 2017 */ void insertSelective(SjlrFzsw record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sjlr_fzsw * * @ibatorgenerated Wed Mar 08 10:38:31 CST 2017 */ List selectByExample(SjlrFzswExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sjlr_fzsw * * @ibatorgenerated Wed Mar 08 10:38:31 CST 2017 */ SjlrFzsw selectByPrimaryKey(Integer id); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sjlr_fzsw * * @ibatorgenerated Wed Mar 08 10:38:31 CST 2017 */ int updateByExampleSelective(SjlrFzsw record, SjlrFzswExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sjlr_fzsw * * @ibatorgenerated Wed Mar 08 10:38:31 CST 2017 */ int updateByExample(SjlrFzsw record, SjlrFzswExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sjlr_fzsw * * @ibatorgenerated Wed Mar 08 10:38:31 CST 2017 */ int updateByPrimaryKeySelective(SjlrFzsw record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sjlr_fzsw * * @ibatorgenerated Wed Mar 08 10:38:31 CST 2017 */ int updateByPrimaryKey(SjlrFzsw record); }