Commit af7f6d99 authored by 胡小根's avatar 胡小根

coding

parent 930ad606
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.AnalyzeDrivingLicenseM2m;
import com.haomostudio.SeekTruthBackend.domain.AnalyzeDrivingLicenseM2mExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface AnalyzeDrivingLicenseM2mMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_driving_license_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
long countByExample(AnalyzeDrivingLicenseM2mExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_driving_license_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int deleteByExample(AnalyzeDrivingLicenseM2mExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_driving_license_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_driving_license_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int insert(AnalyzeDrivingLicenseM2m record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_driving_license_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int insertSelective(AnalyzeDrivingLicenseM2m record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_driving_license_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
List<AnalyzeDrivingLicenseM2m> selectByExampleWithRowbounds(AnalyzeDrivingLicenseM2mExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_driving_license_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
List<AnalyzeDrivingLicenseM2m> selectByExample(AnalyzeDrivingLicenseM2mExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_driving_license_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
AnalyzeDrivingLicenseM2m selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_driving_license_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByExampleSelective(@Param("record") AnalyzeDrivingLicenseM2m record, @Param("example") AnalyzeDrivingLicenseM2mExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_driving_license_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByExample(@Param("record") AnalyzeDrivingLicenseM2m record, @Param("example") AnalyzeDrivingLicenseM2mExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_driving_license_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByPrimaryKeySelective(AnalyzeDrivingLicenseM2m record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_driving_license_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByPrimaryKey(AnalyzeDrivingLicenseM2m record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.AnalyzeFileM2m;
import com.haomostudio.SeekTruthBackend.domain.AnalyzeFileM2mExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface AnalyzeFileM2mMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
long countByExample(AnalyzeFileM2mExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int deleteByExample(AnalyzeFileM2mExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int insert(AnalyzeFileM2m record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int insertSelective(AnalyzeFileM2m record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
List<AnalyzeFileM2m> selectByExampleWithRowbounds(AnalyzeFileM2mExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
List<AnalyzeFileM2m> selectByExample(AnalyzeFileM2mExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
AnalyzeFileM2m selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByExampleSelective(@Param("record") AnalyzeFileM2m record, @Param("example") AnalyzeFileM2mExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByExample(@Param("record") AnalyzeFileM2m record, @Param("example") AnalyzeFileM2mExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByPrimaryKeySelective(AnalyzeFileM2m record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByPrimaryKey(AnalyzeFileM2m record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.AnalyzeFile;
import com.haomostudio.SeekTruthBackend.domain.AnalyzeFileExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface AnalyzeFileMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
long countByExample(AnalyzeFileExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int deleteByExample(AnalyzeFileExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int insert(AnalyzeFile record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int insertSelective(AnalyzeFile record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
List<AnalyzeFile> selectByExampleWithRowbounds(AnalyzeFileExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
List<AnalyzeFile> selectByExample(AnalyzeFileExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
AnalyzeFile selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByExampleSelective(@Param("record") AnalyzeFile record, @Param("example") AnalyzeFileExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByExample(@Param("record") AnalyzeFile record, @Param("example") AnalyzeFileExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByPrimaryKeySelective(AnalyzeFile record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByPrimaryKey(AnalyzeFile record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.AnalyzeIdcardM2m;
import com.haomostudio.SeekTruthBackend.domain.AnalyzeIdcardM2mExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface AnalyzeIdcardM2mMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_idcard_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
long countByExample(AnalyzeIdcardM2mExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_idcard_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int deleteByExample(AnalyzeIdcardM2mExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_idcard_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_idcard_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int insert(AnalyzeIdcardM2m record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_idcard_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int insertSelective(AnalyzeIdcardM2m record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_idcard_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
List<AnalyzeIdcardM2m> selectByExampleWithRowbounds(AnalyzeIdcardM2mExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_idcard_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
List<AnalyzeIdcardM2m> selectByExample(AnalyzeIdcardM2mExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_idcard_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
AnalyzeIdcardM2m selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_idcard_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByExampleSelective(@Param("record") AnalyzeIdcardM2m record, @Param("example") AnalyzeIdcardM2mExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_idcard_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByExample(@Param("record") AnalyzeIdcardM2m record, @Param("example") AnalyzeIdcardM2mExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_idcard_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByPrimaryKeySelective(AnalyzeIdcardM2m record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_idcard_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByPrimaryKey(AnalyzeIdcardM2m record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.Analyze;
import com.haomostudio.SeekTruthBackend.domain.AnalyzeExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface AnalyzeMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
long countByExample(AnalyzeExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int deleteByExample(AnalyzeExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int insert(Analyze record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int insertSelective(Analyze record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
List<Analyze> selectByExampleWithRowbounds(AnalyzeExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
List<Analyze> selectByExample(AnalyzeExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
Analyze selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByExampleSelective(@Param("record") Analyze record, @Param("example") AnalyzeExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByExample(@Param("record") Analyze record, @Param("example") AnalyzeExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByPrimaryKeySelective(Analyze record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByPrimaryKey(Analyze record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.AnalyzePortraitM2m;
import com.haomostudio.SeekTruthBackend.domain.AnalyzePortraitM2mExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface AnalyzePortraitM2mMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_portrait_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
long countByExample(AnalyzePortraitM2mExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_portrait_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int deleteByExample(AnalyzePortraitM2mExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_portrait_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_portrait_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int insert(AnalyzePortraitM2m record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_portrait_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int insertSelective(AnalyzePortraitM2m record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_portrait_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
List<AnalyzePortraitM2m> selectByExampleWithRowbounds(AnalyzePortraitM2mExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_portrait_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
List<AnalyzePortraitM2m> selectByExample(AnalyzePortraitM2mExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_portrait_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
AnalyzePortraitM2m selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_portrait_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByExampleSelective(@Param("record") AnalyzePortraitM2m record, @Param("example") AnalyzePortraitM2mExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_portrait_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByExample(@Param("record") AnalyzePortraitM2m record, @Param("example") AnalyzePortraitM2mExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_portrait_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByPrimaryKeySelective(AnalyzePortraitM2m record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_portrait_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByPrimaryKey(AnalyzePortraitM2m record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.Area;
import com.haomostudio.SeekTruthBackend.domain.AreaExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface AreaMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table area
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
long countByExample(AreaExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table area
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int deleteByExample(AreaExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table area
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table area
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int insert(Area record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table area
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int insertSelective(Area record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table area
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
List<Area> selectByExampleWithRowbounds(AreaExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table area
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
List<Area> selectByExample(AreaExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table area
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
Area selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table area
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByExampleSelective(@Param("record") Area record, @Param("example") AreaExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table area
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByExample(@Param("record") Area record, @Param("example") AreaExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table area
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByPrimaryKeySelective(Area record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table area
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByPrimaryKey(Area record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.AuthToken;
import com.haomostudio.SeekTruthBackend.domain.AuthTokenExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface AuthTokenMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table auth_token
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
long countByExample(AuthTokenExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table auth_token
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int deleteByExample(AuthTokenExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table auth_token
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table auth_token
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int insert(AuthToken record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table auth_token
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int insertSelective(AuthToken record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table auth_token
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
List<AuthToken> selectByExampleWithRowbounds(AuthTokenExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table auth_token
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
List<AuthToken> selectByExample(AuthTokenExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table auth_token
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
AuthToken selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table auth_token
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByExampleSelective(@Param("record") AuthToken record, @Param("example") AuthTokenExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table auth_token
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByExample(@Param("record") AuthToken record, @Param("example") AuthTokenExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table auth_token
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByPrimaryKeySelective(AuthToken record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table auth_token
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByPrimaryKey(AuthToken record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.Captcha;
import com.haomostudio.SeekTruthBackend.domain.CaptchaExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface CaptchaMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table captcha
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
long countByExample(CaptchaExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table captcha
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int deleteByExample(CaptchaExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table captcha
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table captcha
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int insert(Captcha record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table captcha
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int insertSelective(Captcha record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table captcha
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
List<Captcha> selectByExampleWithRowbounds(CaptchaExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table captcha
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
List<Captcha> selectByExample(CaptchaExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table captcha
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
Captcha selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table captcha
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByExampleSelective(@Param("record") Captcha record, @Param("example") CaptchaExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table captcha
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByExample(@Param("record") Captcha record, @Param("example") CaptchaExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table captcha
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByPrimaryKeySelective(Captcha record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table captcha
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByPrimaryKey(Captcha record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.City;
import com.haomostudio.SeekTruthBackend.domain.CityExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface CityMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table city
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
long countByExample(CityExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table city
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int deleteByExample(CityExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table city
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table city
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int insert(City record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table city
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int insertSelective(City record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table city
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
List<City> selectByExampleWithRowbounds(CityExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table city
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
List<City> selectByExample(CityExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table city
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
City selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table city
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByExampleSelective(@Param("record") City record, @Param("example") CityExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table city
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByExample(@Param("record") City record, @Param("example") CityExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table city
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByPrimaryKeySelective(City record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table city
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByPrimaryKey(City record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.County;
import com.haomostudio.SeekTruthBackend.domain.CountyExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface CountyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table county
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
long countByExample(CountyExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table county
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int deleteByExample(CountyExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table county
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table county
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int insert(County record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table county
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int insertSelective(County record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table county
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
List<County> selectByExampleWithRowbounds(CountyExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table county
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
List<County> selectByExample(CountyExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table county
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
County selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table county
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByExampleSelective(@Param("record") County record, @Param("example") CountyExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table county
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByExample(@Param("record") County record, @Param("example") CountyExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table county
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByPrimaryKeySelective(County record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table county
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByPrimaryKey(County record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.CustomerCompany;
import com.haomostudio.SeekTruthBackend.domain.CustomerCompanyExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface CustomerCompanyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_company
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
long countByExample(CustomerCompanyExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_company
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int deleteByExample(CustomerCompanyExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_company
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_company
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int insert(CustomerCompany record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_company
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int insertSelective(CustomerCompany record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_company
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
List<CustomerCompany> selectByExampleWithRowbounds(CustomerCompanyExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_company
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
List<CustomerCompany> selectByExample(CustomerCompanyExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_company
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
CustomerCompany selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_company
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByExampleSelective(@Param("record") CustomerCompany record, @Param("example") CustomerCompanyExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_company
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByExample(@Param("record") CustomerCompany record, @Param("example") CustomerCompanyExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_company
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByPrimaryKeySelective(CustomerCompany record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_company
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByPrimaryKey(CustomerCompany record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.CustomerDepartment;
import com.haomostudio.SeekTruthBackend.domain.CustomerDepartmentExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface CustomerDepartmentMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_department
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
long countByExample(CustomerDepartmentExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_department
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int deleteByExample(CustomerDepartmentExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_department
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_department
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int insert(CustomerDepartment record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_department
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int insertSelective(CustomerDepartment record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_department
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
List<CustomerDepartment> selectByExampleWithRowbounds(CustomerDepartmentExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_department
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
List<CustomerDepartment> selectByExample(CustomerDepartmentExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_department
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
CustomerDepartment selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_department
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByExampleSelective(@Param("record") CustomerDepartment record, @Param("example") CustomerDepartmentExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_department
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByExample(@Param("record") CustomerDepartment record, @Param("example") CustomerDepartmentExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_department
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByPrimaryKeySelective(CustomerDepartment record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_department
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByPrimaryKey(CustomerDepartment record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.CustomerTag;
import com.haomostudio.SeekTruthBackend.domain.CustomerTagExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface CustomerTagMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_tag
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
long countByExample(CustomerTagExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_tag
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int deleteByExample(CustomerTagExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_tag
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_tag
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int insert(CustomerTag record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_tag
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int insertSelective(CustomerTag record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_tag
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
List<CustomerTag> selectByExampleWithRowbounds(CustomerTagExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_tag
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
List<CustomerTag> selectByExample(CustomerTagExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_tag
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
CustomerTag selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_tag
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByExampleSelective(@Param("record") CustomerTag record, @Param("example") CustomerTagExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_tag
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByExample(@Param("record") CustomerTag record, @Param("example") CustomerTagExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_tag
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByPrimaryKeySelective(CustomerTag record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_tag
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByPrimaryKey(CustomerTag record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.DrivingLicense;
import com.haomostudio.SeekTruthBackend.domain.DrivingLicenseExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface DrivingLicenseMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table driving_license
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
long countByExample(DrivingLicenseExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table driving_license
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int deleteByExample(DrivingLicenseExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table driving_license
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table driving_license
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int insert(DrivingLicense record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table driving_license
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int insertSelective(DrivingLicense record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table driving_license
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
List<DrivingLicense> selectByExampleWithRowbounds(DrivingLicenseExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table driving_license
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
List<DrivingLicense> selectByExample(DrivingLicenseExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table driving_license
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
DrivingLicense selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table driving_license
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByExampleSelective(@Param("record") DrivingLicense record, @Param("example") DrivingLicenseExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table driving_license
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByExample(@Param("record") DrivingLicense record, @Param("example") DrivingLicenseExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table driving_license
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByPrimaryKeySelective(DrivingLicense record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table driving_license
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByPrimaryKey(DrivingLicense record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.Idcard;
import com.haomostudio.SeekTruthBackend.domain.IdcardExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface IdcardMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table idcard
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
long countByExample(IdcardExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table idcard
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int deleteByExample(IdcardExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table idcard
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table idcard
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int insert(Idcard record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table idcard
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int insertSelective(Idcard record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table idcard
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
List<Idcard> selectByExampleWithRowbounds(IdcardExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table idcard
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
List<Idcard> selectByExample(IdcardExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table idcard
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
Idcard selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table idcard
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByExampleSelective(@Param("record") Idcard record, @Param("example") IdcardExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table idcard
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByExample(@Param("record") Idcard record, @Param("example") IdcardExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table idcard
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByPrimaryKeySelective(Idcard record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table idcard
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByPrimaryKey(Idcard record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.Industry;
import com.haomostudio.SeekTruthBackend.domain.IndustryExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface IndustryMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table industry
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
long countByExample(IndustryExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table industry
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int deleteByExample(IndustryExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table industry
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table industry
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int insert(Industry record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table industry
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int insertSelective(Industry record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table industry
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
List<Industry> selectByExampleWithRowbounds(IndustryExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table industry
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
List<Industry> selectByExample(IndustryExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table industry
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
Industry selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table industry
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByExampleSelective(@Param("record") Industry record, @Param("example") IndustryExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table industry
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByExample(@Param("record") Industry record, @Param("example") IndustryExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table industry
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByPrimaryKeySelective(Industry record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table industry
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByPrimaryKey(Industry record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.InstituteType;
import com.haomostudio.SeekTruthBackend.domain.InstituteTypeExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface InstituteTypeMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table institute_type
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
long countByExample(InstituteTypeExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table institute_type
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int deleteByExample(InstituteTypeExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table institute_type
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table institute_type
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int insert(InstituteType record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table institute_type
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int insertSelective(InstituteType record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table institute_type
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
List<InstituteType> selectByExampleWithRowbounds(InstituteTypeExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table institute_type
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
List<InstituteType> selectByExample(InstituteTypeExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table institute_type
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
InstituteType selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table institute_type
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByExampleSelective(@Param("record") InstituteType record, @Param("example") InstituteTypeExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table institute_type
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByExample(@Param("record") InstituteType record, @Param("example") InstituteTypeExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table institute_type
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByPrimaryKeySelective(InstituteType record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table institute_type
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByPrimaryKey(InstituteType record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.Menu;
import com.haomostudio.SeekTruthBackend.domain.MenuExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface MenuMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table menu
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
long countByExample(MenuExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table menu
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int deleteByExample(MenuExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table menu
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table menu
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int insert(Menu record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table menu
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int insertSelective(Menu record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table menu
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
List<Menu> selectByExampleWithRowbounds(MenuExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table menu
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
List<Menu> selectByExample(MenuExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table menu
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
Menu selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table menu
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByExampleSelective(@Param("record") Menu record, @Param("example") MenuExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table menu
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByExample(@Param("record") Menu record, @Param("example") MenuExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table menu
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByPrimaryKeySelective(Menu record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table menu
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByPrimaryKey(Menu record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.Portrait;
import com.haomostudio.SeekTruthBackend.domain.PortraitExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface PortraitMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table portrait
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
long countByExample(PortraitExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table portrait
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int deleteByExample(PortraitExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table portrait
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table portrait
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int insert(Portrait record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table portrait
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int insertSelective(Portrait record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table portrait
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
List<Portrait> selectByExampleWithRowbounds(PortraitExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table portrait
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
List<Portrait> selectByExample(PortraitExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table portrait
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
Portrait selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table portrait
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByExampleSelective(@Param("record") Portrait record, @Param("example") PortraitExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table portrait
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByExample(@Param("record") Portrait record, @Param("example") PortraitExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table portrait
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByPrimaryKeySelective(Portrait record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table portrait
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByPrimaryKey(Portrait record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.Province;
import com.haomostudio.SeekTruthBackend.domain.ProvinceExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface ProvinceMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table province
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
long countByExample(ProvinceExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table province
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int deleteByExample(ProvinceExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table province
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table province
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int insert(Province record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table province
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int insertSelective(Province record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table province
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
List<Province> selectByExampleWithRowbounds(ProvinceExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table province
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
List<Province> selectByExample(ProvinceExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table province
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
Province selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table province
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByExampleSelective(@Param("record") Province record, @Param("example") ProvinceExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table province
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByExample(@Param("record") Province record, @Param("example") ProvinceExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table province
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByPrimaryKeySelective(Province record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table province
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByPrimaryKey(Province record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.Role;
import com.haomostudio.SeekTruthBackend.domain.RoleExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface RoleMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table role
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
long countByExample(RoleExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table role
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int deleteByExample(RoleExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table role
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table role
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int insert(Role record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table role
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int insertSelective(Role record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table role
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
List<Role> selectByExampleWithRowbounds(RoleExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table role
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
List<Role> selectByExample(RoleExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table role
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
Role selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table role
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByExampleSelective(@Param("record") Role record, @Param("example") RoleExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table role
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByExample(@Param("record") Role record, @Param("example") RoleExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table role
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByPrimaryKeySelective(Role record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table role
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByPrimaryKey(Role record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.RoleMenuM2m;
import com.haomostudio.SeekTruthBackend.domain.RoleMenuM2mExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface RoleMenuM2mMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table role_menu_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
long countByExample(RoleMenuM2mExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table role_menu_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int deleteByExample(RoleMenuM2mExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table role_menu_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table role_menu_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int insert(RoleMenuM2m record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table role_menu_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int insertSelective(RoleMenuM2m record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table role_menu_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
List<RoleMenuM2m> selectByExampleWithRowbounds(RoleMenuM2mExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table role_menu_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
List<RoleMenuM2m> selectByExample(RoleMenuM2mExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table role_menu_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
RoleMenuM2m selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table role_menu_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByExampleSelective(@Param("record") RoleMenuM2m record, @Param("example") RoleMenuM2mExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table role_menu_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByExample(@Param("record") RoleMenuM2m record, @Param("example") RoleMenuM2mExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table role_menu_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByPrimaryKeySelective(RoleMenuM2m record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table role_menu_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByPrimaryKey(RoleMenuM2m record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.StDict;
import com.haomostudio.SeekTruthBackend.domain.StDictExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface StDictMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table st_dict
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
long countByExample(StDictExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table st_dict
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int deleteByExample(StDictExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table st_dict
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table st_dict
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int insert(StDict record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table st_dict
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int insertSelective(StDict record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table st_dict
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
List<StDict> selectByExampleWithRowbounds(StDictExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table st_dict
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
List<StDict> selectByExample(StDictExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table st_dict
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
StDict selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table st_dict
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByExampleSelective(@Param("record") StDict record, @Param("example") StDictExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table st_dict
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByExample(@Param("record") StDict record, @Param("example") StDictExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table st_dict
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByPrimaryKeySelective(StDict record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table st_dict
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByPrimaryKey(StDict record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.StUser;
import com.haomostudio.SeekTruthBackend.domain.StUserExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface StUserMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table st_user
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
long countByExample(StUserExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table st_user
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int deleteByExample(StUserExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table st_user
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table st_user
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int insert(StUser record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table st_user
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int insertSelective(StUser record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table st_user
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
List<StUser> selectByExampleWithRowbounds(StUserExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table st_user
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
List<StUser> selectByExample(StUserExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table st_user
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
StUser selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table st_user
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByExampleSelective(@Param("record") StUser record, @Param("example") StUserExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table st_user
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByExample(@Param("record") StUser record, @Param("example") StUserExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table st_user
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByPrimaryKeySelective(StUser record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table st_user
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByPrimaryKey(StUser record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.UserRoleM2m;
import com.haomostudio.SeekTruthBackend.domain.UserRoleM2mExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface UserRoleM2mMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table user_role_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
long countByExample(UserRoleM2mExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table user_role_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int deleteByExample(UserRoleM2mExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table user_role_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table user_role_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int insert(UserRoleM2m record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table user_role_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int insertSelective(UserRoleM2m record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table user_role_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
List<UserRoleM2m> selectByExampleWithRowbounds(UserRoleM2mExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table user_role_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
List<UserRoleM2m> selectByExample(UserRoleM2mExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table user_role_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
UserRoleM2m selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table user_role_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByExampleSelective(@Param("record") UserRoleM2m record, @Param("example") UserRoleM2mExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table user_role_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByExample(@Param("record") UserRoleM2m record, @Param("example") UserRoleM2mExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table user_role_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByPrimaryKeySelective(UserRoleM2m record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table user_role_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
int updateByPrimaryKey(UserRoleM2m record);
}
\ No newline at end of file
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
package com.haomostudio.SeekTruthBackend.domain;
import java.util.Date;
public class Analyze {
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column analyze.id
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
private String id;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column analyze.analyze_type
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
private String analyzeType;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column analyze.creator
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
private String creator;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column analyze.create_time
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
private Date createTime;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column analyze.finish_time
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
private Date finishTime;
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column analyze.id
*
* @return the value of analyze.id
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
public String getId() {
return id;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column analyze.id
*
* @param id the value for analyze.id
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
public void setId(String id) {
this.id = id;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column analyze.analyze_type
*
* @return the value of analyze.analyze_type
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
public String getAnalyzeType() {
return analyzeType;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column analyze.analyze_type
*
* @param analyzeType the value for analyze.analyze_type
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
public void setAnalyzeType(String analyzeType) {
this.analyzeType = analyzeType;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column analyze.creator
*
* @return the value of analyze.creator
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
public String getCreator() {
return creator;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column analyze.creator
*
* @param creator the value for analyze.creator
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
public void setCreator(String creator) {
this.creator = creator;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column analyze.create_time
*
* @return the value of analyze.create_time
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
public Date getCreateTime() {
return createTime;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column analyze.create_time
*
* @param createTime the value for analyze.create_time
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
public void setCreateTime(Date createTime) {
this.createTime = createTime;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column analyze.finish_time
*
* @return the value of analyze.finish_time
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
public Date getFinishTime() {
return finishTime;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column analyze.finish_time
*
* @param finishTime the value for analyze.finish_time
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
public void setFinishTime(Date finishTime) {
this.finishTime = finishTime;
}
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
@Override
public String toString() {
StringBuilder sb = new StringBuilder();
sb.append(getClass().getSimpleName());
sb.append(" [");
sb.append("Hash = ").append(hashCode());
sb.append(", id=").append(id);
sb.append(", analyzeType=").append(analyzeType);
sb.append(", creator=").append(creator);
sb.append(", createTime=").append(createTime);
sb.append(", finishTime=").append(finishTime);
sb.append("]");
return sb.toString();
}
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.domain;
public class AnalyzeDrivingLicenseM2m {
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column analyze_driving_license_m2m.id
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
private String id;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column analyze_driving_license_m2m.analyze_id
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
private String analyzeId;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column analyze_driving_license_m2m.driving_license_id
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
private String drivingLicenseId;
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column analyze_driving_license_m2m.id
*
* @return the value of analyze_driving_license_m2m.id
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
public String getId() {
return id;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column analyze_driving_license_m2m.id
*
* @param id the value for analyze_driving_license_m2m.id
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
public void setId(String id) {
this.id = id;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column analyze_driving_license_m2m.analyze_id
*
* @return the value of analyze_driving_license_m2m.analyze_id
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
public String getAnalyzeId() {
return analyzeId;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column analyze_driving_license_m2m.analyze_id
*
* @param analyzeId the value for analyze_driving_license_m2m.analyze_id
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
public void setAnalyzeId(String analyzeId) {
this.analyzeId = analyzeId;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column analyze_driving_license_m2m.driving_license_id
*
* @return the value of analyze_driving_license_m2m.driving_license_id
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
public String getDrivingLicenseId() {
return drivingLicenseId;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column analyze_driving_license_m2m.driving_license_id
*
* @param drivingLicenseId the value for analyze_driving_license_m2m.driving_license_id
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
public void setDrivingLicenseId(String drivingLicenseId) {
this.drivingLicenseId = drivingLicenseId;
}
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_driving_license_m2m
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
@Override
public String toString() {
StringBuilder sb = new StringBuilder();
sb.append(getClass().getSimpleName());
sb.append(" [");
sb.append("Hash = ").append(hashCode());
sb.append(", id=").append(id);
sb.append(", analyzeId=").append(analyzeId);
sb.append(", drivingLicenseId=").append(drivingLicenseId);
sb.append("]");
return sb.toString();
}
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.domain;
import java.util.Date;
public class AnalyzeFile {
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column analyze_file.id
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
private String id;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column analyze_file.url
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
private String url;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column analyze_file.uploader_id
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
private String uploaderId;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column analyze_file.upload_time
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
private Date uploadTime;
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column analyze_file.id
*
* @return the value of analyze_file.id
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
public String getId() {
return id;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column analyze_file.id
*
* @param id the value for analyze_file.id
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
public void setId(String id) {
this.id = id;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column analyze_file.url
*
* @return the value of analyze_file.url
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
public String getUrl() {
return url;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column analyze_file.url
*
* @param url the value for analyze_file.url
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
public void setUrl(String url) {
this.url = url;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column analyze_file.uploader_id
*
* @return the value of analyze_file.uploader_id
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
public String getUploaderId() {
return uploaderId;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column analyze_file.uploader_id
*
* @param uploaderId the value for analyze_file.uploader_id
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
public void setUploaderId(String uploaderId) {
this.uploaderId = uploaderId;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column analyze_file.upload_time
*
* @return the value of analyze_file.upload_time
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
public Date getUploadTime() {
return uploadTime;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column analyze_file.upload_time
*
* @param uploadTime the value for analyze_file.upload_time
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
public void setUploadTime(Date uploadTime) {
this.uploadTime = uploadTime;
}
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file
*
* @mbg.generated Thu Dec 15 07:48:39 CST 2016
*/
@Override
public String toString() {
StringBuilder sb = new StringBuilder();
sb.append(getClass().getSimpleName());
sb.append(" [");
sb.append("Hash = ").append(hashCode());
sb.append(", id=").append(id);
sb.append(", url=").append(url);
sb.append(", uploaderId=").append(uploaderId);
sb.append(", uploadTime=").append(uploadTime);
sb.append("]");
return sb.toString();
}
}
\ No newline at end of file
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
This diff is collapsed.
This diff is collapsed.
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
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