123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- package com.huimv.sj.dao;
- import java.util.List;
- import java.util.Map;
- import com.huimv.sj.dataobject.SjEbpjtz;
- import com.huimv.sj.dataobject.SjEbpjtzExample;
- public interface SjEbpjtzDAO {
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table sj_ebpjtz
- *
- * @ibatorgenerated Tue Aug 25 14:15:34 CST 2015
- */
- int countByExample(SjEbpjtzExample example);
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table sj_ebpjtz
- *
- * @ibatorgenerated Tue Aug 25 14:15:34 CST 2015
- */
- int deleteByExample(SjEbpjtzExample example);
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table sj_ebpjtz
- *
- * @ibatorgenerated Tue Aug 25 14:15:34 CST 2015
- */
- int deleteByPrimaryKey(Integer id);
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table sj_ebpjtz
- *
- * @ibatorgenerated Tue Aug 25 14:15:34 CST 2015
- */
- void insert(SjEbpjtz record);
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table sj_ebpjtz
- *
- * @ibatorgenerated Tue Aug 25 14:15:34 CST 2015
- */
- void insertSelective(SjEbpjtz record);
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table sj_ebpjtz
- *
- * @ibatorgenerated Tue Aug 25 14:15:34 CST 2015
- */
- List<SjEbpjtz> selectByExample(SjEbpjtzExample example);
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table sj_ebpjtz
- *
- * @ibatorgenerated Tue Aug 25 14:15:34 CST 2015
- */
- SjEbpjtz selectByPrimaryKey(Integer id);
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table sj_ebpjtz
- *
- * @ibatorgenerated Tue Aug 25 14:15:34 CST 2015
- */
- int updateByExampleSelective(SjEbpjtz record, SjEbpjtzExample example);
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table sj_ebpjtz
- *
- * @ibatorgenerated Tue Aug 25 14:15:34 CST 2015
- */
- int updateByExample(SjEbpjtz record, SjEbpjtzExample example);
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table sj_ebpjtz
- *
- * @ibatorgenerated Tue Aug 25 14:15:34 CST 2015
- */
- int updateByPrimaryKeySelective(SjEbpjtz record);
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table sj_ebpjtz
- *
- * @ibatorgenerated Tue Aug 25 14:15:34 CST 2015
- */
- int updateByPrimaryKey(SjEbpjtz record);
-
- public List<SjEbpjtz> selectEbfwjlStart(Map<String, Object> paramMap);
- }
|