Commit 322a9857 authored by 22管33's avatar 22管33

批量替换代码,脚本上传

parent cac1a4cc
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.CcAddressBook;
import com.haomostudio.SeekTruthBackend.domain.CcAddressBookExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface CcAddressBookMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_address_book
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
long countByExample(CcAddressBookExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_address_book
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByExample(CcAddressBookExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_address_book
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_address_book
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insert(CcAddressBook record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_address_book
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insertSelective(CcAddressBook record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_address_book
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcAddressBook> selectByExampleWithRowbounds(CcAddressBookExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_address_book
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcAddressBook> selectByExample(CcAddressBookExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_address_book
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
CcAddressBook selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_address_book
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExampleSelective(@Param("record") CcAddressBook record, @Param("example") CcAddressBookExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_address_book
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExample(@Param("record") CcAddressBook record, @Param("example") CcAddressBookExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_address_book
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKeySelective(CcAddressBook record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_address_book
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKey(CcAddressBook record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.CcApprovalProce;
import com.haomostudio.SeekTruthBackend.domain.CcApprovalProceExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface CcApprovalProceMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_approval_proce
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
long countByExample(CcApprovalProceExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_approval_proce
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByExample(CcApprovalProceExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_approval_proce
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_approval_proce
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insert(CcApprovalProce record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_approval_proce
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insertSelective(CcApprovalProce record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_approval_proce
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcApprovalProce> selectByExampleWithRowbounds(CcApprovalProceExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_approval_proce
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcApprovalProce> selectByExample(CcApprovalProceExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_approval_proce
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
CcApprovalProce selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_approval_proce
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExampleSelective(@Param("record") CcApprovalProce record, @Param("example") CcApprovalProceExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_approval_proce
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExample(@Param("record") CcApprovalProce record, @Param("example") CcApprovalProceExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_approval_proce
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKeySelective(CcApprovalProce record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_approval_proce
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKey(CcApprovalProce record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.CcAssociatedFile;
import com.haomostudio.SeekTruthBackend.domain.CcAssociatedFileExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface CcAssociatedFileMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_associated_file
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
long countByExample(CcAssociatedFileExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_associated_file
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByExample(CcAssociatedFileExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_associated_file
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_associated_file
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insert(CcAssociatedFile record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_associated_file
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insertSelective(CcAssociatedFile record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_associated_file
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcAssociatedFile> selectByExampleWithRowbounds(CcAssociatedFileExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_associated_file
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcAssociatedFile> selectByExample(CcAssociatedFileExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_associated_file
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
CcAssociatedFile selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_associated_file
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExampleSelective(@Param("record") CcAssociatedFile record, @Param("example") CcAssociatedFileExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_associated_file
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExample(@Param("record") CcAssociatedFile record, @Param("example") CcAssociatedFileExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_associated_file
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKeySelective(CcAssociatedFile record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_associated_file
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKey(CcAssociatedFile record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.CcCanteenCardSpending;
import com.haomostudio.SeekTruthBackend.domain.CcCanteenCardSpendingExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface CcCanteenCardSpendingMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_canteen_card_spending
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
long countByExample(CcCanteenCardSpendingExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_canteen_card_spending
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByExample(CcCanteenCardSpendingExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_canteen_card_spending
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_canteen_card_spending
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insert(CcCanteenCardSpending record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_canteen_card_spending
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insertSelective(CcCanteenCardSpending record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_canteen_card_spending
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcCanteenCardSpending> selectByExampleWithRowbounds(CcCanteenCardSpendingExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_canteen_card_spending
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcCanteenCardSpending> selectByExample(CcCanteenCardSpendingExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_canteen_card_spending
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
CcCanteenCardSpending selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_canteen_card_spending
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExampleSelective(@Param("record") CcCanteenCardSpending record, @Param("example") CcCanteenCardSpendingExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_canteen_card_spending
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExample(@Param("record") CcCanteenCardSpending record, @Param("example") CcCanteenCardSpendingExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_canteen_card_spending
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKeySelective(CcCanteenCardSpending record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_canteen_card_spending
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKey(CcCanteenCardSpending record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.CcCheckNavigation;
import com.haomostudio.SeekTruthBackend.domain.CcCheckNavigationExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface CcCheckNavigationMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_check_navigation
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
long countByExample(CcCheckNavigationExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_check_navigation
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByExample(CcCheckNavigationExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_check_navigation
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_check_navigation
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insert(CcCheckNavigation record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_check_navigation
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insertSelective(CcCheckNavigation record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_check_navigation
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcCheckNavigation> selectByExampleWithRowbounds(CcCheckNavigationExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_check_navigation
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcCheckNavigation> selectByExample(CcCheckNavigationExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_check_navigation
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
CcCheckNavigation selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_check_navigation
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExampleSelective(@Param("record") CcCheckNavigation record, @Param("example") CcCheckNavigationExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_check_navigation
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExample(@Param("record") CcCheckNavigation record, @Param("example") CcCheckNavigationExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_check_navigation
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKeySelective(CcCheckNavigation record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_check_navigation
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKey(CcCheckNavigation record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.CcConferenceSigning;
import com.haomostudio.SeekTruthBackend.domain.CcConferenceSigningExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface CcConferenceSigningMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_conference_signing
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
long countByExample(CcConferenceSigningExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_conference_signing
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByExample(CcConferenceSigningExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_conference_signing
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_conference_signing
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insert(CcConferenceSigning record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_conference_signing
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insertSelective(CcConferenceSigning record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_conference_signing
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcConferenceSigning> selectByExampleWithRowbounds(CcConferenceSigningExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_conference_signing
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcConferenceSigning> selectByExample(CcConferenceSigningExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_conference_signing
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
CcConferenceSigning selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_conference_signing
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExampleSelective(@Param("record") CcConferenceSigning record, @Param("example") CcConferenceSigningExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_conference_signing
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExample(@Param("record") CcConferenceSigning record, @Param("example") CcConferenceSigningExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_conference_signing
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKeySelective(CcConferenceSigning record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_conference_signing
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKey(CcConferenceSigning record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.CcDictionaryData;
import com.haomostudio.SeekTruthBackend.domain.CcDictionaryDataExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface CcDictionaryDataMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_dictionary_data
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
long countByExample(CcDictionaryDataExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_dictionary_data
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByExample(CcDictionaryDataExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_dictionary_data
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_dictionary_data
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insert(CcDictionaryData record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_dictionary_data
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insertSelective(CcDictionaryData record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_dictionary_data
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcDictionaryData> selectByExampleWithRowbounds(CcDictionaryDataExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_dictionary_data
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcDictionaryData> selectByExample(CcDictionaryDataExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_dictionary_data
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
CcDictionaryData selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_dictionary_data
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExampleSelective(@Param("record") CcDictionaryData record, @Param("example") CcDictionaryDataExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_dictionary_data
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExample(@Param("record") CcDictionaryData record, @Param("example") CcDictionaryDataExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_dictionary_data
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKeySelective(CcDictionaryData record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_dictionary_data
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKey(CcDictionaryData record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.CcDictionary;
import com.haomostudio.SeekTruthBackend.domain.CcDictionaryExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface CcDictionaryMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_dictionary
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
long countByExample(CcDictionaryExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_dictionary
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByExample(CcDictionaryExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_dictionary
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_dictionary
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insert(CcDictionary record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_dictionary
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insertSelective(CcDictionary record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_dictionary
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcDictionary> selectByExampleWithRowbounds(CcDictionaryExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_dictionary
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcDictionary> selectByExample(CcDictionaryExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_dictionary
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
CcDictionary selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_dictionary
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExampleSelective(@Param("record") CcDictionary record, @Param("example") CcDictionaryExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_dictionary
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExample(@Param("record") CcDictionary record, @Param("example") CcDictionaryExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_dictionary
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKeySelective(CcDictionary record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_dictionary
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKey(CcDictionary record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.CcDigitalBook;
import com.haomostudio.SeekTruthBackend.domain.CcDigitalBookExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface CcDigitalBookMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_digital_book
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
long countByExample(CcDigitalBookExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_digital_book
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByExample(CcDigitalBookExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_digital_book
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_digital_book
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insert(CcDigitalBook record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_digital_book
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insertSelective(CcDigitalBook record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_digital_book
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcDigitalBook> selectByExampleWithRowbounds(CcDigitalBookExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_digital_book
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcDigitalBook> selectByExample(CcDigitalBookExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_digital_book
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
CcDigitalBook selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_digital_book
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExampleSelective(@Param("record") CcDigitalBook record, @Param("example") CcDigitalBookExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_digital_book
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExample(@Param("record") CcDigitalBook record, @Param("example") CcDigitalBookExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_digital_book
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKeySelective(CcDigitalBook record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_digital_book
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKey(CcDigitalBook record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.CcDocumentCirculationApproval;
import com.haomostudio.SeekTruthBackend.domain.CcDocumentCirculationApprovalExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface CcDocumentCirculationApprovalMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_document_circulation_approval
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
long countByExample(CcDocumentCirculationApprovalExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_document_circulation_approval
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByExample(CcDocumentCirculationApprovalExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_document_circulation_approval
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_document_circulation_approval
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insert(CcDocumentCirculationApproval record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_document_circulation_approval
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insertSelective(CcDocumentCirculationApproval record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_document_circulation_approval
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcDocumentCirculationApproval> selectByExampleWithRowbounds(CcDocumentCirculationApprovalExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_document_circulation_approval
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcDocumentCirculationApproval> selectByExample(CcDocumentCirculationApprovalExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_document_circulation_approval
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
CcDocumentCirculationApproval selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_document_circulation_approval
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExampleSelective(@Param("record") CcDocumentCirculationApproval record, @Param("example") CcDocumentCirculationApprovalExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_document_circulation_approval
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExample(@Param("record") CcDocumentCirculationApproval record, @Param("example") CcDocumentCirculationApprovalExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_document_circulation_approval
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKeySelective(CcDocumentCirculationApproval record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_document_circulation_approval
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKey(CcDocumentCirculationApproval record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.CcDuty;
import com.haomostudio.SeekTruthBackend.domain.CcDutyExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface CcDutyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_duty
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
long countByExample(CcDutyExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_duty
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByExample(CcDutyExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_duty
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_duty
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insert(CcDuty record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_duty
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insertSelective(CcDuty record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_duty
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcDuty> selectByExampleWithRowbounds(CcDutyExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_duty
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcDuty> selectByExample(CcDutyExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_duty
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
CcDuty selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_duty
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExampleSelective(@Param("record") CcDuty record, @Param("example") CcDutyExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_duty
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExample(@Param("record") CcDuty record, @Param("example") CcDutyExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_duty
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKeySelective(CcDuty record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_duty
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKey(CcDuty record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.CcDutyPlan;
import com.haomostudio.SeekTruthBackend.domain.CcDutyPlanExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface CcDutyPlanMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_duty_plan
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
long countByExample(CcDutyPlanExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_duty_plan
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByExample(CcDutyPlanExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_duty_plan
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_duty_plan
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insert(CcDutyPlan record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_duty_plan
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insertSelective(CcDutyPlan record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_duty_plan
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcDutyPlan> selectByExampleWithRowbounds(CcDutyPlanExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_duty_plan
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcDutyPlan> selectByExample(CcDutyPlanExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_duty_plan
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
CcDutyPlan selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_duty_plan
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExampleSelective(@Param("record") CcDutyPlan record, @Param("example") CcDutyPlanExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_duty_plan
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExample(@Param("record") CcDutyPlan record, @Param("example") CcDutyPlanExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_duty_plan
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKeySelective(CcDutyPlan record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_duty_plan
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKey(CcDutyPlan record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.CcExportRecord;
import com.haomostudio.SeekTruthBackend.domain.CcExportRecordExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface CcExportRecordMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_export_record
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
long countByExample(CcExportRecordExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_export_record
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByExample(CcExportRecordExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_export_record
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_export_record
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insert(CcExportRecord record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_export_record
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insertSelective(CcExportRecord record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_export_record
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcExportRecord> selectByExampleWithRowbounds(CcExportRecordExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_export_record
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcExportRecord> selectByExample(CcExportRecordExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_export_record
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
CcExportRecord selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_export_record
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExampleSelective(@Param("record") CcExportRecord record, @Param("example") CcExportRecordExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_export_record
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExample(@Param("record") CcExportRecord record, @Param("example") CcExportRecordExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_export_record
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKeySelective(CcExportRecord record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_export_record
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKey(CcExportRecord record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.CcFace;
import com.haomostudio.SeekTruthBackend.domain.CcFaceExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface CcFaceMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_face
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
long countByExample(CcFaceExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_face
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByExample(CcFaceExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_face
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_face
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insert(CcFace record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_face
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insertSelective(CcFace record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_face
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcFace> selectByExampleWithRowbounds(CcFaceExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_face
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcFace> selectByExample(CcFaceExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_face
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
CcFace selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_face
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExampleSelective(@Param("record") CcFace record, @Param("example") CcFaceExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_face
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExample(@Param("record") CcFace record, @Param("example") CcFaceExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_face
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKeySelective(CcFace record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_face
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKey(CcFace record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.CcLogging;
import com.haomostudio.SeekTruthBackend.domain.CcLoggingExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface CcLoggingMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_logging
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
long countByExample(CcLoggingExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_logging
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByExample(CcLoggingExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_logging
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_logging
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insert(CcLogging record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_logging
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insertSelective(CcLogging record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_logging
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcLogging> selectByExampleWithRowbounds(CcLoggingExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_logging
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcLogging> selectByExample(CcLoggingExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_logging
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
CcLogging selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_logging
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExampleSelective(@Param("record") CcLogging record, @Param("example") CcLoggingExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_logging
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExample(@Param("record") CcLogging record, @Param("example") CcLoggingExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_logging
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKeySelective(CcLogging record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_logging
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKey(CcLogging record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.CcMemorandum;
import com.haomostudio.SeekTruthBackend.domain.CcMemorandumExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface CcMemorandumMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_memorandum
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
long countByExample(CcMemorandumExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_memorandum
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByExample(CcMemorandumExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_memorandum
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_memorandum
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insert(CcMemorandum record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_memorandum
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insertSelective(CcMemorandum record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_memorandum
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcMemorandum> selectByExampleWithRowbounds(CcMemorandumExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_memorandum
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcMemorandum> selectByExample(CcMemorandumExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_memorandum
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
CcMemorandum selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_memorandum
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExampleSelective(@Param("record") CcMemorandum record, @Param("example") CcMemorandumExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_memorandum
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExample(@Param("record") CcMemorandum record, @Param("example") CcMemorandumExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_memorandum
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKeySelective(CcMemorandum record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_memorandum
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKey(CcMemorandum record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.CcMenuResourceAssociation;
import com.haomostudio.SeekTruthBackend.domain.CcMenuResourceAssociationExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface CcMenuResourceAssociationMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_menu_resource_association
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
long countByExample(CcMenuResourceAssociationExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_menu_resource_association
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByExample(CcMenuResourceAssociationExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_menu_resource_association
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_menu_resource_association
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insert(CcMenuResourceAssociation record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_menu_resource_association
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insertSelective(CcMenuResourceAssociation record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_menu_resource_association
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcMenuResourceAssociation> selectByExampleWithRowbounds(CcMenuResourceAssociationExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_menu_resource_association
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcMenuResourceAssociation> selectByExample(CcMenuResourceAssociationExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_menu_resource_association
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
CcMenuResourceAssociation selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_menu_resource_association
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExampleSelective(@Param("record") CcMenuResourceAssociation record, @Param("example") CcMenuResourceAssociationExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_menu_resource_association
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExample(@Param("record") CcMenuResourceAssociation record, @Param("example") CcMenuResourceAssociationExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_menu_resource_association
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKeySelective(CcMenuResourceAssociation record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_menu_resource_association
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKey(CcMenuResourceAssociation record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.CcMenuResource;
import com.haomostudio.SeekTruthBackend.domain.CcMenuResourceExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface CcMenuResourceMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_menu_resource
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
long countByExample(CcMenuResourceExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_menu_resource
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByExample(CcMenuResourceExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_menu_resource
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_menu_resource
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insert(CcMenuResource record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_menu_resource
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insertSelective(CcMenuResource record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_menu_resource
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcMenuResource> selectByExampleWithRowbounds(CcMenuResourceExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_menu_resource
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcMenuResource> selectByExample(CcMenuResourceExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_menu_resource
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
CcMenuResource selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_menu_resource
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExampleSelective(@Param("record") CcMenuResource record, @Param("example") CcMenuResourceExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_menu_resource
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExample(@Param("record") CcMenuResource record, @Param("example") CcMenuResourceExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_menu_resource
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKeySelective(CcMenuResource record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_menu_resource
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKey(CcMenuResource record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.CcMessageReply;
import com.haomostudio.SeekTruthBackend.domain.CcMessageReplyExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface CcMessageReplyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_message_reply
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
long countByExample(CcMessageReplyExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_message_reply
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByExample(CcMessageReplyExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_message_reply
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_message_reply
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insert(CcMessageReply record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_message_reply
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insertSelective(CcMessageReply record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_message_reply
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcMessageReply> selectByExampleWithRowbounds(CcMessageReplyExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_message_reply
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcMessageReply> selectByExample(CcMessageReplyExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_message_reply
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
CcMessageReply selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_message_reply
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExampleSelective(@Param("record") CcMessageReply record, @Param("example") CcMessageReplyExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_message_reply
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExample(@Param("record") CcMessageReply record, @Param("example") CcMessageReplyExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_message_reply
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKeySelective(CcMessageReply record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_message_reply
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKey(CcMessageReply record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.CcMessageReplyStatu;
import com.haomostudio.SeekTruthBackend.domain.CcMessageReplyStatuExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface CcMessageReplyStatuMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_message_reply_statu
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
long countByExample(CcMessageReplyStatuExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_message_reply_statu
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByExample(CcMessageReplyStatuExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_message_reply_statu
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_message_reply_statu
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insert(CcMessageReplyStatu record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_message_reply_statu
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insertSelective(CcMessageReplyStatu record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_message_reply_statu
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcMessageReplyStatu> selectByExampleWithRowbounds(CcMessageReplyStatuExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_message_reply_statu
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcMessageReplyStatu> selectByExample(CcMessageReplyStatuExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_message_reply_statu
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
CcMessageReplyStatu selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_message_reply_statu
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExampleSelective(@Param("record") CcMessageReplyStatu record, @Param("example") CcMessageReplyStatuExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_message_reply_statu
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExample(@Param("record") CcMessageReplyStatu record, @Param("example") CcMessageReplyStatuExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_message_reply_statu
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKeySelective(CcMessageReplyStatu record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_message_reply_statu
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKey(CcMessageReplyStatu record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.CcMessageTaskActivity;
import com.haomostudio.SeekTruthBackend.domain.CcMessageTaskActivityExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface CcMessageTaskActivityMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_message_task_activity
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
long countByExample(CcMessageTaskActivityExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_message_task_activity
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByExample(CcMessageTaskActivityExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_message_task_activity
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_message_task_activity
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insert(CcMessageTaskActivity record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_message_task_activity
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insertSelective(CcMessageTaskActivity record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_message_task_activity
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcMessageTaskActivity> selectByExampleWithRowbounds(CcMessageTaskActivityExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_message_task_activity
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcMessageTaskActivity> selectByExample(CcMessageTaskActivityExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_message_task_activity
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
CcMessageTaskActivity selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_message_task_activity
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExampleSelective(@Param("record") CcMessageTaskActivity record, @Param("example") CcMessageTaskActivityExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_message_task_activity
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExample(@Param("record") CcMessageTaskActivity record, @Param("example") CcMessageTaskActivityExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_message_task_activity
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKeySelective(CcMessageTaskActivity record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_message_task_activity
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKey(CcMessageTaskActivity record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.CcMessageTaskActivityParticipate;
import com.haomostudio.SeekTruthBackend.domain.CcMessageTaskActivityParticipateExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface CcMessageTaskActivityParticipateMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_message_task_activity_participate
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
long countByExample(CcMessageTaskActivityParticipateExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_message_task_activity_participate
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByExample(CcMessageTaskActivityParticipateExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_message_task_activity_participate
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_message_task_activity_participate
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insert(CcMessageTaskActivityParticipate record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_message_task_activity_participate
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insertSelective(CcMessageTaskActivityParticipate record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_message_task_activity_participate
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcMessageTaskActivityParticipate> selectByExampleWithRowbounds(CcMessageTaskActivityParticipateExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_message_task_activity_participate
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcMessageTaskActivityParticipate> selectByExample(CcMessageTaskActivityParticipateExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_message_task_activity_participate
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
CcMessageTaskActivityParticipate selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_message_task_activity_participate
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExampleSelective(@Param("record") CcMessageTaskActivityParticipate record, @Param("example") CcMessageTaskActivityParticipateExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_message_task_activity_participate
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExample(@Param("record") CcMessageTaskActivityParticipate record, @Param("example") CcMessageTaskActivityParticipateExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_message_task_activity_participate
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKeySelective(CcMessageTaskActivityParticipate record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_message_task_activity_participate
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKey(CcMessageTaskActivityParticipate record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.CcMsMemorabilia;
import com.haomostudio.SeekTruthBackend.domain.CcMsMemorabiliaExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface CcMsMemorabiliaMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_ms_memorabilia
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
long countByExample(CcMsMemorabiliaExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_ms_memorabilia
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByExample(CcMsMemorabiliaExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_ms_memorabilia
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_ms_memorabilia
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insert(CcMsMemorabilia record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_ms_memorabilia
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insertSelective(CcMsMemorabilia record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_ms_memorabilia
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcMsMemorabilia> selectByExampleWithRowbounds(CcMsMemorabiliaExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_ms_memorabilia
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcMsMemorabilia> selectByExample(CcMsMemorabiliaExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_ms_memorabilia
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
CcMsMemorabilia selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_ms_memorabilia
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExampleSelective(@Param("record") CcMsMemorabilia record, @Param("example") CcMsMemorabiliaExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_ms_memorabilia
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExample(@Param("record") CcMsMemorabilia record, @Param("example") CcMsMemorabiliaExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_ms_memorabilia
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKeySelective(CcMsMemorabilia record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_ms_memorabilia
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKey(CcMsMemorabilia record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.CcNotification;
import com.haomostudio.SeekTruthBackend.domain.CcNotificationExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface CcNotificationMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_notification
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
long countByExample(CcNotificationExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_notification
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByExample(CcNotificationExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_notification
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_notification
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insert(CcNotification record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_notification
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insertSelective(CcNotification record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_notification
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcNotification> selectByExampleWithRowbounds(CcNotificationExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_notification
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcNotification> selectByExample(CcNotificationExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_notification
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
CcNotification selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_notification
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExampleSelective(@Param("record") CcNotification record, @Param("example") CcNotificationExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_notification
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExample(@Param("record") CcNotification record, @Param("example") CcNotificationExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_notification
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKeySelective(CcNotification record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_notification
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKey(CcNotification record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.CcNumberMaintenance;
import com.haomostudio.SeekTruthBackend.domain.CcNumberMaintenanceExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface CcNumberMaintenanceMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_number_maintenance
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
long countByExample(CcNumberMaintenanceExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_number_maintenance
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByExample(CcNumberMaintenanceExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_number_maintenance
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_number_maintenance
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insert(CcNumberMaintenance record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_number_maintenance
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insertSelective(CcNumberMaintenance record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_number_maintenance
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcNumberMaintenance> selectByExampleWithRowbounds(CcNumberMaintenanceExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_number_maintenance
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcNumberMaintenance> selectByExample(CcNumberMaintenanceExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_number_maintenance
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
CcNumberMaintenance selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_number_maintenance
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExampleSelective(@Param("record") CcNumberMaintenance record, @Param("example") CcNumberMaintenanceExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_number_maintenance
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExample(@Param("record") CcNumberMaintenance record, @Param("example") CcNumberMaintenanceExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_number_maintenance
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKeySelective(CcNumberMaintenance record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_number_maintenance
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKey(CcNumberMaintenance record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.CcOcrFile;
import com.haomostudio.SeekTruthBackend.domain.CcOcrFileExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface CcOcrFileMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_ocr_file
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
long countByExample(CcOcrFileExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_ocr_file
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByExample(CcOcrFileExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_ocr_file
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_ocr_file
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insert(CcOcrFile record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_ocr_file
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insertSelective(CcOcrFile record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_ocr_file
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcOcrFile> selectByExampleWithRowbounds(CcOcrFileExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_ocr_file
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcOcrFile> selectByExample(CcOcrFileExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_ocr_file
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
CcOcrFile selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_ocr_file
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExampleSelective(@Param("record") CcOcrFile record, @Param("example") CcOcrFileExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_ocr_file
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExample(@Param("record") CcOcrFile record, @Param("example") CcOcrFileExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_ocr_file
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKeySelective(CcOcrFile record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_ocr_file
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKey(CcOcrFile record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.CcOfficialDocumentGenerate;
import com.haomostudio.SeekTruthBackend.domain.CcOfficialDocumentGenerateExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface CcOfficialDocumentGenerateMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_official_document_generate
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
long countByExample(CcOfficialDocumentGenerateExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_official_document_generate
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByExample(CcOfficialDocumentGenerateExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_official_document_generate
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_official_document_generate
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insert(CcOfficialDocumentGenerate record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_official_document_generate
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insertSelective(CcOfficialDocumentGenerate record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_official_document_generate
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcOfficialDocumentGenerate> selectByExampleWithBLOBsWithRowbounds(CcOfficialDocumentGenerateExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_official_document_generate
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcOfficialDocumentGenerate> selectByExampleWithBLOBs(CcOfficialDocumentGenerateExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_official_document_generate
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcOfficialDocumentGenerate> selectByExampleWithRowbounds(CcOfficialDocumentGenerateExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_official_document_generate
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcOfficialDocumentGenerate> selectByExample(CcOfficialDocumentGenerateExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_official_document_generate
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
CcOfficialDocumentGenerate selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_official_document_generate
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExampleSelective(@Param("record") CcOfficialDocumentGenerate record, @Param("example") CcOfficialDocumentGenerateExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_official_document_generate
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExampleWithBLOBs(@Param("record") CcOfficialDocumentGenerate record, @Param("example") CcOfficialDocumentGenerateExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_official_document_generate
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExample(@Param("record") CcOfficialDocumentGenerate record, @Param("example") CcOfficialDocumentGenerateExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_official_document_generate
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKeySelective(CcOfficialDocumentGenerate record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_official_document_generate
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKeyWithBLOBs(CcOfficialDocumentGenerate record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_official_document_generate
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKey(CcOfficialDocumentGenerate record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.CcOfficialDocument;
import com.haomostudio.SeekTruthBackend.domain.CcOfficialDocumentExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface CcOfficialDocumentMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_official_document
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
long countByExample(CcOfficialDocumentExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_official_document
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByExample(CcOfficialDocumentExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_official_document
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_official_document
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insert(CcOfficialDocument record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_official_document
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insertSelective(CcOfficialDocument record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_official_document
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcOfficialDocument> selectByExampleWithRowbounds(CcOfficialDocumentExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_official_document
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcOfficialDocument> selectByExample(CcOfficialDocumentExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_official_document
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
CcOfficialDocument selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_official_document
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExampleSelective(@Param("record") CcOfficialDocument record, @Param("example") CcOfficialDocumentExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_official_document
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExample(@Param("record") CcOfficialDocument record, @Param("example") CcOfficialDocumentExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_official_document
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKeySelective(CcOfficialDocument record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_official_document
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKey(CcOfficialDocument record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.CcOfficialDocumentsAnnex;
import com.haomostudio.SeekTruthBackend.domain.CcOfficialDocumentsAnnexExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface CcOfficialDocumentsAnnexMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_official_documents_annex
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
long countByExample(CcOfficialDocumentsAnnexExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_official_documents_annex
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByExample(CcOfficialDocumentsAnnexExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_official_documents_annex
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_official_documents_annex
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insert(CcOfficialDocumentsAnnex record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_official_documents_annex
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insertSelective(CcOfficialDocumentsAnnex record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_official_documents_annex
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcOfficialDocumentsAnnex> selectByExampleWithRowbounds(CcOfficialDocumentsAnnexExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_official_documents_annex
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcOfficialDocumentsAnnex> selectByExample(CcOfficialDocumentsAnnexExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_official_documents_annex
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
CcOfficialDocumentsAnnex selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_official_documents_annex
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExampleSelective(@Param("record") CcOfficialDocumentsAnnex record, @Param("example") CcOfficialDocumentsAnnexExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_official_documents_annex
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExample(@Param("record") CcOfficialDocumentsAnnex record, @Param("example") CcOfficialDocumentsAnnexExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_official_documents_annex
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKeySelective(CcOfficialDocumentsAnnex record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_official_documents_annex
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKey(CcOfficialDocumentsAnnex record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.CcOption;
import com.haomostudio.SeekTruthBackend.domain.CcOptionExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface CcOptionMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_option
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
long countByExample(CcOptionExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_option
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByExample(CcOptionExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_option
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_option
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insert(CcOption record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_option
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insertSelective(CcOption record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_option
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcOption> selectByExampleWithRowbounds(CcOptionExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_option
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcOption> selectByExample(CcOptionExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_option
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
CcOption selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_option
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExampleSelective(@Param("record") CcOption record, @Param("example") CcOptionExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_option
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExample(@Param("record") CcOption record, @Param("example") CcOptionExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_option
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKeySelective(CcOption record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_option
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKey(CcOption record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.CcPaperTitle;
import com.haomostudio.SeekTruthBackend.domain.CcPaperTitleExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface CcPaperTitleMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_paper_title
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
long countByExample(CcPaperTitleExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_paper_title
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByExample(CcPaperTitleExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_paper_title
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_paper_title
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insert(CcPaperTitle record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_paper_title
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insertSelective(CcPaperTitle record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_paper_title
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcPaperTitle> selectByExampleWithRowbounds(CcPaperTitleExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_paper_title
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcPaperTitle> selectByExample(CcPaperTitleExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_paper_title
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
CcPaperTitle selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_paper_title
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExampleSelective(@Param("record") CcPaperTitle record, @Param("example") CcPaperTitleExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_paper_title
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExample(@Param("record") CcPaperTitle record, @Param("example") CcPaperTitleExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_paper_title
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKeySelective(CcPaperTitle record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_paper_title
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKey(CcPaperTitle record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.CcPendingTask;
import com.haomostudio.SeekTruthBackend.domain.CcPendingTaskExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface CcPendingTaskMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_pending_task
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
long countByExample(CcPendingTaskExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_pending_task
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByExample(CcPendingTaskExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_pending_task
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_pending_task
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insert(CcPendingTask record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_pending_task
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insertSelective(CcPendingTask record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_pending_task
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcPendingTask> selectByExampleWithRowbounds(CcPendingTaskExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_pending_task
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcPendingTask> selectByExample(CcPendingTaskExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_pending_task
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
CcPendingTask selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_pending_task
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExampleSelective(@Param("record") CcPendingTask record, @Param("example") CcPendingTaskExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_pending_task
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExample(@Param("record") CcPendingTask record, @Param("example") CcPendingTaskExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_pending_task
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKeySelective(CcPendingTask record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_pending_task
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKey(CcPendingTask record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.CcPlayRule;
import com.haomostudio.SeekTruthBackend.domain.CcPlayRuleExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface CcPlayRuleMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_play_rule
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
long countByExample(CcPlayRuleExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_play_rule
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByExample(CcPlayRuleExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_play_rule
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_play_rule
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insert(CcPlayRule record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_play_rule
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insertSelective(CcPlayRule record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_play_rule
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcPlayRule> selectByExampleWithRowbounds(CcPlayRuleExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_play_rule
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcPlayRule> selectByExample(CcPlayRuleExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_play_rule
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
CcPlayRule selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_play_rule
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExampleSelective(@Param("record") CcPlayRule record, @Param("example") CcPlayRuleExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_play_rule
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExample(@Param("record") CcPlayRule record, @Param("example") CcPlayRuleExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_play_rule
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKeySelective(CcPlayRule record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_play_rule
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKey(CcPlayRule record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.CcPlaybackSequence;
import com.haomostudio.SeekTruthBackend.domain.CcPlaybackSequenceExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface CcPlaybackSequenceMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_playback_sequence
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
long countByExample(CcPlaybackSequenceExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_playback_sequence
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByExample(CcPlaybackSequenceExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_playback_sequence
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_playback_sequence
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insert(CcPlaybackSequence record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_playback_sequence
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insertSelective(CcPlaybackSequence record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_playback_sequence
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcPlaybackSequence> selectByExampleWithRowbounds(CcPlaybackSequenceExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_playback_sequence
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcPlaybackSequence> selectByExample(CcPlaybackSequenceExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_playback_sequence
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
CcPlaybackSequence selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_playback_sequence
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExampleSelective(@Param("record") CcPlaybackSequence record, @Param("example") CcPlaybackSequenceExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_playback_sequence
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExample(@Param("record") CcPlaybackSequence record, @Param("example") CcPlaybackSequenceExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_playback_sequence
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKeySelective(CcPlaybackSequence record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_playback_sequence
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKey(CcPlaybackSequence record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.CcPraise;
import com.haomostudio.SeekTruthBackend.domain.CcPraiseExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface CcPraiseMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_praise
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
long countByExample(CcPraiseExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_praise
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByExample(CcPraiseExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_praise
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_praise
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insert(CcPraise record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_praise
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insertSelective(CcPraise record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_praise
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcPraise> selectByExampleWithRowbounds(CcPraiseExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_praise
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcPraise> selectByExample(CcPraiseExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_praise
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
CcPraise selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_praise
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExampleSelective(@Param("record") CcPraise record, @Param("example") CcPraiseExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_praise
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExample(@Param("record") CcPraise record, @Param("example") CcPraiseExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_praise
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKeySelective(CcPraise record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_praise
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKey(CcPraise record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.CcProcuratorate;
import com.haomostudio.SeekTruthBackend.domain.CcProcuratorateExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface CcProcuratorateMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_procuratorate
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
long countByExample(CcProcuratorateExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_procuratorate
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByExample(CcProcuratorateExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_procuratorate
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_procuratorate
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insert(CcProcuratorate record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_procuratorate
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insertSelective(CcProcuratorate record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_procuratorate
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcProcuratorate> selectByExampleWithRowbounds(CcProcuratorateExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_procuratorate
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcProcuratorate> selectByExample(CcProcuratorateExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_procuratorate
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
CcProcuratorate selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_procuratorate
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExampleSelective(@Param("record") CcProcuratorate record, @Param("example") CcProcuratorateExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_procuratorate
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExample(@Param("record") CcProcuratorate record, @Param("example") CcProcuratorateExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_procuratorate
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKeySelective(CcProcuratorate record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_procuratorate
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKey(CcProcuratorate record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.CcPublisher;
import com.haomostudio.SeekTruthBackend.domain.CcPublisherExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface CcPublisherMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_publisher
*
* @mbg.generated Wed Mar 21 10:27:15 CST 2018
*/
long countByExample(CcPublisherExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_publisher
*
* @mbg.generated Wed Mar 21 10:27:15 CST 2018
*/
int deleteByExample(CcPublisherExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_publisher
*
* @mbg.generated Wed Mar 21 10:27:15 CST 2018
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_publisher
*
* @mbg.generated Wed Mar 21 10:27:15 CST 2018
*/
int insert(CcPublisher record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_publisher
*
* @mbg.generated Wed Mar 21 10:27:15 CST 2018
*/
int insertSelective(CcPublisher record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_publisher
*
* @mbg.generated Wed Mar 21 10:27:15 CST 2018
*/
List<CcPublisher> selectByExampleWithRowbounds(CcPublisherExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_publisher
*
* @mbg.generated Wed Mar 21 10:27:15 CST 2018
*/
List<CcPublisher> selectByExample(CcPublisherExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_publisher
*
* @mbg.generated Wed Mar 21 10:27:15 CST 2018
*/
CcPublisher selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_publisher
*
* @mbg.generated Wed Mar 21 10:27:15 CST 2018
*/
int updateByExampleSelective(@Param("record") CcPublisher record, @Param("example") CcPublisherExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_publisher
*
* @mbg.generated Wed Mar 21 10:27:15 CST 2018
*/
int updateByExample(@Param("record") CcPublisher record, @Param("example") CcPublisherExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_publisher
*
* @mbg.generated Wed Mar 21 10:27:15 CST 2018
*/
int updateByPrimaryKeySelective(CcPublisher record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_publisher
*
* @mbg.generated Wed Mar 21 10:27:15 CST 2018
*/
int updateByPrimaryKey(CcPublisher record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.CcRecordAnswer;
import com.haomostudio.SeekTruthBackend.domain.CcRecordAnswerExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface CcRecordAnswerMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_record_answer
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
long countByExample(CcRecordAnswerExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_record_answer
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByExample(CcRecordAnswerExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_record_answer
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_record_answer
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insert(CcRecordAnswer record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_record_answer
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insertSelective(CcRecordAnswer record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_record_answer
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcRecordAnswer> selectByExampleWithRowbounds(CcRecordAnswerExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_record_answer
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcRecordAnswer> selectByExample(CcRecordAnswerExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_record_answer
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
CcRecordAnswer selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_record_answer
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExampleSelective(@Param("record") CcRecordAnswer record, @Param("example") CcRecordAnswerExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_record_answer
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExample(@Param("record") CcRecordAnswer record, @Param("example") CcRecordAnswerExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_record_answer
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKeySelective(CcRecordAnswer record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_record_answer
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKey(CcRecordAnswer record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.CcReleaseRecord;
import com.haomostudio.SeekTruthBackend.domain.CcReleaseRecordExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface CcReleaseRecordMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_release_record
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
long countByExample(CcReleaseRecordExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_release_record
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByExample(CcReleaseRecordExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_release_record
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_release_record
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insert(CcReleaseRecord record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_release_record
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insertSelective(CcReleaseRecord record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_release_record
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcReleaseRecord> selectByExampleWithRowbounds(CcReleaseRecordExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_release_record
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcReleaseRecord> selectByExample(CcReleaseRecordExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_release_record
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
CcReleaseRecord selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_release_record
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExampleSelective(@Param("record") CcReleaseRecord record, @Param("example") CcReleaseRecordExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_release_record
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExample(@Param("record") CcReleaseRecord record, @Param("example") CcReleaseRecordExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_release_record
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKeySelective(CcReleaseRecord record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_release_record
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKey(CcReleaseRecord record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.CcResource;
import com.haomostudio.SeekTruthBackend.domain.CcResourceExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface CcResourceMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_resource
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
long countByExample(CcResourceExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_resource
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByExample(CcResourceExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_resource
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_resource
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insert(CcResource record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_resource
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insertSelective(CcResource record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_resource
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcResource> selectByExampleWithRowbounds(CcResourceExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_resource
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcResource> selectByExample(CcResourceExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_resource
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
CcResource selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_resource
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExampleSelective(@Param("record") CcResource record, @Param("example") CcResourceExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_resource
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExample(@Param("record") CcResource record, @Param("example") CcResourceExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_resource
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKeySelective(CcResource record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_resource
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKey(CcResource record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.CcRuleMaintenance;
import com.haomostudio.SeekTruthBackend.domain.CcRuleMaintenanceExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface CcRuleMaintenanceMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_rule_maintenance
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
long countByExample(CcRuleMaintenanceExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_rule_maintenance
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByExample(CcRuleMaintenanceExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_rule_maintenance
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_rule_maintenance
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insert(CcRuleMaintenance record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_rule_maintenance
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insertSelective(CcRuleMaintenance record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_rule_maintenance
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcRuleMaintenance> selectByExampleWithRowbounds(CcRuleMaintenanceExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_rule_maintenance
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcRuleMaintenance> selectByExample(CcRuleMaintenanceExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_rule_maintenance
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
CcRuleMaintenance selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_rule_maintenance
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExampleSelective(@Param("record") CcRuleMaintenance record, @Param("example") CcRuleMaintenanceExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_rule_maintenance
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExample(@Param("record") CcRuleMaintenance record, @Param("example") CcRuleMaintenanceExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_rule_maintenance
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKeySelective(CcRuleMaintenance record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_rule_maintenance
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKey(CcRuleMaintenance record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.CcRuleTemplate;
import com.haomostudio.SeekTruthBackend.domain.CcRuleTemplateExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface CcRuleTemplateMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_rule_template
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
long countByExample(CcRuleTemplateExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_rule_template
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByExample(CcRuleTemplateExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_rule_template
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_rule_template
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insert(CcRuleTemplate record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_rule_template
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insertSelective(CcRuleTemplate record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_rule_template
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcRuleTemplate> selectByExampleWithRowbounds(CcRuleTemplateExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_rule_template
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcRuleTemplate> selectByExample(CcRuleTemplateExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_rule_template
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
CcRuleTemplate selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_rule_template
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExampleSelective(@Param("record") CcRuleTemplate record, @Param("example") CcRuleTemplateExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_rule_template
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExample(@Param("record") CcRuleTemplate record, @Param("example") CcRuleTemplateExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_rule_template
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKeySelective(CcRuleTemplate record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_rule_template
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKey(CcRuleTemplate record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.CcSecondaryMenuDictionary;
import com.haomostudio.SeekTruthBackend.domain.CcSecondaryMenuDictionaryExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface CcSecondaryMenuDictionaryMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_secondary_menu_dictionary
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
long countByExample(CcSecondaryMenuDictionaryExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_secondary_menu_dictionary
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByExample(CcSecondaryMenuDictionaryExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_secondary_menu_dictionary
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_secondary_menu_dictionary
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insert(CcSecondaryMenuDictionary record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_secondary_menu_dictionary
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insertSelective(CcSecondaryMenuDictionary record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_secondary_menu_dictionary
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcSecondaryMenuDictionary> selectByExampleWithRowbounds(CcSecondaryMenuDictionaryExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_secondary_menu_dictionary
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcSecondaryMenuDictionary> selectByExample(CcSecondaryMenuDictionaryExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_secondary_menu_dictionary
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
CcSecondaryMenuDictionary selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_secondary_menu_dictionary
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExampleSelective(@Param("record") CcSecondaryMenuDictionary record, @Param("example") CcSecondaryMenuDictionaryExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_secondary_menu_dictionary
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExample(@Param("record") CcSecondaryMenuDictionary record, @Param("example") CcSecondaryMenuDictionaryExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_secondary_menu_dictionary
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKeySelective(CcSecondaryMenuDictionary record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_secondary_menu_dictionary
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKey(CcSecondaryMenuDictionary record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.CcSharingRecord;
import com.haomostudio.SeekTruthBackend.domain.CcSharingRecordExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface CcSharingRecordMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_sharing_record
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
long countByExample(CcSharingRecordExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_sharing_record
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByExample(CcSharingRecordExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_sharing_record
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_sharing_record
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insert(CcSharingRecord record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_sharing_record
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insertSelective(CcSharingRecord record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_sharing_record
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcSharingRecord> selectByExampleWithRowbounds(CcSharingRecordExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_sharing_record
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcSharingRecord> selectByExample(CcSharingRecordExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_sharing_record
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
CcSharingRecord selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_sharing_record
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExampleSelective(@Param("record") CcSharingRecord record, @Param("example") CcSharingRecordExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_sharing_record
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExample(@Param("record") CcSharingRecord record, @Param("example") CcSharingRecordExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_sharing_record
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKeySelective(CcSharingRecord record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_sharing_record
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKey(CcSharingRecord record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.CcShift;
import com.haomostudio.SeekTruthBackend.domain.CcShiftExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface CcShiftMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_shift
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
long countByExample(CcShiftExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_shift
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByExample(CcShiftExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_shift
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_shift
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insert(CcShift record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_shift
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insertSelective(CcShift record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_shift
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcShift> selectByExampleWithRowbounds(CcShiftExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_shift
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcShift> selectByExample(CcShiftExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_shift
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
CcShift selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_shift
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExampleSelective(@Param("record") CcShift record, @Param("example") CcShiftExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_shift
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExample(@Param("record") CcShift record, @Param("example") CcShiftExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_shift
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKeySelective(CcShift record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_shift
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKey(CcShift record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.CcSoundRecording;
import com.haomostudio.SeekTruthBackend.domain.CcSoundRecordingExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface CcSoundRecordingMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_sound_recording
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
long countByExample(CcSoundRecordingExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_sound_recording
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByExample(CcSoundRecordingExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_sound_recording
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_sound_recording
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insert(CcSoundRecording record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_sound_recording
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int insertSelective(CcSoundRecording record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_sound_recording
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcSoundRecording> selectByExampleWithRowbounds(CcSoundRecordingExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_sound_recording
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
List<CcSoundRecording> selectByExample(CcSoundRecordingExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_sound_recording
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
CcSoundRecording selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_sound_recording
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExampleSelective(@Param("record") CcSoundRecording record, @Param("example") CcSoundRecordingExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_sound_recording
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByExample(@Param("record") CcSoundRecording record, @Param("example") CcSoundRecordingExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_sound_recording
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKeySelective(CcSoundRecording record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cc_sound_recording
*
* @mbg.generated Wed Mar 21 10:27:14 CST 2018
*/
int updateByPrimaryKey(CcSoundRecording record);
}
\ No newline at end of file
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment