package com.huimv.da.dao; import java.util.List; import java.util.Map; import com.huimv.busi.da.dto.DaLqdaDTO; import com.huimv.busi.da.dto.DaSlxxDTO; import com.huimv.busi.da.dto.DaZsdaDTO; import com.huimv.da.dataobject.DaLqda; import com.huimv.da.dataobject.DaLqdaExample; public interface DaLqdaDAO { /** * This method was generated by Apache iBATIS ibator. This method * corresponds to the database table da_lqda * * @ibatorgenerated Fri May 23 16:56:30 CST 2014 */ int countByExample(DaLqdaExample example); /** * This method was generated by Apache iBATIS ibator. This method * corresponds to the database table da_lqda * * @ibatorgenerated Fri May 23 16:56:30 CST 2014 */ int deleteByExample(DaLqdaExample example); /** * This method was generated by Apache iBATIS ibator. This method * corresponds to the database table da_lqda * * @ibatorgenerated Fri May 23 16:56:30 CST 2014 */ int deleteByPrimaryKey(Integer id); /** * This method was generated by Apache iBATIS ibator. This method * corresponds to the database table da_lqda * * @ibatorgenerated Fri May 23 16:56:30 CST 2014 */ void insert(DaLqda record); /** * This method was generated by Apache iBATIS ibator. This method * corresponds to the database table da_lqda * * @ibatorgenerated Fri May 23 16:56:30 CST 2014 */ void insertSelective(DaLqda record); /** * This method was generated by Apache iBATIS ibator. This method * corresponds to the database table da_lqda * * @ibatorgenerated Fri May 23 16:56:30 CST 2014 */ List selectByExample(DaLqdaExample example); /** * This method was generated by Apache iBATIS ibator. This method * corresponds to the database table da_lqda * * @ibatorgenerated Fri May 23 16:56:30 CST 2014 */ DaLqda selectByPrimaryKey(Integer id); /** * This method was generated by Apache iBATIS ibator. This method * corresponds to the database table da_lqda * * @ibatorgenerated Fri May 23 16:56:30 CST 2014 */ int updateByExampleSelective(DaLqda record, DaLqdaExample example); /** * This method was generated by Apache iBATIS ibator. This method * corresponds to the database table da_lqda * * @ibatorgenerated Fri May 23 16:56:30 CST 2014 */ int updateByExample(DaLqda record, DaLqdaExample example); /** * This method was generated by Apache iBATIS ibator. This method * corresponds to the database table da_lqda * * @ibatorgenerated Fri May 23 16:56:30 CST 2014 */ int updateByPrimaryKeySelective(DaLqda record); /** * This method was generated by Apache iBATIS ibator. This method * corresponds to the database table da_lqda * * @ibatorgenerated Fri May 23 16:56:30 CST 2014 */ int updateByPrimaryKey(DaLqda record); List selectMCZSLQDAByExample(DaLqdaExample example); int countMCZSLQDAByExample(DaLqdaExample example); DaLqdaDTO selectMCZSLQDAByPrimaryKey(Integer parseInt); List selectLqdaByZsid(String zsid); List selectMCZSLQSLByExample(DaLqdaExample example); List selectZsdaDtoByParam(Map param); List selectDqlq(); }