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

coding

parent 152a4ef9
...@@ -3,9 +3,9 @@ ...@@ -3,9 +3,9 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>com.haomostudio.SeekTruthBackend</groupId> <groupId>com.haomostudio.SpringMVCProjectTemplate</groupId>
<artifactId>SeekTruthBackend</artifactId> <artifactId>SpringMVCProjectTemplate</artifactId>
<version>0.0.1-SNAPSHOT</version> <version>0.0.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>dao</artifactId> <artifactId>dao</artifactId>
...@@ -21,9 +21,9 @@ ...@@ -21,9 +21,9 @@
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>com.haomostudio.SeekTruthBackend</groupId> <groupId>com.haomostudio.SpringMVCProjectTemplate</groupId>
<artifactId>domain</artifactId> <artifactId>domain</artifactId>
<version>${SeekTruthBackend.domain.version}</version> <version>${SpringMVCProjectTemplate.domain.version}</version>
</dependency> </dependency>
</dependencies> </dependencies>
......
...@@ -11,7 +11,7 @@ public interface AnalyzeDrivingLicenseM2mMapper { ...@@ -11,7 +11,7 @@ public interface AnalyzeDrivingLicenseM2mMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_driving_license_m2m * This method corresponds to the database table analyze_driving_license_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
long countByExample(AnalyzeDrivingLicenseM2mExample example); long countByExample(AnalyzeDrivingLicenseM2mExample example);
...@@ -19,7 +19,7 @@ public interface AnalyzeDrivingLicenseM2mMapper { ...@@ -19,7 +19,7 @@ public interface AnalyzeDrivingLicenseM2mMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_driving_license_m2m * This method corresponds to the database table analyze_driving_license_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int deleteByExample(AnalyzeDrivingLicenseM2mExample example); int deleteByExample(AnalyzeDrivingLicenseM2mExample example);
...@@ -27,7 +27,7 @@ public interface AnalyzeDrivingLicenseM2mMapper { ...@@ -27,7 +27,7 @@ public interface AnalyzeDrivingLicenseM2mMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_driving_license_m2m * This method corresponds to the database table analyze_driving_license_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int deleteByPrimaryKey(String id); int deleteByPrimaryKey(String id);
...@@ -35,7 +35,7 @@ public interface AnalyzeDrivingLicenseM2mMapper { ...@@ -35,7 +35,7 @@ public interface AnalyzeDrivingLicenseM2mMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_driving_license_m2m * This method corresponds to the database table analyze_driving_license_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int insert(AnalyzeDrivingLicenseM2m record); int insert(AnalyzeDrivingLicenseM2m record);
...@@ -43,7 +43,7 @@ public interface AnalyzeDrivingLicenseM2mMapper { ...@@ -43,7 +43,7 @@ public interface AnalyzeDrivingLicenseM2mMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_driving_license_m2m * This method corresponds to the database table analyze_driving_license_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int insertSelective(AnalyzeDrivingLicenseM2m record); int insertSelective(AnalyzeDrivingLicenseM2m record);
...@@ -51,7 +51,7 @@ public interface AnalyzeDrivingLicenseM2mMapper { ...@@ -51,7 +51,7 @@ public interface AnalyzeDrivingLicenseM2mMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_driving_license_m2m * This method corresponds to the database table analyze_driving_license_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
List<AnalyzeDrivingLicenseM2m> selectByExampleWithRowbounds(AnalyzeDrivingLicenseM2mExample example, RowBounds rowBounds); List<AnalyzeDrivingLicenseM2m> selectByExampleWithRowbounds(AnalyzeDrivingLicenseM2mExample example, RowBounds rowBounds);
...@@ -59,7 +59,7 @@ public interface AnalyzeDrivingLicenseM2mMapper { ...@@ -59,7 +59,7 @@ public interface AnalyzeDrivingLicenseM2mMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_driving_license_m2m * This method corresponds to the database table analyze_driving_license_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
List<AnalyzeDrivingLicenseM2m> selectByExample(AnalyzeDrivingLicenseM2mExample example); List<AnalyzeDrivingLicenseM2m> selectByExample(AnalyzeDrivingLicenseM2mExample example);
...@@ -67,7 +67,7 @@ public interface AnalyzeDrivingLicenseM2mMapper { ...@@ -67,7 +67,7 @@ public interface AnalyzeDrivingLicenseM2mMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_driving_license_m2m * This method corresponds to the database table analyze_driving_license_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
AnalyzeDrivingLicenseM2m selectByPrimaryKey(String id); AnalyzeDrivingLicenseM2m selectByPrimaryKey(String id);
...@@ -75,7 +75,7 @@ public interface AnalyzeDrivingLicenseM2mMapper { ...@@ -75,7 +75,7 @@ public interface AnalyzeDrivingLicenseM2mMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_driving_license_m2m * This method corresponds to the database table analyze_driving_license_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByExampleSelective(@Param("record") AnalyzeDrivingLicenseM2m record, @Param("example") AnalyzeDrivingLicenseM2mExample example); int updateByExampleSelective(@Param("record") AnalyzeDrivingLicenseM2m record, @Param("example") AnalyzeDrivingLicenseM2mExample example);
...@@ -83,7 +83,7 @@ public interface AnalyzeDrivingLicenseM2mMapper { ...@@ -83,7 +83,7 @@ public interface AnalyzeDrivingLicenseM2mMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_driving_license_m2m * This method corresponds to the database table analyze_driving_license_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByExample(@Param("record") AnalyzeDrivingLicenseM2m record, @Param("example") AnalyzeDrivingLicenseM2mExample example); int updateByExample(@Param("record") AnalyzeDrivingLicenseM2m record, @Param("example") AnalyzeDrivingLicenseM2mExample example);
...@@ -91,7 +91,7 @@ public interface AnalyzeDrivingLicenseM2mMapper { ...@@ -91,7 +91,7 @@ public interface AnalyzeDrivingLicenseM2mMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_driving_license_m2m * This method corresponds to the database table analyze_driving_license_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByPrimaryKeySelective(AnalyzeDrivingLicenseM2m record); int updateByPrimaryKeySelective(AnalyzeDrivingLicenseM2m record);
...@@ -99,7 +99,7 @@ public interface AnalyzeDrivingLicenseM2mMapper { ...@@ -99,7 +99,7 @@ public interface AnalyzeDrivingLicenseM2mMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_driving_license_m2m * This method corresponds to the database table analyze_driving_license_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByPrimaryKey(AnalyzeDrivingLicenseM2m record); int updateByPrimaryKey(AnalyzeDrivingLicenseM2m record);
} }
\ No newline at end of file
...@@ -11,7 +11,7 @@ public interface AnalyzeFileM2mMapper { ...@@ -11,7 +11,7 @@ public interface AnalyzeFileM2mMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file_m2m * This method corresponds to the database table analyze_file_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
long countByExample(AnalyzeFileM2mExample example); long countByExample(AnalyzeFileM2mExample example);
...@@ -19,7 +19,7 @@ public interface AnalyzeFileM2mMapper { ...@@ -19,7 +19,7 @@ public interface AnalyzeFileM2mMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file_m2m * This method corresponds to the database table analyze_file_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int deleteByExample(AnalyzeFileM2mExample example); int deleteByExample(AnalyzeFileM2mExample example);
...@@ -27,7 +27,7 @@ public interface AnalyzeFileM2mMapper { ...@@ -27,7 +27,7 @@ public interface AnalyzeFileM2mMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file_m2m * This method corresponds to the database table analyze_file_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int deleteByPrimaryKey(String id); int deleteByPrimaryKey(String id);
...@@ -35,7 +35,7 @@ public interface AnalyzeFileM2mMapper { ...@@ -35,7 +35,7 @@ public interface AnalyzeFileM2mMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file_m2m * This method corresponds to the database table analyze_file_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int insert(AnalyzeFileM2m record); int insert(AnalyzeFileM2m record);
...@@ -43,7 +43,7 @@ public interface AnalyzeFileM2mMapper { ...@@ -43,7 +43,7 @@ public interface AnalyzeFileM2mMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file_m2m * This method corresponds to the database table analyze_file_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int insertSelective(AnalyzeFileM2m record); int insertSelective(AnalyzeFileM2m record);
...@@ -51,7 +51,7 @@ public interface AnalyzeFileM2mMapper { ...@@ -51,7 +51,7 @@ public interface AnalyzeFileM2mMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file_m2m * This method corresponds to the database table analyze_file_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
List<AnalyzeFileM2m> selectByExampleWithRowbounds(AnalyzeFileM2mExample example, RowBounds rowBounds); List<AnalyzeFileM2m> selectByExampleWithRowbounds(AnalyzeFileM2mExample example, RowBounds rowBounds);
...@@ -59,7 +59,7 @@ public interface AnalyzeFileM2mMapper { ...@@ -59,7 +59,7 @@ public interface AnalyzeFileM2mMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file_m2m * This method corresponds to the database table analyze_file_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
List<AnalyzeFileM2m> selectByExample(AnalyzeFileM2mExample example); List<AnalyzeFileM2m> selectByExample(AnalyzeFileM2mExample example);
...@@ -67,7 +67,7 @@ public interface AnalyzeFileM2mMapper { ...@@ -67,7 +67,7 @@ public interface AnalyzeFileM2mMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file_m2m * This method corresponds to the database table analyze_file_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
AnalyzeFileM2m selectByPrimaryKey(String id); AnalyzeFileM2m selectByPrimaryKey(String id);
...@@ -75,7 +75,7 @@ public interface AnalyzeFileM2mMapper { ...@@ -75,7 +75,7 @@ public interface AnalyzeFileM2mMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file_m2m * This method corresponds to the database table analyze_file_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByExampleSelective(@Param("record") AnalyzeFileM2m record, @Param("example") AnalyzeFileM2mExample example); int updateByExampleSelective(@Param("record") AnalyzeFileM2m record, @Param("example") AnalyzeFileM2mExample example);
...@@ -83,7 +83,7 @@ public interface AnalyzeFileM2mMapper { ...@@ -83,7 +83,7 @@ public interface AnalyzeFileM2mMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file_m2m * This method corresponds to the database table analyze_file_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByExample(@Param("record") AnalyzeFileM2m record, @Param("example") AnalyzeFileM2mExample example); int updateByExample(@Param("record") AnalyzeFileM2m record, @Param("example") AnalyzeFileM2mExample example);
...@@ -91,7 +91,7 @@ public interface AnalyzeFileM2mMapper { ...@@ -91,7 +91,7 @@ public interface AnalyzeFileM2mMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file_m2m * This method corresponds to the database table analyze_file_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByPrimaryKeySelective(AnalyzeFileM2m record); int updateByPrimaryKeySelective(AnalyzeFileM2m record);
...@@ -99,7 +99,7 @@ public interface AnalyzeFileM2mMapper { ...@@ -99,7 +99,7 @@ public interface AnalyzeFileM2mMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file_m2m * This method corresponds to the database table analyze_file_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByPrimaryKey(AnalyzeFileM2m record); int updateByPrimaryKey(AnalyzeFileM2m record);
} }
\ No newline at end of file
...@@ -11,7 +11,7 @@ public interface AnalyzeFileMapper { ...@@ -11,7 +11,7 @@ public interface AnalyzeFileMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file * This method corresponds to the database table analyze_file
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
long countByExample(AnalyzeFileExample example); long countByExample(AnalyzeFileExample example);
...@@ -19,7 +19,7 @@ public interface AnalyzeFileMapper { ...@@ -19,7 +19,7 @@ public interface AnalyzeFileMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file * This method corresponds to the database table analyze_file
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int deleteByExample(AnalyzeFileExample example); int deleteByExample(AnalyzeFileExample example);
...@@ -27,7 +27,7 @@ public interface AnalyzeFileMapper { ...@@ -27,7 +27,7 @@ public interface AnalyzeFileMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file * This method corresponds to the database table analyze_file
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int deleteByPrimaryKey(String id); int deleteByPrimaryKey(String id);
...@@ -35,7 +35,7 @@ public interface AnalyzeFileMapper { ...@@ -35,7 +35,7 @@ public interface AnalyzeFileMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file * This method corresponds to the database table analyze_file
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int insert(AnalyzeFile record); int insert(AnalyzeFile record);
...@@ -43,7 +43,7 @@ public interface AnalyzeFileMapper { ...@@ -43,7 +43,7 @@ public interface AnalyzeFileMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file * This method corresponds to the database table analyze_file
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int insertSelective(AnalyzeFile record); int insertSelective(AnalyzeFile record);
...@@ -51,7 +51,7 @@ public interface AnalyzeFileMapper { ...@@ -51,7 +51,7 @@ public interface AnalyzeFileMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file * This method corresponds to the database table analyze_file
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
List<AnalyzeFile> selectByExampleWithRowbounds(AnalyzeFileExample example, RowBounds rowBounds); List<AnalyzeFile> selectByExampleWithRowbounds(AnalyzeFileExample example, RowBounds rowBounds);
...@@ -59,7 +59,7 @@ public interface AnalyzeFileMapper { ...@@ -59,7 +59,7 @@ public interface AnalyzeFileMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file * This method corresponds to the database table analyze_file
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
List<AnalyzeFile> selectByExample(AnalyzeFileExample example); List<AnalyzeFile> selectByExample(AnalyzeFileExample example);
...@@ -67,7 +67,7 @@ public interface AnalyzeFileMapper { ...@@ -67,7 +67,7 @@ public interface AnalyzeFileMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file * This method corresponds to the database table analyze_file
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
AnalyzeFile selectByPrimaryKey(String id); AnalyzeFile selectByPrimaryKey(String id);
...@@ -75,7 +75,7 @@ public interface AnalyzeFileMapper { ...@@ -75,7 +75,7 @@ public interface AnalyzeFileMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file * This method corresponds to the database table analyze_file
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByExampleSelective(@Param("record") AnalyzeFile record, @Param("example") AnalyzeFileExample example); int updateByExampleSelective(@Param("record") AnalyzeFile record, @Param("example") AnalyzeFileExample example);
...@@ -83,7 +83,7 @@ public interface AnalyzeFileMapper { ...@@ -83,7 +83,7 @@ public interface AnalyzeFileMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file * This method corresponds to the database table analyze_file
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByExample(@Param("record") AnalyzeFile record, @Param("example") AnalyzeFileExample example); int updateByExample(@Param("record") AnalyzeFile record, @Param("example") AnalyzeFileExample example);
...@@ -91,7 +91,7 @@ public interface AnalyzeFileMapper { ...@@ -91,7 +91,7 @@ public interface AnalyzeFileMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file * This method corresponds to the database table analyze_file
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByPrimaryKeySelective(AnalyzeFile record); int updateByPrimaryKeySelective(AnalyzeFile record);
...@@ -99,7 +99,7 @@ public interface AnalyzeFileMapper { ...@@ -99,7 +99,7 @@ public interface AnalyzeFileMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file * This method corresponds to the database table analyze_file
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByPrimaryKey(AnalyzeFile record); int updateByPrimaryKey(AnalyzeFile record);
} }
\ No newline at end of file
...@@ -11,7 +11,7 @@ public interface AnalyzeIdcardM2mMapper { ...@@ -11,7 +11,7 @@ public interface AnalyzeIdcardM2mMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_idcard_m2m * This method corresponds to the database table analyze_idcard_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
long countByExample(AnalyzeIdcardM2mExample example); long countByExample(AnalyzeIdcardM2mExample example);
...@@ -19,7 +19,7 @@ public interface AnalyzeIdcardM2mMapper { ...@@ -19,7 +19,7 @@ public interface AnalyzeIdcardM2mMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_idcard_m2m * This method corresponds to the database table analyze_idcard_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int deleteByExample(AnalyzeIdcardM2mExample example); int deleteByExample(AnalyzeIdcardM2mExample example);
...@@ -27,7 +27,7 @@ public interface AnalyzeIdcardM2mMapper { ...@@ -27,7 +27,7 @@ public interface AnalyzeIdcardM2mMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_idcard_m2m * This method corresponds to the database table analyze_idcard_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int deleteByPrimaryKey(String id); int deleteByPrimaryKey(String id);
...@@ -35,7 +35,7 @@ public interface AnalyzeIdcardM2mMapper { ...@@ -35,7 +35,7 @@ public interface AnalyzeIdcardM2mMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_idcard_m2m * This method corresponds to the database table analyze_idcard_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int insert(AnalyzeIdcardM2m record); int insert(AnalyzeIdcardM2m record);
...@@ -43,7 +43,7 @@ public interface AnalyzeIdcardM2mMapper { ...@@ -43,7 +43,7 @@ public interface AnalyzeIdcardM2mMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_idcard_m2m * This method corresponds to the database table analyze_idcard_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int insertSelective(AnalyzeIdcardM2m record); int insertSelective(AnalyzeIdcardM2m record);
...@@ -51,7 +51,7 @@ public interface AnalyzeIdcardM2mMapper { ...@@ -51,7 +51,7 @@ public interface AnalyzeIdcardM2mMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_idcard_m2m * This method corresponds to the database table analyze_idcard_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
List<AnalyzeIdcardM2m> selectByExampleWithRowbounds(AnalyzeIdcardM2mExample example, RowBounds rowBounds); List<AnalyzeIdcardM2m> selectByExampleWithRowbounds(AnalyzeIdcardM2mExample example, RowBounds rowBounds);
...@@ -59,7 +59,7 @@ public interface AnalyzeIdcardM2mMapper { ...@@ -59,7 +59,7 @@ public interface AnalyzeIdcardM2mMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_idcard_m2m * This method corresponds to the database table analyze_idcard_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
List<AnalyzeIdcardM2m> selectByExample(AnalyzeIdcardM2mExample example); List<AnalyzeIdcardM2m> selectByExample(AnalyzeIdcardM2mExample example);
...@@ -67,7 +67,7 @@ public interface AnalyzeIdcardM2mMapper { ...@@ -67,7 +67,7 @@ public interface AnalyzeIdcardM2mMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_idcard_m2m * This method corresponds to the database table analyze_idcard_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
AnalyzeIdcardM2m selectByPrimaryKey(String id); AnalyzeIdcardM2m selectByPrimaryKey(String id);
...@@ -75,7 +75,7 @@ public interface AnalyzeIdcardM2mMapper { ...@@ -75,7 +75,7 @@ public interface AnalyzeIdcardM2mMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_idcard_m2m * This method corresponds to the database table analyze_idcard_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByExampleSelective(@Param("record") AnalyzeIdcardM2m record, @Param("example") AnalyzeIdcardM2mExample example); int updateByExampleSelective(@Param("record") AnalyzeIdcardM2m record, @Param("example") AnalyzeIdcardM2mExample example);
...@@ -83,7 +83,7 @@ public interface AnalyzeIdcardM2mMapper { ...@@ -83,7 +83,7 @@ public interface AnalyzeIdcardM2mMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_idcard_m2m * This method corresponds to the database table analyze_idcard_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByExample(@Param("record") AnalyzeIdcardM2m record, @Param("example") AnalyzeIdcardM2mExample example); int updateByExample(@Param("record") AnalyzeIdcardM2m record, @Param("example") AnalyzeIdcardM2mExample example);
...@@ -91,7 +91,7 @@ public interface AnalyzeIdcardM2mMapper { ...@@ -91,7 +91,7 @@ public interface AnalyzeIdcardM2mMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_idcard_m2m * This method corresponds to the database table analyze_idcard_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByPrimaryKeySelective(AnalyzeIdcardM2m record); int updateByPrimaryKeySelective(AnalyzeIdcardM2m record);
...@@ -99,7 +99,7 @@ public interface AnalyzeIdcardM2mMapper { ...@@ -99,7 +99,7 @@ public interface AnalyzeIdcardM2mMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_idcard_m2m * This method corresponds to the database table analyze_idcard_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByPrimaryKey(AnalyzeIdcardM2m record); int updateByPrimaryKey(AnalyzeIdcardM2m record);
} }
\ No newline at end of file
...@@ -11,7 +11,7 @@ public interface AnalyzeMapper { ...@@ -11,7 +11,7 @@ public interface AnalyzeMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze * This method corresponds to the database table analyze
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
long countByExample(AnalyzeExample example); long countByExample(AnalyzeExample example);
...@@ -19,7 +19,7 @@ public interface AnalyzeMapper { ...@@ -19,7 +19,7 @@ public interface AnalyzeMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze * This method corresponds to the database table analyze
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int deleteByExample(AnalyzeExample example); int deleteByExample(AnalyzeExample example);
...@@ -27,7 +27,7 @@ public interface AnalyzeMapper { ...@@ -27,7 +27,7 @@ public interface AnalyzeMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze * This method corresponds to the database table analyze
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int deleteByPrimaryKey(String id); int deleteByPrimaryKey(String id);
...@@ -35,7 +35,7 @@ public interface AnalyzeMapper { ...@@ -35,7 +35,7 @@ public interface AnalyzeMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze * This method corresponds to the database table analyze
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int insert(Analyze record); int insert(Analyze record);
...@@ -43,7 +43,7 @@ public interface AnalyzeMapper { ...@@ -43,7 +43,7 @@ public interface AnalyzeMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze * This method corresponds to the database table analyze
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int insertSelective(Analyze record); int insertSelective(Analyze record);
...@@ -51,7 +51,7 @@ public interface AnalyzeMapper { ...@@ -51,7 +51,7 @@ public interface AnalyzeMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze * This method corresponds to the database table analyze
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
List<Analyze> selectByExampleWithRowbounds(AnalyzeExample example, RowBounds rowBounds); List<Analyze> selectByExampleWithRowbounds(AnalyzeExample example, RowBounds rowBounds);
...@@ -59,7 +59,7 @@ public interface AnalyzeMapper { ...@@ -59,7 +59,7 @@ public interface AnalyzeMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze * This method corresponds to the database table analyze
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
List<Analyze> selectByExample(AnalyzeExample example); List<Analyze> selectByExample(AnalyzeExample example);
...@@ -67,7 +67,7 @@ public interface AnalyzeMapper { ...@@ -67,7 +67,7 @@ public interface AnalyzeMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze * This method corresponds to the database table analyze
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
Analyze selectByPrimaryKey(String id); Analyze selectByPrimaryKey(String id);
...@@ -75,7 +75,7 @@ public interface AnalyzeMapper { ...@@ -75,7 +75,7 @@ public interface AnalyzeMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze * This method corresponds to the database table analyze
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByExampleSelective(@Param("record") Analyze record, @Param("example") AnalyzeExample example); int updateByExampleSelective(@Param("record") Analyze record, @Param("example") AnalyzeExample example);
...@@ -83,7 +83,7 @@ public interface AnalyzeMapper { ...@@ -83,7 +83,7 @@ public interface AnalyzeMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze * This method corresponds to the database table analyze
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByExample(@Param("record") Analyze record, @Param("example") AnalyzeExample example); int updateByExample(@Param("record") Analyze record, @Param("example") AnalyzeExample example);
...@@ -91,7 +91,7 @@ public interface AnalyzeMapper { ...@@ -91,7 +91,7 @@ public interface AnalyzeMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze * This method corresponds to the database table analyze
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByPrimaryKeySelective(Analyze record); int updateByPrimaryKeySelective(Analyze record);
...@@ -99,7 +99,7 @@ public interface AnalyzeMapper { ...@@ -99,7 +99,7 @@ public interface AnalyzeMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze * This method corresponds to the database table analyze
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByPrimaryKey(Analyze record); int updateByPrimaryKey(Analyze record);
} }
\ No newline at end of file
...@@ -11,7 +11,7 @@ public interface AnalyzePortraitM2mMapper { ...@@ -11,7 +11,7 @@ public interface AnalyzePortraitM2mMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_portrait_m2m * This method corresponds to the database table analyze_portrait_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
long countByExample(AnalyzePortraitM2mExample example); long countByExample(AnalyzePortraitM2mExample example);
...@@ -19,7 +19,7 @@ public interface AnalyzePortraitM2mMapper { ...@@ -19,7 +19,7 @@ public interface AnalyzePortraitM2mMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_portrait_m2m * This method corresponds to the database table analyze_portrait_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int deleteByExample(AnalyzePortraitM2mExample example); int deleteByExample(AnalyzePortraitM2mExample example);
...@@ -27,7 +27,7 @@ public interface AnalyzePortraitM2mMapper { ...@@ -27,7 +27,7 @@ public interface AnalyzePortraitM2mMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_portrait_m2m * This method corresponds to the database table analyze_portrait_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int deleteByPrimaryKey(String id); int deleteByPrimaryKey(String id);
...@@ -35,7 +35,7 @@ public interface AnalyzePortraitM2mMapper { ...@@ -35,7 +35,7 @@ public interface AnalyzePortraitM2mMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_portrait_m2m * This method corresponds to the database table analyze_portrait_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int insert(AnalyzePortraitM2m record); int insert(AnalyzePortraitM2m record);
...@@ -43,7 +43,7 @@ public interface AnalyzePortraitM2mMapper { ...@@ -43,7 +43,7 @@ public interface AnalyzePortraitM2mMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_portrait_m2m * This method corresponds to the database table analyze_portrait_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int insertSelective(AnalyzePortraitM2m record); int insertSelective(AnalyzePortraitM2m record);
...@@ -51,7 +51,7 @@ public interface AnalyzePortraitM2mMapper { ...@@ -51,7 +51,7 @@ public interface AnalyzePortraitM2mMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_portrait_m2m * This method corresponds to the database table analyze_portrait_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
List<AnalyzePortraitM2m> selectByExampleWithRowbounds(AnalyzePortraitM2mExample example, RowBounds rowBounds); List<AnalyzePortraitM2m> selectByExampleWithRowbounds(AnalyzePortraitM2mExample example, RowBounds rowBounds);
...@@ -59,7 +59,7 @@ public interface AnalyzePortraitM2mMapper { ...@@ -59,7 +59,7 @@ public interface AnalyzePortraitM2mMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_portrait_m2m * This method corresponds to the database table analyze_portrait_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
List<AnalyzePortraitM2m> selectByExample(AnalyzePortraitM2mExample example); List<AnalyzePortraitM2m> selectByExample(AnalyzePortraitM2mExample example);
...@@ -67,7 +67,7 @@ public interface AnalyzePortraitM2mMapper { ...@@ -67,7 +67,7 @@ public interface AnalyzePortraitM2mMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_portrait_m2m * This method corresponds to the database table analyze_portrait_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
AnalyzePortraitM2m selectByPrimaryKey(String id); AnalyzePortraitM2m selectByPrimaryKey(String id);
...@@ -75,7 +75,7 @@ public interface AnalyzePortraitM2mMapper { ...@@ -75,7 +75,7 @@ public interface AnalyzePortraitM2mMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_portrait_m2m * This method corresponds to the database table analyze_portrait_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByExampleSelective(@Param("record") AnalyzePortraitM2m record, @Param("example") AnalyzePortraitM2mExample example); int updateByExampleSelective(@Param("record") AnalyzePortraitM2m record, @Param("example") AnalyzePortraitM2mExample example);
...@@ -83,7 +83,7 @@ public interface AnalyzePortraitM2mMapper { ...@@ -83,7 +83,7 @@ public interface AnalyzePortraitM2mMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_portrait_m2m * This method corresponds to the database table analyze_portrait_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByExample(@Param("record") AnalyzePortraitM2m record, @Param("example") AnalyzePortraitM2mExample example); int updateByExample(@Param("record") AnalyzePortraitM2m record, @Param("example") AnalyzePortraitM2mExample example);
...@@ -91,7 +91,7 @@ public interface AnalyzePortraitM2mMapper { ...@@ -91,7 +91,7 @@ public interface AnalyzePortraitM2mMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_portrait_m2m * This method corresponds to the database table analyze_portrait_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByPrimaryKeySelective(AnalyzePortraitM2m record); int updateByPrimaryKeySelective(AnalyzePortraitM2m record);
...@@ -99,7 +99,7 @@ public interface AnalyzePortraitM2mMapper { ...@@ -99,7 +99,7 @@ public interface AnalyzePortraitM2mMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_portrait_m2m * This method corresponds to the database table analyze_portrait_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByPrimaryKey(AnalyzePortraitM2m record); int updateByPrimaryKey(AnalyzePortraitM2m record);
} }
\ No newline at end of file
...@@ -11,7 +11,7 @@ public interface AreaMapper { ...@@ -11,7 +11,7 @@ public interface AreaMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table area * This method corresponds to the database table area
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
long countByExample(AreaExample example); long countByExample(AreaExample example);
...@@ -19,7 +19,7 @@ public interface AreaMapper { ...@@ -19,7 +19,7 @@ public interface AreaMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table area * This method corresponds to the database table area
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int deleteByExample(AreaExample example); int deleteByExample(AreaExample example);
...@@ -27,7 +27,7 @@ public interface AreaMapper { ...@@ -27,7 +27,7 @@ public interface AreaMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table area * This method corresponds to the database table area
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int deleteByPrimaryKey(String id); int deleteByPrimaryKey(String id);
...@@ -35,7 +35,7 @@ public interface AreaMapper { ...@@ -35,7 +35,7 @@ public interface AreaMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table area * This method corresponds to the database table area
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int insert(Area record); int insert(Area record);
...@@ -43,7 +43,7 @@ public interface AreaMapper { ...@@ -43,7 +43,7 @@ public interface AreaMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table area * This method corresponds to the database table area
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int insertSelective(Area record); int insertSelective(Area record);
...@@ -51,7 +51,7 @@ public interface AreaMapper { ...@@ -51,7 +51,7 @@ public interface AreaMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table area * This method corresponds to the database table area
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
List<Area> selectByExampleWithRowbounds(AreaExample example, RowBounds rowBounds); List<Area> selectByExampleWithRowbounds(AreaExample example, RowBounds rowBounds);
...@@ -59,7 +59,7 @@ public interface AreaMapper { ...@@ -59,7 +59,7 @@ public interface AreaMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table area * This method corresponds to the database table area
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
List<Area> selectByExample(AreaExample example); List<Area> selectByExample(AreaExample example);
...@@ -67,7 +67,7 @@ public interface AreaMapper { ...@@ -67,7 +67,7 @@ public interface AreaMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table area * This method corresponds to the database table area
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
Area selectByPrimaryKey(String id); Area selectByPrimaryKey(String id);
...@@ -75,7 +75,7 @@ public interface AreaMapper { ...@@ -75,7 +75,7 @@ public interface AreaMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table area * This method corresponds to the database table area
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByExampleSelective(@Param("record") Area record, @Param("example") AreaExample example); int updateByExampleSelective(@Param("record") Area record, @Param("example") AreaExample example);
...@@ -83,7 +83,7 @@ public interface AreaMapper { ...@@ -83,7 +83,7 @@ public interface AreaMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table area * This method corresponds to the database table area
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByExample(@Param("record") Area record, @Param("example") AreaExample example); int updateByExample(@Param("record") Area record, @Param("example") AreaExample example);
...@@ -91,7 +91,7 @@ public interface AreaMapper { ...@@ -91,7 +91,7 @@ public interface AreaMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table area * This method corresponds to the database table area
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByPrimaryKeySelective(Area record); int updateByPrimaryKeySelective(Area record);
...@@ -99,7 +99,7 @@ public interface AreaMapper { ...@@ -99,7 +99,7 @@ public interface AreaMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table area * This method corresponds to the database table area
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByPrimaryKey(Area record); int updateByPrimaryKey(Area record);
} }
\ No newline at end of file
...@@ -11,7 +11,7 @@ public interface AuthTokenMapper { ...@@ -11,7 +11,7 @@ public interface AuthTokenMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table auth_token * This method corresponds to the database table auth_token
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
long countByExample(AuthTokenExample example); long countByExample(AuthTokenExample example);
...@@ -19,7 +19,7 @@ public interface AuthTokenMapper { ...@@ -19,7 +19,7 @@ public interface AuthTokenMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table auth_token * This method corresponds to the database table auth_token
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int deleteByExample(AuthTokenExample example); int deleteByExample(AuthTokenExample example);
...@@ -27,7 +27,7 @@ public interface AuthTokenMapper { ...@@ -27,7 +27,7 @@ public interface AuthTokenMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table auth_token * This method corresponds to the database table auth_token
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int deleteByPrimaryKey(String id); int deleteByPrimaryKey(String id);
...@@ -35,7 +35,7 @@ public interface AuthTokenMapper { ...@@ -35,7 +35,7 @@ public interface AuthTokenMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table auth_token * This method corresponds to the database table auth_token
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int insert(AuthToken record); int insert(AuthToken record);
...@@ -43,7 +43,7 @@ public interface AuthTokenMapper { ...@@ -43,7 +43,7 @@ public interface AuthTokenMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table auth_token * This method corresponds to the database table auth_token
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int insertSelective(AuthToken record); int insertSelective(AuthToken record);
...@@ -51,7 +51,7 @@ public interface AuthTokenMapper { ...@@ -51,7 +51,7 @@ public interface AuthTokenMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table auth_token * This method corresponds to the database table auth_token
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
List<AuthToken> selectByExampleWithRowbounds(AuthTokenExample example, RowBounds rowBounds); List<AuthToken> selectByExampleWithRowbounds(AuthTokenExample example, RowBounds rowBounds);
...@@ -59,7 +59,7 @@ public interface AuthTokenMapper { ...@@ -59,7 +59,7 @@ public interface AuthTokenMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table auth_token * This method corresponds to the database table auth_token
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
List<AuthToken> selectByExample(AuthTokenExample example); List<AuthToken> selectByExample(AuthTokenExample example);
...@@ -67,7 +67,7 @@ public interface AuthTokenMapper { ...@@ -67,7 +67,7 @@ public interface AuthTokenMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table auth_token * This method corresponds to the database table auth_token
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
AuthToken selectByPrimaryKey(String id); AuthToken selectByPrimaryKey(String id);
...@@ -75,7 +75,7 @@ public interface AuthTokenMapper { ...@@ -75,7 +75,7 @@ public interface AuthTokenMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table auth_token * This method corresponds to the database table auth_token
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByExampleSelective(@Param("record") AuthToken record, @Param("example") AuthTokenExample example); int updateByExampleSelective(@Param("record") AuthToken record, @Param("example") AuthTokenExample example);
...@@ -83,7 +83,7 @@ public interface AuthTokenMapper { ...@@ -83,7 +83,7 @@ public interface AuthTokenMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table auth_token * This method corresponds to the database table auth_token
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByExample(@Param("record") AuthToken record, @Param("example") AuthTokenExample example); int updateByExample(@Param("record") AuthToken record, @Param("example") AuthTokenExample example);
...@@ -91,7 +91,7 @@ public interface AuthTokenMapper { ...@@ -91,7 +91,7 @@ public interface AuthTokenMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table auth_token * This method corresponds to the database table auth_token
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByPrimaryKeySelective(AuthToken record); int updateByPrimaryKeySelective(AuthToken record);
...@@ -99,7 +99,7 @@ public interface AuthTokenMapper { ...@@ -99,7 +99,7 @@ public interface AuthTokenMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table auth_token * This method corresponds to the database table auth_token
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByPrimaryKey(AuthToken record); int updateByPrimaryKey(AuthToken record);
} }
\ No newline at end of file
...@@ -11,7 +11,7 @@ public interface CaptchaMapper { ...@@ -11,7 +11,7 @@ public interface CaptchaMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table captcha * This method corresponds to the database table captcha
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
long countByExample(CaptchaExample example); long countByExample(CaptchaExample example);
...@@ -19,7 +19,7 @@ public interface CaptchaMapper { ...@@ -19,7 +19,7 @@ public interface CaptchaMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table captcha * This method corresponds to the database table captcha
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int deleteByExample(CaptchaExample example); int deleteByExample(CaptchaExample example);
...@@ -27,7 +27,7 @@ public interface CaptchaMapper { ...@@ -27,7 +27,7 @@ public interface CaptchaMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table captcha * This method corresponds to the database table captcha
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int deleteByPrimaryKey(String id); int deleteByPrimaryKey(String id);
...@@ -35,7 +35,7 @@ public interface CaptchaMapper { ...@@ -35,7 +35,7 @@ public interface CaptchaMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table captcha * This method corresponds to the database table captcha
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int insert(Captcha record); int insert(Captcha record);
...@@ -43,7 +43,7 @@ public interface CaptchaMapper { ...@@ -43,7 +43,7 @@ public interface CaptchaMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table captcha * This method corresponds to the database table captcha
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int insertSelective(Captcha record); int insertSelective(Captcha record);
...@@ -51,7 +51,7 @@ public interface CaptchaMapper { ...@@ -51,7 +51,7 @@ public interface CaptchaMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table captcha * This method corresponds to the database table captcha
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
List<Captcha> selectByExampleWithRowbounds(CaptchaExample example, RowBounds rowBounds); List<Captcha> selectByExampleWithRowbounds(CaptchaExample example, RowBounds rowBounds);
...@@ -59,7 +59,7 @@ public interface CaptchaMapper { ...@@ -59,7 +59,7 @@ public interface CaptchaMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table captcha * This method corresponds to the database table captcha
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
List<Captcha> selectByExample(CaptchaExample example); List<Captcha> selectByExample(CaptchaExample example);
...@@ -67,7 +67,7 @@ public interface CaptchaMapper { ...@@ -67,7 +67,7 @@ public interface CaptchaMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table captcha * This method corresponds to the database table captcha
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
Captcha selectByPrimaryKey(String id); Captcha selectByPrimaryKey(String id);
...@@ -75,7 +75,7 @@ public interface CaptchaMapper { ...@@ -75,7 +75,7 @@ public interface CaptchaMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table captcha * This method corresponds to the database table captcha
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByExampleSelective(@Param("record") Captcha record, @Param("example") CaptchaExample example); int updateByExampleSelective(@Param("record") Captcha record, @Param("example") CaptchaExample example);
...@@ -83,7 +83,7 @@ public interface CaptchaMapper { ...@@ -83,7 +83,7 @@ public interface CaptchaMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table captcha * This method corresponds to the database table captcha
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByExample(@Param("record") Captcha record, @Param("example") CaptchaExample example); int updateByExample(@Param("record") Captcha record, @Param("example") CaptchaExample example);
...@@ -91,7 +91,7 @@ public interface CaptchaMapper { ...@@ -91,7 +91,7 @@ public interface CaptchaMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table captcha * This method corresponds to the database table captcha
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByPrimaryKeySelective(Captcha record); int updateByPrimaryKeySelective(Captcha record);
...@@ -99,7 +99,7 @@ public interface CaptchaMapper { ...@@ -99,7 +99,7 @@ public interface CaptchaMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table captcha * This method corresponds to the database table captcha
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByPrimaryKey(Captcha record); int updateByPrimaryKey(Captcha record);
} }
\ No newline at end of file
...@@ -11,7 +11,7 @@ public interface CityMapper { ...@@ -11,7 +11,7 @@ public interface CityMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table city * This method corresponds to the database table city
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
long countByExample(CityExample example); long countByExample(CityExample example);
...@@ -19,7 +19,7 @@ public interface CityMapper { ...@@ -19,7 +19,7 @@ public interface CityMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table city * This method corresponds to the database table city
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int deleteByExample(CityExample example); int deleteByExample(CityExample example);
...@@ -27,7 +27,7 @@ public interface CityMapper { ...@@ -27,7 +27,7 @@ public interface CityMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table city * This method corresponds to the database table city
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int deleteByPrimaryKey(String id); int deleteByPrimaryKey(String id);
...@@ -35,7 +35,7 @@ public interface CityMapper { ...@@ -35,7 +35,7 @@ public interface CityMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table city * This method corresponds to the database table city
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int insert(City record); int insert(City record);
...@@ -43,7 +43,7 @@ public interface CityMapper { ...@@ -43,7 +43,7 @@ public interface CityMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table city * This method corresponds to the database table city
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int insertSelective(City record); int insertSelective(City record);
...@@ -51,7 +51,7 @@ public interface CityMapper { ...@@ -51,7 +51,7 @@ public interface CityMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table city * This method corresponds to the database table city
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
List<City> selectByExampleWithRowbounds(CityExample example, RowBounds rowBounds); List<City> selectByExampleWithRowbounds(CityExample example, RowBounds rowBounds);
...@@ -59,7 +59,7 @@ public interface CityMapper { ...@@ -59,7 +59,7 @@ public interface CityMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table city * This method corresponds to the database table city
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
List<City> selectByExample(CityExample example); List<City> selectByExample(CityExample example);
...@@ -67,7 +67,7 @@ public interface CityMapper { ...@@ -67,7 +67,7 @@ public interface CityMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table city * This method corresponds to the database table city
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
City selectByPrimaryKey(String id); City selectByPrimaryKey(String id);
...@@ -75,7 +75,7 @@ public interface CityMapper { ...@@ -75,7 +75,7 @@ public interface CityMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table city * This method corresponds to the database table city
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByExampleSelective(@Param("record") City record, @Param("example") CityExample example); int updateByExampleSelective(@Param("record") City record, @Param("example") CityExample example);
...@@ -83,7 +83,7 @@ public interface CityMapper { ...@@ -83,7 +83,7 @@ public interface CityMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table city * This method corresponds to the database table city
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByExample(@Param("record") City record, @Param("example") CityExample example); int updateByExample(@Param("record") City record, @Param("example") CityExample example);
...@@ -91,7 +91,7 @@ public interface CityMapper { ...@@ -91,7 +91,7 @@ public interface CityMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table city * This method corresponds to the database table city
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByPrimaryKeySelective(City record); int updateByPrimaryKeySelective(City record);
...@@ -99,7 +99,7 @@ public interface CityMapper { ...@@ -99,7 +99,7 @@ public interface CityMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table city * This method corresponds to the database table city
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByPrimaryKey(City record); int updateByPrimaryKey(City record);
} }
\ No newline at end of file
...@@ -11,7 +11,7 @@ public interface CountyMapper { ...@@ -11,7 +11,7 @@ public interface CountyMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table county * This method corresponds to the database table county
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
long countByExample(CountyExample example); long countByExample(CountyExample example);
...@@ -19,7 +19,7 @@ public interface CountyMapper { ...@@ -19,7 +19,7 @@ public interface CountyMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table county * This method corresponds to the database table county
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int deleteByExample(CountyExample example); int deleteByExample(CountyExample example);
...@@ -27,7 +27,7 @@ public interface CountyMapper { ...@@ -27,7 +27,7 @@ public interface CountyMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table county * This method corresponds to the database table county
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int deleteByPrimaryKey(String id); int deleteByPrimaryKey(String id);
...@@ -35,7 +35,7 @@ public interface CountyMapper { ...@@ -35,7 +35,7 @@ public interface CountyMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table county * This method corresponds to the database table county
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int insert(County record); int insert(County record);
...@@ -43,7 +43,7 @@ public interface CountyMapper { ...@@ -43,7 +43,7 @@ public interface CountyMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table county * This method corresponds to the database table county
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int insertSelective(County record); int insertSelective(County record);
...@@ -51,7 +51,7 @@ public interface CountyMapper { ...@@ -51,7 +51,7 @@ public interface CountyMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table county * This method corresponds to the database table county
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
List<County> selectByExampleWithRowbounds(CountyExample example, RowBounds rowBounds); List<County> selectByExampleWithRowbounds(CountyExample example, RowBounds rowBounds);
...@@ -59,7 +59,7 @@ public interface CountyMapper { ...@@ -59,7 +59,7 @@ public interface CountyMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table county * This method corresponds to the database table county
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
List<County> selectByExample(CountyExample example); List<County> selectByExample(CountyExample example);
...@@ -67,7 +67,7 @@ public interface CountyMapper { ...@@ -67,7 +67,7 @@ public interface CountyMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table county * This method corresponds to the database table county
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
County selectByPrimaryKey(String id); County selectByPrimaryKey(String id);
...@@ -75,7 +75,7 @@ public interface CountyMapper { ...@@ -75,7 +75,7 @@ public interface CountyMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table county * This method corresponds to the database table county
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByExampleSelective(@Param("record") County record, @Param("example") CountyExample example); int updateByExampleSelective(@Param("record") County record, @Param("example") CountyExample example);
...@@ -83,7 +83,7 @@ public interface CountyMapper { ...@@ -83,7 +83,7 @@ public interface CountyMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table county * This method corresponds to the database table county
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByExample(@Param("record") County record, @Param("example") CountyExample example); int updateByExample(@Param("record") County record, @Param("example") CountyExample example);
...@@ -91,7 +91,7 @@ public interface CountyMapper { ...@@ -91,7 +91,7 @@ public interface CountyMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table county * This method corresponds to the database table county
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByPrimaryKeySelective(County record); int updateByPrimaryKeySelective(County record);
...@@ -99,7 +99,7 @@ public interface CountyMapper { ...@@ -99,7 +99,7 @@ public interface CountyMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table county * This method corresponds to the database table county
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByPrimaryKey(County record); int updateByPrimaryKey(County record);
} }
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.CustomerCompanyConsumptionRecord;
import com.haomostudio.SeekTruthBackend.domain.CustomerCompanyConsumptionRecordExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface CustomerCompanyConsumptionRecordMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_company_consumption_record
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
long countByExample(CustomerCompanyConsumptionRecordExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_company_consumption_record
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int deleteByExample(CustomerCompanyConsumptionRecordExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_company_consumption_record
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_company_consumption_record
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int insert(CustomerCompanyConsumptionRecord record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_company_consumption_record
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int insertSelective(CustomerCompanyConsumptionRecord record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_company_consumption_record
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
List<CustomerCompanyConsumptionRecord> selectByExampleWithRowbounds(CustomerCompanyConsumptionRecordExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_company_consumption_record
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
List<CustomerCompanyConsumptionRecord> selectByExample(CustomerCompanyConsumptionRecordExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_company_consumption_record
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
CustomerCompanyConsumptionRecord selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_company_consumption_record
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int updateByExampleSelective(@Param("record") CustomerCompanyConsumptionRecord record, @Param("example") CustomerCompanyConsumptionRecordExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_company_consumption_record
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int updateByExample(@Param("record") CustomerCompanyConsumptionRecord record, @Param("example") CustomerCompanyConsumptionRecordExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_company_consumption_record
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int updateByPrimaryKeySelective(CustomerCompanyConsumptionRecord record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_company_consumption_record
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int updateByPrimaryKey(CustomerCompanyConsumptionRecord record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.CustomerCompanyConsumptionStrategy;
import com.haomostudio.SeekTruthBackend.domain.CustomerCompanyConsumptionStrategyExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface CustomerCompanyConsumptionStrategyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_company_consumption_strategy
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
long countByExample(CustomerCompanyConsumptionStrategyExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_company_consumption_strategy
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int deleteByExample(CustomerCompanyConsumptionStrategyExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_company_consumption_strategy
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_company_consumption_strategy
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int insert(CustomerCompanyConsumptionStrategy record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_company_consumption_strategy
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int insertSelective(CustomerCompanyConsumptionStrategy record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_company_consumption_strategy
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
List<CustomerCompanyConsumptionStrategy> selectByExampleWithRowbounds(CustomerCompanyConsumptionStrategyExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_company_consumption_strategy
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
List<CustomerCompanyConsumptionStrategy> selectByExample(CustomerCompanyConsumptionStrategyExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_company_consumption_strategy
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
CustomerCompanyConsumptionStrategy selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_company_consumption_strategy
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int updateByExampleSelective(@Param("record") CustomerCompanyConsumptionStrategy record, @Param("example") CustomerCompanyConsumptionStrategyExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_company_consumption_strategy
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int updateByExample(@Param("record") CustomerCompanyConsumptionStrategy record, @Param("example") CustomerCompanyConsumptionStrategyExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_company_consumption_strategy
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int updateByPrimaryKeySelective(CustomerCompanyConsumptionStrategy record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_company_consumption_strategy
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int updateByPrimaryKey(CustomerCompanyConsumptionStrategy record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.CustomerCompanyDepositCount;
import com.haomostudio.SeekTruthBackend.domain.CustomerCompanyDepositCountExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface CustomerCompanyDepositCountMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_company_deposit_count
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
long countByExample(CustomerCompanyDepositCountExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_company_deposit_count
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int deleteByExample(CustomerCompanyDepositCountExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_company_deposit_count
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_company_deposit_count
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int insert(CustomerCompanyDepositCount record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_company_deposit_count
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int insertSelective(CustomerCompanyDepositCount record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_company_deposit_count
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
List<CustomerCompanyDepositCount> selectByExampleWithRowbounds(CustomerCompanyDepositCountExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_company_deposit_count
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
List<CustomerCompanyDepositCount> selectByExample(CustomerCompanyDepositCountExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_company_deposit_count
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
CustomerCompanyDepositCount selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_company_deposit_count
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int updateByExampleSelective(@Param("record") CustomerCompanyDepositCount record, @Param("example") CustomerCompanyDepositCountExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_company_deposit_count
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int updateByExample(@Param("record") CustomerCompanyDepositCount record, @Param("example") CustomerCompanyDepositCountExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_company_deposit_count
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int updateByPrimaryKeySelective(CustomerCompanyDepositCount record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_company_deposit_count
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int updateByPrimaryKey(CustomerCompanyDepositCount record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.CustomerCompanyDeposit;
import com.haomostudio.SeekTruthBackend.domain.CustomerCompanyDepositExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface CustomerCompanyDepositMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_company_deposit
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
long countByExample(CustomerCompanyDepositExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_company_deposit
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int deleteByExample(CustomerCompanyDepositExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_company_deposit
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_company_deposit
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int insert(CustomerCompanyDeposit record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_company_deposit
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int insertSelective(CustomerCompanyDeposit record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_company_deposit
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
List<CustomerCompanyDeposit> selectByExampleWithRowbounds(CustomerCompanyDepositExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_company_deposit
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
List<CustomerCompanyDeposit> selectByExample(CustomerCompanyDepositExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_company_deposit
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
CustomerCompanyDeposit selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_company_deposit
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int updateByExampleSelective(@Param("record") CustomerCompanyDeposit record, @Param("example") CustomerCompanyDepositExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_company_deposit
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int updateByExample(@Param("record") CustomerCompanyDeposit record, @Param("example") CustomerCompanyDepositExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_company_deposit
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int updateByPrimaryKeySelective(CustomerCompanyDeposit record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_company_deposit
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int updateByPrimaryKey(CustomerCompanyDeposit record);
}
\ No newline at end of file
...@@ -11,7 +11,7 @@ public interface CustomerCompanyMapper { ...@@ -11,7 +11,7 @@ public interface CustomerCompanyMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_company * This method corresponds to the database table customer_company
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
long countByExample(CustomerCompanyExample example); long countByExample(CustomerCompanyExample example);
...@@ -19,7 +19,7 @@ public interface CustomerCompanyMapper { ...@@ -19,7 +19,7 @@ public interface CustomerCompanyMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_company * This method corresponds to the database table customer_company
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int deleteByExample(CustomerCompanyExample example); int deleteByExample(CustomerCompanyExample example);
...@@ -27,7 +27,7 @@ public interface CustomerCompanyMapper { ...@@ -27,7 +27,7 @@ public interface CustomerCompanyMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_company * This method corresponds to the database table customer_company
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int deleteByPrimaryKey(String id); int deleteByPrimaryKey(String id);
...@@ -35,7 +35,7 @@ public interface CustomerCompanyMapper { ...@@ -35,7 +35,7 @@ public interface CustomerCompanyMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_company * This method corresponds to the database table customer_company
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int insert(CustomerCompany record); int insert(CustomerCompany record);
...@@ -43,7 +43,7 @@ public interface CustomerCompanyMapper { ...@@ -43,7 +43,7 @@ public interface CustomerCompanyMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_company * This method corresponds to the database table customer_company
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int insertSelective(CustomerCompany record); int insertSelective(CustomerCompany record);
...@@ -51,7 +51,7 @@ public interface CustomerCompanyMapper { ...@@ -51,7 +51,7 @@ public interface CustomerCompanyMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_company * This method corresponds to the database table customer_company
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
List<CustomerCompany> selectByExampleWithRowbounds(CustomerCompanyExample example, RowBounds rowBounds); List<CustomerCompany> selectByExampleWithRowbounds(CustomerCompanyExample example, RowBounds rowBounds);
...@@ -59,7 +59,7 @@ public interface CustomerCompanyMapper { ...@@ -59,7 +59,7 @@ public interface CustomerCompanyMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_company * This method corresponds to the database table customer_company
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
List<CustomerCompany> selectByExample(CustomerCompanyExample example); List<CustomerCompany> selectByExample(CustomerCompanyExample example);
...@@ -67,7 +67,7 @@ public interface CustomerCompanyMapper { ...@@ -67,7 +67,7 @@ public interface CustomerCompanyMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_company * This method corresponds to the database table customer_company
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
CustomerCompany selectByPrimaryKey(String id); CustomerCompany selectByPrimaryKey(String id);
...@@ -75,7 +75,7 @@ public interface CustomerCompanyMapper { ...@@ -75,7 +75,7 @@ public interface CustomerCompanyMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_company * This method corresponds to the database table customer_company
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByExampleSelective(@Param("record") CustomerCompany record, @Param("example") CustomerCompanyExample example); int updateByExampleSelective(@Param("record") CustomerCompany record, @Param("example") CustomerCompanyExample example);
...@@ -83,7 +83,7 @@ public interface CustomerCompanyMapper { ...@@ -83,7 +83,7 @@ public interface CustomerCompanyMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_company * This method corresponds to the database table customer_company
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByExample(@Param("record") CustomerCompany record, @Param("example") CustomerCompanyExample example); int updateByExample(@Param("record") CustomerCompany record, @Param("example") CustomerCompanyExample example);
...@@ -91,7 +91,7 @@ public interface CustomerCompanyMapper { ...@@ -91,7 +91,7 @@ public interface CustomerCompanyMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_company * This method corresponds to the database table customer_company
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByPrimaryKeySelective(CustomerCompany record); int updateByPrimaryKeySelective(CustomerCompany record);
...@@ -99,7 +99,7 @@ public interface CustomerCompanyMapper { ...@@ -99,7 +99,7 @@ public interface CustomerCompanyMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_company * This method corresponds to the database table customer_company
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByPrimaryKey(CustomerCompany record); int updateByPrimaryKey(CustomerCompany record);
} }
\ No newline at end of file
...@@ -11,7 +11,7 @@ public interface CustomerDepartmentMapper { ...@@ -11,7 +11,7 @@ public interface CustomerDepartmentMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_department * This method corresponds to the database table customer_department
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
long countByExample(CustomerDepartmentExample example); long countByExample(CustomerDepartmentExample example);
...@@ -19,7 +19,7 @@ public interface CustomerDepartmentMapper { ...@@ -19,7 +19,7 @@ public interface CustomerDepartmentMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_department * This method corresponds to the database table customer_department
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int deleteByExample(CustomerDepartmentExample example); int deleteByExample(CustomerDepartmentExample example);
...@@ -27,7 +27,7 @@ public interface CustomerDepartmentMapper { ...@@ -27,7 +27,7 @@ public interface CustomerDepartmentMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_department * This method corresponds to the database table customer_department
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int deleteByPrimaryKey(String id); int deleteByPrimaryKey(String id);
...@@ -35,7 +35,7 @@ public interface CustomerDepartmentMapper { ...@@ -35,7 +35,7 @@ public interface CustomerDepartmentMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_department * This method corresponds to the database table customer_department
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int insert(CustomerDepartment record); int insert(CustomerDepartment record);
...@@ -43,7 +43,7 @@ public interface CustomerDepartmentMapper { ...@@ -43,7 +43,7 @@ public interface CustomerDepartmentMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_department * This method corresponds to the database table customer_department
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int insertSelective(CustomerDepartment record); int insertSelective(CustomerDepartment record);
...@@ -51,7 +51,7 @@ public interface CustomerDepartmentMapper { ...@@ -51,7 +51,7 @@ public interface CustomerDepartmentMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_department * This method corresponds to the database table customer_department
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
List<CustomerDepartment> selectByExampleWithRowbounds(CustomerDepartmentExample example, RowBounds rowBounds); List<CustomerDepartment> selectByExampleWithRowbounds(CustomerDepartmentExample example, RowBounds rowBounds);
...@@ -59,7 +59,7 @@ public interface CustomerDepartmentMapper { ...@@ -59,7 +59,7 @@ public interface CustomerDepartmentMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_department * This method corresponds to the database table customer_department
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
List<CustomerDepartment> selectByExample(CustomerDepartmentExample example); List<CustomerDepartment> selectByExample(CustomerDepartmentExample example);
...@@ -67,7 +67,7 @@ public interface CustomerDepartmentMapper { ...@@ -67,7 +67,7 @@ public interface CustomerDepartmentMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_department * This method corresponds to the database table customer_department
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
CustomerDepartment selectByPrimaryKey(String id); CustomerDepartment selectByPrimaryKey(String id);
...@@ -75,7 +75,7 @@ public interface CustomerDepartmentMapper { ...@@ -75,7 +75,7 @@ public interface CustomerDepartmentMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_department * This method corresponds to the database table customer_department
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByExampleSelective(@Param("record") CustomerDepartment record, @Param("example") CustomerDepartmentExample example); int updateByExampleSelective(@Param("record") CustomerDepartment record, @Param("example") CustomerDepartmentExample example);
...@@ -83,7 +83,7 @@ public interface CustomerDepartmentMapper { ...@@ -83,7 +83,7 @@ public interface CustomerDepartmentMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_department * This method corresponds to the database table customer_department
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByExample(@Param("record") CustomerDepartment record, @Param("example") CustomerDepartmentExample example); int updateByExample(@Param("record") CustomerDepartment record, @Param("example") CustomerDepartmentExample example);
...@@ -91,7 +91,7 @@ public interface CustomerDepartmentMapper { ...@@ -91,7 +91,7 @@ public interface CustomerDepartmentMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_department * This method corresponds to the database table customer_department
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByPrimaryKeySelective(CustomerDepartment record); int updateByPrimaryKeySelective(CustomerDepartment record);
...@@ -99,7 +99,7 @@ public interface CustomerDepartmentMapper { ...@@ -99,7 +99,7 @@ public interface CustomerDepartmentMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_department * This method corresponds to the database table customer_department
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByPrimaryKey(CustomerDepartment record); int updateByPrimaryKey(CustomerDepartment record);
} }
\ No newline at end of file
...@@ -11,7 +11,7 @@ public interface CustomerTagMapper { ...@@ -11,7 +11,7 @@ public interface CustomerTagMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_tag * This method corresponds to the database table customer_tag
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
long countByExample(CustomerTagExample example); long countByExample(CustomerTagExample example);
...@@ -19,7 +19,7 @@ public interface CustomerTagMapper { ...@@ -19,7 +19,7 @@ public interface CustomerTagMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_tag * This method corresponds to the database table customer_tag
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int deleteByExample(CustomerTagExample example); int deleteByExample(CustomerTagExample example);
...@@ -27,7 +27,7 @@ public interface CustomerTagMapper { ...@@ -27,7 +27,7 @@ public interface CustomerTagMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_tag * This method corresponds to the database table customer_tag
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int deleteByPrimaryKey(String id); int deleteByPrimaryKey(String id);
...@@ -35,7 +35,7 @@ public interface CustomerTagMapper { ...@@ -35,7 +35,7 @@ public interface CustomerTagMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_tag * This method corresponds to the database table customer_tag
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int insert(CustomerTag record); int insert(CustomerTag record);
...@@ -43,7 +43,7 @@ public interface CustomerTagMapper { ...@@ -43,7 +43,7 @@ public interface CustomerTagMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_tag * This method corresponds to the database table customer_tag
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int insertSelective(CustomerTag record); int insertSelective(CustomerTag record);
...@@ -51,7 +51,7 @@ public interface CustomerTagMapper { ...@@ -51,7 +51,7 @@ public interface CustomerTagMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_tag * This method corresponds to the database table customer_tag
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
List<CustomerTag> selectByExampleWithRowbounds(CustomerTagExample example, RowBounds rowBounds); List<CustomerTag> selectByExampleWithRowbounds(CustomerTagExample example, RowBounds rowBounds);
...@@ -59,7 +59,7 @@ public interface CustomerTagMapper { ...@@ -59,7 +59,7 @@ public interface CustomerTagMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_tag * This method corresponds to the database table customer_tag
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
List<CustomerTag> selectByExample(CustomerTagExample example); List<CustomerTag> selectByExample(CustomerTagExample example);
...@@ -67,7 +67,7 @@ public interface CustomerTagMapper { ...@@ -67,7 +67,7 @@ public interface CustomerTagMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_tag * This method corresponds to the database table customer_tag
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
CustomerTag selectByPrimaryKey(String id); CustomerTag selectByPrimaryKey(String id);
...@@ -75,7 +75,7 @@ public interface CustomerTagMapper { ...@@ -75,7 +75,7 @@ public interface CustomerTagMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_tag * This method corresponds to the database table customer_tag
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByExampleSelective(@Param("record") CustomerTag record, @Param("example") CustomerTagExample example); int updateByExampleSelective(@Param("record") CustomerTag record, @Param("example") CustomerTagExample example);
...@@ -83,7 +83,7 @@ public interface CustomerTagMapper { ...@@ -83,7 +83,7 @@ public interface CustomerTagMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_tag * This method corresponds to the database table customer_tag
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByExample(@Param("record") CustomerTag record, @Param("example") CustomerTagExample example); int updateByExample(@Param("record") CustomerTag record, @Param("example") CustomerTagExample example);
...@@ -91,7 +91,7 @@ public interface CustomerTagMapper { ...@@ -91,7 +91,7 @@ public interface CustomerTagMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_tag * This method corresponds to the database table customer_tag
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByPrimaryKeySelective(CustomerTag record); int updateByPrimaryKeySelective(CustomerTag record);
...@@ -99,7 +99,7 @@ public interface CustomerTagMapper { ...@@ -99,7 +99,7 @@ public interface CustomerTagMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table customer_tag * This method corresponds to the database table customer_tag
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByPrimaryKey(CustomerTag record); int updateByPrimaryKey(CustomerTag record);
} }
\ No newline at end of file
...@@ -11,7 +11,7 @@ public interface DrivingLicenseMapper { ...@@ -11,7 +11,7 @@ public interface DrivingLicenseMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table driving_license * This method corresponds to the database table driving_license
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
long countByExample(DrivingLicenseExample example); long countByExample(DrivingLicenseExample example);
...@@ -19,7 +19,7 @@ public interface DrivingLicenseMapper { ...@@ -19,7 +19,7 @@ public interface DrivingLicenseMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table driving_license * This method corresponds to the database table driving_license
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int deleteByExample(DrivingLicenseExample example); int deleteByExample(DrivingLicenseExample example);
...@@ -27,7 +27,7 @@ public interface DrivingLicenseMapper { ...@@ -27,7 +27,7 @@ public interface DrivingLicenseMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table driving_license * This method corresponds to the database table driving_license
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int deleteByPrimaryKey(String id); int deleteByPrimaryKey(String id);
...@@ -35,7 +35,7 @@ public interface DrivingLicenseMapper { ...@@ -35,7 +35,7 @@ public interface DrivingLicenseMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table driving_license * This method corresponds to the database table driving_license
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int insert(DrivingLicense record); int insert(DrivingLicense record);
...@@ -43,7 +43,7 @@ public interface DrivingLicenseMapper { ...@@ -43,7 +43,7 @@ public interface DrivingLicenseMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table driving_license * This method corresponds to the database table driving_license
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int insertSelective(DrivingLicense record); int insertSelective(DrivingLicense record);
...@@ -51,7 +51,7 @@ public interface DrivingLicenseMapper { ...@@ -51,7 +51,7 @@ public interface DrivingLicenseMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table driving_license * This method corresponds to the database table driving_license
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
List<DrivingLicense> selectByExampleWithRowbounds(DrivingLicenseExample example, RowBounds rowBounds); List<DrivingLicense> selectByExampleWithRowbounds(DrivingLicenseExample example, RowBounds rowBounds);
...@@ -59,7 +59,7 @@ public interface DrivingLicenseMapper { ...@@ -59,7 +59,7 @@ public interface DrivingLicenseMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table driving_license * This method corresponds to the database table driving_license
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
List<DrivingLicense> selectByExample(DrivingLicenseExample example); List<DrivingLicense> selectByExample(DrivingLicenseExample example);
...@@ -67,7 +67,7 @@ public interface DrivingLicenseMapper { ...@@ -67,7 +67,7 @@ public interface DrivingLicenseMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table driving_license * This method corresponds to the database table driving_license
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
DrivingLicense selectByPrimaryKey(String id); DrivingLicense selectByPrimaryKey(String id);
...@@ -75,7 +75,7 @@ public interface DrivingLicenseMapper { ...@@ -75,7 +75,7 @@ public interface DrivingLicenseMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table driving_license * This method corresponds to the database table driving_license
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByExampleSelective(@Param("record") DrivingLicense record, @Param("example") DrivingLicenseExample example); int updateByExampleSelective(@Param("record") DrivingLicense record, @Param("example") DrivingLicenseExample example);
...@@ -83,7 +83,7 @@ public interface DrivingLicenseMapper { ...@@ -83,7 +83,7 @@ public interface DrivingLicenseMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table driving_license * This method corresponds to the database table driving_license
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByExample(@Param("record") DrivingLicense record, @Param("example") DrivingLicenseExample example); int updateByExample(@Param("record") DrivingLicense record, @Param("example") DrivingLicenseExample example);
...@@ -91,7 +91,7 @@ public interface DrivingLicenseMapper { ...@@ -91,7 +91,7 @@ public interface DrivingLicenseMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table driving_license * This method corresponds to the database table driving_license
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByPrimaryKeySelective(DrivingLicense record); int updateByPrimaryKeySelective(DrivingLicense record);
...@@ -99,7 +99,7 @@ public interface DrivingLicenseMapper { ...@@ -99,7 +99,7 @@ public interface DrivingLicenseMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table driving_license * This method corresponds to the database table driving_license
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByPrimaryKey(DrivingLicense record); int updateByPrimaryKey(DrivingLicense record);
} }
\ No newline at end of file
...@@ -11,7 +11,7 @@ public interface IdcardMapper { ...@@ -11,7 +11,7 @@ public interface IdcardMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table idcard * This method corresponds to the database table idcard
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
long countByExample(IdcardExample example); long countByExample(IdcardExample example);
...@@ -19,7 +19,7 @@ public interface IdcardMapper { ...@@ -19,7 +19,7 @@ public interface IdcardMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table idcard * This method corresponds to the database table idcard
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int deleteByExample(IdcardExample example); int deleteByExample(IdcardExample example);
...@@ -27,7 +27,7 @@ public interface IdcardMapper { ...@@ -27,7 +27,7 @@ public interface IdcardMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table idcard * This method corresponds to the database table idcard
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int deleteByPrimaryKey(String id); int deleteByPrimaryKey(String id);
...@@ -35,7 +35,7 @@ public interface IdcardMapper { ...@@ -35,7 +35,7 @@ public interface IdcardMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table idcard * This method corresponds to the database table idcard
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int insert(Idcard record); int insert(Idcard record);
...@@ -43,7 +43,7 @@ public interface IdcardMapper { ...@@ -43,7 +43,7 @@ public interface IdcardMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table idcard * This method corresponds to the database table idcard
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int insertSelective(Idcard record); int insertSelective(Idcard record);
...@@ -51,7 +51,7 @@ public interface IdcardMapper { ...@@ -51,7 +51,7 @@ public interface IdcardMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table idcard * This method corresponds to the database table idcard
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
List<Idcard> selectByExampleWithRowbounds(IdcardExample example, RowBounds rowBounds); List<Idcard> selectByExampleWithRowbounds(IdcardExample example, RowBounds rowBounds);
...@@ -59,7 +59,7 @@ public interface IdcardMapper { ...@@ -59,7 +59,7 @@ public interface IdcardMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table idcard * This method corresponds to the database table idcard
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
List<Idcard> selectByExample(IdcardExample example); List<Idcard> selectByExample(IdcardExample example);
...@@ -67,7 +67,7 @@ public interface IdcardMapper { ...@@ -67,7 +67,7 @@ public interface IdcardMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table idcard * This method corresponds to the database table idcard
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
Idcard selectByPrimaryKey(String id); Idcard selectByPrimaryKey(String id);
...@@ -75,7 +75,7 @@ public interface IdcardMapper { ...@@ -75,7 +75,7 @@ public interface IdcardMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table idcard * This method corresponds to the database table idcard
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByExampleSelective(@Param("record") Idcard record, @Param("example") IdcardExample example); int updateByExampleSelective(@Param("record") Idcard record, @Param("example") IdcardExample example);
...@@ -83,7 +83,7 @@ public interface IdcardMapper { ...@@ -83,7 +83,7 @@ public interface IdcardMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table idcard * This method corresponds to the database table idcard
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByExample(@Param("record") Idcard record, @Param("example") IdcardExample example); int updateByExample(@Param("record") Idcard record, @Param("example") IdcardExample example);
...@@ -91,7 +91,7 @@ public interface IdcardMapper { ...@@ -91,7 +91,7 @@ public interface IdcardMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table idcard * This method corresponds to the database table idcard
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByPrimaryKeySelective(Idcard record); int updateByPrimaryKeySelective(Idcard record);
...@@ -99,7 +99,7 @@ public interface IdcardMapper { ...@@ -99,7 +99,7 @@ public interface IdcardMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table idcard * This method corresponds to the database table idcard
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByPrimaryKey(Idcard record); int updateByPrimaryKey(Idcard record);
} }
\ No newline at end of file
...@@ -11,7 +11,7 @@ public interface IndustryMapper { ...@@ -11,7 +11,7 @@ public interface IndustryMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table industry * This method corresponds to the database table industry
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
long countByExample(IndustryExample example); long countByExample(IndustryExample example);
...@@ -19,7 +19,7 @@ public interface IndustryMapper { ...@@ -19,7 +19,7 @@ public interface IndustryMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table industry * This method corresponds to the database table industry
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int deleteByExample(IndustryExample example); int deleteByExample(IndustryExample example);
...@@ -27,7 +27,7 @@ public interface IndustryMapper { ...@@ -27,7 +27,7 @@ public interface IndustryMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table industry * This method corresponds to the database table industry
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int deleteByPrimaryKey(String id); int deleteByPrimaryKey(String id);
...@@ -35,7 +35,7 @@ public interface IndustryMapper { ...@@ -35,7 +35,7 @@ public interface IndustryMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table industry * This method corresponds to the database table industry
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int insert(Industry record); int insert(Industry record);
...@@ -43,7 +43,7 @@ public interface IndustryMapper { ...@@ -43,7 +43,7 @@ public interface IndustryMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table industry * This method corresponds to the database table industry
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int insertSelective(Industry record); int insertSelective(Industry record);
...@@ -51,7 +51,7 @@ public interface IndustryMapper { ...@@ -51,7 +51,7 @@ public interface IndustryMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table industry * This method corresponds to the database table industry
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
List<Industry> selectByExampleWithRowbounds(IndustryExample example, RowBounds rowBounds); List<Industry> selectByExampleWithRowbounds(IndustryExample example, RowBounds rowBounds);
...@@ -59,7 +59,7 @@ public interface IndustryMapper { ...@@ -59,7 +59,7 @@ public interface IndustryMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table industry * This method corresponds to the database table industry
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
List<Industry> selectByExample(IndustryExample example); List<Industry> selectByExample(IndustryExample example);
...@@ -67,7 +67,7 @@ public interface IndustryMapper { ...@@ -67,7 +67,7 @@ public interface IndustryMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table industry * This method corresponds to the database table industry
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
Industry selectByPrimaryKey(String id); Industry selectByPrimaryKey(String id);
...@@ -75,7 +75,7 @@ public interface IndustryMapper { ...@@ -75,7 +75,7 @@ public interface IndustryMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table industry * This method corresponds to the database table industry
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByExampleSelective(@Param("record") Industry record, @Param("example") IndustryExample example); int updateByExampleSelective(@Param("record") Industry record, @Param("example") IndustryExample example);
...@@ -83,7 +83,7 @@ public interface IndustryMapper { ...@@ -83,7 +83,7 @@ public interface IndustryMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table industry * This method corresponds to the database table industry
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByExample(@Param("record") Industry record, @Param("example") IndustryExample example); int updateByExample(@Param("record") Industry record, @Param("example") IndustryExample example);
...@@ -91,7 +91,7 @@ public interface IndustryMapper { ...@@ -91,7 +91,7 @@ public interface IndustryMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table industry * This method corresponds to the database table industry
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByPrimaryKeySelective(Industry record); int updateByPrimaryKeySelective(Industry record);
...@@ -99,7 +99,7 @@ public interface IndustryMapper { ...@@ -99,7 +99,7 @@ public interface IndustryMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table industry * This method corresponds to the database table industry
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByPrimaryKey(Industry record); int updateByPrimaryKey(Industry record);
} }
\ No newline at end of file
...@@ -11,7 +11,7 @@ public interface InstituteTypeMapper { ...@@ -11,7 +11,7 @@ public interface InstituteTypeMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table institute_type * This method corresponds to the database table institute_type
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
long countByExample(InstituteTypeExample example); long countByExample(InstituteTypeExample example);
...@@ -19,7 +19,7 @@ public interface InstituteTypeMapper { ...@@ -19,7 +19,7 @@ public interface InstituteTypeMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table institute_type * This method corresponds to the database table institute_type
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int deleteByExample(InstituteTypeExample example); int deleteByExample(InstituteTypeExample example);
...@@ -27,7 +27,7 @@ public interface InstituteTypeMapper { ...@@ -27,7 +27,7 @@ public interface InstituteTypeMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table institute_type * This method corresponds to the database table institute_type
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int deleteByPrimaryKey(String id); int deleteByPrimaryKey(String id);
...@@ -35,7 +35,7 @@ public interface InstituteTypeMapper { ...@@ -35,7 +35,7 @@ public interface InstituteTypeMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table institute_type * This method corresponds to the database table institute_type
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int insert(InstituteType record); int insert(InstituteType record);
...@@ -43,7 +43,7 @@ public interface InstituteTypeMapper { ...@@ -43,7 +43,7 @@ public interface InstituteTypeMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table institute_type * This method corresponds to the database table institute_type
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int insertSelective(InstituteType record); int insertSelective(InstituteType record);
...@@ -51,7 +51,7 @@ public interface InstituteTypeMapper { ...@@ -51,7 +51,7 @@ public interface InstituteTypeMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table institute_type * This method corresponds to the database table institute_type
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
List<InstituteType> selectByExampleWithRowbounds(InstituteTypeExample example, RowBounds rowBounds); List<InstituteType> selectByExampleWithRowbounds(InstituteTypeExample example, RowBounds rowBounds);
...@@ -59,7 +59,7 @@ public interface InstituteTypeMapper { ...@@ -59,7 +59,7 @@ public interface InstituteTypeMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table institute_type * This method corresponds to the database table institute_type
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
List<InstituteType> selectByExample(InstituteTypeExample example); List<InstituteType> selectByExample(InstituteTypeExample example);
...@@ -67,7 +67,7 @@ public interface InstituteTypeMapper { ...@@ -67,7 +67,7 @@ public interface InstituteTypeMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table institute_type * This method corresponds to the database table institute_type
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
InstituteType selectByPrimaryKey(String id); InstituteType selectByPrimaryKey(String id);
...@@ -75,7 +75,7 @@ public interface InstituteTypeMapper { ...@@ -75,7 +75,7 @@ public interface InstituteTypeMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table institute_type * This method corresponds to the database table institute_type
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByExampleSelective(@Param("record") InstituteType record, @Param("example") InstituteTypeExample example); int updateByExampleSelective(@Param("record") InstituteType record, @Param("example") InstituteTypeExample example);
...@@ -83,7 +83,7 @@ public interface InstituteTypeMapper { ...@@ -83,7 +83,7 @@ public interface InstituteTypeMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table institute_type * This method corresponds to the database table institute_type
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByExample(@Param("record") InstituteType record, @Param("example") InstituteTypeExample example); int updateByExample(@Param("record") InstituteType record, @Param("example") InstituteTypeExample example);
...@@ -91,7 +91,7 @@ public interface InstituteTypeMapper { ...@@ -91,7 +91,7 @@ public interface InstituteTypeMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table institute_type * This method corresponds to the database table institute_type
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByPrimaryKeySelective(InstituteType record); int updateByPrimaryKeySelective(InstituteType record);
...@@ -99,7 +99,7 @@ public interface InstituteTypeMapper { ...@@ -99,7 +99,7 @@ public interface InstituteTypeMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table institute_type * This method corresponds to the database table institute_type
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByPrimaryKey(InstituteType record); int updateByPrimaryKey(InstituteType record);
} }
\ No newline at end of file
...@@ -11,7 +11,7 @@ public interface MenuMapper { ...@@ -11,7 +11,7 @@ public interface MenuMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table menu * This method corresponds to the database table menu
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
long countByExample(MenuExample example); long countByExample(MenuExample example);
...@@ -19,7 +19,7 @@ public interface MenuMapper { ...@@ -19,7 +19,7 @@ public interface MenuMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table menu * This method corresponds to the database table menu
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int deleteByExample(MenuExample example); int deleteByExample(MenuExample example);
...@@ -27,7 +27,7 @@ public interface MenuMapper { ...@@ -27,7 +27,7 @@ public interface MenuMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table menu * This method corresponds to the database table menu
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int deleteByPrimaryKey(String id); int deleteByPrimaryKey(String id);
...@@ -35,7 +35,7 @@ public interface MenuMapper { ...@@ -35,7 +35,7 @@ public interface MenuMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table menu * This method corresponds to the database table menu
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int insert(Menu record); int insert(Menu record);
...@@ -43,7 +43,7 @@ public interface MenuMapper { ...@@ -43,7 +43,7 @@ public interface MenuMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table menu * This method corresponds to the database table menu
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int insertSelective(Menu record); int insertSelective(Menu record);
...@@ -51,7 +51,7 @@ public interface MenuMapper { ...@@ -51,7 +51,7 @@ public interface MenuMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table menu * This method corresponds to the database table menu
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
List<Menu> selectByExampleWithRowbounds(MenuExample example, RowBounds rowBounds); List<Menu> selectByExampleWithRowbounds(MenuExample example, RowBounds rowBounds);
...@@ -59,7 +59,7 @@ public interface MenuMapper { ...@@ -59,7 +59,7 @@ public interface MenuMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table menu * This method corresponds to the database table menu
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
List<Menu> selectByExample(MenuExample example); List<Menu> selectByExample(MenuExample example);
...@@ -67,7 +67,7 @@ public interface MenuMapper { ...@@ -67,7 +67,7 @@ public interface MenuMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table menu * This method corresponds to the database table menu
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
Menu selectByPrimaryKey(String id); Menu selectByPrimaryKey(String id);
...@@ -75,7 +75,7 @@ public interface MenuMapper { ...@@ -75,7 +75,7 @@ public interface MenuMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table menu * This method corresponds to the database table menu
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByExampleSelective(@Param("record") Menu record, @Param("example") MenuExample example); int updateByExampleSelective(@Param("record") Menu record, @Param("example") MenuExample example);
...@@ -83,7 +83,7 @@ public interface MenuMapper { ...@@ -83,7 +83,7 @@ public interface MenuMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table menu * This method corresponds to the database table menu
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByExample(@Param("record") Menu record, @Param("example") MenuExample example); int updateByExample(@Param("record") Menu record, @Param("example") MenuExample example);
...@@ -91,7 +91,7 @@ public interface MenuMapper { ...@@ -91,7 +91,7 @@ public interface MenuMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table menu * This method corresponds to the database table menu
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByPrimaryKeySelective(Menu record); int updateByPrimaryKeySelective(Menu record);
...@@ -99,7 +99,7 @@ public interface MenuMapper { ...@@ -99,7 +99,7 @@ public interface MenuMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table menu * This method corresponds to the database table menu
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByPrimaryKey(Menu record); int updateByPrimaryKey(Menu record);
} }
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.PayPerUseAccountRecord;
import com.haomostudio.SeekTruthBackend.domain.PayPerUseAccountRecordExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface PayPerUseAccountRecordMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table pay_per_use_account_record
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
long countByExample(PayPerUseAccountRecordExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table pay_per_use_account_record
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int deleteByExample(PayPerUseAccountRecordExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table pay_per_use_account_record
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table pay_per_use_account_record
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int insert(PayPerUseAccountRecord record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table pay_per_use_account_record
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int insertSelective(PayPerUseAccountRecord record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table pay_per_use_account_record
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
List<PayPerUseAccountRecord> selectByExampleWithRowbounds(PayPerUseAccountRecordExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table pay_per_use_account_record
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
List<PayPerUseAccountRecord> selectByExample(PayPerUseAccountRecordExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table pay_per_use_account_record
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
PayPerUseAccountRecord selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table pay_per_use_account_record
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int updateByExampleSelective(@Param("record") PayPerUseAccountRecord record, @Param("example") PayPerUseAccountRecordExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table pay_per_use_account_record
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int updateByExample(@Param("record") PayPerUseAccountRecord record, @Param("example") PayPerUseAccountRecordExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table pay_per_use_account_record
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int updateByPrimaryKeySelective(PayPerUseAccountRecord record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table pay_per_use_account_record
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int updateByPrimaryKey(PayPerUseAccountRecord record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.PayPerUseStrategyChangeRecord;
import com.haomostudio.SeekTruthBackend.domain.PayPerUseStrategyChangeRecordExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface PayPerUseStrategyChangeRecordMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table pay_per_use_strategy_change_record
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
long countByExample(PayPerUseStrategyChangeRecordExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table pay_per_use_strategy_change_record
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int deleteByExample(PayPerUseStrategyChangeRecordExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table pay_per_use_strategy_change_record
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table pay_per_use_strategy_change_record
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int insert(PayPerUseStrategyChangeRecord record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table pay_per_use_strategy_change_record
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int insertSelective(PayPerUseStrategyChangeRecord record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table pay_per_use_strategy_change_record
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
List<PayPerUseStrategyChangeRecord> selectByExampleWithRowbounds(PayPerUseStrategyChangeRecordExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table pay_per_use_strategy_change_record
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
List<PayPerUseStrategyChangeRecord> selectByExample(PayPerUseStrategyChangeRecordExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table pay_per_use_strategy_change_record
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
PayPerUseStrategyChangeRecord selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table pay_per_use_strategy_change_record
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int updateByExampleSelective(@Param("record") PayPerUseStrategyChangeRecord record, @Param("example") PayPerUseStrategyChangeRecordExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table pay_per_use_strategy_change_record
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int updateByExample(@Param("record") PayPerUseStrategyChangeRecord record, @Param("example") PayPerUseStrategyChangeRecordExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table pay_per_use_strategy_change_record
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int updateByPrimaryKeySelective(PayPerUseStrategyChangeRecord record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table pay_per_use_strategy_change_record
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int updateByPrimaryKey(PayPerUseStrategyChangeRecord record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.PayPerUseStrategyDescription;
import com.haomostudio.SeekTruthBackend.domain.PayPerUseStrategyDescriptionExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface PayPerUseStrategyDescriptionMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table pay_per_use_strategy_description
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
long countByExample(PayPerUseStrategyDescriptionExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table pay_per_use_strategy_description
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int deleteByExample(PayPerUseStrategyDescriptionExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table pay_per_use_strategy_description
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table pay_per_use_strategy_description
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int insert(PayPerUseStrategyDescription record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table pay_per_use_strategy_description
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int insertSelective(PayPerUseStrategyDescription record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table pay_per_use_strategy_description
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
List<PayPerUseStrategyDescription> selectByExampleWithRowbounds(PayPerUseStrategyDescriptionExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table pay_per_use_strategy_description
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
List<PayPerUseStrategyDescription> selectByExample(PayPerUseStrategyDescriptionExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table pay_per_use_strategy_description
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
PayPerUseStrategyDescription selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table pay_per_use_strategy_description
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int updateByExampleSelective(@Param("record") PayPerUseStrategyDescription record, @Param("example") PayPerUseStrategyDescriptionExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table pay_per_use_strategy_description
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int updateByExample(@Param("record") PayPerUseStrategyDescription record, @Param("example") PayPerUseStrategyDescriptionExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table pay_per_use_strategy_description
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int updateByPrimaryKeySelective(PayPerUseStrategyDescription record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table pay_per_use_strategy_description
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int updateByPrimaryKey(PayPerUseStrategyDescription record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.PayPerViewAccountRecord;
import com.haomostudio.SeekTruthBackend.domain.PayPerViewAccountRecordExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface PayPerViewAccountRecordMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table pay_per_view_account_record
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
long countByExample(PayPerViewAccountRecordExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table pay_per_view_account_record
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int deleteByExample(PayPerViewAccountRecordExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table pay_per_view_account_record
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table pay_per_view_account_record
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int insert(PayPerViewAccountRecord record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table pay_per_view_account_record
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int insertSelective(PayPerViewAccountRecord record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table pay_per_view_account_record
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
List<PayPerViewAccountRecord> selectByExampleWithRowbounds(PayPerViewAccountRecordExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table pay_per_view_account_record
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
List<PayPerViewAccountRecord> selectByExample(PayPerViewAccountRecordExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table pay_per_view_account_record
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
PayPerViewAccountRecord selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table pay_per_view_account_record
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int updateByExampleSelective(@Param("record") PayPerViewAccountRecord record, @Param("example") PayPerViewAccountRecordExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table pay_per_view_account_record
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int updateByExample(@Param("record") PayPerViewAccountRecord record, @Param("example") PayPerViewAccountRecordExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table pay_per_view_account_record
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int updateByPrimaryKeySelective(PayPerViewAccountRecord record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table pay_per_view_account_record
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int updateByPrimaryKey(PayPerViewAccountRecord record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.PayPerViewStrategyChangeRecord;
import com.haomostudio.SeekTruthBackend.domain.PayPerViewStrategyChangeRecordExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface PayPerViewStrategyChangeRecordMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table pay_per_view_strategy_change_record
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
long countByExample(PayPerViewStrategyChangeRecordExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table pay_per_view_strategy_change_record
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int deleteByExample(PayPerViewStrategyChangeRecordExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table pay_per_view_strategy_change_record
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table pay_per_view_strategy_change_record
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int insert(PayPerViewStrategyChangeRecord record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table pay_per_view_strategy_change_record
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int insertSelective(PayPerViewStrategyChangeRecord record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table pay_per_view_strategy_change_record
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
List<PayPerViewStrategyChangeRecord> selectByExampleWithRowbounds(PayPerViewStrategyChangeRecordExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table pay_per_view_strategy_change_record
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
List<PayPerViewStrategyChangeRecord> selectByExample(PayPerViewStrategyChangeRecordExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table pay_per_view_strategy_change_record
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
PayPerViewStrategyChangeRecord selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table pay_per_view_strategy_change_record
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int updateByExampleSelective(@Param("record") PayPerViewStrategyChangeRecord record, @Param("example") PayPerViewStrategyChangeRecordExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table pay_per_view_strategy_change_record
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int updateByExample(@Param("record") PayPerViewStrategyChangeRecord record, @Param("example") PayPerViewStrategyChangeRecordExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table pay_per_view_strategy_change_record
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int updateByPrimaryKeySelective(PayPerViewStrategyChangeRecord record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table pay_per_view_strategy_change_record
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int updateByPrimaryKey(PayPerViewStrategyChangeRecord record);
}
\ No newline at end of file
package com.haomostudio.SeekTruthBackend.dao;
import com.haomostudio.SeekTruthBackend.domain.PayPerViewStrategyDescription;
import com.haomostudio.SeekTruthBackend.domain.PayPerViewStrategyDescriptionExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface PayPerViewStrategyDescriptionMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table pay_per_view_strategy_description
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
long countByExample(PayPerViewStrategyDescriptionExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table pay_per_view_strategy_description
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int deleteByExample(PayPerViewStrategyDescriptionExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table pay_per_view_strategy_description
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table pay_per_view_strategy_description
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int insert(PayPerViewStrategyDescription record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table pay_per_view_strategy_description
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int insertSelective(PayPerViewStrategyDescription record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table pay_per_view_strategy_description
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
List<PayPerViewStrategyDescription> selectByExampleWithRowbounds(PayPerViewStrategyDescriptionExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table pay_per_view_strategy_description
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
List<PayPerViewStrategyDescription> selectByExample(PayPerViewStrategyDescriptionExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table pay_per_view_strategy_description
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
PayPerViewStrategyDescription selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table pay_per_view_strategy_description
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int updateByExampleSelective(@Param("record") PayPerViewStrategyDescription record, @Param("example") PayPerViewStrategyDescriptionExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table pay_per_view_strategy_description
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int updateByExample(@Param("record") PayPerViewStrategyDescription record, @Param("example") PayPerViewStrategyDescriptionExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table pay_per_view_strategy_description
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int updateByPrimaryKeySelective(PayPerViewStrategyDescription record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table pay_per_view_strategy_description
*
* @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/
int updateByPrimaryKey(PayPerViewStrategyDescription record);
}
\ No newline at end of file
...@@ -11,7 +11,7 @@ public interface PortraitMapper { ...@@ -11,7 +11,7 @@ public interface PortraitMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table portrait * This method corresponds to the database table portrait
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
long countByExample(PortraitExample example); long countByExample(PortraitExample example);
...@@ -19,7 +19,7 @@ public interface PortraitMapper { ...@@ -19,7 +19,7 @@ public interface PortraitMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table portrait * This method corresponds to the database table portrait
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int deleteByExample(PortraitExample example); int deleteByExample(PortraitExample example);
...@@ -27,7 +27,7 @@ public interface PortraitMapper { ...@@ -27,7 +27,7 @@ public interface PortraitMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table portrait * This method corresponds to the database table portrait
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int deleteByPrimaryKey(String id); int deleteByPrimaryKey(String id);
...@@ -35,7 +35,7 @@ public interface PortraitMapper { ...@@ -35,7 +35,7 @@ public interface PortraitMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table portrait * This method corresponds to the database table portrait
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int insert(Portrait record); int insert(Portrait record);
...@@ -43,7 +43,7 @@ public interface PortraitMapper { ...@@ -43,7 +43,7 @@ public interface PortraitMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table portrait * This method corresponds to the database table portrait
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int insertSelective(Portrait record); int insertSelective(Portrait record);
...@@ -51,7 +51,7 @@ public interface PortraitMapper { ...@@ -51,7 +51,7 @@ public interface PortraitMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table portrait * This method corresponds to the database table portrait
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
List<Portrait> selectByExampleWithRowbounds(PortraitExample example, RowBounds rowBounds); List<Portrait> selectByExampleWithRowbounds(PortraitExample example, RowBounds rowBounds);
...@@ -59,7 +59,7 @@ public interface PortraitMapper { ...@@ -59,7 +59,7 @@ public interface PortraitMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table portrait * This method corresponds to the database table portrait
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
List<Portrait> selectByExample(PortraitExample example); List<Portrait> selectByExample(PortraitExample example);
...@@ -67,7 +67,7 @@ public interface PortraitMapper { ...@@ -67,7 +67,7 @@ public interface PortraitMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table portrait * This method corresponds to the database table portrait
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
Portrait selectByPrimaryKey(String id); Portrait selectByPrimaryKey(String id);
...@@ -75,7 +75,7 @@ public interface PortraitMapper { ...@@ -75,7 +75,7 @@ public interface PortraitMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table portrait * This method corresponds to the database table portrait
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByExampleSelective(@Param("record") Portrait record, @Param("example") PortraitExample example); int updateByExampleSelective(@Param("record") Portrait record, @Param("example") PortraitExample example);
...@@ -83,7 +83,7 @@ public interface PortraitMapper { ...@@ -83,7 +83,7 @@ public interface PortraitMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table portrait * This method corresponds to the database table portrait
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByExample(@Param("record") Portrait record, @Param("example") PortraitExample example); int updateByExample(@Param("record") Portrait record, @Param("example") PortraitExample example);
...@@ -91,7 +91,7 @@ public interface PortraitMapper { ...@@ -91,7 +91,7 @@ public interface PortraitMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table portrait * This method corresponds to the database table portrait
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByPrimaryKeySelective(Portrait record); int updateByPrimaryKeySelective(Portrait record);
...@@ -99,7 +99,7 @@ public interface PortraitMapper { ...@@ -99,7 +99,7 @@ public interface PortraitMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table portrait * This method corresponds to the database table portrait
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByPrimaryKey(Portrait record); int updateByPrimaryKey(Portrait record);
} }
\ No newline at end of file
...@@ -11,7 +11,7 @@ public interface ProvinceMapper { ...@@ -11,7 +11,7 @@ public interface ProvinceMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table province * This method corresponds to the database table province
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
long countByExample(ProvinceExample example); long countByExample(ProvinceExample example);
...@@ -19,7 +19,7 @@ public interface ProvinceMapper { ...@@ -19,7 +19,7 @@ public interface ProvinceMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table province * This method corresponds to the database table province
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int deleteByExample(ProvinceExample example); int deleteByExample(ProvinceExample example);
...@@ -27,7 +27,7 @@ public interface ProvinceMapper { ...@@ -27,7 +27,7 @@ public interface ProvinceMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table province * This method corresponds to the database table province
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int deleteByPrimaryKey(String id); int deleteByPrimaryKey(String id);
...@@ -35,7 +35,7 @@ public interface ProvinceMapper { ...@@ -35,7 +35,7 @@ public interface ProvinceMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table province * This method corresponds to the database table province
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int insert(Province record); int insert(Province record);
...@@ -43,7 +43,7 @@ public interface ProvinceMapper { ...@@ -43,7 +43,7 @@ public interface ProvinceMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table province * This method corresponds to the database table province
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int insertSelective(Province record); int insertSelective(Province record);
...@@ -51,7 +51,7 @@ public interface ProvinceMapper { ...@@ -51,7 +51,7 @@ public interface ProvinceMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table province * This method corresponds to the database table province
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
List<Province> selectByExampleWithRowbounds(ProvinceExample example, RowBounds rowBounds); List<Province> selectByExampleWithRowbounds(ProvinceExample example, RowBounds rowBounds);
...@@ -59,7 +59,7 @@ public interface ProvinceMapper { ...@@ -59,7 +59,7 @@ public interface ProvinceMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table province * This method corresponds to the database table province
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
List<Province> selectByExample(ProvinceExample example); List<Province> selectByExample(ProvinceExample example);
...@@ -67,7 +67,7 @@ public interface ProvinceMapper { ...@@ -67,7 +67,7 @@ public interface ProvinceMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table province * This method corresponds to the database table province
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
Province selectByPrimaryKey(String id); Province selectByPrimaryKey(String id);
...@@ -75,7 +75,7 @@ public interface ProvinceMapper { ...@@ -75,7 +75,7 @@ public interface ProvinceMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table province * This method corresponds to the database table province
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByExampleSelective(@Param("record") Province record, @Param("example") ProvinceExample example); int updateByExampleSelective(@Param("record") Province record, @Param("example") ProvinceExample example);
...@@ -83,7 +83,7 @@ public interface ProvinceMapper { ...@@ -83,7 +83,7 @@ public interface ProvinceMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table province * This method corresponds to the database table province
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByExample(@Param("record") Province record, @Param("example") ProvinceExample example); int updateByExample(@Param("record") Province record, @Param("example") ProvinceExample example);
...@@ -91,7 +91,7 @@ public interface ProvinceMapper { ...@@ -91,7 +91,7 @@ public interface ProvinceMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table province * This method corresponds to the database table province
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByPrimaryKeySelective(Province record); int updateByPrimaryKeySelective(Province record);
...@@ -99,7 +99,7 @@ public interface ProvinceMapper { ...@@ -99,7 +99,7 @@ public interface ProvinceMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table province * This method corresponds to the database table province
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByPrimaryKey(Province record); int updateByPrimaryKey(Province record);
} }
\ No newline at end of file
...@@ -11,7 +11,7 @@ public interface RoleMapper { ...@@ -11,7 +11,7 @@ public interface RoleMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table role * This method corresponds to the database table role
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
long countByExample(RoleExample example); long countByExample(RoleExample example);
...@@ -19,7 +19,7 @@ public interface RoleMapper { ...@@ -19,7 +19,7 @@ public interface RoleMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table role * This method corresponds to the database table role
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int deleteByExample(RoleExample example); int deleteByExample(RoleExample example);
...@@ -27,7 +27,7 @@ public interface RoleMapper { ...@@ -27,7 +27,7 @@ public interface RoleMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table role * This method corresponds to the database table role
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int deleteByPrimaryKey(String id); int deleteByPrimaryKey(String id);
...@@ -35,7 +35,7 @@ public interface RoleMapper { ...@@ -35,7 +35,7 @@ public interface RoleMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table role * This method corresponds to the database table role
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int insert(Role record); int insert(Role record);
...@@ -43,7 +43,7 @@ public interface RoleMapper { ...@@ -43,7 +43,7 @@ public interface RoleMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table role * This method corresponds to the database table role
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int insertSelective(Role record); int insertSelective(Role record);
...@@ -51,7 +51,7 @@ public interface RoleMapper { ...@@ -51,7 +51,7 @@ public interface RoleMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table role * This method corresponds to the database table role
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
List<Role> selectByExampleWithRowbounds(RoleExample example, RowBounds rowBounds); List<Role> selectByExampleWithRowbounds(RoleExample example, RowBounds rowBounds);
...@@ -59,7 +59,7 @@ public interface RoleMapper { ...@@ -59,7 +59,7 @@ public interface RoleMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table role * This method corresponds to the database table role
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
List<Role> selectByExample(RoleExample example); List<Role> selectByExample(RoleExample example);
...@@ -67,7 +67,7 @@ public interface RoleMapper { ...@@ -67,7 +67,7 @@ public interface RoleMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table role * This method corresponds to the database table role
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
Role selectByPrimaryKey(String id); Role selectByPrimaryKey(String id);
...@@ -75,7 +75,7 @@ public interface RoleMapper { ...@@ -75,7 +75,7 @@ public interface RoleMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table role * This method corresponds to the database table role
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByExampleSelective(@Param("record") Role record, @Param("example") RoleExample example); int updateByExampleSelective(@Param("record") Role record, @Param("example") RoleExample example);
...@@ -83,7 +83,7 @@ public interface RoleMapper { ...@@ -83,7 +83,7 @@ public interface RoleMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table role * This method corresponds to the database table role
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByExample(@Param("record") Role record, @Param("example") RoleExample example); int updateByExample(@Param("record") Role record, @Param("example") RoleExample example);
...@@ -91,7 +91,7 @@ public interface RoleMapper { ...@@ -91,7 +91,7 @@ public interface RoleMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table role * This method corresponds to the database table role
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByPrimaryKeySelective(Role record); int updateByPrimaryKeySelective(Role record);
...@@ -99,7 +99,7 @@ public interface RoleMapper { ...@@ -99,7 +99,7 @@ public interface RoleMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table role * This method corresponds to the database table role
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByPrimaryKey(Role record); int updateByPrimaryKey(Role record);
} }
\ No newline at end of file
...@@ -11,7 +11,7 @@ public interface RoleMenuM2mMapper { ...@@ -11,7 +11,7 @@ public interface RoleMenuM2mMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table role_menu_m2m * This method corresponds to the database table role_menu_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
long countByExample(RoleMenuM2mExample example); long countByExample(RoleMenuM2mExample example);
...@@ -19,7 +19,7 @@ public interface RoleMenuM2mMapper { ...@@ -19,7 +19,7 @@ public interface RoleMenuM2mMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table role_menu_m2m * This method corresponds to the database table role_menu_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int deleteByExample(RoleMenuM2mExample example); int deleteByExample(RoleMenuM2mExample example);
...@@ -27,7 +27,7 @@ public interface RoleMenuM2mMapper { ...@@ -27,7 +27,7 @@ public interface RoleMenuM2mMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table role_menu_m2m * This method corresponds to the database table role_menu_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int deleteByPrimaryKey(String id); int deleteByPrimaryKey(String id);
...@@ -35,7 +35,7 @@ public interface RoleMenuM2mMapper { ...@@ -35,7 +35,7 @@ public interface RoleMenuM2mMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table role_menu_m2m * This method corresponds to the database table role_menu_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int insert(RoleMenuM2m record); int insert(RoleMenuM2m record);
...@@ -43,7 +43,7 @@ public interface RoleMenuM2mMapper { ...@@ -43,7 +43,7 @@ public interface RoleMenuM2mMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table role_menu_m2m * This method corresponds to the database table role_menu_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int insertSelective(RoleMenuM2m record); int insertSelective(RoleMenuM2m record);
...@@ -51,7 +51,7 @@ public interface RoleMenuM2mMapper { ...@@ -51,7 +51,7 @@ public interface RoleMenuM2mMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table role_menu_m2m * This method corresponds to the database table role_menu_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
List<RoleMenuM2m> selectByExampleWithRowbounds(RoleMenuM2mExample example, RowBounds rowBounds); List<RoleMenuM2m> selectByExampleWithRowbounds(RoleMenuM2mExample example, RowBounds rowBounds);
...@@ -59,7 +59,7 @@ public interface RoleMenuM2mMapper { ...@@ -59,7 +59,7 @@ public interface RoleMenuM2mMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table role_menu_m2m * This method corresponds to the database table role_menu_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
List<RoleMenuM2m> selectByExample(RoleMenuM2mExample example); List<RoleMenuM2m> selectByExample(RoleMenuM2mExample example);
...@@ -67,7 +67,7 @@ public interface RoleMenuM2mMapper { ...@@ -67,7 +67,7 @@ public interface RoleMenuM2mMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table role_menu_m2m * This method corresponds to the database table role_menu_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
RoleMenuM2m selectByPrimaryKey(String id); RoleMenuM2m selectByPrimaryKey(String id);
...@@ -75,7 +75,7 @@ public interface RoleMenuM2mMapper { ...@@ -75,7 +75,7 @@ public interface RoleMenuM2mMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table role_menu_m2m * This method corresponds to the database table role_menu_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByExampleSelective(@Param("record") RoleMenuM2m record, @Param("example") RoleMenuM2mExample example); int updateByExampleSelective(@Param("record") RoleMenuM2m record, @Param("example") RoleMenuM2mExample example);
...@@ -83,7 +83,7 @@ public interface RoleMenuM2mMapper { ...@@ -83,7 +83,7 @@ public interface RoleMenuM2mMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table role_menu_m2m * This method corresponds to the database table role_menu_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByExample(@Param("record") RoleMenuM2m record, @Param("example") RoleMenuM2mExample example); int updateByExample(@Param("record") RoleMenuM2m record, @Param("example") RoleMenuM2mExample example);
...@@ -91,7 +91,7 @@ public interface RoleMenuM2mMapper { ...@@ -91,7 +91,7 @@ public interface RoleMenuM2mMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table role_menu_m2m * This method corresponds to the database table role_menu_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByPrimaryKeySelective(RoleMenuM2m record); int updateByPrimaryKeySelective(RoleMenuM2m record);
...@@ -99,7 +99,7 @@ public interface RoleMenuM2mMapper { ...@@ -99,7 +99,7 @@ public interface RoleMenuM2mMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table role_menu_m2m * This method corresponds to the database table role_menu_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByPrimaryKey(RoleMenuM2m record); int updateByPrimaryKey(RoleMenuM2m record);
} }
\ No newline at end of file
...@@ -11,7 +11,7 @@ public interface StDictMapper { ...@@ -11,7 +11,7 @@ public interface StDictMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table st_dict * This method corresponds to the database table st_dict
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
long countByExample(StDictExample example); long countByExample(StDictExample example);
...@@ -19,7 +19,7 @@ public interface StDictMapper { ...@@ -19,7 +19,7 @@ public interface StDictMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table st_dict * This method corresponds to the database table st_dict
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int deleteByExample(StDictExample example); int deleteByExample(StDictExample example);
...@@ -27,7 +27,7 @@ public interface StDictMapper { ...@@ -27,7 +27,7 @@ public interface StDictMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table st_dict * This method corresponds to the database table st_dict
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int deleteByPrimaryKey(String id); int deleteByPrimaryKey(String id);
...@@ -35,7 +35,7 @@ public interface StDictMapper { ...@@ -35,7 +35,7 @@ public interface StDictMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table st_dict * This method corresponds to the database table st_dict
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int insert(StDict record); int insert(StDict record);
...@@ -43,7 +43,7 @@ public interface StDictMapper { ...@@ -43,7 +43,7 @@ public interface StDictMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table st_dict * This method corresponds to the database table st_dict
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int insertSelective(StDict record); int insertSelective(StDict record);
...@@ -51,7 +51,7 @@ public interface StDictMapper { ...@@ -51,7 +51,7 @@ public interface StDictMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table st_dict * This method corresponds to the database table st_dict
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
List<StDict> selectByExampleWithRowbounds(StDictExample example, RowBounds rowBounds); List<StDict> selectByExampleWithRowbounds(StDictExample example, RowBounds rowBounds);
...@@ -59,7 +59,7 @@ public interface StDictMapper { ...@@ -59,7 +59,7 @@ public interface StDictMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table st_dict * This method corresponds to the database table st_dict
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
List<StDict> selectByExample(StDictExample example); List<StDict> selectByExample(StDictExample example);
...@@ -67,7 +67,7 @@ public interface StDictMapper { ...@@ -67,7 +67,7 @@ public interface StDictMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table st_dict * This method corresponds to the database table st_dict
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
StDict selectByPrimaryKey(String id); StDict selectByPrimaryKey(String id);
...@@ -75,7 +75,7 @@ public interface StDictMapper { ...@@ -75,7 +75,7 @@ public interface StDictMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table st_dict * This method corresponds to the database table st_dict
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByExampleSelective(@Param("record") StDict record, @Param("example") StDictExample example); int updateByExampleSelective(@Param("record") StDict record, @Param("example") StDictExample example);
...@@ -83,7 +83,7 @@ public interface StDictMapper { ...@@ -83,7 +83,7 @@ public interface StDictMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table st_dict * This method corresponds to the database table st_dict
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByExample(@Param("record") StDict record, @Param("example") StDictExample example); int updateByExample(@Param("record") StDict record, @Param("example") StDictExample example);
...@@ -91,7 +91,7 @@ public interface StDictMapper { ...@@ -91,7 +91,7 @@ public interface StDictMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table st_dict * This method corresponds to the database table st_dict
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByPrimaryKeySelective(StDict record); int updateByPrimaryKeySelective(StDict record);
...@@ -99,7 +99,7 @@ public interface StDictMapper { ...@@ -99,7 +99,7 @@ public interface StDictMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table st_dict * This method corresponds to the database table st_dict
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByPrimaryKey(StDict record); int updateByPrimaryKey(StDict record);
} }
\ No newline at end of file
...@@ -11,7 +11,7 @@ public interface StUserMapper { ...@@ -11,7 +11,7 @@ public interface StUserMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table st_user * This method corresponds to the database table st_user
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
long countByExample(StUserExample example); long countByExample(StUserExample example);
...@@ -19,7 +19,7 @@ public interface StUserMapper { ...@@ -19,7 +19,7 @@ public interface StUserMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table st_user * This method corresponds to the database table st_user
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int deleteByExample(StUserExample example); int deleteByExample(StUserExample example);
...@@ -27,7 +27,7 @@ public interface StUserMapper { ...@@ -27,7 +27,7 @@ public interface StUserMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table st_user * This method corresponds to the database table st_user
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int deleteByPrimaryKey(String id); int deleteByPrimaryKey(String id);
...@@ -35,7 +35,7 @@ public interface StUserMapper { ...@@ -35,7 +35,7 @@ public interface StUserMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table st_user * This method corresponds to the database table st_user
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int insert(StUser record); int insert(StUser record);
...@@ -43,7 +43,7 @@ public interface StUserMapper { ...@@ -43,7 +43,7 @@ public interface StUserMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table st_user * This method corresponds to the database table st_user
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int insertSelective(StUser record); int insertSelective(StUser record);
...@@ -51,7 +51,7 @@ public interface StUserMapper { ...@@ -51,7 +51,7 @@ public interface StUserMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table st_user * This method corresponds to the database table st_user
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
List<StUser> selectByExampleWithRowbounds(StUserExample example, RowBounds rowBounds); List<StUser> selectByExampleWithRowbounds(StUserExample example, RowBounds rowBounds);
...@@ -59,7 +59,7 @@ public interface StUserMapper { ...@@ -59,7 +59,7 @@ public interface StUserMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table st_user * This method corresponds to the database table st_user
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
List<StUser> selectByExample(StUserExample example); List<StUser> selectByExample(StUserExample example);
...@@ -67,7 +67,7 @@ public interface StUserMapper { ...@@ -67,7 +67,7 @@ public interface StUserMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table st_user * This method corresponds to the database table st_user
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
StUser selectByPrimaryKey(String id); StUser selectByPrimaryKey(String id);
...@@ -75,7 +75,7 @@ public interface StUserMapper { ...@@ -75,7 +75,7 @@ public interface StUserMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table st_user * This method corresponds to the database table st_user
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByExampleSelective(@Param("record") StUser record, @Param("example") StUserExample example); int updateByExampleSelective(@Param("record") StUser record, @Param("example") StUserExample example);
...@@ -83,7 +83,7 @@ public interface StUserMapper { ...@@ -83,7 +83,7 @@ public interface StUserMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table st_user * This method corresponds to the database table st_user
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByExample(@Param("record") StUser record, @Param("example") StUserExample example); int updateByExample(@Param("record") StUser record, @Param("example") StUserExample example);
...@@ -91,7 +91,7 @@ public interface StUserMapper { ...@@ -91,7 +91,7 @@ public interface StUserMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table st_user * This method corresponds to the database table st_user
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByPrimaryKeySelective(StUser record); int updateByPrimaryKeySelective(StUser record);
...@@ -99,7 +99,7 @@ public interface StUserMapper { ...@@ -99,7 +99,7 @@ public interface StUserMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table st_user * This method corresponds to the database table st_user
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByPrimaryKey(StUser record); int updateByPrimaryKey(StUser record);
} }
\ No newline at end of file
...@@ -11,7 +11,7 @@ public interface UserRoleM2mMapper { ...@@ -11,7 +11,7 @@ public interface UserRoleM2mMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table user_role_m2m * This method corresponds to the database table user_role_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
long countByExample(UserRoleM2mExample example); long countByExample(UserRoleM2mExample example);
...@@ -19,7 +19,7 @@ public interface UserRoleM2mMapper { ...@@ -19,7 +19,7 @@ public interface UserRoleM2mMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table user_role_m2m * This method corresponds to the database table user_role_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int deleteByExample(UserRoleM2mExample example); int deleteByExample(UserRoleM2mExample example);
...@@ -27,7 +27,7 @@ public interface UserRoleM2mMapper { ...@@ -27,7 +27,7 @@ public interface UserRoleM2mMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table user_role_m2m * This method corresponds to the database table user_role_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int deleteByPrimaryKey(String id); int deleteByPrimaryKey(String id);
...@@ -35,7 +35,7 @@ public interface UserRoleM2mMapper { ...@@ -35,7 +35,7 @@ public interface UserRoleM2mMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table user_role_m2m * This method corresponds to the database table user_role_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int insert(UserRoleM2m record); int insert(UserRoleM2m record);
...@@ -43,7 +43,7 @@ public interface UserRoleM2mMapper { ...@@ -43,7 +43,7 @@ public interface UserRoleM2mMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table user_role_m2m * This method corresponds to the database table user_role_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int insertSelective(UserRoleM2m record); int insertSelective(UserRoleM2m record);
...@@ -51,7 +51,7 @@ public interface UserRoleM2mMapper { ...@@ -51,7 +51,7 @@ public interface UserRoleM2mMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table user_role_m2m * This method corresponds to the database table user_role_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
List<UserRoleM2m> selectByExampleWithRowbounds(UserRoleM2mExample example, RowBounds rowBounds); List<UserRoleM2m> selectByExampleWithRowbounds(UserRoleM2mExample example, RowBounds rowBounds);
...@@ -59,7 +59,7 @@ public interface UserRoleM2mMapper { ...@@ -59,7 +59,7 @@ public interface UserRoleM2mMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table user_role_m2m * This method corresponds to the database table user_role_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
List<UserRoleM2m> selectByExample(UserRoleM2mExample example); List<UserRoleM2m> selectByExample(UserRoleM2mExample example);
...@@ -67,7 +67,7 @@ public interface UserRoleM2mMapper { ...@@ -67,7 +67,7 @@ public interface UserRoleM2mMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table user_role_m2m * This method corresponds to the database table user_role_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
UserRoleM2m selectByPrimaryKey(String id); UserRoleM2m selectByPrimaryKey(String id);
...@@ -75,7 +75,7 @@ public interface UserRoleM2mMapper { ...@@ -75,7 +75,7 @@ public interface UserRoleM2mMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table user_role_m2m * This method corresponds to the database table user_role_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByExampleSelective(@Param("record") UserRoleM2m record, @Param("example") UserRoleM2mExample example); int updateByExampleSelective(@Param("record") UserRoleM2m record, @Param("example") UserRoleM2mExample example);
...@@ -83,7 +83,7 @@ public interface UserRoleM2mMapper { ...@@ -83,7 +83,7 @@ public interface UserRoleM2mMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table user_role_m2m * This method corresponds to the database table user_role_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByExample(@Param("record") UserRoleM2m record, @Param("example") UserRoleM2mExample example); int updateByExample(@Param("record") UserRoleM2m record, @Param("example") UserRoleM2mExample example);
...@@ -91,7 +91,7 @@ public interface UserRoleM2mMapper { ...@@ -91,7 +91,7 @@ public interface UserRoleM2mMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table user_role_m2m * This method corresponds to the database table user_role_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByPrimaryKeySelective(UserRoleM2m record); int updateByPrimaryKeySelective(UserRoleM2m record);
...@@ -99,7 +99,7 @@ public interface UserRoleM2mMapper { ...@@ -99,7 +99,7 @@ public interface UserRoleM2mMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table user_role_m2m * This method corresponds to the database table user_role_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
int updateByPrimaryKey(UserRoleM2m record); int updateByPrimaryKey(UserRoleM2m record);
} }
\ No newline at end of file
...@@ -3,9 +3,9 @@ ...@@ -3,9 +3,9 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>com.haomostudio.SeekTruthBackend</groupId> <groupId>com.haomostudio.SpringMVCProjectTemplate</groupId>
<artifactId>SeekTruthBackend</artifactId> <artifactId>SpringMVCProjectTemplate</artifactId>
<version>0.0.1-SNAPSHOT</version> <version>0.0.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>domain</artifactId> <artifactId>domain</artifactId>
......
...@@ -8,7 +8,7 @@ public class Analyze { ...@@ -8,7 +8,7 @@ public class Analyze {
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column analyze.id * This field corresponds to the database column analyze.id
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
private String id; private String id;
...@@ -17,7 +17,7 @@ public class Analyze { ...@@ -17,7 +17,7 @@ public class Analyze {
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column analyze.analyze_type * This field corresponds to the database column analyze.analyze_type
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
private String analyzeType; private String analyzeType;
...@@ -26,7 +26,7 @@ public class Analyze { ...@@ -26,7 +26,7 @@ public class Analyze {
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column analyze.creator * This field corresponds to the database column analyze.creator
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
private String creator; private String creator;
...@@ -35,7 +35,7 @@ public class Analyze { ...@@ -35,7 +35,7 @@ public class Analyze {
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column analyze.create_time * This field corresponds to the database column analyze.create_time
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
private Date createTime; private Date createTime;
...@@ -44,7 +44,7 @@ public class Analyze { ...@@ -44,7 +44,7 @@ public class Analyze {
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column analyze.finish_time * This field corresponds to the database column analyze.finish_time
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
private Date finishTime; private Date finishTime;
...@@ -54,7 +54,7 @@ public class Analyze { ...@@ -54,7 +54,7 @@ public class Analyze {
* *
* @return the value of analyze.id * @return the value of analyze.id
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public String getId() { public String getId() {
return id; return id;
...@@ -66,7 +66,7 @@ public class Analyze { ...@@ -66,7 +66,7 @@ public class Analyze {
* *
* @param id the value for analyze.id * @param id the value for analyze.id
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public void setId(String id) { public void setId(String id) {
this.id = id; this.id = id;
...@@ -78,7 +78,7 @@ public class Analyze { ...@@ -78,7 +78,7 @@ public class Analyze {
* *
* @return the value of analyze.analyze_type * @return the value of analyze.analyze_type
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public String getAnalyzeType() { public String getAnalyzeType() {
return analyzeType; return analyzeType;
...@@ -90,7 +90,7 @@ public class Analyze { ...@@ -90,7 +90,7 @@ public class Analyze {
* *
* @param analyzeType the value for analyze.analyze_type * @param analyzeType the value for analyze.analyze_type
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public void setAnalyzeType(String analyzeType) { public void setAnalyzeType(String analyzeType) {
this.analyzeType = analyzeType; this.analyzeType = analyzeType;
...@@ -102,7 +102,7 @@ public class Analyze { ...@@ -102,7 +102,7 @@ public class Analyze {
* *
* @return the value of analyze.creator * @return the value of analyze.creator
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public String getCreator() { public String getCreator() {
return creator; return creator;
...@@ -114,7 +114,7 @@ public class Analyze { ...@@ -114,7 +114,7 @@ public class Analyze {
* *
* @param creator the value for analyze.creator * @param creator the value for analyze.creator
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public void setCreator(String creator) { public void setCreator(String creator) {
this.creator = creator; this.creator = creator;
...@@ -126,7 +126,7 @@ public class Analyze { ...@@ -126,7 +126,7 @@ public class Analyze {
* *
* @return the value of analyze.create_time * @return the value of analyze.create_time
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public Date getCreateTime() { public Date getCreateTime() {
return createTime; return createTime;
...@@ -138,7 +138,7 @@ public class Analyze { ...@@ -138,7 +138,7 @@ public class Analyze {
* *
* @param createTime the value for analyze.create_time * @param createTime the value for analyze.create_time
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public void setCreateTime(Date createTime) { public void setCreateTime(Date createTime) {
this.createTime = createTime; this.createTime = createTime;
...@@ -150,7 +150,7 @@ public class Analyze { ...@@ -150,7 +150,7 @@ public class Analyze {
* *
* @return the value of analyze.finish_time * @return the value of analyze.finish_time
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public Date getFinishTime() { public Date getFinishTime() {
return finishTime; return finishTime;
...@@ -162,7 +162,7 @@ public class Analyze { ...@@ -162,7 +162,7 @@ public class Analyze {
* *
* @param finishTime the value for analyze.finish_time * @param finishTime the value for analyze.finish_time
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public void setFinishTime(Date finishTime) { public void setFinishTime(Date finishTime) {
this.finishTime = finishTime; this.finishTime = finishTime;
...@@ -172,7 +172,7 @@ public class Analyze { ...@@ -172,7 +172,7 @@ public class Analyze {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze * This method corresponds to the database table analyze
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
@Override @Override
public String toString() { public String toString() {
......
...@@ -6,7 +6,7 @@ public class AnalyzeDrivingLicenseM2m { ...@@ -6,7 +6,7 @@ public class AnalyzeDrivingLicenseM2m {
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column analyze_driving_license_m2m.id * This field corresponds to the database column analyze_driving_license_m2m.id
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
private String id; private String id;
...@@ -15,7 +15,7 @@ public class AnalyzeDrivingLicenseM2m { ...@@ -15,7 +15,7 @@ public class AnalyzeDrivingLicenseM2m {
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column analyze_driving_license_m2m.analyze_id * This field corresponds to the database column analyze_driving_license_m2m.analyze_id
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
private String analyzeId; private String analyzeId;
...@@ -24,7 +24,7 @@ public class AnalyzeDrivingLicenseM2m { ...@@ -24,7 +24,7 @@ public class AnalyzeDrivingLicenseM2m {
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column analyze_driving_license_m2m.driving_license_id * This field corresponds to the database column analyze_driving_license_m2m.driving_license_id
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
private String drivingLicenseId; private String drivingLicenseId;
...@@ -34,7 +34,7 @@ public class AnalyzeDrivingLicenseM2m { ...@@ -34,7 +34,7 @@ public class AnalyzeDrivingLicenseM2m {
* *
* @return the value of analyze_driving_license_m2m.id * @return the value of analyze_driving_license_m2m.id
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public String getId() { public String getId() {
return id; return id;
...@@ -46,7 +46,7 @@ public class AnalyzeDrivingLicenseM2m { ...@@ -46,7 +46,7 @@ public class AnalyzeDrivingLicenseM2m {
* *
* @param id the value for 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 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public void setId(String id) { public void setId(String id) {
this.id = id; this.id = id;
...@@ -58,7 +58,7 @@ public class AnalyzeDrivingLicenseM2m { ...@@ -58,7 +58,7 @@ public class AnalyzeDrivingLicenseM2m {
* *
* @return the value of 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 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public String getAnalyzeId() { public String getAnalyzeId() {
return analyzeId; return analyzeId;
...@@ -70,7 +70,7 @@ public class AnalyzeDrivingLicenseM2m { ...@@ -70,7 +70,7 @@ public class AnalyzeDrivingLicenseM2m {
* *
* @param analyzeId the value for 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 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public void setAnalyzeId(String analyzeId) { public void setAnalyzeId(String analyzeId) {
this.analyzeId = analyzeId; this.analyzeId = analyzeId;
...@@ -82,7 +82,7 @@ public class AnalyzeDrivingLicenseM2m { ...@@ -82,7 +82,7 @@ public class AnalyzeDrivingLicenseM2m {
* *
* @return the value of 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 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public String getDrivingLicenseId() { public String getDrivingLicenseId() {
return drivingLicenseId; return drivingLicenseId;
...@@ -94,7 +94,7 @@ public class AnalyzeDrivingLicenseM2m { ...@@ -94,7 +94,7 @@ public class AnalyzeDrivingLicenseM2m {
* *
* @param drivingLicenseId the value for 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 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public void setDrivingLicenseId(String drivingLicenseId) { public void setDrivingLicenseId(String drivingLicenseId) {
this.drivingLicenseId = drivingLicenseId; this.drivingLicenseId = drivingLicenseId;
...@@ -104,7 +104,7 @@ public class AnalyzeDrivingLicenseM2m { ...@@ -104,7 +104,7 @@ public class AnalyzeDrivingLicenseM2m {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_driving_license_m2m * This method corresponds to the database table analyze_driving_license_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
@Override @Override
public String toString() { public String toString() {
......
...@@ -8,7 +8,7 @@ public class AnalyzeDrivingLicenseM2mExample { ...@@ -8,7 +8,7 @@ public class AnalyzeDrivingLicenseM2mExample {
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database table analyze_driving_license_m2m * This field corresponds to the database table analyze_driving_license_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
protected String orderByClause; protected String orderByClause;
...@@ -16,7 +16,7 @@ public class AnalyzeDrivingLicenseM2mExample { ...@@ -16,7 +16,7 @@ public class AnalyzeDrivingLicenseM2mExample {
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database table analyze_driving_license_m2m * This field corresponds to the database table analyze_driving_license_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
protected boolean distinct; protected boolean distinct;
...@@ -24,7 +24,7 @@ public class AnalyzeDrivingLicenseM2mExample { ...@@ -24,7 +24,7 @@ public class AnalyzeDrivingLicenseM2mExample {
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database table analyze_driving_license_m2m * This field corresponds to the database table analyze_driving_license_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
protected List<Criteria> oredCriteria; protected List<Criteria> oredCriteria;
...@@ -32,7 +32,7 @@ public class AnalyzeDrivingLicenseM2mExample { ...@@ -32,7 +32,7 @@ public class AnalyzeDrivingLicenseM2mExample {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_driving_license_m2m * This method corresponds to the database table analyze_driving_license_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public AnalyzeDrivingLicenseM2mExample() { public AnalyzeDrivingLicenseM2mExample() {
oredCriteria = new ArrayList<Criteria>(); oredCriteria = new ArrayList<Criteria>();
...@@ -42,7 +42,7 @@ public class AnalyzeDrivingLicenseM2mExample { ...@@ -42,7 +42,7 @@ public class AnalyzeDrivingLicenseM2mExample {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_driving_license_m2m * This method corresponds to the database table analyze_driving_license_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public void setOrderByClause(String orderByClause) { public void setOrderByClause(String orderByClause) {
this.orderByClause = orderByClause; this.orderByClause = orderByClause;
...@@ -52,7 +52,7 @@ public class AnalyzeDrivingLicenseM2mExample { ...@@ -52,7 +52,7 @@ public class AnalyzeDrivingLicenseM2mExample {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_driving_license_m2m * This method corresponds to the database table analyze_driving_license_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public String getOrderByClause() { public String getOrderByClause() {
return orderByClause; return orderByClause;
...@@ -62,7 +62,7 @@ public class AnalyzeDrivingLicenseM2mExample { ...@@ -62,7 +62,7 @@ public class AnalyzeDrivingLicenseM2mExample {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_driving_license_m2m * This method corresponds to the database table analyze_driving_license_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public void setDistinct(boolean distinct) { public void setDistinct(boolean distinct) {
this.distinct = distinct; this.distinct = distinct;
...@@ -72,7 +72,7 @@ public class AnalyzeDrivingLicenseM2mExample { ...@@ -72,7 +72,7 @@ public class AnalyzeDrivingLicenseM2mExample {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_driving_license_m2m * This method corresponds to the database table analyze_driving_license_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public boolean isDistinct() { public boolean isDistinct() {
return distinct; return distinct;
...@@ -82,7 +82,7 @@ public class AnalyzeDrivingLicenseM2mExample { ...@@ -82,7 +82,7 @@ public class AnalyzeDrivingLicenseM2mExample {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_driving_license_m2m * This method corresponds to the database table analyze_driving_license_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public List<Criteria> getOredCriteria() { public List<Criteria> getOredCriteria() {
return oredCriteria; return oredCriteria;
...@@ -92,7 +92,7 @@ public class AnalyzeDrivingLicenseM2mExample { ...@@ -92,7 +92,7 @@ public class AnalyzeDrivingLicenseM2mExample {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_driving_license_m2m * This method corresponds to the database table analyze_driving_license_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public void or(Criteria criteria) { public void or(Criteria criteria) {
oredCriteria.add(criteria); oredCriteria.add(criteria);
...@@ -102,7 +102,7 @@ public class AnalyzeDrivingLicenseM2mExample { ...@@ -102,7 +102,7 @@ public class AnalyzeDrivingLicenseM2mExample {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_driving_license_m2m * This method corresponds to the database table analyze_driving_license_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public Criteria or() { public Criteria or() {
Criteria criteria = createCriteriaInternal(); Criteria criteria = createCriteriaInternal();
...@@ -114,7 +114,7 @@ public class AnalyzeDrivingLicenseM2mExample { ...@@ -114,7 +114,7 @@ public class AnalyzeDrivingLicenseM2mExample {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_driving_license_m2m * This method corresponds to the database table analyze_driving_license_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public Criteria createCriteria() { public Criteria createCriteria() {
Criteria criteria = createCriteriaInternal(); Criteria criteria = createCriteriaInternal();
...@@ -128,7 +128,7 @@ public class AnalyzeDrivingLicenseM2mExample { ...@@ -128,7 +128,7 @@ public class AnalyzeDrivingLicenseM2mExample {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_driving_license_m2m * This method corresponds to the database table analyze_driving_license_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
protected Criteria createCriteriaInternal() { protected Criteria createCriteriaInternal() {
Criteria criteria = new Criteria(); Criteria criteria = new Criteria();
...@@ -139,7 +139,7 @@ public class AnalyzeDrivingLicenseM2mExample { ...@@ -139,7 +139,7 @@ public class AnalyzeDrivingLicenseM2mExample {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_driving_license_m2m * This method corresponds to the database table analyze_driving_license_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public void clear() { public void clear() {
oredCriteria.clear(); oredCriteria.clear();
...@@ -151,7 +151,7 @@ public class AnalyzeDrivingLicenseM2mExample { ...@@ -151,7 +151,7 @@ public class AnalyzeDrivingLicenseM2mExample {
* This class was generated by MyBatis Generator. * This class was generated by MyBatis Generator.
* This class corresponds to the database table analyze_driving_license_m2m * This class corresponds to the database table analyze_driving_license_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
protected abstract static class GeneratedCriteria { protected abstract static class GeneratedCriteria {
protected List<Criterion> criteria; protected List<Criterion> criteria;
...@@ -409,7 +409,7 @@ public class AnalyzeDrivingLicenseM2mExample { ...@@ -409,7 +409,7 @@ public class AnalyzeDrivingLicenseM2mExample {
* This class was generated by MyBatis Generator. * This class was generated by MyBatis Generator.
* This class corresponds to the database table analyze_driving_license_m2m * This class corresponds to the database table analyze_driving_license_m2m
* *
* @mbg.generated do_not_delete_during_merge Thu Dec 15 07:48:39 CST 2016 * @mbg.generated do_not_delete_during_merge Wed Feb 08 14:42:14 CST 2017
*/ */
public static class Criteria extends GeneratedCriteria { public static class Criteria extends GeneratedCriteria {
...@@ -422,7 +422,7 @@ public class AnalyzeDrivingLicenseM2mExample { ...@@ -422,7 +422,7 @@ public class AnalyzeDrivingLicenseM2mExample {
* This class was generated by MyBatis Generator. * This class was generated by MyBatis Generator.
* This class corresponds to the database table analyze_driving_license_m2m * This class corresponds to the database table analyze_driving_license_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public static class Criterion { public static class Criterion {
private String condition; private String condition;
......
...@@ -9,7 +9,7 @@ public class AnalyzeExample { ...@@ -9,7 +9,7 @@ public class AnalyzeExample {
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database table analyze * This field corresponds to the database table analyze
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
protected String orderByClause; protected String orderByClause;
...@@ -17,7 +17,7 @@ public class AnalyzeExample { ...@@ -17,7 +17,7 @@ public class AnalyzeExample {
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database table analyze * This field corresponds to the database table analyze
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
protected boolean distinct; protected boolean distinct;
...@@ -25,7 +25,7 @@ public class AnalyzeExample { ...@@ -25,7 +25,7 @@ public class AnalyzeExample {
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database table analyze * This field corresponds to the database table analyze
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
protected List<Criteria> oredCriteria; protected List<Criteria> oredCriteria;
...@@ -33,7 +33,7 @@ public class AnalyzeExample { ...@@ -33,7 +33,7 @@ public class AnalyzeExample {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze * This method corresponds to the database table analyze
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public AnalyzeExample() { public AnalyzeExample() {
oredCriteria = new ArrayList<Criteria>(); oredCriteria = new ArrayList<Criteria>();
...@@ -43,7 +43,7 @@ public class AnalyzeExample { ...@@ -43,7 +43,7 @@ public class AnalyzeExample {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze * This method corresponds to the database table analyze
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public void setOrderByClause(String orderByClause) { public void setOrderByClause(String orderByClause) {
this.orderByClause = orderByClause; this.orderByClause = orderByClause;
...@@ -53,7 +53,7 @@ public class AnalyzeExample { ...@@ -53,7 +53,7 @@ public class AnalyzeExample {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze * This method corresponds to the database table analyze
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public String getOrderByClause() { public String getOrderByClause() {
return orderByClause; return orderByClause;
...@@ -63,7 +63,7 @@ public class AnalyzeExample { ...@@ -63,7 +63,7 @@ public class AnalyzeExample {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze * This method corresponds to the database table analyze
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public void setDistinct(boolean distinct) { public void setDistinct(boolean distinct) {
this.distinct = distinct; this.distinct = distinct;
...@@ -73,7 +73,7 @@ public class AnalyzeExample { ...@@ -73,7 +73,7 @@ public class AnalyzeExample {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze * This method corresponds to the database table analyze
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public boolean isDistinct() { public boolean isDistinct() {
return distinct; return distinct;
...@@ -83,7 +83,7 @@ public class AnalyzeExample { ...@@ -83,7 +83,7 @@ public class AnalyzeExample {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze * This method corresponds to the database table analyze
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public List<Criteria> getOredCriteria() { public List<Criteria> getOredCriteria() {
return oredCriteria; return oredCriteria;
...@@ -93,7 +93,7 @@ public class AnalyzeExample { ...@@ -93,7 +93,7 @@ public class AnalyzeExample {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze * This method corresponds to the database table analyze
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public void or(Criteria criteria) { public void or(Criteria criteria) {
oredCriteria.add(criteria); oredCriteria.add(criteria);
...@@ -103,7 +103,7 @@ public class AnalyzeExample { ...@@ -103,7 +103,7 @@ public class AnalyzeExample {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze * This method corresponds to the database table analyze
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public Criteria or() { public Criteria or() {
Criteria criteria = createCriteriaInternal(); Criteria criteria = createCriteriaInternal();
...@@ -115,7 +115,7 @@ public class AnalyzeExample { ...@@ -115,7 +115,7 @@ public class AnalyzeExample {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze * This method corresponds to the database table analyze
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public Criteria createCriteria() { public Criteria createCriteria() {
Criteria criteria = createCriteriaInternal(); Criteria criteria = createCriteriaInternal();
...@@ -129,7 +129,7 @@ public class AnalyzeExample { ...@@ -129,7 +129,7 @@ public class AnalyzeExample {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze * This method corresponds to the database table analyze
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
protected Criteria createCriteriaInternal() { protected Criteria createCriteriaInternal() {
Criteria criteria = new Criteria(); Criteria criteria = new Criteria();
...@@ -140,7 +140,7 @@ public class AnalyzeExample { ...@@ -140,7 +140,7 @@ public class AnalyzeExample {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze * This method corresponds to the database table analyze
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public void clear() { public void clear() {
oredCriteria.clear(); oredCriteria.clear();
...@@ -152,7 +152,7 @@ public class AnalyzeExample { ...@@ -152,7 +152,7 @@ public class AnalyzeExample {
* This class was generated by MyBatis Generator. * This class was generated by MyBatis Generator.
* This class corresponds to the database table analyze * This class corresponds to the database table analyze
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
protected abstract static class GeneratedCriteria { protected abstract static class GeneratedCriteria {
protected List<Criterion> criteria; protected List<Criterion> criteria;
...@@ -530,7 +530,7 @@ public class AnalyzeExample { ...@@ -530,7 +530,7 @@ public class AnalyzeExample {
* This class was generated by MyBatis Generator. * This class was generated by MyBatis Generator.
* This class corresponds to the database table analyze * This class corresponds to the database table analyze
* *
* @mbg.generated do_not_delete_during_merge Thu Dec 15 07:48:39 CST 2016 * @mbg.generated do_not_delete_during_merge Wed Feb 08 14:42:14 CST 2017
*/ */
public static class Criteria extends GeneratedCriteria { public static class Criteria extends GeneratedCriteria {
...@@ -543,7 +543,7 @@ public class AnalyzeExample { ...@@ -543,7 +543,7 @@ public class AnalyzeExample {
* This class was generated by MyBatis Generator. * This class was generated by MyBatis Generator.
* This class corresponds to the database table analyze * This class corresponds to the database table analyze
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public static class Criterion { public static class Criterion {
private String condition; private String condition;
......
...@@ -8,7 +8,7 @@ public class AnalyzeFile { ...@@ -8,7 +8,7 @@ public class AnalyzeFile {
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column analyze_file.id * This field corresponds to the database column analyze_file.id
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
private String id; private String id;
...@@ -17,7 +17,7 @@ public class AnalyzeFile { ...@@ -17,7 +17,7 @@ public class AnalyzeFile {
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column analyze_file.url * This field corresponds to the database column analyze_file.url
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
private String url; private String url;
...@@ -26,7 +26,7 @@ public class AnalyzeFile { ...@@ -26,7 +26,7 @@ public class AnalyzeFile {
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column analyze_file.uploader_id * This field corresponds to the database column analyze_file.uploader_id
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
private String uploaderId; private String uploaderId;
...@@ -35,7 +35,7 @@ public class AnalyzeFile { ...@@ -35,7 +35,7 @@ public class AnalyzeFile {
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column analyze_file.upload_time * This field corresponds to the database column analyze_file.upload_time
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
private Date uploadTime; private Date uploadTime;
...@@ -45,7 +45,7 @@ public class AnalyzeFile { ...@@ -45,7 +45,7 @@ public class AnalyzeFile {
* *
* @return the value of analyze_file.id * @return the value of analyze_file.id
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public String getId() { public String getId() {
return id; return id;
...@@ -57,7 +57,7 @@ public class AnalyzeFile { ...@@ -57,7 +57,7 @@ public class AnalyzeFile {
* *
* @param id the value for analyze_file.id * @param id the value for analyze_file.id
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public void setId(String id) { public void setId(String id) {
this.id = id; this.id = id;
...@@ -69,7 +69,7 @@ public class AnalyzeFile { ...@@ -69,7 +69,7 @@ public class AnalyzeFile {
* *
* @return the value of analyze_file.url * @return the value of analyze_file.url
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public String getUrl() { public String getUrl() {
return url; return url;
...@@ -81,7 +81,7 @@ public class AnalyzeFile { ...@@ -81,7 +81,7 @@ public class AnalyzeFile {
* *
* @param url the value for analyze_file.url * @param url the value for analyze_file.url
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public void setUrl(String url) { public void setUrl(String url) {
this.url = url; this.url = url;
...@@ -93,7 +93,7 @@ public class AnalyzeFile { ...@@ -93,7 +93,7 @@ public class AnalyzeFile {
* *
* @return the value of analyze_file.uploader_id * @return the value of analyze_file.uploader_id
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public String getUploaderId() { public String getUploaderId() {
return uploaderId; return uploaderId;
...@@ -105,7 +105,7 @@ public class AnalyzeFile { ...@@ -105,7 +105,7 @@ public class AnalyzeFile {
* *
* @param uploaderId the value for analyze_file.uploader_id * @param uploaderId the value for analyze_file.uploader_id
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public void setUploaderId(String uploaderId) { public void setUploaderId(String uploaderId) {
this.uploaderId = uploaderId; this.uploaderId = uploaderId;
...@@ -117,7 +117,7 @@ public class AnalyzeFile { ...@@ -117,7 +117,7 @@ public class AnalyzeFile {
* *
* @return the value of analyze_file.upload_time * @return the value of analyze_file.upload_time
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public Date getUploadTime() { public Date getUploadTime() {
return uploadTime; return uploadTime;
...@@ -129,7 +129,7 @@ public class AnalyzeFile { ...@@ -129,7 +129,7 @@ public class AnalyzeFile {
* *
* @param uploadTime the value for analyze_file.upload_time * @param uploadTime the value for analyze_file.upload_time
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public void setUploadTime(Date uploadTime) { public void setUploadTime(Date uploadTime) {
this.uploadTime = uploadTime; this.uploadTime = uploadTime;
...@@ -139,7 +139,7 @@ public class AnalyzeFile { ...@@ -139,7 +139,7 @@ public class AnalyzeFile {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file * This method corresponds to the database table analyze_file
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
@Override @Override
public String toString() { public String toString() {
......
...@@ -9,7 +9,7 @@ public class AnalyzeFileExample { ...@@ -9,7 +9,7 @@ public class AnalyzeFileExample {
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database table analyze_file * This field corresponds to the database table analyze_file
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
protected String orderByClause; protected String orderByClause;
...@@ -17,7 +17,7 @@ public class AnalyzeFileExample { ...@@ -17,7 +17,7 @@ public class AnalyzeFileExample {
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database table analyze_file * This field corresponds to the database table analyze_file
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
protected boolean distinct; protected boolean distinct;
...@@ -25,7 +25,7 @@ public class AnalyzeFileExample { ...@@ -25,7 +25,7 @@ public class AnalyzeFileExample {
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database table analyze_file * This field corresponds to the database table analyze_file
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
protected List<Criteria> oredCriteria; protected List<Criteria> oredCriteria;
...@@ -33,7 +33,7 @@ public class AnalyzeFileExample { ...@@ -33,7 +33,7 @@ public class AnalyzeFileExample {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file * This method corresponds to the database table analyze_file
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public AnalyzeFileExample() { public AnalyzeFileExample() {
oredCriteria = new ArrayList<Criteria>(); oredCriteria = new ArrayList<Criteria>();
...@@ -43,7 +43,7 @@ public class AnalyzeFileExample { ...@@ -43,7 +43,7 @@ public class AnalyzeFileExample {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file * This method corresponds to the database table analyze_file
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public void setOrderByClause(String orderByClause) { public void setOrderByClause(String orderByClause) {
this.orderByClause = orderByClause; this.orderByClause = orderByClause;
...@@ -53,7 +53,7 @@ public class AnalyzeFileExample { ...@@ -53,7 +53,7 @@ public class AnalyzeFileExample {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file * This method corresponds to the database table analyze_file
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public String getOrderByClause() { public String getOrderByClause() {
return orderByClause; return orderByClause;
...@@ -63,7 +63,7 @@ public class AnalyzeFileExample { ...@@ -63,7 +63,7 @@ public class AnalyzeFileExample {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file * This method corresponds to the database table analyze_file
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public void setDistinct(boolean distinct) { public void setDistinct(boolean distinct) {
this.distinct = distinct; this.distinct = distinct;
...@@ -73,7 +73,7 @@ public class AnalyzeFileExample { ...@@ -73,7 +73,7 @@ public class AnalyzeFileExample {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file * This method corresponds to the database table analyze_file
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public boolean isDistinct() { public boolean isDistinct() {
return distinct; return distinct;
...@@ -83,7 +83,7 @@ public class AnalyzeFileExample { ...@@ -83,7 +83,7 @@ public class AnalyzeFileExample {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file * This method corresponds to the database table analyze_file
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public List<Criteria> getOredCriteria() { public List<Criteria> getOredCriteria() {
return oredCriteria; return oredCriteria;
...@@ -93,7 +93,7 @@ public class AnalyzeFileExample { ...@@ -93,7 +93,7 @@ public class AnalyzeFileExample {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file * This method corresponds to the database table analyze_file
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public void or(Criteria criteria) { public void or(Criteria criteria) {
oredCriteria.add(criteria); oredCriteria.add(criteria);
...@@ -103,7 +103,7 @@ public class AnalyzeFileExample { ...@@ -103,7 +103,7 @@ public class AnalyzeFileExample {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file * This method corresponds to the database table analyze_file
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public Criteria or() { public Criteria or() {
Criteria criteria = createCriteriaInternal(); Criteria criteria = createCriteriaInternal();
...@@ -115,7 +115,7 @@ public class AnalyzeFileExample { ...@@ -115,7 +115,7 @@ public class AnalyzeFileExample {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file * This method corresponds to the database table analyze_file
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public Criteria createCriteria() { public Criteria createCriteria() {
Criteria criteria = createCriteriaInternal(); Criteria criteria = createCriteriaInternal();
...@@ -129,7 +129,7 @@ public class AnalyzeFileExample { ...@@ -129,7 +129,7 @@ public class AnalyzeFileExample {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file * This method corresponds to the database table analyze_file
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
protected Criteria createCriteriaInternal() { protected Criteria createCriteriaInternal() {
Criteria criteria = new Criteria(); Criteria criteria = new Criteria();
...@@ -140,7 +140,7 @@ public class AnalyzeFileExample { ...@@ -140,7 +140,7 @@ public class AnalyzeFileExample {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file * This method corresponds to the database table analyze_file
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public void clear() { public void clear() {
oredCriteria.clear(); oredCriteria.clear();
...@@ -152,7 +152,7 @@ public class AnalyzeFileExample { ...@@ -152,7 +152,7 @@ public class AnalyzeFileExample {
* This class was generated by MyBatis Generator. * This class was generated by MyBatis Generator.
* This class corresponds to the database table analyze_file * This class corresponds to the database table analyze_file
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
protected abstract static class GeneratedCriteria { protected abstract static class GeneratedCriteria {
protected List<Criterion> criteria; protected List<Criterion> criteria;
...@@ -470,7 +470,7 @@ public class AnalyzeFileExample { ...@@ -470,7 +470,7 @@ public class AnalyzeFileExample {
* This class was generated by MyBatis Generator. * This class was generated by MyBatis Generator.
* This class corresponds to the database table analyze_file * This class corresponds to the database table analyze_file
* *
* @mbg.generated do_not_delete_during_merge Thu Dec 15 07:48:39 CST 2016 * @mbg.generated do_not_delete_during_merge Wed Feb 08 14:42:14 CST 2017
*/ */
public static class Criteria extends GeneratedCriteria { public static class Criteria extends GeneratedCriteria {
...@@ -483,7 +483,7 @@ public class AnalyzeFileExample { ...@@ -483,7 +483,7 @@ public class AnalyzeFileExample {
* This class was generated by MyBatis Generator. * This class was generated by MyBatis Generator.
* This class corresponds to the database table analyze_file * This class corresponds to the database table analyze_file
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public static class Criterion { public static class Criterion {
private String condition; private String condition;
......
...@@ -6,7 +6,7 @@ public class AnalyzeFileM2m { ...@@ -6,7 +6,7 @@ public class AnalyzeFileM2m {
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column analyze_file_m2m.id * This field corresponds to the database column analyze_file_m2m.id
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
private String id; private String id;
...@@ -15,7 +15,7 @@ public class AnalyzeFileM2m { ...@@ -15,7 +15,7 @@ public class AnalyzeFileM2m {
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column analyze_file_m2m.analyze_id * This field corresponds to the database column analyze_file_m2m.analyze_id
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
private String analyzeId; private String analyzeId;
...@@ -24,7 +24,7 @@ public class AnalyzeFileM2m { ...@@ -24,7 +24,7 @@ public class AnalyzeFileM2m {
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column analyze_file_m2m.analyze_file_id * This field corresponds to the database column analyze_file_m2m.analyze_file_id
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
private String analyzeFileId; private String analyzeFileId;
...@@ -34,7 +34,7 @@ public class AnalyzeFileM2m { ...@@ -34,7 +34,7 @@ public class AnalyzeFileM2m {
* *
* @return the value of analyze_file_m2m.id * @return the value of analyze_file_m2m.id
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public String getId() { public String getId() {
return id; return id;
...@@ -46,7 +46,7 @@ public class AnalyzeFileM2m { ...@@ -46,7 +46,7 @@ public class AnalyzeFileM2m {
* *
* @param id the value for analyze_file_m2m.id * @param id the value for analyze_file_m2m.id
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public void setId(String id) { public void setId(String id) {
this.id = id; this.id = id;
...@@ -58,7 +58,7 @@ public class AnalyzeFileM2m { ...@@ -58,7 +58,7 @@ public class AnalyzeFileM2m {
* *
* @return the value of analyze_file_m2m.analyze_id * @return the value of analyze_file_m2m.analyze_id
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public String getAnalyzeId() { public String getAnalyzeId() {
return analyzeId; return analyzeId;
...@@ -70,7 +70,7 @@ public class AnalyzeFileM2m { ...@@ -70,7 +70,7 @@ public class AnalyzeFileM2m {
* *
* @param analyzeId the value for analyze_file_m2m.analyze_id * @param analyzeId the value for analyze_file_m2m.analyze_id
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public void setAnalyzeId(String analyzeId) { public void setAnalyzeId(String analyzeId) {
this.analyzeId = analyzeId; this.analyzeId = analyzeId;
...@@ -82,7 +82,7 @@ public class AnalyzeFileM2m { ...@@ -82,7 +82,7 @@ public class AnalyzeFileM2m {
* *
* @return the value of analyze_file_m2m.analyze_file_id * @return the value of analyze_file_m2m.analyze_file_id
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public String getAnalyzeFileId() { public String getAnalyzeFileId() {
return analyzeFileId; return analyzeFileId;
...@@ -94,7 +94,7 @@ public class AnalyzeFileM2m { ...@@ -94,7 +94,7 @@ public class AnalyzeFileM2m {
* *
* @param analyzeFileId the value for analyze_file_m2m.analyze_file_id * @param analyzeFileId the value for analyze_file_m2m.analyze_file_id
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public void setAnalyzeFileId(String analyzeFileId) { public void setAnalyzeFileId(String analyzeFileId) {
this.analyzeFileId = analyzeFileId; this.analyzeFileId = analyzeFileId;
...@@ -104,7 +104,7 @@ public class AnalyzeFileM2m { ...@@ -104,7 +104,7 @@ public class AnalyzeFileM2m {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file_m2m * This method corresponds to the database table analyze_file_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
@Override @Override
public String toString() { public String toString() {
......
...@@ -8,7 +8,7 @@ public class AnalyzeFileM2mExample { ...@@ -8,7 +8,7 @@ public class AnalyzeFileM2mExample {
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database table analyze_file_m2m * This field corresponds to the database table analyze_file_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
protected String orderByClause; protected String orderByClause;
...@@ -16,7 +16,7 @@ public class AnalyzeFileM2mExample { ...@@ -16,7 +16,7 @@ public class AnalyzeFileM2mExample {
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database table analyze_file_m2m * This field corresponds to the database table analyze_file_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
protected boolean distinct; protected boolean distinct;
...@@ -24,7 +24,7 @@ public class AnalyzeFileM2mExample { ...@@ -24,7 +24,7 @@ public class AnalyzeFileM2mExample {
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database table analyze_file_m2m * This field corresponds to the database table analyze_file_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
protected List<Criteria> oredCriteria; protected List<Criteria> oredCriteria;
...@@ -32,7 +32,7 @@ public class AnalyzeFileM2mExample { ...@@ -32,7 +32,7 @@ public class AnalyzeFileM2mExample {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file_m2m * This method corresponds to the database table analyze_file_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public AnalyzeFileM2mExample() { public AnalyzeFileM2mExample() {
oredCriteria = new ArrayList<Criteria>(); oredCriteria = new ArrayList<Criteria>();
...@@ -42,7 +42,7 @@ public class AnalyzeFileM2mExample { ...@@ -42,7 +42,7 @@ public class AnalyzeFileM2mExample {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file_m2m * This method corresponds to the database table analyze_file_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public void setOrderByClause(String orderByClause) { public void setOrderByClause(String orderByClause) {
this.orderByClause = orderByClause; this.orderByClause = orderByClause;
...@@ -52,7 +52,7 @@ public class AnalyzeFileM2mExample { ...@@ -52,7 +52,7 @@ public class AnalyzeFileM2mExample {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file_m2m * This method corresponds to the database table analyze_file_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public String getOrderByClause() { public String getOrderByClause() {
return orderByClause; return orderByClause;
...@@ -62,7 +62,7 @@ public class AnalyzeFileM2mExample { ...@@ -62,7 +62,7 @@ public class AnalyzeFileM2mExample {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file_m2m * This method corresponds to the database table analyze_file_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public void setDistinct(boolean distinct) { public void setDistinct(boolean distinct) {
this.distinct = distinct; this.distinct = distinct;
...@@ -72,7 +72,7 @@ public class AnalyzeFileM2mExample { ...@@ -72,7 +72,7 @@ public class AnalyzeFileM2mExample {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file_m2m * This method corresponds to the database table analyze_file_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public boolean isDistinct() { public boolean isDistinct() {
return distinct; return distinct;
...@@ -82,7 +82,7 @@ public class AnalyzeFileM2mExample { ...@@ -82,7 +82,7 @@ public class AnalyzeFileM2mExample {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file_m2m * This method corresponds to the database table analyze_file_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public List<Criteria> getOredCriteria() { public List<Criteria> getOredCriteria() {
return oredCriteria; return oredCriteria;
...@@ -92,7 +92,7 @@ public class AnalyzeFileM2mExample { ...@@ -92,7 +92,7 @@ public class AnalyzeFileM2mExample {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file_m2m * This method corresponds to the database table analyze_file_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public void or(Criteria criteria) { public void or(Criteria criteria) {
oredCriteria.add(criteria); oredCriteria.add(criteria);
...@@ -102,7 +102,7 @@ public class AnalyzeFileM2mExample { ...@@ -102,7 +102,7 @@ public class AnalyzeFileM2mExample {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file_m2m * This method corresponds to the database table analyze_file_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public Criteria or() { public Criteria or() {
Criteria criteria = createCriteriaInternal(); Criteria criteria = createCriteriaInternal();
...@@ -114,7 +114,7 @@ public class AnalyzeFileM2mExample { ...@@ -114,7 +114,7 @@ public class AnalyzeFileM2mExample {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file_m2m * This method corresponds to the database table analyze_file_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public Criteria createCriteria() { public Criteria createCriteria() {
Criteria criteria = createCriteriaInternal(); Criteria criteria = createCriteriaInternal();
...@@ -128,7 +128,7 @@ public class AnalyzeFileM2mExample { ...@@ -128,7 +128,7 @@ public class AnalyzeFileM2mExample {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file_m2m * This method corresponds to the database table analyze_file_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
protected Criteria createCriteriaInternal() { protected Criteria createCriteriaInternal() {
Criteria criteria = new Criteria(); Criteria criteria = new Criteria();
...@@ -139,7 +139,7 @@ public class AnalyzeFileM2mExample { ...@@ -139,7 +139,7 @@ public class AnalyzeFileM2mExample {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_file_m2m * This method corresponds to the database table analyze_file_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public void clear() { public void clear() {
oredCriteria.clear(); oredCriteria.clear();
...@@ -151,7 +151,7 @@ public class AnalyzeFileM2mExample { ...@@ -151,7 +151,7 @@ public class AnalyzeFileM2mExample {
* This class was generated by MyBatis Generator. * This class was generated by MyBatis Generator.
* This class corresponds to the database table analyze_file_m2m * This class corresponds to the database table analyze_file_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
protected abstract static class GeneratedCriteria { protected abstract static class GeneratedCriteria {
protected List<Criterion> criteria; protected List<Criterion> criteria;
...@@ -409,7 +409,7 @@ public class AnalyzeFileM2mExample { ...@@ -409,7 +409,7 @@ public class AnalyzeFileM2mExample {
* This class was generated by MyBatis Generator. * This class was generated by MyBatis Generator.
* This class corresponds to the database table analyze_file_m2m * This class corresponds to the database table analyze_file_m2m
* *
* @mbg.generated do_not_delete_during_merge Thu Dec 15 07:48:39 CST 2016 * @mbg.generated do_not_delete_during_merge Wed Feb 08 14:42:14 CST 2017
*/ */
public static class Criteria extends GeneratedCriteria { public static class Criteria extends GeneratedCriteria {
...@@ -422,7 +422,7 @@ public class AnalyzeFileM2mExample { ...@@ -422,7 +422,7 @@ public class AnalyzeFileM2mExample {
* This class was generated by MyBatis Generator. * This class was generated by MyBatis Generator.
* This class corresponds to the database table analyze_file_m2m * This class corresponds to the database table analyze_file_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public static class Criterion { public static class Criterion {
private String condition; private String condition;
......
...@@ -6,7 +6,7 @@ public class AnalyzeIdcardM2m { ...@@ -6,7 +6,7 @@ public class AnalyzeIdcardM2m {
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column analyze_idcard_m2m.id * This field corresponds to the database column analyze_idcard_m2m.id
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
private String id; private String id;
...@@ -15,7 +15,7 @@ public class AnalyzeIdcardM2m { ...@@ -15,7 +15,7 @@ public class AnalyzeIdcardM2m {
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column analyze_idcard_m2m.idcard_id * This field corresponds to the database column analyze_idcard_m2m.idcard_id
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
private String idcardId; private String idcardId;
...@@ -24,7 +24,7 @@ public class AnalyzeIdcardM2m { ...@@ -24,7 +24,7 @@ public class AnalyzeIdcardM2m {
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column analyze_idcard_m2m.analyze_id * This field corresponds to the database column analyze_idcard_m2m.analyze_id
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
private String analyzeId; private String analyzeId;
...@@ -34,7 +34,7 @@ public class AnalyzeIdcardM2m { ...@@ -34,7 +34,7 @@ public class AnalyzeIdcardM2m {
* *
* @return the value of analyze_idcard_m2m.id * @return the value of analyze_idcard_m2m.id
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public String getId() { public String getId() {
return id; return id;
...@@ -46,7 +46,7 @@ public class AnalyzeIdcardM2m { ...@@ -46,7 +46,7 @@ public class AnalyzeIdcardM2m {
* *
* @param id the value for analyze_idcard_m2m.id * @param id the value for analyze_idcard_m2m.id
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public void setId(String id) { public void setId(String id) {
this.id = id; this.id = id;
...@@ -58,7 +58,7 @@ public class AnalyzeIdcardM2m { ...@@ -58,7 +58,7 @@ public class AnalyzeIdcardM2m {
* *
* @return the value of analyze_idcard_m2m.idcard_id * @return the value of analyze_idcard_m2m.idcard_id
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public String getIdcardId() { public String getIdcardId() {
return idcardId; return idcardId;
...@@ -70,7 +70,7 @@ public class AnalyzeIdcardM2m { ...@@ -70,7 +70,7 @@ public class AnalyzeIdcardM2m {
* *
* @param idcardId the value for analyze_idcard_m2m.idcard_id * @param idcardId the value for analyze_idcard_m2m.idcard_id
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public void setIdcardId(String idcardId) { public void setIdcardId(String idcardId) {
this.idcardId = idcardId; this.idcardId = idcardId;
...@@ -82,7 +82,7 @@ public class AnalyzeIdcardM2m { ...@@ -82,7 +82,7 @@ public class AnalyzeIdcardM2m {
* *
* @return the value of analyze_idcard_m2m.analyze_id * @return the value of analyze_idcard_m2m.analyze_id
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public String getAnalyzeId() { public String getAnalyzeId() {
return analyzeId; return analyzeId;
...@@ -94,7 +94,7 @@ public class AnalyzeIdcardM2m { ...@@ -94,7 +94,7 @@ public class AnalyzeIdcardM2m {
* *
* @param analyzeId the value for analyze_idcard_m2m.analyze_id * @param analyzeId the value for analyze_idcard_m2m.analyze_id
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public void setAnalyzeId(String analyzeId) { public void setAnalyzeId(String analyzeId) {
this.analyzeId = analyzeId; this.analyzeId = analyzeId;
...@@ -104,7 +104,7 @@ public class AnalyzeIdcardM2m { ...@@ -104,7 +104,7 @@ public class AnalyzeIdcardM2m {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_idcard_m2m * This method corresponds to the database table analyze_idcard_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
@Override @Override
public String toString() { public String toString() {
......
...@@ -8,7 +8,7 @@ public class AnalyzeIdcardM2mExample { ...@@ -8,7 +8,7 @@ public class AnalyzeIdcardM2mExample {
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database table analyze_idcard_m2m * This field corresponds to the database table analyze_idcard_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
protected String orderByClause; protected String orderByClause;
...@@ -16,7 +16,7 @@ public class AnalyzeIdcardM2mExample { ...@@ -16,7 +16,7 @@ public class AnalyzeIdcardM2mExample {
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database table analyze_idcard_m2m * This field corresponds to the database table analyze_idcard_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
protected boolean distinct; protected boolean distinct;
...@@ -24,7 +24,7 @@ public class AnalyzeIdcardM2mExample { ...@@ -24,7 +24,7 @@ public class AnalyzeIdcardM2mExample {
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database table analyze_idcard_m2m * This field corresponds to the database table analyze_idcard_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
protected List<Criteria> oredCriteria; protected List<Criteria> oredCriteria;
...@@ -32,7 +32,7 @@ public class AnalyzeIdcardM2mExample { ...@@ -32,7 +32,7 @@ public class AnalyzeIdcardM2mExample {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_idcard_m2m * This method corresponds to the database table analyze_idcard_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public AnalyzeIdcardM2mExample() { public AnalyzeIdcardM2mExample() {
oredCriteria = new ArrayList<Criteria>(); oredCriteria = new ArrayList<Criteria>();
...@@ -42,7 +42,7 @@ public class AnalyzeIdcardM2mExample { ...@@ -42,7 +42,7 @@ public class AnalyzeIdcardM2mExample {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_idcard_m2m * This method corresponds to the database table analyze_idcard_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public void setOrderByClause(String orderByClause) { public void setOrderByClause(String orderByClause) {
this.orderByClause = orderByClause; this.orderByClause = orderByClause;
...@@ -52,7 +52,7 @@ public class AnalyzeIdcardM2mExample { ...@@ -52,7 +52,7 @@ public class AnalyzeIdcardM2mExample {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_idcard_m2m * This method corresponds to the database table analyze_idcard_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public String getOrderByClause() { public String getOrderByClause() {
return orderByClause; return orderByClause;
...@@ -62,7 +62,7 @@ public class AnalyzeIdcardM2mExample { ...@@ -62,7 +62,7 @@ public class AnalyzeIdcardM2mExample {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_idcard_m2m * This method corresponds to the database table analyze_idcard_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public void setDistinct(boolean distinct) { public void setDistinct(boolean distinct) {
this.distinct = distinct; this.distinct = distinct;
...@@ -72,7 +72,7 @@ public class AnalyzeIdcardM2mExample { ...@@ -72,7 +72,7 @@ public class AnalyzeIdcardM2mExample {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_idcard_m2m * This method corresponds to the database table analyze_idcard_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public boolean isDistinct() { public boolean isDistinct() {
return distinct; return distinct;
...@@ -82,7 +82,7 @@ public class AnalyzeIdcardM2mExample { ...@@ -82,7 +82,7 @@ public class AnalyzeIdcardM2mExample {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_idcard_m2m * This method corresponds to the database table analyze_idcard_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public List<Criteria> getOredCriteria() { public List<Criteria> getOredCriteria() {
return oredCriteria; return oredCriteria;
...@@ -92,7 +92,7 @@ public class AnalyzeIdcardM2mExample { ...@@ -92,7 +92,7 @@ public class AnalyzeIdcardM2mExample {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_idcard_m2m * This method corresponds to the database table analyze_idcard_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public void or(Criteria criteria) { public void or(Criteria criteria) {
oredCriteria.add(criteria); oredCriteria.add(criteria);
...@@ -102,7 +102,7 @@ public class AnalyzeIdcardM2mExample { ...@@ -102,7 +102,7 @@ public class AnalyzeIdcardM2mExample {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_idcard_m2m * This method corresponds to the database table analyze_idcard_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public Criteria or() { public Criteria or() {
Criteria criteria = createCriteriaInternal(); Criteria criteria = createCriteriaInternal();
...@@ -114,7 +114,7 @@ public class AnalyzeIdcardM2mExample { ...@@ -114,7 +114,7 @@ public class AnalyzeIdcardM2mExample {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_idcard_m2m * This method corresponds to the database table analyze_idcard_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public Criteria createCriteria() { public Criteria createCriteria() {
Criteria criteria = createCriteriaInternal(); Criteria criteria = createCriteriaInternal();
...@@ -128,7 +128,7 @@ public class AnalyzeIdcardM2mExample { ...@@ -128,7 +128,7 @@ public class AnalyzeIdcardM2mExample {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_idcard_m2m * This method corresponds to the database table analyze_idcard_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
protected Criteria createCriteriaInternal() { protected Criteria createCriteriaInternal() {
Criteria criteria = new Criteria(); Criteria criteria = new Criteria();
...@@ -139,7 +139,7 @@ public class AnalyzeIdcardM2mExample { ...@@ -139,7 +139,7 @@ public class AnalyzeIdcardM2mExample {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_idcard_m2m * This method corresponds to the database table analyze_idcard_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public void clear() { public void clear() {
oredCriteria.clear(); oredCriteria.clear();
...@@ -151,7 +151,7 @@ public class AnalyzeIdcardM2mExample { ...@@ -151,7 +151,7 @@ public class AnalyzeIdcardM2mExample {
* This class was generated by MyBatis Generator. * This class was generated by MyBatis Generator.
* This class corresponds to the database table analyze_idcard_m2m * This class corresponds to the database table analyze_idcard_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
protected abstract static class GeneratedCriteria { protected abstract static class GeneratedCriteria {
protected List<Criterion> criteria; protected List<Criterion> criteria;
...@@ -409,7 +409,7 @@ public class AnalyzeIdcardM2mExample { ...@@ -409,7 +409,7 @@ public class AnalyzeIdcardM2mExample {
* This class was generated by MyBatis Generator. * This class was generated by MyBatis Generator.
* This class corresponds to the database table analyze_idcard_m2m * This class corresponds to the database table analyze_idcard_m2m
* *
* @mbg.generated do_not_delete_during_merge Thu Dec 15 07:48:39 CST 2016 * @mbg.generated do_not_delete_during_merge Wed Feb 08 14:42:14 CST 2017
*/ */
public static class Criteria extends GeneratedCriteria { public static class Criteria extends GeneratedCriteria {
...@@ -422,7 +422,7 @@ public class AnalyzeIdcardM2mExample { ...@@ -422,7 +422,7 @@ public class AnalyzeIdcardM2mExample {
* This class was generated by MyBatis Generator. * This class was generated by MyBatis Generator.
* This class corresponds to the database table analyze_idcard_m2m * This class corresponds to the database table analyze_idcard_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public static class Criterion { public static class Criterion {
private String condition; private String condition;
......
...@@ -6,7 +6,7 @@ public class AnalyzePortraitM2m { ...@@ -6,7 +6,7 @@ public class AnalyzePortraitM2m {
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column analyze_portrait_m2m.ID * This field corresponds to the database column analyze_portrait_m2m.ID
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
private String id; private String id;
...@@ -15,7 +15,7 @@ public class AnalyzePortraitM2m { ...@@ -15,7 +15,7 @@ public class AnalyzePortraitM2m {
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column analyze_portrait_m2m.ANALYZE_ID * This field corresponds to the database column analyze_portrait_m2m.ANALYZE_ID
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
private String analyzeId; private String analyzeId;
...@@ -24,7 +24,7 @@ public class AnalyzePortraitM2m { ...@@ -24,7 +24,7 @@ public class AnalyzePortraitM2m {
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column analyze_portrait_m2m.PORTRAIT_ID * This field corresponds to the database column analyze_portrait_m2m.PORTRAIT_ID
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
private String portraitId; private String portraitId;
...@@ -34,7 +34,7 @@ public class AnalyzePortraitM2m { ...@@ -34,7 +34,7 @@ public class AnalyzePortraitM2m {
* *
* @return the value of analyze_portrait_m2m.ID * @return the value of analyze_portrait_m2m.ID
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public String getId() { public String getId() {
return id; return id;
...@@ -46,7 +46,7 @@ public class AnalyzePortraitM2m { ...@@ -46,7 +46,7 @@ public class AnalyzePortraitM2m {
* *
* @param id the value for analyze_portrait_m2m.ID * @param id the value for analyze_portrait_m2m.ID
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public void setId(String id) { public void setId(String id) {
this.id = id; this.id = id;
...@@ -58,7 +58,7 @@ public class AnalyzePortraitM2m { ...@@ -58,7 +58,7 @@ public class AnalyzePortraitM2m {
* *
* @return the value of analyze_portrait_m2m.ANALYZE_ID * @return the value of analyze_portrait_m2m.ANALYZE_ID
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public String getAnalyzeId() { public String getAnalyzeId() {
return analyzeId; return analyzeId;
...@@ -70,7 +70,7 @@ public class AnalyzePortraitM2m { ...@@ -70,7 +70,7 @@ public class AnalyzePortraitM2m {
* *
* @param analyzeId the value for analyze_portrait_m2m.ANALYZE_ID * @param analyzeId the value for analyze_portrait_m2m.ANALYZE_ID
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public void setAnalyzeId(String analyzeId) { public void setAnalyzeId(String analyzeId) {
this.analyzeId = analyzeId; this.analyzeId = analyzeId;
...@@ -82,7 +82,7 @@ public class AnalyzePortraitM2m { ...@@ -82,7 +82,7 @@ public class AnalyzePortraitM2m {
* *
* @return the value of analyze_portrait_m2m.PORTRAIT_ID * @return the value of analyze_portrait_m2m.PORTRAIT_ID
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public String getPortraitId() { public String getPortraitId() {
return portraitId; return portraitId;
...@@ -94,7 +94,7 @@ public class AnalyzePortraitM2m { ...@@ -94,7 +94,7 @@ public class AnalyzePortraitM2m {
* *
* @param portraitId the value for analyze_portrait_m2m.PORTRAIT_ID * @param portraitId the value for analyze_portrait_m2m.PORTRAIT_ID
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public void setPortraitId(String portraitId) { public void setPortraitId(String portraitId) {
this.portraitId = portraitId; this.portraitId = portraitId;
...@@ -104,7 +104,7 @@ public class AnalyzePortraitM2m { ...@@ -104,7 +104,7 @@ public class AnalyzePortraitM2m {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_portrait_m2m * This method corresponds to the database table analyze_portrait_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
@Override @Override
public String toString() { public String toString() {
......
...@@ -8,7 +8,7 @@ public class AnalyzePortraitM2mExample { ...@@ -8,7 +8,7 @@ public class AnalyzePortraitM2mExample {
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database table analyze_portrait_m2m * This field corresponds to the database table analyze_portrait_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
protected String orderByClause; protected String orderByClause;
...@@ -16,7 +16,7 @@ public class AnalyzePortraitM2mExample { ...@@ -16,7 +16,7 @@ public class AnalyzePortraitM2mExample {
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database table analyze_portrait_m2m * This field corresponds to the database table analyze_portrait_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
protected boolean distinct; protected boolean distinct;
...@@ -24,7 +24,7 @@ public class AnalyzePortraitM2mExample { ...@@ -24,7 +24,7 @@ public class AnalyzePortraitM2mExample {
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database table analyze_portrait_m2m * This field corresponds to the database table analyze_portrait_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
protected List<Criteria> oredCriteria; protected List<Criteria> oredCriteria;
...@@ -32,7 +32,7 @@ public class AnalyzePortraitM2mExample { ...@@ -32,7 +32,7 @@ public class AnalyzePortraitM2mExample {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_portrait_m2m * This method corresponds to the database table analyze_portrait_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public AnalyzePortraitM2mExample() { public AnalyzePortraitM2mExample() {
oredCriteria = new ArrayList<Criteria>(); oredCriteria = new ArrayList<Criteria>();
...@@ -42,7 +42,7 @@ public class AnalyzePortraitM2mExample { ...@@ -42,7 +42,7 @@ public class AnalyzePortraitM2mExample {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_portrait_m2m * This method corresponds to the database table analyze_portrait_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public void setOrderByClause(String orderByClause) { public void setOrderByClause(String orderByClause) {
this.orderByClause = orderByClause; this.orderByClause = orderByClause;
...@@ -52,7 +52,7 @@ public class AnalyzePortraitM2mExample { ...@@ -52,7 +52,7 @@ public class AnalyzePortraitM2mExample {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_portrait_m2m * This method corresponds to the database table analyze_portrait_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public String getOrderByClause() { public String getOrderByClause() {
return orderByClause; return orderByClause;
...@@ -62,7 +62,7 @@ public class AnalyzePortraitM2mExample { ...@@ -62,7 +62,7 @@ public class AnalyzePortraitM2mExample {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_portrait_m2m * This method corresponds to the database table analyze_portrait_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public void setDistinct(boolean distinct) { public void setDistinct(boolean distinct) {
this.distinct = distinct; this.distinct = distinct;
...@@ -72,7 +72,7 @@ public class AnalyzePortraitM2mExample { ...@@ -72,7 +72,7 @@ public class AnalyzePortraitM2mExample {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_portrait_m2m * This method corresponds to the database table analyze_portrait_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public boolean isDistinct() { public boolean isDistinct() {
return distinct; return distinct;
...@@ -82,7 +82,7 @@ public class AnalyzePortraitM2mExample { ...@@ -82,7 +82,7 @@ public class AnalyzePortraitM2mExample {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_portrait_m2m * This method corresponds to the database table analyze_portrait_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public List<Criteria> getOredCriteria() { public List<Criteria> getOredCriteria() {
return oredCriteria; return oredCriteria;
...@@ -92,7 +92,7 @@ public class AnalyzePortraitM2mExample { ...@@ -92,7 +92,7 @@ public class AnalyzePortraitM2mExample {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_portrait_m2m * This method corresponds to the database table analyze_portrait_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public void or(Criteria criteria) { public void or(Criteria criteria) {
oredCriteria.add(criteria); oredCriteria.add(criteria);
...@@ -102,7 +102,7 @@ public class AnalyzePortraitM2mExample { ...@@ -102,7 +102,7 @@ public class AnalyzePortraitM2mExample {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_portrait_m2m * This method corresponds to the database table analyze_portrait_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public Criteria or() { public Criteria or() {
Criteria criteria = createCriteriaInternal(); Criteria criteria = createCriteriaInternal();
...@@ -114,7 +114,7 @@ public class AnalyzePortraitM2mExample { ...@@ -114,7 +114,7 @@ public class AnalyzePortraitM2mExample {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_portrait_m2m * This method corresponds to the database table analyze_portrait_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public Criteria createCriteria() { public Criteria createCriteria() {
Criteria criteria = createCriteriaInternal(); Criteria criteria = createCriteriaInternal();
...@@ -128,7 +128,7 @@ public class AnalyzePortraitM2mExample { ...@@ -128,7 +128,7 @@ public class AnalyzePortraitM2mExample {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_portrait_m2m * This method corresponds to the database table analyze_portrait_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
protected Criteria createCriteriaInternal() { protected Criteria createCriteriaInternal() {
Criteria criteria = new Criteria(); Criteria criteria = new Criteria();
...@@ -139,7 +139,7 @@ public class AnalyzePortraitM2mExample { ...@@ -139,7 +139,7 @@ public class AnalyzePortraitM2mExample {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table analyze_portrait_m2m * This method corresponds to the database table analyze_portrait_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public void clear() { public void clear() {
oredCriteria.clear(); oredCriteria.clear();
...@@ -151,7 +151,7 @@ public class AnalyzePortraitM2mExample { ...@@ -151,7 +151,7 @@ public class AnalyzePortraitM2mExample {
* This class was generated by MyBatis Generator. * This class was generated by MyBatis Generator.
* This class corresponds to the database table analyze_portrait_m2m * This class corresponds to the database table analyze_portrait_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
protected abstract static class GeneratedCriteria { protected abstract static class GeneratedCriteria {
protected List<Criterion> criteria; protected List<Criterion> criteria;
...@@ -409,7 +409,7 @@ public class AnalyzePortraitM2mExample { ...@@ -409,7 +409,7 @@ public class AnalyzePortraitM2mExample {
* This class was generated by MyBatis Generator. * This class was generated by MyBatis Generator.
* This class corresponds to the database table analyze_portrait_m2m * This class corresponds to the database table analyze_portrait_m2m
* *
* @mbg.generated do_not_delete_during_merge Thu Dec 15 07:48:39 CST 2016 * @mbg.generated do_not_delete_during_merge Wed Feb 08 14:42:14 CST 2017
*/ */
public static class Criteria extends GeneratedCriteria { public static class Criteria extends GeneratedCriteria {
...@@ -422,7 +422,7 @@ public class AnalyzePortraitM2mExample { ...@@ -422,7 +422,7 @@ public class AnalyzePortraitM2mExample {
* This class was generated by MyBatis Generator. * This class was generated by MyBatis Generator.
* This class corresponds to the database table analyze_portrait_m2m * This class corresponds to the database table analyze_portrait_m2m
* *
* @mbg.generated Thu Dec 15 07:48:39 CST 2016 * @mbg.generated Wed Feb 08 14:42:14 CST 2017
*/ */
public static class Criterion { public static class Criterion {
private String condition; private String condition;
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment