Skip to content

Commit d508265

Browse files
committed
更新第三方插件mybatis-generator-plugin到1.3.2,所以代码都是自动生成。
1 parent 7a4c602 commit d508265

File tree

129 files changed

+5311
-4150
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

129 files changed

+5311
-4150
lines changed

litemall-db/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<dependency>
6363
<groupId>com.itfsw</groupId>
6464
<artifactId>mybatis-generator-plugin</artifactId>
65-
<version>1.2.12</version>
65+
<version>1.3.2</version>
6666
</dependency>
6767
</dependencies>
6868
</plugin>

litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallAdMapper.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ public interface LitemallAdMapper {
5151
* This method corresponds to the database table litemall_ad
5252
*
5353
* @mbg.generated
54-
* @project https://github.com/itfsw/mybatis-generator-plugin
5554
*/
5655
LitemallAd selectOneByExample(LitemallAdExample example);
5756

@@ -60,7 +59,6 @@ public interface LitemallAdMapper {
6059
* This method corresponds to the database table litemall_ad
6160
*
6261
* @mbg.generated
63-
* @project https://github.com/itfsw/mybatis-generator-plugin
6462
*/
6563
LitemallAd selectOneByExampleSelective(@Param("example") LitemallAdExample example, @Param("selective") LitemallAd.Column ... selective);
6664

@@ -69,7 +67,6 @@ public interface LitemallAdMapper {
6967
* This method corresponds to the database table litemall_ad
7068
*
7169
* @mbg.generated
72-
* @project https://github.com/itfsw/mybatis-generator-plugin
7370
*/
7471
List<LitemallAd> selectByExampleSelective(@Param("example") LitemallAdExample example, @Param("selective") LitemallAd.Column ... selective);
7572

@@ -86,7 +83,6 @@ public interface LitemallAdMapper {
8683
* This method corresponds to the database table litemall_ad
8784
*
8885
* @mbg.generated
89-
* @project https://github.com/itfsw/mybatis-generator-plugin
9086
*/
9187
LitemallAd selectByPrimaryKeySelective(@Param("id") Integer id, @Param("selective") LitemallAd.Column ... selective);
9288

@@ -103,7 +99,6 @@ public interface LitemallAdMapper {
10399
* This method corresponds to the database table litemall_ad
104100
*
105101
* @mbg.generated
106-
* @project https://github.com/itfsw/mybatis-generator-plugin
107102
*/
108103
LitemallAd selectByPrimaryKeyWithLogicalDelete(@Param("id") Integer id, @Param("andLogicalDeleted") boolean andLogicalDeleted);
109104

@@ -144,7 +139,6 @@ public interface LitemallAdMapper {
144139
* This method corresponds to the database table litemall_ad
145140
*
146141
* @mbg.generated
147-
* @project https://github.com/itfsw/mybatis-generator-plugin
148142
*/
149143
int logicalDeleteByExample(@Param("example") LitemallAdExample example);
150144

@@ -153,7 +147,6 @@ public interface LitemallAdMapper {
153147
* This method corresponds to the database table litemall_ad
154148
*
155149
* @mbg.generated
156-
* @project https://github.com/itfsw/mybatis-generator-plugin
157150
*/
158151
int logicalDeleteByPrimaryKey(Integer id);
159152
}

litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallAddressMapper.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ public interface LitemallAddressMapper {
5151
* This method corresponds to the database table litemall_address
5252
*
5353
* @mbg.generated
54-
* @project https://github.com/itfsw/mybatis-generator-plugin
5554
*/
5655
LitemallAddress selectOneByExample(LitemallAddressExample example);
5756

@@ -60,7 +59,6 @@ public interface LitemallAddressMapper {
6059
* This method corresponds to the database table litemall_address
6160
*
6261
* @mbg.generated
63-
* @project https://github.com/itfsw/mybatis-generator-plugin
6462
*/
6563
LitemallAddress selectOneByExampleSelective(@Param("example") LitemallAddressExample example, @Param("selective") LitemallAddress.Column ... selective);
6664

@@ -69,7 +67,6 @@ public interface LitemallAddressMapper {
6967
* This method corresponds to the database table litemall_address
7068
*
7169
* @mbg.generated
72-
* @project https://github.com/itfsw/mybatis-generator-plugin
7370
*/
7471
List<LitemallAddress> selectByExampleSelective(@Param("example") LitemallAddressExample example, @Param("selective") LitemallAddress.Column ... selective);
7572

@@ -86,7 +83,6 @@ public interface LitemallAddressMapper {
8683
* This method corresponds to the database table litemall_address
8784
*
8885
* @mbg.generated
89-
* @project https://github.com/itfsw/mybatis-generator-plugin
9086
*/
9187
LitemallAddress selectByPrimaryKeySelective(@Param("id") Integer id, @Param("selective") LitemallAddress.Column ... selective);
9288

@@ -103,7 +99,6 @@ public interface LitemallAddressMapper {
10399
* This method corresponds to the database table litemall_address
104100
*
105101
* @mbg.generated
106-
* @project https://github.com/itfsw/mybatis-generator-plugin
107102
*/
108103
LitemallAddress selectByPrimaryKeyWithLogicalDelete(@Param("id") Integer id, @Param("andLogicalDeleted") boolean andLogicalDeleted);
109104

@@ -144,7 +139,6 @@ public interface LitemallAddressMapper {
144139
* This method corresponds to the database table litemall_address
145140
*
146141
* @mbg.generated
147-
* @project https://github.com/itfsw/mybatis-generator-plugin
148142
*/
149143
int logicalDeleteByExample(@Param("example") LitemallAddressExample example);
150144

@@ -153,7 +147,6 @@ public interface LitemallAddressMapper {
153147
* This method corresponds to the database table litemall_address
154148
*
155149
* @mbg.generated
156-
* @project https://github.com/itfsw/mybatis-generator-plugin
157150
*/
158151
int logicalDeleteByPrimaryKey(Integer id);
159152
}

litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallAdminMapper.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ public interface LitemallAdminMapper {
5151
* This method corresponds to the database table litemall_admin
5252
*
5353
* @mbg.generated
54-
* @project https://github.com/itfsw/mybatis-generator-plugin
5554
*/
5655
LitemallAdmin selectOneByExample(LitemallAdminExample example);
5756

@@ -60,7 +59,6 @@ public interface LitemallAdminMapper {
6059
* This method corresponds to the database table litemall_admin
6160
*
6261
* @mbg.generated
63-
* @project https://github.com/itfsw/mybatis-generator-plugin
6462
*/
6563
LitemallAdmin selectOneByExampleSelective(@Param("example") LitemallAdminExample example, @Param("selective") LitemallAdmin.Column ... selective);
6664

@@ -69,7 +67,6 @@ public interface LitemallAdminMapper {
6967
* This method corresponds to the database table litemall_admin
7068
*
7169
* @mbg.generated
72-
* @project https://github.com/itfsw/mybatis-generator-plugin
7370
*/
7471
List<LitemallAdmin> selectByExampleSelective(@Param("example") LitemallAdminExample example, @Param("selective") LitemallAdmin.Column ... selective);
7572

@@ -86,7 +83,6 @@ public interface LitemallAdminMapper {
8683
* This method corresponds to the database table litemall_admin
8784
*
8885
* @mbg.generated
89-
* @project https://github.com/itfsw/mybatis-generator-plugin
9086
*/
9187
LitemallAdmin selectByPrimaryKeySelective(@Param("id") Integer id, @Param("selective") LitemallAdmin.Column ... selective);
9288

@@ -103,7 +99,6 @@ public interface LitemallAdminMapper {
10399
* This method corresponds to the database table litemall_admin
104100
*
105101
* @mbg.generated
106-
* @project https://github.com/itfsw/mybatis-generator-plugin
107102
*/
108103
LitemallAdmin selectByPrimaryKeyWithLogicalDelete(@Param("id") Integer id, @Param("andLogicalDeleted") boolean andLogicalDeleted);
109104

@@ -144,7 +139,6 @@ public interface LitemallAdminMapper {
144139
* This method corresponds to the database table litemall_admin
145140
*
146141
* @mbg.generated
147-
* @project https://github.com/itfsw/mybatis-generator-plugin
148142
*/
149143
int logicalDeleteByExample(@Param("example") LitemallAdminExample example);
150144

@@ -153,7 +147,6 @@ public interface LitemallAdminMapper {
153147
* This method corresponds to the database table litemall_admin
154148
*
155149
* @mbg.generated
156-
* @project https://github.com/itfsw/mybatis-generator-plugin
157150
*/
158151
int logicalDeleteByPrimaryKey(Integer id);
159152
}

litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallBrandMapper.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ public interface LitemallBrandMapper {
5151
* This method corresponds to the database table litemall_brand
5252
*
5353
* @mbg.generated
54-
* @project https://github.com/itfsw/mybatis-generator-plugin
5554
*/
5655
LitemallBrand selectOneByExample(LitemallBrandExample example);
5756

@@ -60,7 +59,6 @@ public interface LitemallBrandMapper {
6059
* This method corresponds to the database table litemall_brand
6160
*
6261
* @mbg.generated
63-
* @project https://github.com/itfsw/mybatis-generator-plugin
6462
*/
6563
LitemallBrand selectOneByExampleSelective(@Param("example") LitemallBrandExample example, @Param("selective") LitemallBrand.Column ... selective);
6664

@@ -69,7 +67,6 @@ public interface LitemallBrandMapper {
6967
* This method corresponds to the database table litemall_brand
7068
*
7169
* @mbg.generated
72-
* @project https://github.com/itfsw/mybatis-generator-plugin
7370
*/
7471
List<LitemallBrand> selectByExampleSelective(@Param("example") LitemallBrandExample example, @Param("selective") LitemallBrand.Column ... selective);
7572

@@ -86,7 +83,6 @@ public interface LitemallBrandMapper {
8683
* This method corresponds to the database table litemall_brand
8784
*
8885
* @mbg.generated
89-
* @project https://github.com/itfsw/mybatis-generator-plugin
9086
*/
9187
LitemallBrand selectByPrimaryKeySelective(@Param("id") Integer id, @Param("selective") LitemallBrand.Column ... selective);
9288

@@ -103,7 +99,6 @@ public interface LitemallBrandMapper {
10399
* This method corresponds to the database table litemall_brand
104100
*
105101
* @mbg.generated
106-
* @project https://github.com/itfsw/mybatis-generator-plugin
107102
*/
108103
LitemallBrand selectByPrimaryKeyWithLogicalDelete(@Param("id") Integer id, @Param("andLogicalDeleted") boolean andLogicalDeleted);
109104

@@ -144,7 +139,6 @@ public interface LitemallBrandMapper {
144139
* This method corresponds to the database table litemall_brand
145140
*
146141
* @mbg.generated
147-
* @project https://github.com/itfsw/mybatis-generator-plugin
148142
*/
149143
int logicalDeleteByExample(@Param("example") LitemallBrandExample example);
150144

@@ -153,7 +147,6 @@ public interface LitemallBrandMapper {
153147
* This method corresponds to the database table litemall_brand
154148
*
155149
* @mbg.generated
156-
* @project https://github.com/itfsw/mybatis-generator-plugin
157150
*/
158151
int logicalDeleteByPrimaryKey(Integer id);
159152
}

litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallCartMapper.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ public interface LitemallCartMapper {
5151
* This method corresponds to the database table litemall_cart
5252
*
5353
* @mbg.generated
54-
* @project https://github.com/itfsw/mybatis-generator-plugin
5554
*/
5655
LitemallCart selectOneByExample(LitemallCartExample example);
5756

@@ -60,7 +59,6 @@ public interface LitemallCartMapper {
6059
* This method corresponds to the database table litemall_cart
6160
*
6261
* @mbg.generated
63-
* @project https://github.com/itfsw/mybatis-generator-plugin
6462
*/
6563
LitemallCart selectOneByExampleSelective(@Param("example") LitemallCartExample example, @Param("selective") LitemallCart.Column ... selective);
6664

@@ -69,7 +67,6 @@ public interface LitemallCartMapper {
6967
* This method corresponds to the database table litemall_cart
7068
*
7169
* @mbg.generated
72-
* @project https://github.com/itfsw/mybatis-generator-plugin
7370
*/
7471
List<LitemallCart> selectByExampleSelective(@Param("example") LitemallCartExample example, @Param("selective") LitemallCart.Column ... selective);
7572

@@ -86,7 +83,6 @@ public interface LitemallCartMapper {
8683
* This method corresponds to the database table litemall_cart
8784
*
8885
* @mbg.generated
89-
* @project https://github.com/itfsw/mybatis-generator-plugin
9086
*/
9187
LitemallCart selectByPrimaryKeySelective(@Param("id") Integer id, @Param("selective") LitemallCart.Column ... selective);
9288

@@ -103,7 +99,6 @@ public interface LitemallCartMapper {
10399
* This method corresponds to the database table litemall_cart
104100
*
105101
* @mbg.generated
106-
* @project https://github.com/itfsw/mybatis-generator-plugin
107102
*/
108103
LitemallCart selectByPrimaryKeyWithLogicalDelete(@Param("id") Integer id, @Param("andLogicalDeleted") boolean andLogicalDeleted);
109104

@@ -144,7 +139,6 @@ public interface LitemallCartMapper {
144139
* This method corresponds to the database table litemall_cart
145140
*
146141
* @mbg.generated
147-
* @project https://github.com/itfsw/mybatis-generator-plugin
148142
*/
149143
int logicalDeleteByExample(@Param("example") LitemallCartExample example);
150144

@@ -153,7 +147,6 @@ public interface LitemallCartMapper {
153147
* This method corresponds to the database table litemall_cart
154148
*
155149
* @mbg.generated
156-
* @project https://github.com/itfsw/mybatis-generator-plugin
157150
*/
158151
int logicalDeleteByPrimaryKey(Integer id);
159152
}

litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallCategoryMapper.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ public interface LitemallCategoryMapper {
5151
* This method corresponds to the database table litemall_category
5252
*
5353
* @mbg.generated
54-
* @project https://github.com/itfsw/mybatis-generator-plugin
5554
*/
5655
LitemallCategory selectOneByExample(LitemallCategoryExample example);
5756

@@ -60,7 +59,6 @@ public interface LitemallCategoryMapper {
6059
* This method corresponds to the database table litemall_category
6160
*
6261
* @mbg.generated
63-
* @project https://github.com/itfsw/mybatis-generator-plugin
6462
*/
6563
LitemallCategory selectOneByExampleSelective(@Param("example") LitemallCategoryExample example, @Param("selective") LitemallCategory.Column ... selective);
6664

@@ -69,7 +67,6 @@ public interface LitemallCategoryMapper {
6967
* This method corresponds to the database table litemall_category
7068
*
7169
* @mbg.generated
72-
* @project https://github.com/itfsw/mybatis-generator-plugin
7370
*/
7471
List<LitemallCategory> selectByExampleSelective(@Param("example") LitemallCategoryExample example, @Param("selective") LitemallCategory.Column ... selective);
7572

@@ -86,7 +83,6 @@ public interface LitemallCategoryMapper {
8683
* This method corresponds to the database table litemall_category
8784
*
8885
* @mbg.generated
89-
* @project https://github.com/itfsw/mybatis-generator-plugin
9086
*/
9187
LitemallCategory selectByPrimaryKeySelective(@Param("id") Integer id, @Param("selective") LitemallCategory.Column ... selective);
9288

@@ -103,7 +99,6 @@ public interface LitemallCategoryMapper {
10399
* This method corresponds to the database table litemall_category
104100
*
105101
* @mbg.generated
106-
* @project https://github.com/itfsw/mybatis-generator-plugin
107102
*/
108103
LitemallCategory selectByPrimaryKeyWithLogicalDelete(@Param("id") Integer id, @Param("andLogicalDeleted") boolean andLogicalDeleted);
109104

@@ -144,7 +139,6 @@ public interface LitemallCategoryMapper {
144139
* This method corresponds to the database table litemall_category
145140
*
146141
* @mbg.generated
147-
* @project https://github.com/itfsw/mybatis-generator-plugin
148142
*/
149143
int logicalDeleteByExample(@Param("example") LitemallCategoryExample example);
150144

@@ -153,7 +147,6 @@ public interface LitemallCategoryMapper {
153147
* This method corresponds to the database table litemall_category
154148
*
155149
* @mbg.generated
156-
* @project https://github.com/itfsw/mybatis-generator-plugin
157150
*/
158151
int logicalDeleteByPrimaryKey(Integer id);
159152
}

0 commit comments

Comments
 (0)