Commit d5082658 authored by Junling Bu's avatar Junling Bu
Browse files

更新第三方插件mybatis-generator-plugin到1.3.2,所以代码都是自动生成。

parent 7a4c6023
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
<dependency> <dependency>
<groupId>com.itfsw</groupId> <groupId>com.itfsw</groupId>
<artifactId>mybatis-generator-plugin</artifactId> <artifactId>mybatis-generator-plugin</artifactId>
<version>1.2.12</version> <version>1.3.2</version>
</dependency> </dependency>
</dependencies> </dependencies>
</plugin> </plugin>
......
...@@ -51,7 +51,6 @@ public interface LitemallAdMapper { ...@@ -51,7 +51,6 @@ public interface LitemallAdMapper {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallAd selectOneByExample(LitemallAdExample example); LitemallAd selectOneByExample(LitemallAdExample example);
...@@ -60,7 +59,6 @@ public interface LitemallAdMapper { ...@@ -60,7 +59,6 @@ public interface LitemallAdMapper {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallAd selectOneByExampleSelective(@Param("example") LitemallAdExample example, @Param("selective") LitemallAd.Column ... selective); LitemallAd selectOneByExampleSelective(@Param("example") LitemallAdExample example, @Param("selective") LitemallAd.Column ... selective);
...@@ -69,7 +67,6 @@ public interface LitemallAdMapper { ...@@ -69,7 +67,6 @@ public interface LitemallAdMapper {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
List<LitemallAd> selectByExampleSelective(@Param("example") LitemallAdExample example, @Param("selective") LitemallAd.Column ... selective); List<LitemallAd> selectByExampleSelective(@Param("example") LitemallAdExample example, @Param("selective") LitemallAd.Column ... selective);
...@@ -86,7 +83,6 @@ public interface LitemallAdMapper { ...@@ -86,7 +83,6 @@ public interface LitemallAdMapper {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallAd selectByPrimaryKeySelective(@Param("id") Integer id, @Param("selective") LitemallAd.Column ... selective); LitemallAd selectByPrimaryKeySelective(@Param("id") Integer id, @Param("selective") LitemallAd.Column ... selective);
...@@ -103,7 +99,6 @@ public interface LitemallAdMapper { ...@@ -103,7 +99,6 @@ public interface LitemallAdMapper {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallAd selectByPrimaryKeyWithLogicalDelete(@Param("id") Integer id, @Param("andLogicalDeleted") boolean andLogicalDeleted); LitemallAd selectByPrimaryKeyWithLogicalDelete(@Param("id") Integer id, @Param("andLogicalDeleted") boolean andLogicalDeleted);
...@@ -144,7 +139,6 @@ public interface LitemallAdMapper { ...@@ -144,7 +139,6 @@ public interface LitemallAdMapper {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
int logicalDeleteByExample(@Param("example") LitemallAdExample example); int logicalDeleteByExample(@Param("example") LitemallAdExample example);
...@@ -153,7 +147,6 @@ public interface LitemallAdMapper { ...@@ -153,7 +147,6 @@ public interface LitemallAdMapper {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
int logicalDeleteByPrimaryKey(Integer id); int logicalDeleteByPrimaryKey(Integer id);
} }
\ No newline at end of file
...@@ -51,7 +51,6 @@ public interface LitemallAddressMapper { ...@@ -51,7 +51,6 @@ public interface LitemallAddressMapper {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallAddress selectOneByExample(LitemallAddressExample example); LitemallAddress selectOneByExample(LitemallAddressExample example);
...@@ -60,7 +59,6 @@ public interface LitemallAddressMapper { ...@@ -60,7 +59,6 @@ public interface LitemallAddressMapper {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallAddress selectOneByExampleSelective(@Param("example") LitemallAddressExample example, @Param("selective") LitemallAddress.Column ... selective); LitemallAddress selectOneByExampleSelective(@Param("example") LitemallAddressExample example, @Param("selective") LitemallAddress.Column ... selective);
...@@ -69,7 +67,6 @@ public interface LitemallAddressMapper { ...@@ -69,7 +67,6 @@ public interface LitemallAddressMapper {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
List<LitemallAddress> selectByExampleSelective(@Param("example") LitemallAddressExample example, @Param("selective") LitemallAddress.Column ... selective); List<LitemallAddress> selectByExampleSelective(@Param("example") LitemallAddressExample example, @Param("selective") LitemallAddress.Column ... selective);
...@@ -86,7 +83,6 @@ public interface LitemallAddressMapper { ...@@ -86,7 +83,6 @@ public interface LitemallAddressMapper {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallAddress selectByPrimaryKeySelective(@Param("id") Integer id, @Param("selective") LitemallAddress.Column ... selective); LitemallAddress selectByPrimaryKeySelective(@Param("id") Integer id, @Param("selective") LitemallAddress.Column ... selective);
...@@ -103,7 +99,6 @@ public interface LitemallAddressMapper { ...@@ -103,7 +99,6 @@ public interface LitemallAddressMapper {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallAddress selectByPrimaryKeyWithLogicalDelete(@Param("id") Integer id, @Param("andLogicalDeleted") boolean andLogicalDeleted); LitemallAddress selectByPrimaryKeyWithLogicalDelete(@Param("id") Integer id, @Param("andLogicalDeleted") boolean andLogicalDeleted);
...@@ -144,7 +139,6 @@ public interface LitemallAddressMapper { ...@@ -144,7 +139,6 @@ public interface LitemallAddressMapper {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
int logicalDeleteByExample(@Param("example") LitemallAddressExample example); int logicalDeleteByExample(@Param("example") LitemallAddressExample example);
...@@ -153,7 +147,6 @@ public interface LitemallAddressMapper { ...@@ -153,7 +147,6 @@ public interface LitemallAddressMapper {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
int logicalDeleteByPrimaryKey(Integer id); int logicalDeleteByPrimaryKey(Integer id);
} }
\ No newline at end of file
...@@ -51,7 +51,6 @@ public interface LitemallAdminMapper { ...@@ -51,7 +51,6 @@ public interface LitemallAdminMapper {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallAdmin selectOneByExample(LitemallAdminExample example); LitemallAdmin selectOneByExample(LitemallAdminExample example);
...@@ -60,7 +59,6 @@ public interface LitemallAdminMapper { ...@@ -60,7 +59,6 @@ public interface LitemallAdminMapper {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallAdmin selectOneByExampleSelective(@Param("example") LitemallAdminExample example, @Param("selective") LitemallAdmin.Column ... selective); LitemallAdmin selectOneByExampleSelective(@Param("example") LitemallAdminExample example, @Param("selective") LitemallAdmin.Column ... selective);
...@@ -69,7 +67,6 @@ public interface LitemallAdminMapper { ...@@ -69,7 +67,6 @@ public interface LitemallAdminMapper {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
List<LitemallAdmin> selectByExampleSelective(@Param("example") LitemallAdminExample example, @Param("selective") LitemallAdmin.Column ... selective); List<LitemallAdmin> selectByExampleSelective(@Param("example") LitemallAdminExample example, @Param("selective") LitemallAdmin.Column ... selective);
...@@ -86,7 +83,6 @@ public interface LitemallAdminMapper { ...@@ -86,7 +83,6 @@ public interface LitemallAdminMapper {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallAdmin selectByPrimaryKeySelective(@Param("id") Integer id, @Param("selective") LitemallAdmin.Column ... selective); LitemallAdmin selectByPrimaryKeySelective(@Param("id") Integer id, @Param("selective") LitemallAdmin.Column ... selective);
...@@ -103,7 +99,6 @@ public interface LitemallAdminMapper { ...@@ -103,7 +99,6 @@ public interface LitemallAdminMapper {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallAdmin selectByPrimaryKeyWithLogicalDelete(@Param("id") Integer id, @Param("andLogicalDeleted") boolean andLogicalDeleted); LitemallAdmin selectByPrimaryKeyWithLogicalDelete(@Param("id") Integer id, @Param("andLogicalDeleted") boolean andLogicalDeleted);
...@@ -144,7 +139,6 @@ public interface LitemallAdminMapper { ...@@ -144,7 +139,6 @@ public interface LitemallAdminMapper {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
int logicalDeleteByExample(@Param("example") LitemallAdminExample example); int logicalDeleteByExample(@Param("example") LitemallAdminExample example);
...@@ -153,7 +147,6 @@ public interface LitemallAdminMapper { ...@@ -153,7 +147,6 @@ public interface LitemallAdminMapper {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
int logicalDeleteByPrimaryKey(Integer id); int logicalDeleteByPrimaryKey(Integer id);
} }
\ No newline at end of file
...@@ -51,7 +51,6 @@ public interface LitemallBrandMapper { ...@@ -51,7 +51,6 @@ public interface LitemallBrandMapper {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallBrand selectOneByExample(LitemallBrandExample example); LitemallBrand selectOneByExample(LitemallBrandExample example);
...@@ -60,7 +59,6 @@ public interface LitemallBrandMapper { ...@@ -60,7 +59,6 @@ public interface LitemallBrandMapper {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallBrand selectOneByExampleSelective(@Param("example") LitemallBrandExample example, @Param("selective") LitemallBrand.Column ... selective); LitemallBrand selectOneByExampleSelective(@Param("example") LitemallBrandExample example, @Param("selective") LitemallBrand.Column ... selective);
...@@ -69,7 +67,6 @@ public interface LitemallBrandMapper { ...@@ -69,7 +67,6 @@ public interface LitemallBrandMapper {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
List<LitemallBrand> selectByExampleSelective(@Param("example") LitemallBrandExample example, @Param("selective") LitemallBrand.Column ... selective); List<LitemallBrand> selectByExampleSelective(@Param("example") LitemallBrandExample example, @Param("selective") LitemallBrand.Column ... selective);
...@@ -86,7 +83,6 @@ public interface LitemallBrandMapper { ...@@ -86,7 +83,6 @@ public interface LitemallBrandMapper {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallBrand selectByPrimaryKeySelective(@Param("id") Integer id, @Param("selective") LitemallBrand.Column ... selective); LitemallBrand selectByPrimaryKeySelective(@Param("id") Integer id, @Param("selective") LitemallBrand.Column ... selective);
...@@ -103,7 +99,6 @@ public interface LitemallBrandMapper { ...@@ -103,7 +99,6 @@ public interface LitemallBrandMapper {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallBrand selectByPrimaryKeyWithLogicalDelete(@Param("id") Integer id, @Param("andLogicalDeleted") boolean andLogicalDeleted); LitemallBrand selectByPrimaryKeyWithLogicalDelete(@Param("id") Integer id, @Param("andLogicalDeleted") boolean andLogicalDeleted);
...@@ -144,7 +139,6 @@ public interface LitemallBrandMapper { ...@@ -144,7 +139,6 @@ public interface LitemallBrandMapper {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
int logicalDeleteByExample(@Param("example") LitemallBrandExample example); int logicalDeleteByExample(@Param("example") LitemallBrandExample example);
...@@ -153,7 +147,6 @@ public interface LitemallBrandMapper { ...@@ -153,7 +147,6 @@ public interface LitemallBrandMapper {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
int logicalDeleteByPrimaryKey(Integer id); int logicalDeleteByPrimaryKey(Integer id);
} }
\ No newline at end of file
...@@ -51,7 +51,6 @@ public interface LitemallCartMapper { ...@@ -51,7 +51,6 @@ public interface LitemallCartMapper {
* This method corresponds to the database table litemall_cart * This method corresponds to the database table litemall_cart
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallCart selectOneByExample(LitemallCartExample example); LitemallCart selectOneByExample(LitemallCartExample example);
...@@ -60,7 +59,6 @@ public interface LitemallCartMapper { ...@@ -60,7 +59,6 @@ public interface LitemallCartMapper {
* This method corresponds to the database table litemall_cart * This method corresponds to the database table litemall_cart
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallCart selectOneByExampleSelective(@Param("example") LitemallCartExample example, @Param("selective") LitemallCart.Column ... selective); LitemallCart selectOneByExampleSelective(@Param("example") LitemallCartExample example, @Param("selective") LitemallCart.Column ... selective);
...@@ -69,7 +67,6 @@ public interface LitemallCartMapper { ...@@ -69,7 +67,6 @@ public interface LitemallCartMapper {
* This method corresponds to the database table litemall_cart * This method corresponds to the database table litemall_cart
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
List<LitemallCart> selectByExampleSelective(@Param("example") LitemallCartExample example, @Param("selective") LitemallCart.Column ... selective); List<LitemallCart> selectByExampleSelective(@Param("example") LitemallCartExample example, @Param("selective") LitemallCart.Column ... selective);
...@@ -86,7 +83,6 @@ public interface LitemallCartMapper { ...@@ -86,7 +83,6 @@ public interface LitemallCartMapper {
* This method corresponds to the database table litemall_cart * This method corresponds to the database table litemall_cart
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallCart selectByPrimaryKeySelective(@Param("id") Integer id, @Param("selective") LitemallCart.Column ... selective); LitemallCart selectByPrimaryKeySelective(@Param("id") Integer id, @Param("selective") LitemallCart.Column ... selective);
...@@ -103,7 +99,6 @@ public interface LitemallCartMapper { ...@@ -103,7 +99,6 @@ public interface LitemallCartMapper {
* This method corresponds to the database table litemall_cart * This method corresponds to the database table litemall_cart
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallCart selectByPrimaryKeyWithLogicalDelete(@Param("id") Integer id, @Param("andLogicalDeleted") boolean andLogicalDeleted); LitemallCart selectByPrimaryKeyWithLogicalDelete(@Param("id") Integer id, @Param("andLogicalDeleted") boolean andLogicalDeleted);
...@@ -144,7 +139,6 @@ public interface LitemallCartMapper { ...@@ -144,7 +139,6 @@ public interface LitemallCartMapper {
* This method corresponds to the database table litemall_cart * This method corresponds to the database table litemall_cart
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
int logicalDeleteByExample(@Param("example") LitemallCartExample example); int logicalDeleteByExample(@Param("example") LitemallCartExample example);
...@@ -153,7 +147,6 @@ public interface LitemallCartMapper { ...@@ -153,7 +147,6 @@ public interface LitemallCartMapper {
* This method corresponds to the database table litemall_cart * This method corresponds to the database table litemall_cart
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
int logicalDeleteByPrimaryKey(Integer id); int logicalDeleteByPrimaryKey(Integer id);
} }
\ No newline at end of file
...@@ -51,7 +51,6 @@ public interface LitemallCategoryMapper { ...@@ -51,7 +51,6 @@ public interface LitemallCategoryMapper {
* This method corresponds to the database table litemall_category * This method corresponds to the database table litemall_category
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallCategory selectOneByExample(LitemallCategoryExample example); LitemallCategory selectOneByExample(LitemallCategoryExample example);
...@@ -60,7 +59,6 @@ public interface LitemallCategoryMapper { ...@@ -60,7 +59,6 @@ public interface LitemallCategoryMapper {
* This method corresponds to the database table litemall_category * This method corresponds to the database table litemall_category
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallCategory selectOneByExampleSelective(@Param("example") LitemallCategoryExample example, @Param("selective") LitemallCategory.Column ... selective); LitemallCategory selectOneByExampleSelective(@Param("example") LitemallCategoryExample example, @Param("selective") LitemallCategory.Column ... selective);
...@@ -69,7 +67,6 @@ public interface LitemallCategoryMapper { ...@@ -69,7 +67,6 @@ public interface LitemallCategoryMapper {
* This method corresponds to the database table litemall_category * This method corresponds to the database table litemall_category
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
List<LitemallCategory> selectByExampleSelective(@Param("example") LitemallCategoryExample example, @Param("selective") LitemallCategory.Column ... selective); List<LitemallCategory> selectByExampleSelective(@Param("example") LitemallCategoryExample example, @Param("selective") LitemallCategory.Column ... selective);
...@@ -86,7 +83,6 @@ public interface LitemallCategoryMapper { ...@@ -86,7 +83,6 @@ public interface LitemallCategoryMapper {
* This method corresponds to the database table litemall_category * This method corresponds to the database table litemall_category
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallCategory selectByPrimaryKeySelective(@Param("id") Integer id, @Param("selective") LitemallCategory.Column ... selective); LitemallCategory selectByPrimaryKeySelective(@Param("id") Integer id, @Param("selective") LitemallCategory.Column ... selective);
...@@ -103,7 +99,6 @@ public interface LitemallCategoryMapper { ...@@ -103,7 +99,6 @@ public interface LitemallCategoryMapper {
* This method corresponds to the database table litemall_category * This method corresponds to the database table litemall_category
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallCategory selectByPrimaryKeyWithLogicalDelete(@Param("id") Integer id, @Param("andLogicalDeleted") boolean andLogicalDeleted); LitemallCategory selectByPrimaryKeyWithLogicalDelete(@Param("id") Integer id, @Param("andLogicalDeleted") boolean andLogicalDeleted);
...@@ -144,7 +139,6 @@ public interface LitemallCategoryMapper { ...@@ -144,7 +139,6 @@ public interface LitemallCategoryMapper {
* This method corresponds to the database table litemall_category * This method corresponds to the database table litemall_category
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
int logicalDeleteByExample(@Param("example") LitemallCategoryExample example); int logicalDeleteByExample(@Param("example") LitemallCategoryExample example);
...@@ -153,7 +147,6 @@ public interface LitemallCategoryMapper { ...@@ -153,7 +147,6 @@ public interface LitemallCategoryMapper {
* This method corresponds to the database table litemall_category * This method corresponds to the database table litemall_category
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
int logicalDeleteByPrimaryKey(Integer id); int logicalDeleteByPrimaryKey(Integer id);
} }
\ No newline at end of file
...@@ -51,7 +51,6 @@ public interface LitemallCollectMapper { ...@@ -51,7 +51,6 @@ public interface LitemallCollectMapper {
* This method corresponds to the database table litemall_collect * This method corresponds to the database table litemall_collect
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallCollect selectOneByExample(LitemallCollectExample example); LitemallCollect selectOneByExample(LitemallCollectExample example);
...@@ -60,7 +59,6 @@ public interface LitemallCollectMapper { ...@@ -60,7 +59,6 @@ public interface LitemallCollectMapper {
* This method corresponds to the database table litemall_collect * This method corresponds to the database table litemall_collect
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallCollect selectOneByExampleSelective(@Param("example") LitemallCollectExample example, @Param("selective") LitemallCollect.Column ... selective); LitemallCollect selectOneByExampleSelective(@Param("example") LitemallCollectExample example, @Param("selective") LitemallCollect.Column ... selective);
...@@ -69,7 +67,6 @@ public interface LitemallCollectMapper { ...@@ -69,7 +67,6 @@ public interface LitemallCollectMapper {
* This method corresponds to the database table litemall_collect * This method corresponds to the database table litemall_collect
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
List<LitemallCollect> selectByExampleSelective(@Param("example") LitemallCollectExample example, @Param("selective") LitemallCollect.Column ... selective); List<LitemallCollect> selectByExampleSelective(@Param("example") LitemallCollectExample example, @Param("selective") LitemallCollect.Column ... selective);
...@@ -86,7 +83,6 @@ public interface LitemallCollectMapper { ...@@ -86,7 +83,6 @@ public interface LitemallCollectMapper {
* This method corresponds to the database table litemall_collect * This method corresponds to the database table litemall_collect
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallCollect selectByPrimaryKeySelective(@Param("id") Integer id, @Param("selective") LitemallCollect.Column ... selective); LitemallCollect selectByPrimaryKeySelective(@Param("id") Integer id, @Param("selective") LitemallCollect.Column ... selective);
...@@ -103,7 +99,6 @@ public interface LitemallCollectMapper { ...@@ -103,7 +99,6 @@ public interface LitemallCollectMapper {
* This method corresponds to the database table litemall_collect * This method corresponds to the database table litemall_collect
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallCollect selectByPrimaryKeyWithLogicalDelete(@Param("id") Integer id, @Param("andLogicalDeleted") boolean andLogicalDeleted); LitemallCollect selectByPrimaryKeyWithLogicalDelete(@Param("id") Integer id, @Param("andLogicalDeleted") boolean andLogicalDeleted);
...@@ -144,7 +139,6 @@ public interface LitemallCollectMapper { ...@@ -144,7 +139,6 @@ public interface LitemallCollectMapper {
* This method corresponds to the database table litemall_collect * This method corresponds to the database table litemall_collect
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
int logicalDeleteByExample(@Param("example") LitemallCollectExample example); int logicalDeleteByExample(@Param("example") LitemallCollectExample example);
...@@ -153,7 +147,6 @@ public interface LitemallCollectMapper { ...@@ -153,7 +147,6 @@ public interface LitemallCollectMapper {
* This method corresponds to the database table litemall_collect * This method corresponds to the database table litemall_collect
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
int logicalDeleteByPrimaryKey(Integer id); int logicalDeleteByPrimaryKey(Integer id);
} }
\ No newline at end of file
...@@ -51,7 +51,6 @@ public interface LitemallCommentMapper { ...@@ -51,7 +51,6 @@ public interface LitemallCommentMapper {
* This method corresponds to the database table litemall_comment * This method corresponds to the database table litemall_comment
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallComment selectOneByExample(LitemallCommentExample example); LitemallComment selectOneByExample(LitemallCommentExample example);
...@@ -60,7 +59,6 @@ public interface LitemallCommentMapper { ...@@ -60,7 +59,6 @@ public interface LitemallCommentMapper {
* This method corresponds to the database table litemall_comment * This method corresponds to the database table litemall_comment
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallComment selectOneByExampleSelective(@Param("example") LitemallCommentExample example, @Param("selective") LitemallComment.Column ... selective); LitemallComment selectOneByExampleSelective(@Param("example") LitemallCommentExample example, @Param("selective") LitemallComment.Column ... selective);
...@@ -69,7 +67,6 @@ public interface LitemallCommentMapper { ...@@ -69,7 +67,6 @@ public interface LitemallCommentMapper {
* This method corresponds to the database table litemall_comment * This method corresponds to the database table litemall_comment
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
List<LitemallComment> selectByExampleSelective(@Param("example") LitemallCommentExample example, @Param("selective") LitemallComment.Column ... selective); List<LitemallComment> selectByExampleSelective(@Param("example") LitemallCommentExample example, @Param("selective") LitemallComment.Column ... selective);
...@@ -86,7 +83,6 @@ public interface LitemallCommentMapper { ...@@ -86,7 +83,6 @@ public interface LitemallCommentMapper {
* This method corresponds to the database table litemall_comment * This method corresponds to the database table litemall_comment
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallComment selectByPrimaryKeySelective(@Param("id") Integer id, @Param("selective") LitemallComment.Column ... selective); LitemallComment selectByPrimaryKeySelective(@Param("id") Integer id, @Param("selective") LitemallComment.Column ... selective);
...@@ -103,7 +99,6 @@ public interface LitemallCommentMapper { ...@@ -103,7 +99,6 @@ public interface LitemallCommentMapper {
* This method corresponds to the database table litemall_comment * This method corresponds to the database table litemall_comment
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallComment selectByPrimaryKeyWithLogicalDelete(@Param("id") Integer id, @Param("andLogicalDeleted") boolean andLogicalDeleted); LitemallComment selectByPrimaryKeyWithLogicalDelete(@Param("id") Integer id, @Param("andLogicalDeleted") boolean andLogicalDeleted);
...@@ -144,7 +139,6 @@ public interface LitemallCommentMapper { ...@@ -144,7 +139,6 @@ public interface LitemallCommentMapper {
* This method corresponds to the database table litemall_comment * This method corresponds to the database table litemall_comment
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
int logicalDeleteByExample(@Param("example") LitemallCommentExample example); int logicalDeleteByExample(@Param("example") LitemallCommentExample example);
...@@ -153,7 +147,6 @@ public interface LitemallCommentMapper { ...@@ -153,7 +147,6 @@ public interface LitemallCommentMapper {
* This method corresponds to the database table litemall_comment * This method corresponds to the database table litemall_comment
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
int logicalDeleteByPrimaryKey(Integer id); int logicalDeleteByPrimaryKey(Integer id);
} }
\ No newline at end of file
...@@ -51,7 +51,6 @@ public interface LitemallCouponMapper { ...@@ -51,7 +51,6 @@ public interface LitemallCouponMapper {
* This method corresponds to the database table litemall_coupon * This method corresponds to the database table litemall_coupon
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallCoupon selectOneByExample(LitemallCouponExample example); LitemallCoupon selectOneByExample(LitemallCouponExample example);
...@@ -60,7 +59,6 @@ public interface LitemallCouponMapper { ...@@ -60,7 +59,6 @@ public interface LitemallCouponMapper {
* This method corresponds to the database table litemall_coupon * This method corresponds to the database table litemall_coupon
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallCoupon selectOneByExampleSelective(@Param("example") LitemallCouponExample example, @Param("selective") LitemallCoupon.Column ... selective); LitemallCoupon selectOneByExampleSelective(@Param("example") LitemallCouponExample example, @Param("selective") LitemallCoupon.Column ... selective);
...@@ -69,7 +67,6 @@ public interface LitemallCouponMapper { ...@@ -69,7 +67,6 @@ public interface LitemallCouponMapper {
* This method corresponds to the database table litemall_coupon * This method corresponds to the database table litemall_coupon
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
List<LitemallCoupon> selectByExampleSelective(@Param("example") LitemallCouponExample example, @Param("selective") LitemallCoupon.Column ... selective); List<LitemallCoupon> selectByExampleSelective(@Param("example") LitemallCouponExample example, @Param("selective") LitemallCoupon.Column ... selective);
...@@ -86,7 +83,6 @@ public interface LitemallCouponMapper { ...@@ -86,7 +83,6 @@ public interface LitemallCouponMapper {
* This method corresponds to the database table litemall_coupon * This method corresponds to the database table litemall_coupon
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallCoupon selectByPrimaryKeySelective(@Param("id") Integer id, @Param("selective") LitemallCoupon.Column ... selective); LitemallCoupon selectByPrimaryKeySelective(@Param("id") Integer id, @Param("selective") LitemallCoupon.Column ... selective);
...@@ -103,7 +99,6 @@ public interface LitemallCouponMapper { ...@@ -103,7 +99,6 @@ public interface LitemallCouponMapper {
* This method corresponds to the database table litemall_coupon * This method corresponds to the database table litemall_coupon
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallCoupon selectByPrimaryKeyWithLogicalDelete(@Param("id") Integer id, @Param("andLogicalDeleted") boolean andLogicalDeleted); LitemallCoupon selectByPrimaryKeyWithLogicalDelete(@Param("id") Integer id, @Param("andLogicalDeleted") boolean andLogicalDeleted);
...@@ -144,7 +139,6 @@ public interface LitemallCouponMapper { ...@@ -144,7 +139,6 @@ public interface LitemallCouponMapper {
* This method corresponds to the database table litemall_coupon * This method corresponds to the database table litemall_coupon
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
int logicalDeleteByExample(@Param("example") LitemallCouponExample example); int logicalDeleteByExample(@Param("example") LitemallCouponExample example);
...@@ -153,7 +147,6 @@ public interface LitemallCouponMapper { ...@@ -153,7 +147,6 @@ public interface LitemallCouponMapper {
* This method corresponds to the database table litemall_coupon * This method corresponds to the database table litemall_coupon
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
int logicalDeleteByPrimaryKey(Integer id); int logicalDeleteByPrimaryKey(Integer id);
} }
\ No newline at end of file
...@@ -51,7 +51,6 @@ public interface LitemallCouponUserMapper { ...@@ -51,7 +51,6 @@ public interface LitemallCouponUserMapper {
* This method corresponds to the database table litemall_coupon_user * This method corresponds to the database table litemall_coupon_user
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallCouponUser selectOneByExample(LitemallCouponUserExample example); LitemallCouponUser selectOneByExample(LitemallCouponUserExample example);
...@@ -60,7 +59,6 @@ public interface LitemallCouponUserMapper { ...@@ -60,7 +59,6 @@ public interface LitemallCouponUserMapper {
* This method corresponds to the database table litemall_coupon_user * This method corresponds to the database table litemall_coupon_user
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallCouponUser selectOneByExampleSelective(@Param("example") LitemallCouponUserExample example, @Param("selective") LitemallCouponUser.Column ... selective); LitemallCouponUser selectOneByExampleSelective(@Param("example") LitemallCouponUserExample example, @Param("selective") LitemallCouponUser.Column ... selective);
...@@ -69,7 +67,6 @@ public interface LitemallCouponUserMapper { ...@@ -69,7 +67,6 @@ public interface LitemallCouponUserMapper {
* This method corresponds to the database table litemall_coupon_user * This method corresponds to the database table litemall_coupon_user
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
List<LitemallCouponUser> selectByExampleSelective(@Param("example") LitemallCouponUserExample example, @Param("selective") LitemallCouponUser.Column ... selective); List<LitemallCouponUser> selectByExampleSelective(@Param("example") LitemallCouponUserExample example, @Param("selective") LitemallCouponUser.Column ... selective);
...@@ -86,7 +83,6 @@ public interface LitemallCouponUserMapper { ...@@ -86,7 +83,6 @@ public interface LitemallCouponUserMapper {
* This method corresponds to the database table litemall_coupon_user * This method corresponds to the database table litemall_coupon_user
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallCouponUser selectByPrimaryKeySelective(@Param("id") Integer id, @Param("selective") LitemallCouponUser.Column ... selective); LitemallCouponUser selectByPrimaryKeySelective(@Param("id") Integer id, @Param("selective") LitemallCouponUser.Column ... selective);
...@@ -103,7 +99,6 @@ public interface LitemallCouponUserMapper { ...@@ -103,7 +99,6 @@ public interface LitemallCouponUserMapper {
* This method corresponds to the database table litemall_coupon_user * This method corresponds to the database table litemall_coupon_user
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallCouponUser selectByPrimaryKeyWithLogicalDelete(@Param("id") Integer id, @Param("andLogicalDeleted") boolean andLogicalDeleted); LitemallCouponUser selectByPrimaryKeyWithLogicalDelete(@Param("id") Integer id, @Param("andLogicalDeleted") boolean andLogicalDeleted);
...@@ -144,7 +139,6 @@ public interface LitemallCouponUserMapper { ...@@ -144,7 +139,6 @@ public interface LitemallCouponUserMapper {
* This method corresponds to the database table litemall_coupon_user * This method corresponds to the database table litemall_coupon_user
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
int logicalDeleteByExample(@Param("example") LitemallCouponUserExample example); int logicalDeleteByExample(@Param("example") LitemallCouponUserExample example);
...@@ -153,7 +147,6 @@ public interface LitemallCouponUserMapper { ...@@ -153,7 +147,6 @@ public interface LitemallCouponUserMapper {
* This method corresponds to the database table litemall_coupon_user * This method corresponds to the database table litemall_coupon_user
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
int logicalDeleteByPrimaryKey(Integer id); int logicalDeleteByPrimaryKey(Integer id);
} }
\ No newline at end of file
...@@ -51,7 +51,6 @@ public interface LitemallFeedbackMapper { ...@@ -51,7 +51,6 @@ public interface LitemallFeedbackMapper {
* This method corresponds to the database table litemall_feedback * This method corresponds to the database table litemall_feedback
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallFeedback selectOneByExample(LitemallFeedbackExample example); LitemallFeedback selectOneByExample(LitemallFeedbackExample example);
...@@ -60,7 +59,6 @@ public interface LitemallFeedbackMapper { ...@@ -60,7 +59,6 @@ public interface LitemallFeedbackMapper {
* This method corresponds to the database table litemall_feedback * This method corresponds to the database table litemall_feedback
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallFeedback selectOneByExampleSelective(@Param("example") LitemallFeedbackExample example, @Param("selective") LitemallFeedback.Column ... selective); LitemallFeedback selectOneByExampleSelective(@Param("example") LitemallFeedbackExample example, @Param("selective") LitemallFeedback.Column ... selective);
...@@ -69,7 +67,6 @@ public interface LitemallFeedbackMapper { ...@@ -69,7 +67,6 @@ public interface LitemallFeedbackMapper {
* This method corresponds to the database table litemall_feedback * This method corresponds to the database table litemall_feedback
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
List<LitemallFeedback> selectByExampleSelective(@Param("example") LitemallFeedbackExample example, @Param("selective") LitemallFeedback.Column ... selective); List<LitemallFeedback> selectByExampleSelective(@Param("example") LitemallFeedbackExample example, @Param("selective") LitemallFeedback.Column ... selective);
...@@ -86,7 +83,6 @@ public interface LitemallFeedbackMapper { ...@@ -86,7 +83,6 @@ public interface LitemallFeedbackMapper {
* This method corresponds to the database table litemall_feedback * This method corresponds to the database table litemall_feedback
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallFeedback selectByPrimaryKeySelective(@Param("id") Integer id, @Param("selective") LitemallFeedback.Column ... selective); LitemallFeedback selectByPrimaryKeySelective(@Param("id") Integer id, @Param("selective") LitemallFeedback.Column ... selective);
...@@ -103,7 +99,6 @@ public interface LitemallFeedbackMapper { ...@@ -103,7 +99,6 @@ public interface LitemallFeedbackMapper {
* This method corresponds to the database table litemall_feedback * This method corresponds to the database table litemall_feedback
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallFeedback selectByPrimaryKeyWithLogicalDelete(@Param("id") Integer id, @Param("andLogicalDeleted") boolean andLogicalDeleted); LitemallFeedback selectByPrimaryKeyWithLogicalDelete(@Param("id") Integer id, @Param("andLogicalDeleted") boolean andLogicalDeleted);
...@@ -144,7 +139,6 @@ public interface LitemallFeedbackMapper { ...@@ -144,7 +139,6 @@ public interface LitemallFeedbackMapper {
* This method corresponds to the database table litemall_feedback * This method corresponds to the database table litemall_feedback
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
int logicalDeleteByExample(@Param("example") LitemallFeedbackExample example); int logicalDeleteByExample(@Param("example") LitemallFeedbackExample example);
...@@ -153,7 +147,6 @@ public interface LitemallFeedbackMapper { ...@@ -153,7 +147,6 @@ public interface LitemallFeedbackMapper {
* This method corresponds to the database table litemall_feedback * This method corresponds to the database table litemall_feedback
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
int logicalDeleteByPrimaryKey(Integer id); int logicalDeleteByPrimaryKey(Integer id);
} }
\ No newline at end of file
...@@ -51,7 +51,6 @@ public interface LitemallFootprintMapper { ...@@ -51,7 +51,6 @@ public interface LitemallFootprintMapper {
* This method corresponds to the database table litemall_footprint * This method corresponds to the database table litemall_footprint
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallFootprint selectOneByExample(LitemallFootprintExample example); LitemallFootprint selectOneByExample(LitemallFootprintExample example);
...@@ -60,7 +59,6 @@ public interface LitemallFootprintMapper { ...@@ -60,7 +59,6 @@ public interface LitemallFootprintMapper {
* This method corresponds to the database table litemall_footprint * This method corresponds to the database table litemall_footprint
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallFootprint selectOneByExampleSelective(@Param("example") LitemallFootprintExample example, @Param("selective") LitemallFootprint.Column ... selective); LitemallFootprint selectOneByExampleSelective(@Param("example") LitemallFootprintExample example, @Param("selective") LitemallFootprint.Column ... selective);
...@@ -69,7 +67,6 @@ public interface LitemallFootprintMapper { ...@@ -69,7 +67,6 @@ public interface LitemallFootprintMapper {
* This method corresponds to the database table litemall_footprint * This method corresponds to the database table litemall_footprint
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
List<LitemallFootprint> selectByExampleSelective(@Param("example") LitemallFootprintExample example, @Param("selective") LitemallFootprint.Column ... selective); List<LitemallFootprint> selectByExampleSelective(@Param("example") LitemallFootprintExample example, @Param("selective") LitemallFootprint.Column ... selective);
...@@ -86,7 +83,6 @@ public interface LitemallFootprintMapper { ...@@ -86,7 +83,6 @@ public interface LitemallFootprintMapper {
* This method corresponds to the database table litemall_footprint * This method corresponds to the database table litemall_footprint
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallFootprint selectByPrimaryKeySelective(@Param("id") Integer id, @Param("selective") LitemallFootprint.Column ... selective); LitemallFootprint selectByPrimaryKeySelective(@Param("id") Integer id, @Param("selective") LitemallFootprint.Column ... selective);
...@@ -103,7 +99,6 @@ public interface LitemallFootprintMapper { ...@@ -103,7 +99,6 @@ public interface LitemallFootprintMapper {
* This method corresponds to the database table litemall_footprint * This method corresponds to the database table litemall_footprint
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallFootprint selectByPrimaryKeyWithLogicalDelete(@Param("id") Integer id, @Param("andLogicalDeleted") boolean andLogicalDeleted); LitemallFootprint selectByPrimaryKeyWithLogicalDelete(@Param("id") Integer id, @Param("andLogicalDeleted") boolean andLogicalDeleted);
...@@ -144,7 +139,6 @@ public interface LitemallFootprintMapper { ...@@ -144,7 +139,6 @@ public interface LitemallFootprintMapper {
* This method corresponds to the database table litemall_footprint * This method corresponds to the database table litemall_footprint
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
int logicalDeleteByExample(@Param("example") LitemallFootprintExample example); int logicalDeleteByExample(@Param("example") LitemallFootprintExample example);
...@@ -153,7 +147,6 @@ public interface LitemallFootprintMapper { ...@@ -153,7 +147,6 @@ public interface LitemallFootprintMapper {
* This method corresponds to the database table litemall_footprint * This method corresponds to the database table litemall_footprint
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
int logicalDeleteByPrimaryKey(Integer id); int logicalDeleteByPrimaryKey(Integer id);
} }
\ No newline at end of file
...@@ -51,7 +51,6 @@ public interface LitemallGoodsAttributeMapper { ...@@ -51,7 +51,6 @@ public interface LitemallGoodsAttributeMapper {
* This method corresponds to the database table litemall_goods_attribute * This method corresponds to the database table litemall_goods_attribute
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallGoodsAttribute selectOneByExample(LitemallGoodsAttributeExample example); LitemallGoodsAttribute selectOneByExample(LitemallGoodsAttributeExample example);
...@@ -60,7 +59,6 @@ public interface LitemallGoodsAttributeMapper { ...@@ -60,7 +59,6 @@ public interface LitemallGoodsAttributeMapper {
* This method corresponds to the database table litemall_goods_attribute * This method corresponds to the database table litemall_goods_attribute
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallGoodsAttribute selectOneByExampleSelective(@Param("example") LitemallGoodsAttributeExample example, @Param("selective") LitemallGoodsAttribute.Column ... selective); LitemallGoodsAttribute selectOneByExampleSelective(@Param("example") LitemallGoodsAttributeExample example, @Param("selective") LitemallGoodsAttribute.Column ... selective);
...@@ -69,7 +67,6 @@ public interface LitemallGoodsAttributeMapper { ...@@ -69,7 +67,6 @@ public interface LitemallGoodsAttributeMapper {
* This method corresponds to the database table litemall_goods_attribute * This method corresponds to the database table litemall_goods_attribute
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
List<LitemallGoodsAttribute> selectByExampleSelective(@Param("example") LitemallGoodsAttributeExample example, @Param("selective") LitemallGoodsAttribute.Column ... selective); List<LitemallGoodsAttribute> selectByExampleSelective(@Param("example") LitemallGoodsAttributeExample example, @Param("selective") LitemallGoodsAttribute.Column ... selective);
...@@ -86,7 +83,6 @@ public interface LitemallGoodsAttributeMapper { ...@@ -86,7 +83,6 @@ public interface LitemallGoodsAttributeMapper {
* This method corresponds to the database table litemall_goods_attribute * This method corresponds to the database table litemall_goods_attribute
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallGoodsAttribute selectByPrimaryKeySelective(@Param("id") Integer id, @Param("selective") LitemallGoodsAttribute.Column ... selective); LitemallGoodsAttribute selectByPrimaryKeySelective(@Param("id") Integer id, @Param("selective") LitemallGoodsAttribute.Column ... selective);
...@@ -103,7 +99,6 @@ public interface LitemallGoodsAttributeMapper { ...@@ -103,7 +99,6 @@ public interface LitemallGoodsAttributeMapper {
* This method corresponds to the database table litemall_goods_attribute * This method corresponds to the database table litemall_goods_attribute
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallGoodsAttribute selectByPrimaryKeyWithLogicalDelete(@Param("id") Integer id, @Param("andLogicalDeleted") boolean andLogicalDeleted); LitemallGoodsAttribute selectByPrimaryKeyWithLogicalDelete(@Param("id") Integer id, @Param("andLogicalDeleted") boolean andLogicalDeleted);
...@@ -144,7 +139,6 @@ public interface LitemallGoodsAttributeMapper { ...@@ -144,7 +139,6 @@ public interface LitemallGoodsAttributeMapper {
* This method corresponds to the database table litemall_goods_attribute * This method corresponds to the database table litemall_goods_attribute
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
int logicalDeleteByExample(@Param("example") LitemallGoodsAttributeExample example); int logicalDeleteByExample(@Param("example") LitemallGoodsAttributeExample example);
...@@ -153,7 +147,6 @@ public interface LitemallGoodsAttributeMapper { ...@@ -153,7 +147,6 @@ public interface LitemallGoodsAttributeMapper {
* This method corresponds to the database table litemall_goods_attribute * This method corresponds to the database table litemall_goods_attribute
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
int logicalDeleteByPrimaryKey(Integer id); int logicalDeleteByPrimaryKey(Integer id);
} }
\ No newline at end of file
...@@ -51,7 +51,6 @@ public interface LitemallGoodsMapper { ...@@ -51,7 +51,6 @@ public interface LitemallGoodsMapper {
* This method corresponds to the database table litemall_goods * This method corresponds to the database table litemall_goods
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallGoods selectOneByExample(LitemallGoodsExample example); LitemallGoods selectOneByExample(LitemallGoodsExample example);
...@@ -60,7 +59,6 @@ public interface LitemallGoodsMapper { ...@@ -60,7 +59,6 @@ public interface LitemallGoodsMapper {
* This method corresponds to the database table litemall_goods * This method corresponds to the database table litemall_goods
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallGoods selectOneByExampleSelective(@Param("example") LitemallGoodsExample example, @Param("selective") LitemallGoods.Column ... selective); LitemallGoods selectOneByExampleSelective(@Param("example") LitemallGoodsExample example, @Param("selective") LitemallGoods.Column ... selective);
...@@ -69,7 +67,6 @@ public interface LitemallGoodsMapper { ...@@ -69,7 +67,6 @@ public interface LitemallGoodsMapper {
* This method corresponds to the database table litemall_goods * This method corresponds to the database table litemall_goods
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallGoods selectOneByExampleWithBLOBs(LitemallGoodsExample example); LitemallGoods selectOneByExampleWithBLOBs(LitemallGoodsExample example);
...@@ -78,7 +75,6 @@ public interface LitemallGoodsMapper { ...@@ -78,7 +75,6 @@ public interface LitemallGoodsMapper {
* This method corresponds to the database table litemall_goods * This method corresponds to the database table litemall_goods
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
List<LitemallGoods> selectByExampleSelective(@Param("example") LitemallGoodsExample example, @Param("selective") LitemallGoods.Column ... selective); List<LitemallGoods> selectByExampleSelective(@Param("example") LitemallGoodsExample example, @Param("selective") LitemallGoods.Column ... selective);
...@@ -103,7 +99,6 @@ public interface LitemallGoodsMapper { ...@@ -103,7 +99,6 @@ public interface LitemallGoodsMapper {
* This method corresponds to the database table litemall_goods * This method corresponds to the database table litemall_goods
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallGoods selectByPrimaryKeySelective(@Param("id") Integer id, @Param("selective") LitemallGoods.Column ... selective); LitemallGoods selectByPrimaryKeySelective(@Param("id") Integer id, @Param("selective") LitemallGoods.Column ... selective);
...@@ -120,7 +115,6 @@ public interface LitemallGoodsMapper { ...@@ -120,7 +115,6 @@ public interface LitemallGoodsMapper {
* This method corresponds to the database table litemall_goods * This method corresponds to the database table litemall_goods
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallGoods selectByPrimaryKeyWithLogicalDelete(@Param("id") Integer id, @Param("andLogicalDeleted") boolean andLogicalDeleted); LitemallGoods selectByPrimaryKeyWithLogicalDelete(@Param("id") Integer id, @Param("andLogicalDeleted") boolean andLogicalDeleted);
...@@ -177,7 +171,6 @@ public interface LitemallGoodsMapper { ...@@ -177,7 +171,6 @@ public interface LitemallGoodsMapper {
* This method corresponds to the database table litemall_goods * This method corresponds to the database table litemall_goods
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
int logicalDeleteByExample(@Param("example") LitemallGoodsExample example); int logicalDeleteByExample(@Param("example") LitemallGoodsExample example);
...@@ -186,7 +179,6 @@ public interface LitemallGoodsMapper { ...@@ -186,7 +179,6 @@ public interface LitemallGoodsMapper {
* This method corresponds to the database table litemall_goods * This method corresponds to the database table litemall_goods
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
int logicalDeleteByPrimaryKey(Integer id); int logicalDeleteByPrimaryKey(Integer id);
} }
\ No newline at end of file
...@@ -51,7 +51,6 @@ public interface LitemallGoodsProductMapper { ...@@ -51,7 +51,6 @@ public interface LitemallGoodsProductMapper {
* This method corresponds to the database table litemall_goods_product * This method corresponds to the database table litemall_goods_product
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallGoodsProduct selectOneByExample(LitemallGoodsProductExample example); LitemallGoodsProduct selectOneByExample(LitemallGoodsProductExample example);
...@@ -60,7 +59,6 @@ public interface LitemallGoodsProductMapper { ...@@ -60,7 +59,6 @@ public interface LitemallGoodsProductMapper {
* This method corresponds to the database table litemall_goods_product * This method corresponds to the database table litemall_goods_product
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallGoodsProduct selectOneByExampleSelective(@Param("example") LitemallGoodsProductExample example, @Param("selective") LitemallGoodsProduct.Column ... selective); LitemallGoodsProduct selectOneByExampleSelective(@Param("example") LitemallGoodsProductExample example, @Param("selective") LitemallGoodsProduct.Column ... selective);
...@@ -69,7 +67,6 @@ public interface LitemallGoodsProductMapper { ...@@ -69,7 +67,6 @@ public interface LitemallGoodsProductMapper {
* This method corresponds to the database table litemall_goods_product * This method corresponds to the database table litemall_goods_product
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
List<LitemallGoodsProduct> selectByExampleSelective(@Param("example") LitemallGoodsProductExample example, @Param("selective") LitemallGoodsProduct.Column ... selective); List<LitemallGoodsProduct> selectByExampleSelective(@Param("example") LitemallGoodsProductExample example, @Param("selective") LitemallGoodsProduct.Column ... selective);
...@@ -86,7 +83,6 @@ public interface LitemallGoodsProductMapper { ...@@ -86,7 +83,6 @@ public interface LitemallGoodsProductMapper {
* This method corresponds to the database table litemall_goods_product * This method corresponds to the database table litemall_goods_product
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallGoodsProduct selectByPrimaryKeySelective(@Param("id") Integer id, @Param("selective") LitemallGoodsProduct.Column ... selective); LitemallGoodsProduct selectByPrimaryKeySelective(@Param("id") Integer id, @Param("selective") LitemallGoodsProduct.Column ... selective);
...@@ -103,7 +99,6 @@ public interface LitemallGoodsProductMapper { ...@@ -103,7 +99,6 @@ public interface LitemallGoodsProductMapper {
* This method corresponds to the database table litemall_goods_product * This method corresponds to the database table litemall_goods_product
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallGoodsProduct selectByPrimaryKeyWithLogicalDelete(@Param("id") Integer id, @Param("andLogicalDeleted") boolean andLogicalDeleted); LitemallGoodsProduct selectByPrimaryKeyWithLogicalDelete(@Param("id") Integer id, @Param("andLogicalDeleted") boolean andLogicalDeleted);
...@@ -144,7 +139,6 @@ public interface LitemallGoodsProductMapper { ...@@ -144,7 +139,6 @@ public interface LitemallGoodsProductMapper {
* This method corresponds to the database table litemall_goods_product * This method corresponds to the database table litemall_goods_product
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
int logicalDeleteByExample(@Param("example") LitemallGoodsProductExample example); int logicalDeleteByExample(@Param("example") LitemallGoodsProductExample example);
...@@ -153,7 +147,6 @@ public interface LitemallGoodsProductMapper { ...@@ -153,7 +147,6 @@ public interface LitemallGoodsProductMapper {
* This method corresponds to the database table litemall_goods_product * This method corresponds to the database table litemall_goods_product
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
int logicalDeleteByPrimaryKey(Integer id); int logicalDeleteByPrimaryKey(Integer id);
} }
\ No newline at end of file
...@@ -51,7 +51,6 @@ public interface LitemallGoodsSpecificationMapper { ...@@ -51,7 +51,6 @@ public interface LitemallGoodsSpecificationMapper {
* This method corresponds to the database table litemall_goods_specification * This method corresponds to the database table litemall_goods_specification
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallGoodsSpecification selectOneByExample(LitemallGoodsSpecificationExample example); LitemallGoodsSpecification selectOneByExample(LitemallGoodsSpecificationExample example);
...@@ -60,7 +59,6 @@ public interface LitemallGoodsSpecificationMapper { ...@@ -60,7 +59,6 @@ public interface LitemallGoodsSpecificationMapper {
* This method corresponds to the database table litemall_goods_specification * This method corresponds to the database table litemall_goods_specification
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallGoodsSpecification selectOneByExampleSelective(@Param("example") LitemallGoodsSpecificationExample example, @Param("selective") LitemallGoodsSpecification.Column ... selective); LitemallGoodsSpecification selectOneByExampleSelective(@Param("example") LitemallGoodsSpecificationExample example, @Param("selective") LitemallGoodsSpecification.Column ... selective);
...@@ -69,7 +67,6 @@ public interface LitemallGoodsSpecificationMapper { ...@@ -69,7 +67,6 @@ public interface LitemallGoodsSpecificationMapper {
* This method corresponds to the database table litemall_goods_specification * This method corresponds to the database table litemall_goods_specification
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
List<LitemallGoodsSpecification> selectByExampleSelective(@Param("example") LitemallGoodsSpecificationExample example, @Param("selective") LitemallGoodsSpecification.Column ... selective); List<LitemallGoodsSpecification> selectByExampleSelective(@Param("example") LitemallGoodsSpecificationExample example, @Param("selective") LitemallGoodsSpecification.Column ... selective);
...@@ -86,7 +83,6 @@ public interface LitemallGoodsSpecificationMapper { ...@@ -86,7 +83,6 @@ public interface LitemallGoodsSpecificationMapper {
* This method corresponds to the database table litemall_goods_specification * This method corresponds to the database table litemall_goods_specification
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallGoodsSpecification selectByPrimaryKeySelective(@Param("id") Integer id, @Param("selective") LitemallGoodsSpecification.Column ... selective); LitemallGoodsSpecification selectByPrimaryKeySelective(@Param("id") Integer id, @Param("selective") LitemallGoodsSpecification.Column ... selective);
...@@ -103,7 +99,6 @@ public interface LitemallGoodsSpecificationMapper { ...@@ -103,7 +99,6 @@ public interface LitemallGoodsSpecificationMapper {
* This method corresponds to the database table litemall_goods_specification * This method corresponds to the database table litemall_goods_specification
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallGoodsSpecification selectByPrimaryKeyWithLogicalDelete(@Param("id") Integer id, @Param("andLogicalDeleted") boolean andLogicalDeleted); LitemallGoodsSpecification selectByPrimaryKeyWithLogicalDelete(@Param("id") Integer id, @Param("andLogicalDeleted") boolean andLogicalDeleted);
...@@ -144,7 +139,6 @@ public interface LitemallGoodsSpecificationMapper { ...@@ -144,7 +139,6 @@ public interface LitemallGoodsSpecificationMapper {
* This method corresponds to the database table litemall_goods_specification * This method corresponds to the database table litemall_goods_specification
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
int logicalDeleteByExample(@Param("example") LitemallGoodsSpecificationExample example); int logicalDeleteByExample(@Param("example") LitemallGoodsSpecificationExample example);
...@@ -153,7 +147,6 @@ public interface LitemallGoodsSpecificationMapper { ...@@ -153,7 +147,6 @@ public interface LitemallGoodsSpecificationMapper {
* This method corresponds to the database table litemall_goods_specification * This method corresponds to the database table litemall_goods_specification
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
int logicalDeleteByPrimaryKey(Integer id); int logicalDeleteByPrimaryKey(Integer id);
} }
\ No newline at end of file
...@@ -51,7 +51,6 @@ public interface LitemallGrouponMapper { ...@@ -51,7 +51,6 @@ public interface LitemallGrouponMapper {
* This method corresponds to the database table litemall_groupon * This method corresponds to the database table litemall_groupon
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallGroupon selectOneByExample(LitemallGrouponExample example); LitemallGroupon selectOneByExample(LitemallGrouponExample example);
...@@ -60,7 +59,6 @@ public interface LitemallGrouponMapper { ...@@ -60,7 +59,6 @@ public interface LitemallGrouponMapper {
* This method corresponds to the database table litemall_groupon * This method corresponds to the database table litemall_groupon
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallGroupon selectOneByExampleSelective(@Param("example") LitemallGrouponExample example, @Param("selective") LitemallGroupon.Column ... selective); LitemallGroupon selectOneByExampleSelective(@Param("example") LitemallGrouponExample example, @Param("selective") LitemallGroupon.Column ... selective);
...@@ -69,7 +67,6 @@ public interface LitemallGrouponMapper { ...@@ -69,7 +67,6 @@ public interface LitemallGrouponMapper {
* This method corresponds to the database table litemall_groupon * This method corresponds to the database table litemall_groupon
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
List<LitemallGroupon> selectByExampleSelective(@Param("example") LitemallGrouponExample example, @Param("selective") LitemallGroupon.Column ... selective); List<LitemallGroupon> selectByExampleSelective(@Param("example") LitemallGrouponExample example, @Param("selective") LitemallGroupon.Column ... selective);
...@@ -86,7 +83,6 @@ public interface LitemallGrouponMapper { ...@@ -86,7 +83,6 @@ public interface LitemallGrouponMapper {
* This method corresponds to the database table litemall_groupon * This method corresponds to the database table litemall_groupon
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallGroupon selectByPrimaryKeySelective(@Param("id") Integer id, @Param("selective") LitemallGroupon.Column ... selective); LitemallGroupon selectByPrimaryKeySelective(@Param("id") Integer id, @Param("selective") LitemallGroupon.Column ... selective);
...@@ -103,7 +99,6 @@ public interface LitemallGrouponMapper { ...@@ -103,7 +99,6 @@ public interface LitemallGrouponMapper {
* This method corresponds to the database table litemall_groupon * This method corresponds to the database table litemall_groupon
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallGroupon selectByPrimaryKeyWithLogicalDelete(@Param("id") Integer id, @Param("andLogicalDeleted") boolean andLogicalDeleted); LitemallGroupon selectByPrimaryKeyWithLogicalDelete(@Param("id") Integer id, @Param("andLogicalDeleted") boolean andLogicalDeleted);
...@@ -144,7 +139,6 @@ public interface LitemallGrouponMapper { ...@@ -144,7 +139,6 @@ public interface LitemallGrouponMapper {
* This method corresponds to the database table litemall_groupon * This method corresponds to the database table litemall_groupon
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
int logicalDeleteByExample(@Param("example") LitemallGrouponExample example); int logicalDeleteByExample(@Param("example") LitemallGrouponExample example);
...@@ -153,7 +147,6 @@ public interface LitemallGrouponMapper { ...@@ -153,7 +147,6 @@ public interface LitemallGrouponMapper {
* This method corresponds to the database table litemall_groupon * This method corresponds to the database table litemall_groupon
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
int logicalDeleteByPrimaryKey(Integer id); int logicalDeleteByPrimaryKey(Integer id);
} }
\ No newline at end of file
...@@ -51,7 +51,6 @@ public interface LitemallGrouponRulesMapper { ...@@ -51,7 +51,6 @@ public interface LitemallGrouponRulesMapper {
* This method corresponds to the database table litemall_groupon_rules * This method corresponds to the database table litemall_groupon_rules
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallGrouponRules selectOneByExample(LitemallGrouponRulesExample example); LitemallGrouponRules selectOneByExample(LitemallGrouponRulesExample example);
...@@ -60,7 +59,6 @@ public interface LitemallGrouponRulesMapper { ...@@ -60,7 +59,6 @@ public interface LitemallGrouponRulesMapper {
* This method corresponds to the database table litemall_groupon_rules * This method corresponds to the database table litemall_groupon_rules
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallGrouponRules selectOneByExampleSelective(@Param("example") LitemallGrouponRulesExample example, @Param("selective") LitemallGrouponRules.Column ... selective); LitemallGrouponRules selectOneByExampleSelective(@Param("example") LitemallGrouponRulesExample example, @Param("selective") LitemallGrouponRules.Column ... selective);
...@@ -69,7 +67,6 @@ public interface LitemallGrouponRulesMapper { ...@@ -69,7 +67,6 @@ public interface LitemallGrouponRulesMapper {
* This method corresponds to the database table litemall_groupon_rules * This method corresponds to the database table litemall_groupon_rules
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
List<LitemallGrouponRules> selectByExampleSelective(@Param("example") LitemallGrouponRulesExample example, @Param("selective") LitemallGrouponRules.Column ... selective); List<LitemallGrouponRules> selectByExampleSelective(@Param("example") LitemallGrouponRulesExample example, @Param("selective") LitemallGrouponRules.Column ... selective);
...@@ -86,7 +83,6 @@ public interface LitemallGrouponRulesMapper { ...@@ -86,7 +83,6 @@ public interface LitemallGrouponRulesMapper {
* This method corresponds to the database table litemall_groupon_rules * This method corresponds to the database table litemall_groupon_rules
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallGrouponRules selectByPrimaryKeySelective(@Param("id") Integer id, @Param("selective") LitemallGrouponRules.Column ... selective); LitemallGrouponRules selectByPrimaryKeySelective(@Param("id") Integer id, @Param("selective") LitemallGrouponRules.Column ... selective);
...@@ -103,7 +99,6 @@ public interface LitemallGrouponRulesMapper { ...@@ -103,7 +99,6 @@ public interface LitemallGrouponRulesMapper {
* This method corresponds to the database table litemall_groupon_rules * This method corresponds to the database table litemall_groupon_rules
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallGrouponRules selectByPrimaryKeyWithLogicalDelete(@Param("id") Integer id, @Param("andLogicalDeleted") boolean andLogicalDeleted); LitemallGrouponRules selectByPrimaryKeyWithLogicalDelete(@Param("id") Integer id, @Param("andLogicalDeleted") boolean andLogicalDeleted);
...@@ -144,7 +139,6 @@ public interface LitemallGrouponRulesMapper { ...@@ -144,7 +139,6 @@ public interface LitemallGrouponRulesMapper {
* This method corresponds to the database table litemall_groupon_rules * This method corresponds to the database table litemall_groupon_rules
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
int logicalDeleteByExample(@Param("example") LitemallGrouponRulesExample example); int logicalDeleteByExample(@Param("example") LitemallGrouponRulesExample example);
...@@ -153,7 +147,6 @@ public interface LitemallGrouponRulesMapper { ...@@ -153,7 +147,6 @@ public interface LitemallGrouponRulesMapper {
* This method corresponds to the database table litemall_groupon_rules * This method corresponds to the database table litemall_groupon_rules
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
int logicalDeleteByPrimaryKey(Integer id); int logicalDeleteByPrimaryKey(Integer id);
} }
\ No newline at end of file
...@@ -51,7 +51,6 @@ public interface LitemallIssueMapper { ...@@ -51,7 +51,6 @@ public interface LitemallIssueMapper {
* This method corresponds to the database table litemall_issue * This method corresponds to the database table litemall_issue
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallIssue selectOneByExample(LitemallIssueExample example); LitemallIssue selectOneByExample(LitemallIssueExample example);
...@@ -60,7 +59,6 @@ public interface LitemallIssueMapper { ...@@ -60,7 +59,6 @@ public interface LitemallIssueMapper {
* This method corresponds to the database table litemall_issue * This method corresponds to the database table litemall_issue
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallIssue selectOneByExampleSelective(@Param("example") LitemallIssueExample example, @Param("selective") LitemallIssue.Column ... selective); LitemallIssue selectOneByExampleSelective(@Param("example") LitemallIssueExample example, @Param("selective") LitemallIssue.Column ... selective);
...@@ -69,7 +67,6 @@ public interface LitemallIssueMapper { ...@@ -69,7 +67,6 @@ public interface LitemallIssueMapper {
* This method corresponds to the database table litemall_issue * This method corresponds to the database table litemall_issue
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
List<LitemallIssue> selectByExampleSelective(@Param("example") LitemallIssueExample example, @Param("selective") LitemallIssue.Column ... selective); List<LitemallIssue> selectByExampleSelective(@Param("example") LitemallIssueExample example, @Param("selective") LitemallIssue.Column ... selective);
...@@ -86,7 +83,6 @@ public interface LitemallIssueMapper { ...@@ -86,7 +83,6 @@ public interface LitemallIssueMapper {
* This method corresponds to the database table litemall_issue * This method corresponds to the database table litemall_issue
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallIssue selectByPrimaryKeySelective(@Param("id") Integer id, @Param("selective") LitemallIssue.Column ... selective); LitemallIssue selectByPrimaryKeySelective(@Param("id") Integer id, @Param("selective") LitemallIssue.Column ... selective);
...@@ -103,7 +99,6 @@ public interface LitemallIssueMapper { ...@@ -103,7 +99,6 @@ public interface LitemallIssueMapper {
* This method corresponds to the database table litemall_issue * This method corresponds to the database table litemall_issue
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallIssue selectByPrimaryKeyWithLogicalDelete(@Param("id") Integer id, @Param("andLogicalDeleted") boolean andLogicalDeleted); LitemallIssue selectByPrimaryKeyWithLogicalDelete(@Param("id") Integer id, @Param("andLogicalDeleted") boolean andLogicalDeleted);
...@@ -144,7 +139,6 @@ public interface LitemallIssueMapper { ...@@ -144,7 +139,6 @@ public interface LitemallIssueMapper {
* This method corresponds to the database table litemall_issue * This method corresponds to the database table litemall_issue
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
int logicalDeleteByExample(@Param("example") LitemallIssueExample example); int logicalDeleteByExample(@Param("example") LitemallIssueExample example);
...@@ -153,7 +147,6 @@ public interface LitemallIssueMapper { ...@@ -153,7 +147,6 @@ public interface LitemallIssueMapper {
* This method corresponds to the database table litemall_issue * This method corresponds to the database table litemall_issue
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
int logicalDeleteByPrimaryKey(Integer id); int logicalDeleteByPrimaryKey(Integer id);
} }
\ No newline at end of file
Supports Markdown
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