From d006f89f9b28fdfce5f26280859ddced4015dc53 Mon Sep 17 00:00:00 2001 From: Junling Bu Date: Wed, 16 May 2018 10:23:18 +0800 Subject: [PATCH] =?UTF-8?q?update[litemall-db]:=20=E8=AE=BE=E7=BD=AEsuppre?= =?UTF-8?q?ssDate=E4=B8=BAtrue=EF=BC=8C=E8=BF=99=E6=A0=B7=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E7=94=9F=E6=88=90=E4=BB=A3=E7=A0=81=E7=9A=84=E6=B3=A8?= =?UTF-8?q?=E9=87=8A=E4=B8=8D=E4=BC=9A=E5=AD=98=E5=9C=A8=E6=97=A5=E6=9C=9F?= =?UTF-8?q?=E3=80=82=20=E5=A6=82=E6=9E=9C=E5=AD=98=E5=9C=A8=E6=97=A5?= =?UTF-8?q?=E6=9C=9F=EF=BC=8C=E4=BC=9A=E5=AF=BC=E8=87=B4=E6=AF=8F=E6=AC=A1?= =?UTF-8?q?=E8=BF=90=E8=A1=8Cmybatis=20generator=E8=80=8C=E9=9C=80?= =?UTF-8?q?=E8=A6=81=E6=97=A0=E6=84=8F=E4=B9=89=E7=9A=84=E6=8F=90=E4=BA=A4?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mybatis-generator/generatorConfig.xml | 2 +- .../litemall/db/dao/LitemallAdMapper.java | 22 +-- .../db/dao/LitemallAddressMapper.java | 22 +-- .../litemall/db/dao/LitemallAdminMapper.java | 22 +-- .../litemall/db/dao/LitemallBrandMapper.java | 22 +-- .../litemall/db/dao/LitemallCartMapper.java | 22 +-- .../db/dao/LitemallCategoryMapper.java | 22 +-- .../db/dao/LitemallCollectMapper.java | 22 +-- .../db/dao/LitemallCommentMapper.java | 22 +-- .../litemall/db/dao/LitemallCouponMapper.java | 22 +-- .../db/dao/LitemallFootprintMapper.java | 22 +-- .../db/dao/LitemallGoodsAttributeMapper.java | 22 +-- .../litemall/db/dao/LitemallGoodsMapper.java | 28 ++-- .../dao/LitemallGoodsSpecificationMapper.java | 22 +-- .../litemall/db/dao/LitemallIssueMapper.java | 22 +-- .../db/dao/LitemallKeywordMapper.java | 22 +-- .../db/dao/LitemallOrderGoodsMapper.java | 22 +-- .../litemall/db/dao/LitemallOrderMapper.java | 22 +-- .../db/dao/LitemallProductMapper.java | 22 +-- .../litemall/db/dao/LitemallRegionMapper.java | 22 +-- .../db/dao/LitemallSearchHistoryMapper.java | 22 +-- .../db/dao/LitemallStorageMapper.java | 22 +-- .../litemall/db/dao/LitemallTopicMapper.java | 28 ++-- .../db/dao/LitemallUserCouponMapper.java | 22 +-- .../litemall/db/dao/LitemallUserMapper.java | 22 +-- .../litemall/db/domain/LitemallAd.java | 72 ++++----- .../litemall/db/domain/LitemallAdExample.java | 34 ++-- .../litemall/db/domain/LitemallAddress.java | 72 ++++----- .../db/domain/LitemallAddressExample.java | 34 ++-- .../litemall/db/domain/LitemallAdmin.java | 60 +++---- .../db/domain/LitemallAdminExample.java | 34 ++-- .../litemall/db/domain/LitemallBrand.java | 90 +++++------ .../db/domain/LitemallBrandExample.java | 34 ++-- .../litemall/db/domain/LitemallCart.java | 90 +++++------ .../db/domain/LitemallCartExample.java | 34 ++-- .../litemall/db/domain/LitemallCategory.java | 108 ++++++------- .../db/domain/LitemallCategoryExample.java | 34 ++-- .../litemall/db/domain/LitemallCollect.java | 48 +++--- .../db/domain/LitemallCollectExample.java | 34 ++-- .../litemall/db/domain/LitemallComment.java | 66 ++++---- .../db/domain/LitemallCommentExample.java | 34 ++-- .../litemall/db/domain/LitemallCoupon.java | 84 +++++----- .../db/domain/LitemallCouponExample.java | 34 ++-- .../litemall/db/domain/LitemallFootprint.java | 36 ++--- .../db/domain/LitemallFootprintExample.java | 34 ++-- .../litemall/db/domain/LitemallGoods.java | 126 +++++++-------- .../db/domain/LitemallGoodsAttribute.java | 42 ++--- .../domain/LitemallGoodsAttributeExample.java | 34 ++-- .../db/domain/LitemallGoodsExample.java | 34 ++-- .../db/domain/LitemallGoodsSpecification.java | 48 +++--- .../LitemallGoodsSpecificationExample.java | 34 ++-- .../litemall/db/domain/LitemallIssue.java | 36 ++--- .../db/domain/LitemallIssueExample.java | 34 ++-- .../litemall/db/domain/LitemallKeyword.java | 60 +++---- .../db/domain/LitemallKeywordExample.java | 34 ++-- .../litemall/db/domain/LitemallOrder.java | 151 +++++++++--------- .../db/domain/LitemallOrderExample.java | 55 ++++--- .../db/domain/LitemallOrderGoods.java | 84 +++++----- .../db/domain/LitemallOrderGoodsExample.java | 34 ++-- .../litemall/db/domain/LitemallProduct.java | 54 +++---- .../db/domain/LitemallProductExample.java | 34 ++-- .../litemall/db/domain/LitemallRegion.java | 36 ++--- .../db/domain/LitemallRegionExample.java | 34 ++-- .../db/domain/LitemallSearchHistory.java | 42 ++--- .../domain/LitemallSearchHistoryExample.java | 34 ++-- .../litemall/db/domain/LitemallStorage.java | 60 +++---- .../db/domain/LitemallStorageExample.java | 34 ++-- .../litemall/db/domain/LitemallTopic.java | 84 +++++----- .../db/domain/LitemallTopicExample.java | 34 ++-- .../litemall/db/domain/LitemallUser.java | 102 ++++++------ .../db/domain/LitemallUserCoupon.java | 48 +++--- .../db/domain/LitemallUserCouponExample.java | 34 ++-- .../db/domain/LitemallUserExample.java | 34 ++-- .../litemall/db/dao/LitemallAdMapper.xml | 15 -- .../litemall/db/dao/LitemallAddressMapper.xml | 15 -- .../litemall/db/dao/LitemallAdminMapper.xml | 15 -- .../litemall/db/dao/LitemallBrandMapper.xml | 15 -- .../litemall/db/dao/LitemallCartMapper.xml | 15 -- .../db/dao/LitemallCategoryMapper.xml | 15 -- .../litemall/db/dao/LitemallCollectMapper.xml | 15 -- .../litemall/db/dao/LitemallCommentMapper.xml | 15 -- .../litemall/db/dao/LitemallCouponMapper.xml | 15 -- .../db/dao/LitemallFootprintMapper.xml | 15 -- .../db/dao/LitemallGoodsAttributeMapper.xml | 15 -- .../litemall/db/dao/LitemallGoodsMapper.xml | 20 --- .../dao/LitemallGoodsSpecificationMapper.xml | 15 -- .../litemall/db/dao/LitemallIssueMapper.xml | 15 -- .../litemall/db/dao/LitemallKeywordMapper.xml | 15 -- .../db/dao/LitemallOrderGoodsMapper.xml | 15 -- .../litemall/db/dao/LitemallOrderMapper.xml | 15 -- .../litemall/db/dao/LitemallProductMapper.xml | 15 -- .../litemall/db/dao/LitemallRegionMapper.xml | 15 -- .../db/dao/LitemallSearchHistoryMapper.xml | 15 -- .../litemall/db/dao/LitemallStorageMapper.xml | 15 -- .../litemall/db/dao/LitemallTopicMapper.xml | 20 --- .../db/dao/LitemallUserCouponMapper.xml | 15 -- .../litemall/db/dao/LitemallUserMapper.xml | 15 -- 97 files changed, 1538 insertions(+), 1910 deletions(-) diff --git a/litemall-db/mybatis-generator/generatorConfig.xml b/litemall-db/mybatis-generator/generatorConfig.xml index 92f36ff3..c535ecc8 100644 --- a/litemall-db/mybatis-generator/generatorConfig.xml +++ b/litemall-db/mybatis-generator/generatorConfig.xml @@ -27,7 +27,7 @@ - + diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallAdMapper.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallAdMapper.java index 42182535..f11c4c62 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallAdMapper.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallAdMapper.java @@ -10,7 +10,7 @@ public interface LitemallAdMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_ad * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ long countByExample(LitemallAdExample example); @@ -18,7 +18,7 @@ public interface LitemallAdMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_ad * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int deleteByExample(LitemallAdExample example); @@ -26,7 +26,7 @@ public interface LitemallAdMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_ad * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int deleteByPrimaryKey(Integer id); @@ -34,7 +34,7 @@ public interface LitemallAdMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_ad * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int insert(LitemallAd record); @@ -42,7 +42,7 @@ public interface LitemallAdMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_ad * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int insertSelective(LitemallAd record); @@ -50,7 +50,7 @@ public interface LitemallAdMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_ad * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ List selectByExample(LitemallAdExample example); @@ -67,7 +67,7 @@ public interface LitemallAdMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_ad * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ LitemallAd selectByPrimaryKey(Integer id); @@ -84,7 +84,7 @@ public interface LitemallAdMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_ad * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByExampleSelective(@Param("record") LitemallAd record, @Param("example") LitemallAdExample example); @@ -92,7 +92,7 @@ public interface LitemallAdMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_ad * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByExample(@Param("record") LitemallAd record, @Param("example") LitemallAdExample example); @@ -100,7 +100,7 @@ public interface LitemallAdMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_ad * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByPrimaryKeySelective(LitemallAd record); @@ -108,7 +108,7 @@ public interface LitemallAdMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_ad * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByPrimaryKey(LitemallAd record); diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallAddressMapper.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallAddressMapper.java index 57a85ff1..cb141d49 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallAddressMapper.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallAddressMapper.java @@ -10,7 +10,7 @@ public interface LitemallAddressMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_address * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ long countByExample(LitemallAddressExample example); @@ -18,7 +18,7 @@ public interface LitemallAddressMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_address * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int deleteByExample(LitemallAddressExample example); @@ -26,7 +26,7 @@ public interface LitemallAddressMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_address * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int deleteByPrimaryKey(Integer id); @@ -34,7 +34,7 @@ public interface LitemallAddressMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_address * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int insert(LitemallAddress record); @@ -42,7 +42,7 @@ public interface LitemallAddressMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_address * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int insertSelective(LitemallAddress record); @@ -50,7 +50,7 @@ public interface LitemallAddressMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_address * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ List selectByExample(LitemallAddressExample example); @@ -67,7 +67,7 @@ public interface LitemallAddressMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_address * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ LitemallAddress selectByPrimaryKey(Integer id); @@ -84,7 +84,7 @@ public interface LitemallAddressMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_address * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByExampleSelective(@Param("record") LitemallAddress record, @Param("example") LitemallAddressExample example); @@ -92,7 +92,7 @@ public interface LitemallAddressMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_address * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByExample(@Param("record") LitemallAddress record, @Param("example") LitemallAddressExample example); @@ -100,7 +100,7 @@ public interface LitemallAddressMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_address * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByPrimaryKeySelective(LitemallAddress record); @@ -108,7 +108,7 @@ public interface LitemallAddressMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_address * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByPrimaryKey(LitemallAddress record); diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallAdminMapper.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallAdminMapper.java index 80ba5ada..3753ea88 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallAdminMapper.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallAdminMapper.java @@ -10,7 +10,7 @@ public interface LitemallAdminMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_admin * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ long countByExample(LitemallAdminExample example); @@ -18,7 +18,7 @@ public interface LitemallAdminMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_admin * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int deleteByExample(LitemallAdminExample example); @@ -26,7 +26,7 @@ public interface LitemallAdminMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_admin * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int deleteByPrimaryKey(Integer id); @@ -34,7 +34,7 @@ public interface LitemallAdminMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_admin * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int insert(LitemallAdmin record); @@ -42,7 +42,7 @@ public interface LitemallAdminMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_admin * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int insertSelective(LitemallAdmin record); @@ -50,7 +50,7 @@ public interface LitemallAdminMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_admin * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ List selectByExample(LitemallAdminExample example); @@ -67,7 +67,7 @@ public interface LitemallAdminMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_admin * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ LitemallAdmin selectByPrimaryKey(Integer id); @@ -84,7 +84,7 @@ public interface LitemallAdminMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_admin * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByExampleSelective(@Param("record") LitemallAdmin record, @Param("example") LitemallAdminExample example); @@ -92,7 +92,7 @@ public interface LitemallAdminMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_admin * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByExample(@Param("record") LitemallAdmin record, @Param("example") LitemallAdminExample example); @@ -100,7 +100,7 @@ public interface LitemallAdminMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_admin * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByPrimaryKeySelective(LitemallAdmin record); @@ -108,7 +108,7 @@ public interface LitemallAdminMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_admin * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByPrimaryKey(LitemallAdmin record); diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallBrandMapper.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallBrandMapper.java index dd49d48d..c7e58004 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallBrandMapper.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallBrandMapper.java @@ -10,7 +10,7 @@ public interface LitemallBrandMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_brand * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ long countByExample(LitemallBrandExample example); @@ -18,7 +18,7 @@ public interface LitemallBrandMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_brand * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int deleteByExample(LitemallBrandExample example); @@ -26,7 +26,7 @@ public interface LitemallBrandMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_brand * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int deleteByPrimaryKey(Integer id); @@ -34,7 +34,7 @@ public interface LitemallBrandMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_brand * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int insert(LitemallBrand record); @@ -42,7 +42,7 @@ public interface LitemallBrandMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_brand * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int insertSelective(LitemallBrand record); @@ -50,7 +50,7 @@ public interface LitemallBrandMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_brand * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ List selectByExample(LitemallBrandExample example); @@ -67,7 +67,7 @@ public interface LitemallBrandMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_brand * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ LitemallBrand selectByPrimaryKey(Integer id); @@ -84,7 +84,7 @@ public interface LitemallBrandMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_brand * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByExampleSelective(@Param("record") LitemallBrand record, @Param("example") LitemallBrandExample example); @@ -92,7 +92,7 @@ public interface LitemallBrandMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_brand * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByExample(@Param("record") LitemallBrand record, @Param("example") LitemallBrandExample example); @@ -100,7 +100,7 @@ public interface LitemallBrandMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_brand * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByPrimaryKeySelective(LitemallBrand record); @@ -108,7 +108,7 @@ public interface LitemallBrandMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_brand * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByPrimaryKey(LitemallBrand record); diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallCartMapper.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallCartMapper.java index 01c9c41e..42418cfa 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallCartMapper.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallCartMapper.java @@ -10,7 +10,7 @@ public interface LitemallCartMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_cart * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ long countByExample(LitemallCartExample example); @@ -18,7 +18,7 @@ public interface LitemallCartMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_cart * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int deleteByExample(LitemallCartExample example); @@ -26,7 +26,7 @@ public interface LitemallCartMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_cart * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int deleteByPrimaryKey(Integer id); @@ -34,7 +34,7 @@ public interface LitemallCartMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_cart * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int insert(LitemallCart record); @@ -42,7 +42,7 @@ public interface LitemallCartMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_cart * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int insertSelective(LitemallCart record); @@ -50,7 +50,7 @@ public interface LitemallCartMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_cart * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ List selectByExample(LitemallCartExample example); @@ -67,7 +67,7 @@ public interface LitemallCartMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_cart * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ LitemallCart selectByPrimaryKey(Integer id); @@ -84,7 +84,7 @@ public interface LitemallCartMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_cart * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByExampleSelective(@Param("record") LitemallCart record, @Param("example") LitemallCartExample example); @@ -92,7 +92,7 @@ public interface LitemallCartMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_cart * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByExample(@Param("record") LitemallCart record, @Param("example") LitemallCartExample example); @@ -100,7 +100,7 @@ public interface LitemallCartMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_cart * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByPrimaryKeySelective(LitemallCart record); @@ -108,7 +108,7 @@ public interface LitemallCartMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_cart * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByPrimaryKey(LitemallCart record); diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallCategoryMapper.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallCategoryMapper.java index 6f163c11..e87228fa 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallCategoryMapper.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallCategoryMapper.java @@ -10,7 +10,7 @@ public interface LitemallCategoryMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_category * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ long countByExample(LitemallCategoryExample example); @@ -18,7 +18,7 @@ public interface LitemallCategoryMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_category * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int deleteByExample(LitemallCategoryExample example); @@ -26,7 +26,7 @@ public interface LitemallCategoryMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_category * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int deleteByPrimaryKey(Integer id); @@ -34,7 +34,7 @@ public interface LitemallCategoryMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_category * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int insert(LitemallCategory record); @@ -42,7 +42,7 @@ public interface LitemallCategoryMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_category * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int insertSelective(LitemallCategory record); @@ -50,7 +50,7 @@ public interface LitemallCategoryMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_category * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ List selectByExample(LitemallCategoryExample example); @@ -67,7 +67,7 @@ public interface LitemallCategoryMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_category * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ LitemallCategory selectByPrimaryKey(Integer id); @@ -84,7 +84,7 @@ public interface LitemallCategoryMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_category * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByExampleSelective(@Param("record") LitemallCategory record, @Param("example") LitemallCategoryExample example); @@ -92,7 +92,7 @@ public interface LitemallCategoryMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_category * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByExample(@Param("record") LitemallCategory record, @Param("example") LitemallCategoryExample example); @@ -100,7 +100,7 @@ public interface LitemallCategoryMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_category * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByPrimaryKeySelective(LitemallCategory record); @@ -108,7 +108,7 @@ public interface LitemallCategoryMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_category * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByPrimaryKey(LitemallCategory record); diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallCollectMapper.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallCollectMapper.java index a7c6e70a..0a608ce1 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallCollectMapper.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallCollectMapper.java @@ -10,7 +10,7 @@ public interface LitemallCollectMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_collect * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ long countByExample(LitemallCollectExample example); @@ -18,7 +18,7 @@ public interface LitemallCollectMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_collect * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int deleteByExample(LitemallCollectExample example); @@ -26,7 +26,7 @@ public interface LitemallCollectMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_collect * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int deleteByPrimaryKey(Integer id); @@ -34,7 +34,7 @@ public interface LitemallCollectMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_collect * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int insert(LitemallCollect record); @@ -42,7 +42,7 @@ public interface LitemallCollectMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_collect * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int insertSelective(LitemallCollect record); @@ -50,7 +50,7 @@ public interface LitemallCollectMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_collect * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ List selectByExample(LitemallCollectExample example); @@ -67,7 +67,7 @@ public interface LitemallCollectMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_collect * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ LitemallCollect selectByPrimaryKey(Integer id); @@ -84,7 +84,7 @@ public interface LitemallCollectMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_collect * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByExampleSelective(@Param("record") LitemallCollect record, @Param("example") LitemallCollectExample example); @@ -92,7 +92,7 @@ public interface LitemallCollectMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_collect * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByExample(@Param("record") LitemallCollect record, @Param("example") LitemallCollectExample example); @@ -100,7 +100,7 @@ public interface LitemallCollectMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_collect * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByPrimaryKeySelective(LitemallCollect record); @@ -108,7 +108,7 @@ public interface LitemallCollectMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_collect * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByPrimaryKey(LitemallCollect record); diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallCommentMapper.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallCommentMapper.java index 9b9ccd2e..037c2710 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallCommentMapper.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallCommentMapper.java @@ -10,7 +10,7 @@ public interface LitemallCommentMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_comment * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ long countByExample(LitemallCommentExample example); @@ -18,7 +18,7 @@ public interface LitemallCommentMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_comment * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int deleteByExample(LitemallCommentExample example); @@ -26,7 +26,7 @@ public interface LitemallCommentMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_comment * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int deleteByPrimaryKey(Integer id); @@ -34,7 +34,7 @@ public interface LitemallCommentMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_comment * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int insert(LitemallComment record); @@ -42,7 +42,7 @@ public interface LitemallCommentMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_comment * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int insertSelective(LitemallComment record); @@ -50,7 +50,7 @@ public interface LitemallCommentMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_comment * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ List selectByExample(LitemallCommentExample example); @@ -67,7 +67,7 @@ public interface LitemallCommentMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_comment * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ LitemallComment selectByPrimaryKey(Integer id); @@ -84,7 +84,7 @@ public interface LitemallCommentMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_comment * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByExampleSelective(@Param("record") LitemallComment record, @Param("example") LitemallCommentExample example); @@ -92,7 +92,7 @@ public interface LitemallCommentMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_comment * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByExample(@Param("record") LitemallComment record, @Param("example") LitemallCommentExample example); @@ -100,7 +100,7 @@ public interface LitemallCommentMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_comment * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByPrimaryKeySelective(LitemallComment record); @@ -108,7 +108,7 @@ public interface LitemallCommentMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_comment * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByPrimaryKey(LitemallComment record); diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallCouponMapper.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallCouponMapper.java index b9b16694..adc596a3 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallCouponMapper.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallCouponMapper.java @@ -10,7 +10,7 @@ public interface LitemallCouponMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_coupon * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ long countByExample(LitemallCouponExample example); @@ -18,7 +18,7 @@ public interface LitemallCouponMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_coupon * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int deleteByExample(LitemallCouponExample example); @@ -26,7 +26,7 @@ public interface LitemallCouponMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_coupon * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int deleteByPrimaryKey(Integer id); @@ -34,7 +34,7 @@ public interface LitemallCouponMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_coupon * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int insert(LitemallCoupon record); @@ -42,7 +42,7 @@ public interface LitemallCouponMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_coupon * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int insertSelective(LitemallCoupon record); @@ -50,7 +50,7 @@ public interface LitemallCouponMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_coupon * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ List selectByExample(LitemallCouponExample example); @@ -67,7 +67,7 @@ public interface LitemallCouponMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_coupon * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ LitemallCoupon selectByPrimaryKey(Integer id); @@ -84,7 +84,7 @@ public interface LitemallCouponMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_coupon * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByExampleSelective(@Param("record") LitemallCoupon record, @Param("example") LitemallCouponExample example); @@ -92,7 +92,7 @@ public interface LitemallCouponMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_coupon * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByExample(@Param("record") LitemallCoupon record, @Param("example") LitemallCouponExample example); @@ -100,7 +100,7 @@ public interface LitemallCouponMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_coupon * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByPrimaryKeySelective(LitemallCoupon record); @@ -108,7 +108,7 @@ public interface LitemallCouponMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_coupon * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByPrimaryKey(LitemallCoupon record); diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallFootprintMapper.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallFootprintMapper.java index 56623f66..dd321244 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallFootprintMapper.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallFootprintMapper.java @@ -10,7 +10,7 @@ public interface LitemallFootprintMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_footprint * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ long countByExample(LitemallFootprintExample example); @@ -18,7 +18,7 @@ public interface LitemallFootprintMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_footprint * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int deleteByExample(LitemallFootprintExample example); @@ -26,7 +26,7 @@ public interface LitemallFootprintMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_footprint * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int deleteByPrimaryKey(Integer id); @@ -34,7 +34,7 @@ public interface LitemallFootprintMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_footprint * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int insert(LitemallFootprint record); @@ -42,7 +42,7 @@ public interface LitemallFootprintMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_footprint * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int insertSelective(LitemallFootprint record); @@ -50,7 +50,7 @@ public interface LitemallFootprintMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_footprint * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ List selectByExample(LitemallFootprintExample example); @@ -67,7 +67,7 @@ public interface LitemallFootprintMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_footprint * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ LitemallFootprint selectByPrimaryKey(Integer id); @@ -84,7 +84,7 @@ public interface LitemallFootprintMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_footprint * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByExampleSelective(@Param("record") LitemallFootprint record, @Param("example") LitemallFootprintExample example); @@ -92,7 +92,7 @@ public interface LitemallFootprintMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_footprint * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByExample(@Param("record") LitemallFootprint record, @Param("example") LitemallFootprintExample example); @@ -100,7 +100,7 @@ public interface LitemallFootprintMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_footprint * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByPrimaryKeySelective(LitemallFootprint record); @@ -108,7 +108,7 @@ public interface LitemallFootprintMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_footprint * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByPrimaryKey(LitemallFootprint record); diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallGoodsAttributeMapper.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallGoodsAttributeMapper.java index b8459aa4..bb543862 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallGoodsAttributeMapper.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallGoodsAttributeMapper.java @@ -10,7 +10,7 @@ public interface LitemallGoodsAttributeMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods_attribute * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ long countByExample(LitemallGoodsAttributeExample example); @@ -18,7 +18,7 @@ public interface LitemallGoodsAttributeMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods_attribute * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int deleteByExample(LitemallGoodsAttributeExample example); @@ -26,7 +26,7 @@ public interface LitemallGoodsAttributeMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods_attribute * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int deleteByPrimaryKey(Integer id); @@ -34,7 +34,7 @@ public interface LitemallGoodsAttributeMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods_attribute * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int insert(LitemallGoodsAttribute record); @@ -42,7 +42,7 @@ public interface LitemallGoodsAttributeMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods_attribute * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int insertSelective(LitemallGoodsAttribute record); @@ -50,7 +50,7 @@ public interface LitemallGoodsAttributeMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods_attribute * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ List selectByExample(LitemallGoodsAttributeExample example); @@ -67,7 +67,7 @@ public interface LitemallGoodsAttributeMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods_attribute * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ LitemallGoodsAttribute selectByPrimaryKey(Integer id); @@ -84,7 +84,7 @@ public interface LitemallGoodsAttributeMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods_attribute * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByExampleSelective(@Param("record") LitemallGoodsAttribute record, @Param("example") LitemallGoodsAttributeExample example); @@ -92,7 +92,7 @@ public interface LitemallGoodsAttributeMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods_attribute * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByExample(@Param("record") LitemallGoodsAttribute record, @Param("example") LitemallGoodsAttributeExample example); @@ -100,7 +100,7 @@ public interface LitemallGoodsAttributeMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods_attribute * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByPrimaryKeySelective(LitemallGoodsAttribute record); @@ -108,7 +108,7 @@ public interface LitemallGoodsAttributeMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods_attribute * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByPrimaryKey(LitemallGoodsAttribute record); diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallGoodsMapper.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallGoodsMapper.java index 2da63425..a34ae04b 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallGoodsMapper.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallGoodsMapper.java @@ -10,7 +10,7 @@ public interface LitemallGoodsMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ long countByExample(LitemallGoodsExample example); @@ -18,7 +18,7 @@ public interface LitemallGoodsMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int deleteByExample(LitemallGoodsExample example); @@ -26,7 +26,7 @@ public interface LitemallGoodsMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int deleteByPrimaryKey(Integer id); @@ -34,7 +34,7 @@ public interface LitemallGoodsMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int insert(LitemallGoods record); @@ -42,7 +42,7 @@ public interface LitemallGoodsMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int insertSelective(LitemallGoods record); @@ -50,7 +50,7 @@ public interface LitemallGoodsMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ List selectByExampleWithBLOBs(LitemallGoodsExample example); @@ -58,7 +58,7 @@ public interface LitemallGoodsMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ List selectByExample(LitemallGoodsExample example); @@ -75,7 +75,7 @@ public interface LitemallGoodsMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ LitemallGoods selectByPrimaryKey(Integer id); @@ -92,7 +92,7 @@ public interface LitemallGoodsMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByExampleSelective(@Param("record") LitemallGoods record, @Param("example") LitemallGoodsExample example); @@ -100,7 +100,7 @@ public interface LitemallGoodsMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByExampleWithBLOBs(@Param("record") LitemallGoods record, @Param("example") LitemallGoodsExample example); @@ -108,7 +108,7 @@ public interface LitemallGoodsMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByExample(@Param("record") LitemallGoods record, @Param("example") LitemallGoodsExample example); @@ -116,7 +116,7 @@ public interface LitemallGoodsMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByPrimaryKeySelective(LitemallGoods record); @@ -124,7 +124,7 @@ public interface LitemallGoodsMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByPrimaryKeyWithBLOBs(LitemallGoods record); @@ -132,7 +132,7 @@ public interface LitemallGoodsMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByPrimaryKey(LitemallGoods record); diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallGoodsSpecificationMapper.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallGoodsSpecificationMapper.java index c4c15229..fcf1c028 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallGoodsSpecificationMapper.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallGoodsSpecificationMapper.java @@ -10,7 +10,7 @@ public interface LitemallGoodsSpecificationMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods_specification * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ long countByExample(LitemallGoodsSpecificationExample example); @@ -18,7 +18,7 @@ public interface LitemallGoodsSpecificationMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods_specification * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int deleteByExample(LitemallGoodsSpecificationExample example); @@ -26,7 +26,7 @@ public interface LitemallGoodsSpecificationMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods_specification * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int deleteByPrimaryKey(Integer id); @@ -34,7 +34,7 @@ public interface LitemallGoodsSpecificationMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods_specification * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int insert(LitemallGoodsSpecification record); @@ -42,7 +42,7 @@ public interface LitemallGoodsSpecificationMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods_specification * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int insertSelective(LitemallGoodsSpecification record); @@ -50,7 +50,7 @@ public interface LitemallGoodsSpecificationMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods_specification * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ List selectByExample(LitemallGoodsSpecificationExample example); @@ -67,7 +67,7 @@ public interface LitemallGoodsSpecificationMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods_specification * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ LitemallGoodsSpecification selectByPrimaryKey(Integer id); @@ -84,7 +84,7 @@ public interface LitemallGoodsSpecificationMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods_specification * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByExampleSelective(@Param("record") LitemallGoodsSpecification record, @Param("example") LitemallGoodsSpecificationExample example); @@ -92,7 +92,7 @@ public interface LitemallGoodsSpecificationMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods_specification * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByExample(@Param("record") LitemallGoodsSpecification record, @Param("example") LitemallGoodsSpecificationExample example); @@ -100,7 +100,7 @@ public interface LitemallGoodsSpecificationMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods_specification * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByPrimaryKeySelective(LitemallGoodsSpecification record); @@ -108,7 +108,7 @@ public interface LitemallGoodsSpecificationMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods_specification * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByPrimaryKey(LitemallGoodsSpecification record); diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallIssueMapper.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallIssueMapper.java index f013d7cc..a7c0d053 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallIssueMapper.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallIssueMapper.java @@ -10,7 +10,7 @@ public interface LitemallIssueMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_issue * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ long countByExample(LitemallIssueExample example); @@ -18,7 +18,7 @@ public interface LitemallIssueMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_issue * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int deleteByExample(LitemallIssueExample example); @@ -26,7 +26,7 @@ public interface LitemallIssueMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_issue * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int deleteByPrimaryKey(Integer id); @@ -34,7 +34,7 @@ public interface LitemallIssueMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_issue * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int insert(LitemallIssue record); @@ -42,7 +42,7 @@ public interface LitemallIssueMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_issue * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int insertSelective(LitemallIssue record); @@ -50,7 +50,7 @@ public interface LitemallIssueMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_issue * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ List selectByExample(LitemallIssueExample example); @@ -67,7 +67,7 @@ public interface LitemallIssueMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_issue * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ LitemallIssue selectByPrimaryKey(Integer id); @@ -84,7 +84,7 @@ public interface LitemallIssueMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_issue * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByExampleSelective(@Param("record") LitemallIssue record, @Param("example") LitemallIssueExample example); @@ -92,7 +92,7 @@ public interface LitemallIssueMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_issue * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByExample(@Param("record") LitemallIssue record, @Param("example") LitemallIssueExample example); @@ -100,7 +100,7 @@ public interface LitemallIssueMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_issue * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByPrimaryKeySelective(LitemallIssue record); @@ -108,7 +108,7 @@ public interface LitemallIssueMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_issue * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByPrimaryKey(LitemallIssue record); diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallKeywordMapper.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallKeywordMapper.java index d8242af3..2aa7e70d 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallKeywordMapper.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallKeywordMapper.java @@ -10,7 +10,7 @@ public interface LitemallKeywordMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_keyword * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ long countByExample(LitemallKeywordExample example); @@ -18,7 +18,7 @@ public interface LitemallKeywordMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_keyword * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int deleteByExample(LitemallKeywordExample example); @@ -26,7 +26,7 @@ public interface LitemallKeywordMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_keyword * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int deleteByPrimaryKey(Integer id); @@ -34,7 +34,7 @@ public interface LitemallKeywordMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_keyword * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int insert(LitemallKeyword record); @@ -42,7 +42,7 @@ public interface LitemallKeywordMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_keyword * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int insertSelective(LitemallKeyword record); @@ -50,7 +50,7 @@ public interface LitemallKeywordMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_keyword * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ List selectByExample(LitemallKeywordExample example); @@ -67,7 +67,7 @@ public interface LitemallKeywordMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_keyword * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ LitemallKeyword selectByPrimaryKey(Integer id); @@ -84,7 +84,7 @@ public interface LitemallKeywordMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_keyword * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByExampleSelective(@Param("record") LitemallKeyword record, @Param("example") LitemallKeywordExample example); @@ -92,7 +92,7 @@ public interface LitemallKeywordMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_keyword * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByExample(@Param("record") LitemallKeyword record, @Param("example") LitemallKeywordExample example); @@ -100,7 +100,7 @@ public interface LitemallKeywordMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_keyword * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByPrimaryKeySelective(LitemallKeyword record); @@ -108,7 +108,7 @@ public interface LitemallKeywordMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_keyword * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByPrimaryKey(LitemallKeyword record); diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallOrderGoodsMapper.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallOrderGoodsMapper.java index d9096655..60d0a6f9 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallOrderGoodsMapper.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallOrderGoodsMapper.java @@ -10,7 +10,7 @@ public interface LitemallOrderGoodsMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_order_goods * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ long countByExample(LitemallOrderGoodsExample example); @@ -18,7 +18,7 @@ public interface LitemallOrderGoodsMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_order_goods * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int deleteByExample(LitemallOrderGoodsExample example); @@ -26,7 +26,7 @@ public interface LitemallOrderGoodsMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_order_goods * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int deleteByPrimaryKey(Integer id); @@ -34,7 +34,7 @@ public interface LitemallOrderGoodsMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_order_goods * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int insert(LitemallOrderGoods record); @@ -42,7 +42,7 @@ public interface LitemallOrderGoodsMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_order_goods * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int insertSelective(LitemallOrderGoods record); @@ -50,7 +50,7 @@ public interface LitemallOrderGoodsMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_order_goods * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ List selectByExample(LitemallOrderGoodsExample example); @@ -67,7 +67,7 @@ public interface LitemallOrderGoodsMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_order_goods * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ LitemallOrderGoods selectByPrimaryKey(Integer id); @@ -84,7 +84,7 @@ public interface LitemallOrderGoodsMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_order_goods * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByExampleSelective(@Param("record") LitemallOrderGoods record, @Param("example") LitemallOrderGoodsExample example); @@ -92,7 +92,7 @@ public interface LitemallOrderGoodsMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_order_goods * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByExample(@Param("record") LitemallOrderGoods record, @Param("example") LitemallOrderGoodsExample example); @@ -100,7 +100,7 @@ public interface LitemallOrderGoodsMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_order_goods * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByPrimaryKeySelective(LitemallOrderGoods record); @@ -108,7 +108,7 @@ public interface LitemallOrderGoodsMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_order_goods * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByPrimaryKey(LitemallOrderGoods record); diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallOrderMapper.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallOrderMapper.java index f61fea63..810cedfb 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallOrderMapper.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallOrderMapper.java @@ -10,7 +10,7 @@ public interface LitemallOrderMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_order * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ long countByExample(LitemallOrderExample example); @@ -18,7 +18,7 @@ public interface LitemallOrderMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_order * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int deleteByExample(LitemallOrderExample example); @@ -26,7 +26,7 @@ public interface LitemallOrderMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_order * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int deleteByPrimaryKey(Integer id); @@ -34,7 +34,7 @@ public interface LitemallOrderMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_order * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int insert(LitemallOrder record); @@ -42,7 +42,7 @@ public interface LitemallOrderMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_order * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int insertSelective(LitemallOrder record); @@ -50,7 +50,7 @@ public interface LitemallOrderMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_order * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ List selectByExample(LitemallOrderExample example); @@ -67,7 +67,7 @@ public interface LitemallOrderMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_order * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ LitemallOrder selectByPrimaryKey(Integer id); @@ -84,7 +84,7 @@ public interface LitemallOrderMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_order * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByExampleSelective(@Param("record") LitemallOrder record, @Param("example") LitemallOrderExample example); @@ -92,7 +92,7 @@ public interface LitemallOrderMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_order * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByExample(@Param("record") LitemallOrder record, @Param("example") LitemallOrderExample example); @@ -100,7 +100,7 @@ public interface LitemallOrderMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_order * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByPrimaryKeySelective(LitemallOrder record); @@ -108,7 +108,7 @@ public interface LitemallOrderMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_order * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByPrimaryKey(LitemallOrder record); diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallProductMapper.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallProductMapper.java index 135b4f20..5efd4ca6 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallProductMapper.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallProductMapper.java @@ -10,7 +10,7 @@ public interface LitemallProductMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_product * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ long countByExample(LitemallProductExample example); @@ -18,7 +18,7 @@ public interface LitemallProductMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_product * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int deleteByExample(LitemallProductExample example); @@ -26,7 +26,7 @@ public interface LitemallProductMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_product * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int deleteByPrimaryKey(Integer id); @@ -34,7 +34,7 @@ public interface LitemallProductMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_product * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int insert(LitemallProduct record); @@ -42,7 +42,7 @@ public interface LitemallProductMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_product * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int insertSelective(LitemallProduct record); @@ -50,7 +50,7 @@ public interface LitemallProductMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_product * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ List selectByExample(LitemallProductExample example); @@ -67,7 +67,7 @@ public interface LitemallProductMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_product * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ LitemallProduct selectByPrimaryKey(Integer id); @@ -84,7 +84,7 @@ public interface LitemallProductMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_product * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByExampleSelective(@Param("record") LitemallProduct record, @Param("example") LitemallProductExample example); @@ -92,7 +92,7 @@ public interface LitemallProductMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_product * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByExample(@Param("record") LitemallProduct record, @Param("example") LitemallProductExample example); @@ -100,7 +100,7 @@ public interface LitemallProductMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_product * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByPrimaryKeySelective(LitemallProduct record); @@ -108,7 +108,7 @@ public interface LitemallProductMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_product * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByPrimaryKey(LitemallProduct record); diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallRegionMapper.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallRegionMapper.java index 9044489a..af7e0d3b 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallRegionMapper.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallRegionMapper.java @@ -10,7 +10,7 @@ public interface LitemallRegionMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_region * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ long countByExample(LitemallRegionExample example); @@ -18,7 +18,7 @@ public interface LitemallRegionMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_region * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int deleteByExample(LitemallRegionExample example); @@ -26,7 +26,7 @@ public interface LitemallRegionMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_region * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int deleteByPrimaryKey(Integer id); @@ -34,7 +34,7 @@ public interface LitemallRegionMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_region * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int insert(LitemallRegion record); @@ -42,7 +42,7 @@ public interface LitemallRegionMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_region * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int insertSelective(LitemallRegion record); @@ -50,7 +50,7 @@ public interface LitemallRegionMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_region * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ List selectByExample(LitemallRegionExample example); @@ -67,7 +67,7 @@ public interface LitemallRegionMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_region * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ LitemallRegion selectByPrimaryKey(Integer id); @@ -84,7 +84,7 @@ public interface LitemallRegionMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_region * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByExampleSelective(@Param("record") LitemallRegion record, @Param("example") LitemallRegionExample example); @@ -92,7 +92,7 @@ public interface LitemallRegionMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_region * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByExample(@Param("record") LitemallRegion record, @Param("example") LitemallRegionExample example); @@ -100,7 +100,7 @@ public interface LitemallRegionMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_region * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByPrimaryKeySelective(LitemallRegion record); @@ -108,7 +108,7 @@ public interface LitemallRegionMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_region * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByPrimaryKey(LitemallRegion record); diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallSearchHistoryMapper.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallSearchHistoryMapper.java index b70d8d18..984c6039 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallSearchHistoryMapper.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallSearchHistoryMapper.java @@ -10,7 +10,7 @@ public interface LitemallSearchHistoryMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_search_history * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ long countByExample(LitemallSearchHistoryExample example); @@ -18,7 +18,7 @@ public interface LitemallSearchHistoryMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_search_history * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int deleteByExample(LitemallSearchHistoryExample example); @@ -26,7 +26,7 @@ public interface LitemallSearchHistoryMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_search_history * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int deleteByPrimaryKey(Integer id); @@ -34,7 +34,7 @@ public interface LitemallSearchHistoryMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_search_history * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int insert(LitemallSearchHistory record); @@ -42,7 +42,7 @@ public interface LitemallSearchHistoryMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_search_history * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int insertSelective(LitemallSearchHistory record); @@ -50,7 +50,7 @@ public interface LitemallSearchHistoryMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_search_history * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ List selectByExample(LitemallSearchHistoryExample example); @@ -67,7 +67,7 @@ public interface LitemallSearchHistoryMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_search_history * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ LitemallSearchHistory selectByPrimaryKey(Integer id); @@ -84,7 +84,7 @@ public interface LitemallSearchHistoryMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_search_history * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByExampleSelective(@Param("record") LitemallSearchHistory record, @Param("example") LitemallSearchHistoryExample example); @@ -92,7 +92,7 @@ public interface LitemallSearchHistoryMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_search_history * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByExample(@Param("record") LitemallSearchHistory record, @Param("example") LitemallSearchHistoryExample example); @@ -100,7 +100,7 @@ public interface LitemallSearchHistoryMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_search_history * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByPrimaryKeySelective(LitemallSearchHistory record); @@ -108,7 +108,7 @@ public interface LitemallSearchHistoryMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_search_history * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByPrimaryKey(LitemallSearchHistory record); diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallStorageMapper.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallStorageMapper.java index abfba385..40a20cf1 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallStorageMapper.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallStorageMapper.java @@ -10,7 +10,7 @@ public interface LitemallStorageMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_storage * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ long countByExample(LitemallStorageExample example); @@ -18,7 +18,7 @@ public interface LitemallStorageMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_storage * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int deleteByExample(LitemallStorageExample example); @@ -26,7 +26,7 @@ public interface LitemallStorageMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_storage * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int deleteByPrimaryKey(Integer id); @@ -34,7 +34,7 @@ public interface LitemallStorageMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_storage * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int insert(LitemallStorage record); @@ -42,7 +42,7 @@ public interface LitemallStorageMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_storage * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int insertSelective(LitemallStorage record); @@ -50,7 +50,7 @@ public interface LitemallStorageMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_storage * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ List selectByExample(LitemallStorageExample example); @@ -67,7 +67,7 @@ public interface LitemallStorageMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_storage * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ LitemallStorage selectByPrimaryKey(Integer id); @@ -84,7 +84,7 @@ public interface LitemallStorageMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_storage * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByExampleSelective(@Param("record") LitemallStorage record, @Param("example") LitemallStorageExample example); @@ -92,7 +92,7 @@ public interface LitemallStorageMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_storage * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByExample(@Param("record") LitemallStorage record, @Param("example") LitemallStorageExample example); @@ -100,7 +100,7 @@ public interface LitemallStorageMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_storage * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByPrimaryKeySelective(LitemallStorage record); @@ -108,7 +108,7 @@ public interface LitemallStorageMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_storage * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByPrimaryKey(LitemallStorage record); diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallTopicMapper.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallTopicMapper.java index eacab89d..8b72e9a6 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallTopicMapper.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallTopicMapper.java @@ -10,7 +10,7 @@ public interface LitemallTopicMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_topic * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ long countByExample(LitemallTopicExample example); @@ -18,7 +18,7 @@ public interface LitemallTopicMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_topic * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int deleteByExample(LitemallTopicExample example); @@ -26,7 +26,7 @@ public interface LitemallTopicMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_topic * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int deleteByPrimaryKey(Integer id); @@ -34,7 +34,7 @@ public interface LitemallTopicMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_topic * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int insert(LitemallTopic record); @@ -42,7 +42,7 @@ public interface LitemallTopicMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_topic * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int insertSelective(LitemallTopic record); @@ -50,7 +50,7 @@ public interface LitemallTopicMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_topic * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ List selectByExampleWithBLOBs(LitemallTopicExample example); @@ -58,7 +58,7 @@ public interface LitemallTopicMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_topic * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ List selectByExample(LitemallTopicExample example); @@ -75,7 +75,7 @@ public interface LitemallTopicMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_topic * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ LitemallTopic selectByPrimaryKey(Integer id); @@ -92,7 +92,7 @@ public interface LitemallTopicMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_topic * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByExampleSelective(@Param("record") LitemallTopic record, @Param("example") LitemallTopicExample example); @@ -100,7 +100,7 @@ public interface LitemallTopicMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_topic * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByExampleWithBLOBs(@Param("record") LitemallTopic record, @Param("example") LitemallTopicExample example); @@ -108,7 +108,7 @@ public interface LitemallTopicMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_topic * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByExample(@Param("record") LitemallTopic record, @Param("example") LitemallTopicExample example); @@ -116,7 +116,7 @@ public interface LitemallTopicMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_topic * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByPrimaryKeySelective(LitemallTopic record); @@ -124,7 +124,7 @@ public interface LitemallTopicMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_topic * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByPrimaryKeyWithBLOBs(LitemallTopic record); @@ -132,7 +132,7 @@ public interface LitemallTopicMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_topic * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByPrimaryKey(LitemallTopic record); diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallUserCouponMapper.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallUserCouponMapper.java index 478874a5..1aa7ccfd 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallUserCouponMapper.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallUserCouponMapper.java @@ -10,7 +10,7 @@ public interface LitemallUserCouponMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_user_coupon * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ long countByExample(LitemallUserCouponExample example); @@ -18,7 +18,7 @@ public interface LitemallUserCouponMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_user_coupon * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int deleteByExample(LitemallUserCouponExample example); @@ -26,7 +26,7 @@ public interface LitemallUserCouponMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_user_coupon * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int deleteByPrimaryKey(Integer id); @@ -34,7 +34,7 @@ public interface LitemallUserCouponMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_user_coupon * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int insert(LitemallUserCoupon record); @@ -42,7 +42,7 @@ public interface LitemallUserCouponMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_user_coupon * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int insertSelective(LitemallUserCoupon record); @@ -50,7 +50,7 @@ public interface LitemallUserCouponMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_user_coupon * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ List selectByExample(LitemallUserCouponExample example); @@ -67,7 +67,7 @@ public interface LitemallUserCouponMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_user_coupon * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ LitemallUserCoupon selectByPrimaryKey(Integer id); @@ -84,7 +84,7 @@ public interface LitemallUserCouponMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_user_coupon * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByExampleSelective(@Param("record") LitemallUserCoupon record, @Param("example") LitemallUserCouponExample example); @@ -92,7 +92,7 @@ public interface LitemallUserCouponMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_user_coupon * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByExample(@Param("record") LitemallUserCoupon record, @Param("example") LitemallUserCouponExample example); @@ -100,7 +100,7 @@ public interface LitemallUserCouponMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_user_coupon * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByPrimaryKeySelective(LitemallUserCoupon record); @@ -108,7 +108,7 @@ public interface LitemallUserCouponMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_user_coupon * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByPrimaryKey(LitemallUserCoupon record); diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallUserMapper.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallUserMapper.java index aa50d771..cbd1a284 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallUserMapper.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallUserMapper.java @@ -10,7 +10,7 @@ public interface LitemallUserMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_user * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ long countByExample(LitemallUserExample example); @@ -18,7 +18,7 @@ public interface LitemallUserMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_user * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int deleteByExample(LitemallUserExample example); @@ -26,7 +26,7 @@ public interface LitemallUserMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_user * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int deleteByPrimaryKey(Integer id); @@ -34,7 +34,7 @@ public interface LitemallUserMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_user * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int insert(LitemallUser record); @@ -42,7 +42,7 @@ public interface LitemallUserMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_user * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int insertSelective(LitemallUser record); @@ -50,7 +50,7 @@ public interface LitemallUserMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_user * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ List selectByExample(LitemallUserExample example); @@ -67,7 +67,7 @@ public interface LitemallUserMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_user * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ LitemallUser selectByPrimaryKey(Integer id); @@ -84,7 +84,7 @@ public interface LitemallUserMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_user * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByExampleSelective(@Param("record") LitemallUser record, @Param("example") LitemallUserExample example); @@ -92,7 +92,7 @@ public interface LitemallUserMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_user * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByExample(@Param("record") LitemallUser record, @Param("example") LitemallUserExample example); @@ -100,7 +100,7 @@ public interface LitemallUserMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_user * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByPrimaryKeySelective(LitemallUser record); @@ -108,7 +108,7 @@ public interface LitemallUserMapper { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_user * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ int updateByPrimaryKey(LitemallUser record); diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallAd.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallAd.java index 3d8818f8..62845e05 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallAd.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallAd.java @@ -8,7 +8,7 @@ public class LitemallAd { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_ad.id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Integer id; @@ -17,7 +17,7 @@ public class LitemallAd { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_ad.position * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Integer position; @@ -26,7 +26,7 @@ public class LitemallAd { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_ad.name * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String name; @@ -35,7 +35,7 @@ public class LitemallAd { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_ad.link * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String link; @@ -44,7 +44,7 @@ public class LitemallAd { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_ad.url * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String url; @@ -53,7 +53,7 @@ public class LitemallAd { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_ad.content * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String content; @@ -62,7 +62,7 @@ public class LitemallAd { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_ad.start_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private LocalDateTime startTime; @@ -71,7 +71,7 @@ public class LitemallAd { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_ad.end_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private LocalDateTime endTime; @@ -80,7 +80,7 @@ public class LitemallAd { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_ad.enabled * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Boolean enabled; @@ -89,7 +89,7 @@ public class LitemallAd { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_ad.add_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private LocalDateTime addTime; @@ -98,7 +98,7 @@ public class LitemallAd { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_ad.deleted * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Boolean deleted; @@ -108,7 +108,7 @@ public class LitemallAd { * * @return the value of litemall_ad.id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Integer getId() { return id; @@ -120,7 +120,7 @@ public class LitemallAd { * * @param id the value for litemall_ad.id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setId(Integer id) { this.id = id; @@ -132,7 +132,7 @@ public class LitemallAd { * * @return the value of litemall_ad.position * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Integer getPosition() { return position; @@ -144,7 +144,7 @@ public class LitemallAd { * * @param position the value for litemall_ad.position * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setPosition(Integer position) { this.position = position; @@ -156,7 +156,7 @@ public class LitemallAd { * * @return the value of litemall_ad.name * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getName() { return name; @@ -168,7 +168,7 @@ public class LitemallAd { * * @param name the value for litemall_ad.name * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setName(String name) { this.name = name; @@ -180,7 +180,7 @@ public class LitemallAd { * * @return the value of litemall_ad.link * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getLink() { return link; @@ -192,7 +192,7 @@ public class LitemallAd { * * @param link the value for litemall_ad.link * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setLink(String link) { this.link = link; @@ -204,7 +204,7 @@ public class LitemallAd { * * @return the value of litemall_ad.url * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getUrl() { return url; @@ -216,7 +216,7 @@ public class LitemallAd { * * @param url the value for litemall_ad.url * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setUrl(String url) { this.url = url; @@ -228,7 +228,7 @@ public class LitemallAd { * * @return the value of litemall_ad.content * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getContent() { return content; @@ -240,7 +240,7 @@ public class LitemallAd { * * @param content the value for litemall_ad.content * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setContent(String content) { this.content = content; @@ -252,7 +252,7 @@ public class LitemallAd { * * @return the value of litemall_ad.start_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public LocalDateTime getStartTime() { return startTime; @@ -264,7 +264,7 @@ public class LitemallAd { * * @param startTime the value for litemall_ad.start_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setStartTime(LocalDateTime startTime) { this.startTime = startTime; @@ -276,7 +276,7 @@ public class LitemallAd { * * @return the value of litemall_ad.end_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public LocalDateTime getEndTime() { return endTime; @@ -288,7 +288,7 @@ public class LitemallAd { * * @param endTime the value for litemall_ad.end_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setEndTime(LocalDateTime endTime) { this.endTime = endTime; @@ -300,7 +300,7 @@ public class LitemallAd { * * @return the value of litemall_ad.enabled * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Boolean getEnabled() { return enabled; @@ -312,7 +312,7 @@ public class LitemallAd { * * @param enabled the value for litemall_ad.enabled * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setEnabled(Boolean enabled) { this.enabled = enabled; @@ -324,7 +324,7 @@ public class LitemallAd { * * @return the value of litemall_ad.add_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public LocalDateTime getAddTime() { return addTime; @@ -336,7 +336,7 @@ public class LitemallAd { * * @param addTime the value for litemall_ad.add_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setAddTime(LocalDateTime addTime) { this.addTime = addTime; @@ -348,7 +348,7 @@ public class LitemallAd { * * @return the value of litemall_ad.deleted * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Boolean getDeleted() { return deleted; @@ -360,7 +360,7 @@ public class LitemallAd { * * @param deleted the value for litemall_ad.deleted * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setDeleted(Boolean deleted) { this.deleted = deleted; @@ -370,7 +370,7 @@ public class LitemallAd { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_ad * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ @Override public String toString() { @@ -397,7 +397,7 @@ public class LitemallAd { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_ad * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ @Override public boolean equals(Object that) { @@ -428,7 +428,7 @@ public class LitemallAd { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_ad * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ @Override public int hashCode() { diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallAdExample.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallAdExample.java index fc7c386e..c0d6e588 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallAdExample.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallAdExample.java @@ -9,7 +9,7 @@ public class LitemallAdExample { * This field was generated by MyBatis Generator. * This field corresponds to the database table litemall_ad * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected String orderByClause; @@ -17,7 +17,7 @@ public class LitemallAdExample { * This field was generated by MyBatis Generator. * This field corresponds to the database table litemall_ad * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected boolean distinct; @@ -25,7 +25,7 @@ public class LitemallAdExample { * This field was generated by MyBatis Generator. * This field corresponds to the database table litemall_ad * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected List oredCriteria; @@ -33,7 +33,7 @@ public class LitemallAdExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_ad * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public LitemallAdExample() { oredCriteria = new ArrayList(); @@ -43,7 +43,7 @@ public class LitemallAdExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_ad * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setOrderByClause(String orderByClause) { this.orderByClause = orderByClause; @@ -53,7 +53,7 @@ public class LitemallAdExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_ad * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getOrderByClause() { return orderByClause; @@ -63,7 +63,7 @@ public class LitemallAdExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_ad * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setDistinct(boolean distinct) { this.distinct = distinct; @@ -73,7 +73,7 @@ public class LitemallAdExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_ad * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public boolean isDistinct() { return distinct; @@ -83,7 +83,7 @@ public class LitemallAdExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_ad * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public List getOredCriteria() { return oredCriteria; @@ -93,7 +93,7 @@ public class LitemallAdExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_ad * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void or(Criteria criteria) { oredCriteria.add(criteria); @@ -103,7 +103,7 @@ public class LitemallAdExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_ad * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Criteria or() { Criteria criteria = createCriteriaInternal(); @@ -115,7 +115,7 @@ public class LitemallAdExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_ad * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Criteria createCriteria() { Criteria criteria = createCriteriaInternal(); @@ -129,7 +129,7 @@ public class LitemallAdExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_ad * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected Criteria createCriteriaInternal() { Criteria criteria = new Criteria(this); @@ -140,7 +140,7 @@ public class LitemallAdExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_ad * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void clear() { oredCriteria.clear(); @@ -183,7 +183,7 @@ public class LitemallAdExample { * This class was generated by MyBatis Generator. * This class corresponds to the database table litemall_ad * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected abstract static class GeneratedCriteria { protected List criteria; @@ -931,7 +931,7 @@ public class LitemallAdExample { * This class was generated by MyBatis Generator. * This class corresponds to the database table litemall_ad * - * @mbg.generated do_not_delete_during_merge Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated do_not_delete_during_merge */ public static class Criteria extends GeneratedCriteria { /** @@ -1003,7 +1003,7 @@ public class LitemallAdExample { * This class was generated by MyBatis Generator. * This class corresponds to the database table litemall_ad * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public static class Criterion { private String condition; diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallAddress.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallAddress.java index 4921065d..02cf8fef 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallAddress.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallAddress.java @@ -8,7 +8,7 @@ public class LitemallAddress { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_address.id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Integer id; @@ -17,7 +17,7 @@ public class LitemallAddress { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_address.name * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String name; @@ -26,7 +26,7 @@ public class LitemallAddress { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_address.user_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Integer userId; @@ -35,7 +35,7 @@ public class LitemallAddress { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_address.province_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Integer provinceId; @@ -44,7 +44,7 @@ public class LitemallAddress { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_address.city_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Integer cityId; @@ -53,7 +53,7 @@ public class LitemallAddress { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_address.area_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Integer areaId; @@ -62,7 +62,7 @@ public class LitemallAddress { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_address.address * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String address; @@ -71,7 +71,7 @@ public class LitemallAddress { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_address.mobile * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String mobile; @@ -80,7 +80,7 @@ public class LitemallAddress { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_address.is_default * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Boolean isDefault; @@ -89,7 +89,7 @@ public class LitemallAddress { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_address.add_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private LocalDateTime addTime; @@ -98,7 +98,7 @@ public class LitemallAddress { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_address.deleted * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Boolean deleted; @@ -108,7 +108,7 @@ public class LitemallAddress { * * @return the value of litemall_address.id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Integer getId() { return id; @@ -120,7 +120,7 @@ public class LitemallAddress { * * @param id the value for litemall_address.id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setId(Integer id) { this.id = id; @@ -132,7 +132,7 @@ public class LitemallAddress { * * @return the value of litemall_address.name * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getName() { return name; @@ -144,7 +144,7 @@ public class LitemallAddress { * * @param name the value for litemall_address.name * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setName(String name) { this.name = name; @@ -156,7 +156,7 @@ public class LitemallAddress { * * @return the value of litemall_address.user_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Integer getUserId() { return userId; @@ -168,7 +168,7 @@ public class LitemallAddress { * * @param userId the value for litemall_address.user_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setUserId(Integer userId) { this.userId = userId; @@ -180,7 +180,7 @@ public class LitemallAddress { * * @return the value of litemall_address.province_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Integer getProvinceId() { return provinceId; @@ -192,7 +192,7 @@ public class LitemallAddress { * * @param provinceId the value for litemall_address.province_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setProvinceId(Integer provinceId) { this.provinceId = provinceId; @@ -204,7 +204,7 @@ public class LitemallAddress { * * @return the value of litemall_address.city_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Integer getCityId() { return cityId; @@ -216,7 +216,7 @@ public class LitemallAddress { * * @param cityId the value for litemall_address.city_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setCityId(Integer cityId) { this.cityId = cityId; @@ -228,7 +228,7 @@ public class LitemallAddress { * * @return the value of litemall_address.area_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Integer getAreaId() { return areaId; @@ -240,7 +240,7 @@ public class LitemallAddress { * * @param areaId the value for litemall_address.area_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setAreaId(Integer areaId) { this.areaId = areaId; @@ -252,7 +252,7 @@ public class LitemallAddress { * * @return the value of litemall_address.address * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getAddress() { return address; @@ -264,7 +264,7 @@ public class LitemallAddress { * * @param address the value for litemall_address.address * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setAddress(String address) { this.address = address; @@ -276,7 +276,7 @@ public class LitemallAddress { * * @return the value of litemall_address.mobile * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getMobile() { return mobile; @@ -288,7 +288,7 @@ public class LitemallAddress { * * @param mobile the value for litemall_address.mobile * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setMobile(String mobile) { this.mobile = mobile; @@ -300,7 +300,7 @@ public class LitemallAddress { * * @return the value of litemall_address.is_default * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Boolean getIsDefault() { return isDefault; @@ -312,7 +312,7 @@ public class LitemallAddress { * * @param isDefault the value for litemall_address.is_default * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setIsDefault(Boolean isDefault) { this.isDefault = isDefault; @@ -324,7 +324,7 @@ public class LitemallAddress { * * @return the value of litemall_address.add_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public LocalDateTime getAddTime() { return addTime; @@ -336,7 +336,7 @@ public class LitemallAddress { * * @param addTime the value for litemall_address.add_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setAddTime(LocalDateTime addTime) { this.addTime = addTime; @@ -348,7 +348,7 @@ public class LitemallAddress { * * @return the value of litemall_address.deleted * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Boolean getDeleted() { return deleted; @@ -360,7 +360,7 @@ public class LitemallAddress { * * @param deleted the value for litemall_address.deleted * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setDeleted(Boolean deleted) { this.deleted = deleted; @@ -370,7 +370,7 @@ public class LitemallAddress { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_address * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ @Override public String toString() { @@ -397,7 +397,7 @@ public class LitemallAddress { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_address * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ @Override public boolean equals(Object that) { @@ -428,7 +428,7 @@ public class LitemallAddress { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_address * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ @Override public int hashCode() { diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallAddressExample.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallAddressExample.java index e5c7f179..d9073526 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallAddressExample.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallAddressExample.java @@ -9,7 +9,7 @@ public class LitemallAddressExample { * This field was generated by MyBatis Generator. * This field corresponds to the database table litemall_address * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected String orderByClause; @@ -17,7 +17,7 @@ public class LitemallAddressExample { * This field was generated by MyBatis Generator. * This field corresponds to the database table litemall_address * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected boolean distinct; @@ -25,7 +25,7 @@ public class LitemallAddressExample { * This field was generated by MyBatis Generator. * This field corresponds to the database table litemall_address * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected List oredCriteria; @@ -33,7 +33,7 @@ public class LitemallAddressExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_address * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public LitemallAddressExample() { oredCriteria = new ArrayList(); @@ -43,7 +43,7 @@ public class LitemallAddressExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_address * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setOrderByClause(String orderByClause) { this.orderByClause = orderByClause; @@ -53,7 +53,7 @@ public class LitemallAddressExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_address * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getOrderByClause() { return orderByClause; @@ -63,7 +63,7 @@ public class LitemallAddressExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_address * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setDistinct(boolean distinct) { this.distinct = distinct; @@ -73,7 +73,7 @@ public class LitemallAddressExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_address * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public boolean isDistinct() { return distinct; @@ -83,7 +83,7 @@ public class LitemallAddressExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_address * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public List getOredCriteria() { return oredCriteria; @@ -93,7 +93,7 @@ public class LitemallAddressExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_address * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void or(Criteria criteria) { oredCriteria.add(criteria); @@ -103,7 +103,7 @@ public class LitemallAddressExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_address * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Criteria or() { Criteria criteria = createCriteriaInternal(); @@ -115,7 +115,7 @@ public class LitemallAddressExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_address * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Criteria createCriteria() { Criteria criteria = createCriteriaInternal(); @@ -129,7 +129,7 @@ public class LitemallAddressExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_address * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected Criteria createCriteriaInternal() { Criteria criteria = new Criteria(this); @@ -140,7 +140,7 @@ public class LitemallAddressExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_address * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void clear() { oredCriteria.clear(); @@ -183,7 +183,7 @@ public class LitemallAddressExample { * This class was generated by MyBatis Generator. * This class corresponds to the database table litemall_address * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected abstract static class GeneratedCriteria { protected List criteria; @@ -921,7 +921,7 @@ public class LitemallAddressExample { * This class was generated by MyBatis Generator. * This class corresponds to the database table litemall_address * - * @mbg.generated do_not_delete_during_merge Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated do_not_delete_during_merge */ public static class Criteria extends GeneratedCriteria { /** @@ -993,7 +993,7 @@ public class LitemallAddressExample { * This class was generated by MyBatis Generator. * This class corresponds to the database table litemall_address * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public static class Criterion { private String condition; diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallAdmin.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallAdmin.java index 470110f6..2cbb9c18 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallAdmin.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallAdmin.java @@ -8,7 +8,7 @@ public class LitemallAdmin { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_admin.id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Integer id; @@ -17,7 +17,7 @@ public class LitemallAdmin { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_admin.username * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String username; @@ -26,7 +26,7 @@ public class LitemallAdmin { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_admin.password * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String password; @@ -35,7 +35,7 @@ public class LitemallAdmin { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_admin.last_login_ip * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String lastLoginIp; @@ -44,7 +44,7 @@ public class LitemallAdmin { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_admin.last_login_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private LocalDateTime lastLoginTime; @@ -53,7 +53,7 @@ public class LitemallAdmin { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_admin.update_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private LocalDateTime updateTime; @@ -62,7 +62,7 @@ public class LitemallAdmin { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_admin.avatar * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String avatar; @@ -71,7 +71,7 @@ public class LitemallAdmin { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_admin.add_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private LocalDateTime addTime; @@ -80,7 +80,7 @@ public class LitemallAdmin { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_admin.deleted * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Boolean deleted; @@ -90,7 +90,7 @@ public class LitemallAdmin { * * @return the value of litemall_admin.id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Integer getId() { return id; @@ -102,7 +102,7 @@ public class LitemallAdmin { * * @param id the value for litemall_admin.id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setId(Integer id) { this.id = id; @@ -114,7 +114,7 @@ public class LitemallAdmin { * * @return the value of litemall_admin.username * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getUsername() { return username; @@ -126,7 +126,7 @@ public class LitemallAdmin { * * @param username the value for litemall_admin.username * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setUsername(String username) { this.username = username; @@ -138,7 +138,7 @@ public class LitemallAdmin { * * @return the value of litemall_admin.password * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getPassword() { return password; @@ -150,7 +150,7 @@ public class LitemallAdmin { * * @param password the value for litemall_admin.password * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setPassword(String password) { this.password = password; @@ -162,7 +162,7 @@ public class LitemallAdmin { * * @return the value of litemall_admin.last_login_ip * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getLastLoginIp() { return lastLoginIp; @@ -174,7 +174,7 @@ public class LitemallAdmin { * * @param lastLoginIp the value for litemall_admin.last_login_ip * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setLastLoginIp(String lastLoginIp) { this.lastLoginIp = lastLoginIp; @@ -186,7 +186,7 @@ public class LitemallAdmin { * * @return the value of litemall_admin.last_login_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public LocalDateTime getLastLoginTime() { return lastLoginTime; @@ -198,7 +198,7 @@ public class LitemallAdmin { * * @param lastLoginTime the value for litemall_admin.last_login_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setLastLoginTime(LocalDateTime lastLoginTime) { this.lastLoginTime = lastLoginTime; @@ -210,7 +210,7 @@ public class LitemallAdmin { * * @return the value of litemall_admin.update_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public LocalDateTime getUpdateTime() { return updateTime; @@ -222,7 +222,7 @@ public class LitemallAdmin { * * @param updateTime the value for litemall_admin.update_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setUpdateTime(LocalDateTime updateTime) { this.updateTime = updateTime; @@ -234,7 +234,7 @@ public class LitemallAdmin { * * @return the value of litemall_admin.avatar * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getAvatar() { return avatar; @@ -246,7 +246,7 @@ public class LitemallAdmin { * * @param avatar the value for litemall_admin.avatar * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setAvatar(String avatar) { this.avatar = avatar; @@ -258,7 +258,7 @@ public class LitemallAdmin { * * @return the value of litemall_admin.add_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public LocalDateTime getAddTime() { return addTime; @@ -270,7 +270,7 @@ public class LitemallAdmin { * * @param addTime the value for litemall_admin.add_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setAddTime(LocalDateTime addTime) { this.addTime = addTime; @@ -282,7 +282,7 @@ public class LitemallAdmin { * * @return the value of litemall_admin.deleted * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Boolean getDeleted() { return deleted; @@ -294,7 +294,7 @@ public class LitemallAdmin { * * @param deleted the value for litemall_admin.deleted * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setDeleted(Boolean deleted) { this.deleted = deleted; @@ -304,7 +304,7 @@ public class LitemallAdmin { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_admin * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ @Override public String toString() { @@ -329,7 +329,7 @@ public class LitemallAdmin { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_admin * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ @Override public boolean equals(Object that) { @@ -358,7 +358,7 @@ public class LitemallAdmin { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_admin * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ @Override public int hashCode() { diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallAdminExample.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallAdminExample.java index 3eec7639..45633f71 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallAdminExample.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallAdminExample.java @@ -9,7 +9,7 @@ public class LitemallAdminExample { * This field was generated by MyBatis Generator. * This field corresponds to the database table litemall_admin * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected String orderByClause; @@ -17,7 +17,7 @@ public class LitemallAdminExample { * This field was generated by MyBatis Generator. * This field corresponds to the database table litemall_admin * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected boolean distinct; @@ -25,7 +25,7 @@ public class LitemallAdminExample { * This field was generated by MyBatis Generator. * This field corresponds to the database table litemall_admin * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected List oredCriteria; @@ -33,7 +33,7 @@ public class LitemallAdminExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_admin * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public LitemallAdminExample() { oredCriteria = new ArrayList(); @@ -43,7 +43,7 @@ public class LitemallAdminExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_admin * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setOrderByClause(String orderByClause) { this.orderByClause = orderByClause; @@ -53,7 +53,7 @@ public class LitemallAdminExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_admin * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getOrderByClause() { return orderByClause; @@ -63,7 +63,7 @@ public class LitemallAdminExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_admin * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setDistinct(boolean distinct) { this.distinct = distinct; @@ -73,7 +73,7 @@ public class LitemallAdminExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_admin * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public boolean isDistinct() { return distinct; @@ -83,7 +83,7 @@ public class LitemallAdminExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_admin * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public List getOredCriteria() { return oredCriteria; @@ -93,7 +93,7 @@ public class LitemallAdminExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_admin * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void or(Criteria criteria) { oredCriteria.add(criteria); @@ -103,7 +103,7 @@ public class LitemallAdminExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_admin * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Criteria or() { Criteria criteria = createCriteriaInternal(); @@ -115,7 +115,7 @@ public class LitemallAdminExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_admin * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Criteria createCriteria() { Criteria criteria = createCriteriaInternal(); @@ -129,7 +129,7 @@ public class LitemallAdminExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_admin * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected Criteria createCriteriaInternal() { Criteria criteria = new Criteria(this); @@ -140,7 +140,7 @@ public class LitemallAdminExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_admin * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void clear() { oredCriteria.clear(); @@ -183,7 +183,7 @@ public class LitemallAdminExample { * This class was generated by MyBatis Generator. * This class corresponds to the database table litemall_admin * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected abstract static class GeneratedCriteria { protected List criteria; @@ -811,7 +811,7 @@ public class LitemallAdminExample { * This class was generated by MyBatis Generator. * This class corresponds to the database table litemall_admin * - * @mbg.generated do_not_delete_during_merge Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated do_not_delete_during_merge */ public static class Criteria extends GeneratedCriteria { /** @@ -883,7 +883,7 @@ public class LitemallAdminExample { * This class was generated by MyBatis Generator. * This class corresponds to the database table litemall_admin * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public static class Criterion { private String condition; diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallBrand.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallBrand.java index 5dd1b6d1..feabedf0 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallBrand.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallBrand.java @@ -9,7 +9,7 @@ public class LitemallBrand { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_brand.id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Integer id; @@ -18,7 +18,7 @@ public class LitemallBrand { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_brand.name * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String name; @@ -27,7 +27,7 @@ public class LitemallBrand { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_brand.list_pic_url * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String listPicUrl; @@ -36,7 +36,7 @@ public class LitemallBrand { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_brand.simple_desc * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String simpleDesc; @@ -45,7 +45,7 @@ public class LitemallBrand { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_brand.pic_url * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String picUrl; @@ -54,7 +54,7 @@ public class LitemallBrand { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_brand.sort_order * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Byte sortOrder; @@ -63,7 +63,7 @@ public class LitemallBrand { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_brand.is_show * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Boolean isShow; @@ -72,7 +72,7 @@ public class LitemallBrand { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_brand.floor_price * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private BigDecimal floorPrice; @@ -81,7 +81,7 @@ public class LitemallBrand { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_brand.app_list_pic_url * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String appListPicUrl; @@ -90,7 +90,7 @@ public class LitemallBrand { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_brand.is_new * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Boolean isNew; @@ -99,7 +99,7 @@ public class LitemallBrand { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_brand.new_pic_url * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String newPicUrl; @@ -108,7 +108,7 @@ public class LitemallBrand { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_brand.new_sort_order * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Byte newSortOrder; @@ -117,7 +117,7 @@ public class LitemallBrand { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_brand.add_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private LocalDateTime addTime; @@ -126,7 +126,7 @@ public class LitemallBrand { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_brand.deleted * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Boolean deleted; @@ -136,7 +136,7 @@ public class LitemallBrand { * * @return the value of litemall_brand.id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Integer getId() { return id; @@ -148,7 +148,7 @@ public class LitemallBrand { * * @param id the value for litemall_brand.id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setId(Integer id) { this.id = id; @@ -160,7 +160,7 @@ public class LitemallBrand { * * @return the value of litemall_brand.name * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getName() { return name; @@ -172,7 +172,7 @@ public class LitemallBrand { * * @param name the value for litemall_brand.name * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setName(String name) { this.name = name; @@ -184,7 +184,7 @@ public class LitemallBrand { * * @return the value of litemall_brand.list_pic_url * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getListPicUrl() { return listPicUrl; @@ -196,7 +196,7 @@ public class LitemallBrand { * * @param listPicUrl the value for litemall_brand.list_pic_url * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setListPicUrl(String listPicUrl) { this.listPicUrl = listPicUrl; @@ -208,7 +208,7 @@ public class LitemallBrand { * * @return the value of litemall_brand.simple_desc * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getSimpleDesc() { return simpleDesc; @@ -220,7 +220,7 @@ public class LitemallBrand { * * @param simpleDesc the value for litemall_brand.simple_desc * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setSimpleDesc(String simpleDesc) { this.simpleDesc = simpleDesc; @@ -232,7 +232,7 @@ public class LitemallBrand { * * @return the value of litemall_brand.pic_url * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getPicUrl() { return picUrl; @@ -244,7 +244,7 @@ public class LitemallBrand { * * @param picUrl the value for litemall_brand.pic_url * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setPicUrl(String picUrl) { this.picUrl = picUrl; @@ -256,7 +256,7 @@ public class LitemallBrand { * * @return the value of litemall_brand.sort_order * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Byte getSortOrder() { return sortOrder; @@ -268,7 +268,7 @@ public class LitemallBrand { * * @param sortOrder the value for litemall_brand.sort_order * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setSortOrder(Byte sortOrder) { this.sortOrder = sortOrder; @@ -280,7 +280,7 @@ public class LitemallBrand { * * @return the value of litemall_brand.is_show * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Boolean getIsShow() { return isShow; @@ -292,7 +292,7 @@ public class LitemallBrand { * * @param isShow the value for litemall_brand.is_show * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setIsShow(Boolean isShow) { this.isShow = isShow; @@ -304,7 +304,7 @@ public class LitemallBrand { * * @return the value of litemall_brand.floor_price * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public BigDecimal getFloorPrice() { return floorPrice; @@ -316,7 +316,7 @@ public class LitemallBrand { * * @param floorPrice the value for litemall_brand.floor_price * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setFloorPrice(BigDecimal floorPrice) { this.floorPrice = floorPrice; @@ -328,7 +328,7 @@ public class LitemallBrand { * * @return the value of litemall_brand.app_list_pic_url * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getAppListPicUrl() { return appListPicUrl; @@ -340,7 +340,7 @@ public class LitemallBrand { * * @param appListPicUrl the value for litemall_brand.app_list_pic_url * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setAppListPicUrl(String appListPicUrl) { this.appListPicUrl = appListPicUrl; @@ -352,7 +352,7 @@ public class LitemallBrand { * * @return the value of litemall_brand.is_new * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Boolean getIsNew() { return isNew; @@ -364,7 +364,7 @@ public class LitemallBrand { * * @param isNew the value for litemall_brand.is_new * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setIsNew(Boolean isNew) { this.isNew = isNew; @@ -376,7 +376,7 @@ public class LitemallBrand { * * @return the value of litemall_brand.new_pic_url * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getNewPicUrl() { return newPicUrl; @@ -388,7 +388,7 @@ public class LitemallBrand { * * @param newPicUrl the value for litemall_brand.new_pic_url * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setNewPicUrl(String newPicUrl) { this.newPicUrl = newPicUrl; @@ -400,7 +400,7 @@ public class LitemallBrand { * * @return the value of litemall_brand.new_sort_order * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Byte getNewSortOrder() { return newSortOrder; @@ -412,7 +412,7 @@ public class LitemallBrand { * * @param newSortOrder the value for litemall_brand.new_sort_order * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setNewSortOrder(Byte newSortOrder) { this.newSortOrder = newSortOrder; @@ -424,7 +424,7 @@ public class LitemallBrand { * * @return the value of litemall_brand.add_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public LocalDateTime getAddTime() { return addTime; @@ -436,7 +436,7 @@ public class LitemallBrand { * * @param addTime the value for litemall_brand.add_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setAddTime(LocalDateTime addTime) { this.addTime = addTime; @@ -448,7 +448,7 @@ public class LitemallBrand { * * @return the value of litemall_brand.deleted * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Boolean getDeleted() { return deleted; @@ -460,7 +460,7 @@ public class LitemallBrand { * * @param deleted the value for litemall_brand.deleted * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setDeleted(Boolean deleted) { this.deleted = deleted; @@ -470,7 +470,7 @@ public class LitemallBrand { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_brand * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ @Override public String toString() { @@ -500,7 +500,7 @@ public class LitemallBrand { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_brand * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ @Override public boolean equals(Object that) { @@ -534,7 +534,7 @@ public class LitemallBrand { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_brand * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ @Override public int hashCode() { diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallBrandExample.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallBrandExample.java index 86f077f4..3b63beda 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallBrandExample.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallBrandExample.java @@ -10,7 +10,7 @@ public class LitemallBrandExample { * This field was generated by MyBatis Generator. * This field corresponds to the database table litemall_brand * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected String orderByClause; @@ -18,7 +18,7 @@ public class LitemallBrandExample { * This field was generated by MyBatis Generator. * This field corresponds to the database table litemall_brand * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected boolean distinct; @@ -26,7 +26,7 @@ public class LitemallBrandExample { * This field was generated by MyBatis Generator. * This field corresponds to the database table litemall_brand * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected List oredCriteria; @@ -34,7 +34,7 @@ public class LitemallBrandExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_brand * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public LitemallBrandExample() { oredCriteria = new ArrayList(); @@ -44,7 +44,7 @@ public class LitemallBrandExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_brand * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setOrderByClause(String orderByClause) { this.orderByClause = orderByClause; @@ -54,7 +54,7 @@ public class LitemallBrandExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_brand * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getOrderByClause() { return orderByClause; @@ -64,7 +64,7 @@ public class LitemallBrandExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_brand * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setDistinct(boolean distinct) { this.distinct = distinct; @@ -74,7 +74,7 @@ public class LitemallBrandExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_brand * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public boolean isDistinct() { return distinct; @@ -84,7 +84,7 @@ public class LitemallBrandExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_brand * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public List getOredCriteria() { return oredCriteria; @@ -94,7 +94,7 @@ public class LitemallBrandExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_brand * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void or(Criteria criteria) { oredCriteria.add(criteria); @@ -104,7 +104,7 @@ public class LitemallBrandExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_brand * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Criteria or() { Criteria criteria = createCriteriaInternal(); @@ -116,7 +116,7 @@ public class LitemallBrandExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_brand * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Criteria createCriteria() { Criteria criteria = createCriteriaInternal(); @@ -130,7 +130,7 @@ public class LitemallBrandExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_brand * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected Criteria createCriteriaInternal() { Criteria criteria = new Criteria(this); @@ -141,7 +141,7 @@ public class LitemallBrandExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_brand * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void clear() { oredCriteria.clear(); @@ -184,7 +184,7 @@ public class LitemallBrandExample { * This class was generated by MyBatis Generator. * This class corresponds to the database table litemall_brand * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected abstract static class GeneratedCriteria { protected List criteria; @@ -1132,7 +1132,7 @@ public class LitemallBrandExample { * This class was generated by MyBatis Generator. * This class corresponds to the database table litemall_brand * - * @mbg.generated do_not_delete_during_merge Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated do_not_delete_during_merge */ public static class Criteria extends GeneratedCriteria { /** @@ -1204,7 +1204,7 @@ public class LitemallBrandExample { * This class was generated by MyBatis Generator. * This class corresponds to the database table litemall_brand * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public static class Criterion { private String condition; diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallCart.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallCart.java index 537fbe9b..144553dd 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallCart.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallCart.java @@ -10,7 +10,7 @@ public class LitemallCart { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_cart.id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Integer id; @@ -19,7 +19,7 @@ public class LitemallCart { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_cart.user_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Integer userId; @@ -28,7 +28,7 @@ public class LitemallCart { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_cart.goods_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Integer goodsId; @@ -37,7 +37,7 @@ public class LitemallCart { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_cart.goods_sn * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String goodsSn; @@ -46,7 +46,7 @@ public class LitemallCart { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_cart.product_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Integer productId; @@ -55,7 +55,7 @@ public class LitemallCart { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_cart.goods_name * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String goodsName; @@ -64,7 +64,7 @@ public class LitemallCart { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_cart.retail_price * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private BigDecimal retailPrice; @@ -73,7 +73,7 @@ public class LitemallCart { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_cart.number * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Short number; @@ -82,7 +82,7 @@ public class LitemallCart { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_cart.goods_specification_values * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String goodsSpecificationValues; @@ -91,7 +91,7 @@ public class LitemallCart { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_cart.goods_specification_ids * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Integer[] goodsSpecificationIds; @@ -100,7 +100,7 @@ public class LitemallCart { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_cart.checked * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Boolean checked; @@ -109,7 +109,7 @@ public class LitemallCart { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_cart.pic_url * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String picUrl; @@ -118,7 +118,7 @@ public class LitemallCart { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_cart.add_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private LocalDateTime addTime; @@ -127,7 +127,7 @@ public class LitemallCart { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_cart.deleted * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Boolean deleted; @@ -137,7 +137,7 @@ public class LitemallCart { * * @return the value of litemall_cart.id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Integer getId() { return id; @@ -149,7 +149,7 @@ public class LitemallCart { * * @param id the value for litemall_cart.id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setId(Integer id) { this.id = id; @@ -161,7 +161,7 @@ public class LitemallCart { * * @return the value of litemall_cart.user_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Integer getUserId() { return userId; @@ -173,7 +173,7 @@ public class LitemallCart { * * @param userId the value for litemall_cart.user_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setUserId(Integer userId) { this.userId = userId; @@ -185,7 +185,7 @@ public class LitemallCart { * * @return the value of litemall_cart.goods_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Integer getGoodsId() { return goodsId; @@ -197,7 +197,7 @@ public class LitemallCart { * * @param goodsId the value for litemall_cart.goods_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setGoodsId(Integer goodsId) { this.goodsId = goodsId; @@ -209,7 +209,7 @@ public class LitemallCart { * * @return the value of litemall_cart.goods_sn * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getGoodsSn() { return goodsSn; @@ -221,7 +221,7 @@ public class LitemallCart { * * @param goodsSn the value for litemall_cart.goods_sn * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setGoodsSn(String goodsSn) { this.goodsSn = goodsSn; @@ -233,7 +233,7 @@ public class LitemallCart { * * @return the value of litemall_cart.product_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Integer getProductId() { return productId; @@ -245,7 +245,7 @@ public class LitemallCart { * * @param productId the value for litemall_cart.product_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setProductId(Integer productId) { this.productId = productId; @@ -257,7 +257,7 @@ public class LitemallCart { * * @return the value of litemall_cart.goods_name * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getGoodsName() { return goodsName; @@ -269,7 +269,7 @@ public class LitemallCart { * * @param goodsName the value for litemall_cart.goods_name * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setGoodsName(String goodsName) { this.goodsName = goodsName; @@ -281,7 +281,7 @@ public class LitemallCart { * * @return the value of litemall_cart.retail_price * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public BigDecimal getRetailPrice() { return retailPrice; @@ -293,7 +293,7 @@ public class LitemallCart { * * @param retailPrice the value for litemall_cart.retail_price * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setRetailPrice(BigDecimal retailPrice) { this.retailPrice = retailPrice; @@ -305,7 +305,7 @@ public class LitemallCart { * * @return the value of litemall_cart.number * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Short getNumber() { return number; @@ -317,7 +317,7 @@ public class LitemallCart { * * @param number the value for litemall_cart.number * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setNumber(Short number) { this.number = number; @@ -329,7 +329,7 @@ public class LitemallCart { * * @return the value of litemall_cart.goods_specification_values * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getGoodsSpecificationValues() { return goodsSpecificationValues; @@ -341,7 +341,7 @@ public class LitemallCart { * * @param goodsSpecificationValues the value for litemall_cart.goods_specification_values * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setGoodsSpecificationValues(String goodsSpecificationValues) { this.goodsSpecificationValues = goodsSpecificationValues; @@ -353,7 +353,7 @@ public class LitemallCart { * * @return the value of litemall_cart.goods_specification_ids * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Integer[] getGoodsSpecificationIds() { return goodsSpecificationIds; @@ -365,7 +365,7 @@ public class LitemallCart { * * @param goodsSpecificationIds the value for litemall_cart.goods_specification_ids * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setGoodsSpecificationIds(Integer[] goodsSpecificationIds) { this.goodsSpecificationIds = goodsSpecificationIds; @@ -377,7 +377,7 @@ public class LitemallCart { * * @return the value of litemall_cart.checked * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Boolean getChecked() { return checked; @@ -389,7 +389,7 @@ public class LitemallCart { * * @param checked the value for litemall_cart.checked * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setChecked(Boolean checked) { this.checked = checked; @@ -401,7 +401,7 @@ public class LitemallCart { * * @return the value of litemall_cart.pic_url * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getPicUrl() { return picUrl; @@ -413,7 +413,7 @@ public class LitemallCart { * * @param picUrl the value for litemall_cart.pic_url * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setPicUrl(String picUrl) { this.picUrl = picUrl; @@ -425,7 +425,7 @@ public class LitemallCart { * * @return the value of litemall_cart.add_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public LocalDateTime getAddTime() { return addTime; @@ -437,7 +437,7 @@ public class LitemallCart { * * @param addTime the value for litemall_cart.add_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setAddTime(LocalDateTime addTime) { this.addTime = addTime; @@ -449,7 +449,7 @@ public class LitemallCart { * * @return the value of litemall_cart.deleted * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Boolean getDeleted() { return deleted; @@ -461,7 +461,7 @@ public class LitemallCart { * * @param deleted the value for litemall_cart.deleted * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setDeleted(Boolean deleted) { this.deleted = deleted; @@ -471,7 +471,7 @@ public class LitemallCart { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_cart * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ @Override public String toString() { @@ -501,7 +501,7 @@ public class LitemallCart { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_cart * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ @Override public boolean equals(Object that) { @@ -535,7 +535,7 @@ public class LitemallCart { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_cart * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ @Override public int hashCode() { diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallCartExample.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallCartExample.java index ce18f165..fef526e3 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallCartExample.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallCartExample.java @@ -10,7 +10,7 @@ public class LitemallCartExample { * This field was generated by MyBatis Generator. * This field corresponds to the database table litemall_cart * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected String orderByClause; @@ -18,7 +18,7 @@ public class LitemallCartExample { * This field was generated by MyBatis Generator. * This field corresponds to the database table litemall_cart * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected boolean distinct; @@ -26,7 +26,7 @@ public class LitemallCartExample { * This field was generated by MyBatis Generator. * This field corresponds to the database table litemall_cart * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected List oredCriteria; @@ -34,7 +34,7 @@ public class LitemallCartExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_cart * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public LitemallCartExample() { oredCriteria = new ArrayList(); @@ -44,7 +44,7 @@ public class LitemallCartExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_cart * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setOrderByClause(String orderByClause) { this.orderByClause = orderByClause; @@ -54,7 +54,7 @@ public class LitemallCartExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_cart * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getOrderByClause() { return orderByClause; @@ -64,7 +64,7 @@ public class LitemallCartExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_cart * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setDistinct(boolean distinct) { this.distinct = distinct; @@ -74,7 +74,7 @@ public class LitemallCartExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_cart * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public boolean isDistinct() { return distinct; @@ -84,7 +84,7 @@ public class LitemallCartExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_cart * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public List getOredCriteria() { return oredCriteria; @@ -94,7 +94,7 @@ public class LitemallCartExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_cart * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void or(Criteria criteria) { oredCriteria.add(criteria); @@ -104,7 +104,7 @@ public class LitemallCartExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_cart * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Criteria or() { Criteria criteria = createCriteriaInternal(); @@ -116,7 +116,7 @@ public class LitemallCartExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_cart * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Criteria createCriteria() { Criteria criteria = createCriteriaInternal(); @@ -130,7 +130,7 @@ public class LitemallCartExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_cart * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected Criteria createCriteriaInternal() { Criteria criteria = new Criteria(this); @@ -141,7 +141,7 @@ public class LitemallCartExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_cart * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void clear() { oredCriteria.clear(); @@ -184,7 +184,7 @@ public class LitemallCartExample { * This class was generated by MyBatis Generator. * This class corresponds to the database table litemall_cart * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected abstract static class GeneratedCriteria { protected List goodsSpecificationIdsCriteria; @@ -1156,7 +1156,7 @@ public class LitemallCartExample { * This class was generated by MyBatis Generator. * This class corresponds to the database table litemall_cart * - * @mbg.generated do_not_delete_during_merge Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated do_not_delete_during_merge */ public static class Criteria extends GeneratedCriteria { /** @@ -1228,7 +1228,7 @@ public class LitemallCartExample { * This class was generated by MyBatis Generator. * This class corresponds to the database table litemall_cart * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public static class Criterion { private String condition; diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallCategory.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallCategory.java index 2835bc69..42278004 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallCategory.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallCategory.java @@ -8,7 +8,7 @@ public class LitemallCategory { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_category.id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Integer id; @@ -17,7 +17,7 @@ public class LitemallCategory { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_category.name * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String name; @@ -26,7 +26,7 @@ public class LitemallCategory { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_category.keywords * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String keywords; @@ -35,7 +35,7 @@ public class LitemallCategory { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_category.front_desc * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String frontDesc; @@ -44,7 +44,7 @@ public class LitemallCategory { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_category.parent_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Integer parentId; @@ -53,7 +53,7 @@ public class LitemallCategory { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_category.sort_order * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Byte sortOrder; @@ -62,7 +62,7 @@ public class LitemallCategory { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_category.show_index * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Byte showIndex; @@ -71,7 +71,7 @@ public class LitemallCategory { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_category.is_show * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Boolean isShow; @@ -80,7 +80,7 @@ public class LitemallCategory { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_category.banner_url * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String bannerUrl; @@ -89,7 +89,7 @@ public class LitemallCategory { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_category.icon_url * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String iconUrl; @@ -98,7 +98,7 @@ public class LitemallCategory { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_category.img_url * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String imgUrl; @@ -107,7 +107,7 @@ public class LitemallCategory { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_category.wap_banner_url * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String wapBannerUrl; @@ -116,7 +116,7 @@ public class LitemallCategory { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_category.level * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String level; @@ -125,7 +125,7 @@ public class LitemallCategory { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_category.type * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Integer type; @@ -134,7 +134,7 @@ public class LitemallCategory { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_category.front_name * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String frontName; @@ -143,7 +143,7 @@ public class LitemallCategory { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_category.add_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private LocalDateTime addTime; @@ -152,7 +152,7 @@ public class LitemallCategory { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_category.deleted * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Boolean deleted; @@ -162,7 +162,7 @@ public class LitemallCategory { * * @return the value of litemall_category.id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Integer getId() { return id; @@ -174,7 +174,7 @@ public class LitemallCategory { * * @param id the value for litemall_category.id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setId(Integer id) { this.id = id; @@ -186,7 +186,7 @@ public class LitemallCategory { * * @return the value of litemall_category.name * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getName() { return name; @@ -198,7 +198,7 @@ public class LitemallCategory { * * @param name the value for litemall_category.name * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setName(String name) { this.name = name; @@ -210,7 +210,7 @@ public class LitemallCategory { * * @return the value of litemall_category.keywords * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getKeywords() { return keywords; @@ -222,7 +222,7 @@ public class LitemallCategory { * * @param keywords the value for litemall_category.keywords * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setKeywords(String keywords) { this.keywords = keywords; @@ -234,7 +234,7 @@ public class LitemallCategory { * * @return the value of litemall_category.front_desc * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getFrontDesc() { return frontDesc; @@ -246,7 +246,7 @@ public class LitemallCategory { * * @param frontDesc the value for litemall_category.front_desc * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setFrontDesc(String frontDesc) { this.frontDesc = frontDesc; @@ -258,7 +258,7 @@ public class LitemallCategory { * * @return the value of litemall_category.parent_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Integer getParentId() { return parentId; @@ -270,7 +270,7 @@ public class LitemallCategory { * * @param parentId the value for litemall_category.parent_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setParentId(Integer parentId) { this.parentId = parentId; @@ -282,7 +282,7 @@ public class LitemallCategory { * * @return the value of litemall_category.sort_order * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Byte getSortOrder() { return sortOrder; @@ -294,7 +294,7 @@ public class LitemallCategory { * * @param sortOrder the value for litemall_category.sort_order * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setSortOrder(Byte sortOrder) { this.sortOrder = sortOrder; @@ -306,7 +306,7 @@ public class LitemallCategory { * * @return the value of litemall_category.show_index * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Byte getShowIndex() { return showIndex; @@ -318,7 +318,7 @@ public class LitemallCategory { * * @param showIndex the value for litemall_category.show_index * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setShowIndex(Byte showIndex) { this.showIndex = showIndex; @@ -330,7 +330,7 @@ public class LitemallCategory { * * @return the value of litemall_category.is_show * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Boolean getIsShow() { return isShow; @@ -342,7 +342,7 @@ public class LitemallCategory { * * @param isShow the value for litemall_category.is_show * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setIsShow(Boolean isShow) { this.isShow = isShow; @@ -354,7 +354,7 @@ public class LitemallCategory { * * @return the value of litemall_category.banner_url * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getBannerUrl() { return bannerUrl; @@ -366,7 +366,7 @@ public class LitemallCategory { * * @param bannerUrl the value for litemall_category.banner_url * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setBannerUrl(String bannerUrl) { this.bannerUrl = bannerUrl; @@ -378,7 +378,7 @@ public class LitemallCategory { * * @return the value of litemall_category.icon_url * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getIconUrl() { return iconUrl; @@ -390,7 +390,7 @@ public class LitemallCategory { * * @param iconUrl the value for litemall_category.icon_url * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setIconUrl(String iconUrl) { this.iconUrl = iconUrl; @@ -402,7 +402,7 @@ public class LitemallCategory { * * @return the value of litemall_category.img_url * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getImgUrl() { return imgUrl; @@ -414,7 +414,7 @@ public class LitemallCategory { * * @param imgUrl the value for litemall_category.img_url * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setImgUrl(String imgUrl) { this.imgUrl = imgUrl; @@ -426,7 +426,7 @@ public class LitemallCategory { * * @return the value of litemall_category.wap_banner_url * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getWapBannerUrl() { return wapBannerUrl; @@ -438,7 +438,7 @@ public class LitemallCategory { * * @param wapBannerUrl the value for litemall_category.wap_banner_url * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setWapBannerUrl(String wapBannerUrl) { this.wapBannerUrl = wapBannerUrl; @@ -450,7 +450,7 @@ public class LitemallCategory { * * @return the value of litemall_category.level * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getLevel() { return level; @@ -462,7 +462,7 @@ public class LitemallCategory { * * @param level the value for litemall_category.level * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setLevel(String level) { this.level = level; @@ -474,7 +474,7 @@ public class LitemallCategory { * * @return the value of litemall_category.type * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Integer getType() { return type; @@ -486,7 +486,7 @@ public class LitemallCategory { * * @param type the value for litemall_category.type * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setType(Integer type) { this.type = type; @@ -498,7 +498,7 @@ public class LitemallCategory { * * @return the value of litemall_category.front_name * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getFrontName() { return frontName; @@ -510,7 +510,7 @@ public class LitemallCategory { * * @param frontName the value for litemall_category.front_name * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setFrontName(String frontName) { this.frontName = frontName; @@ -522,7 +522,7 @@ public class LitemallCategory { * * @return the value of litemall_category.add_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public LocalDateTime getAddTime() { return addTime; @@ -534,7 +534,7 @@ public class LitemallCategory { * * @param addTime the value for litemall_category.add_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setAddTime(LocalDateTime addTime) { this.addTime = addTime; @@ -546,7 +546,7 @@ public class LitemallCategory { * * @return the value of litemall_category.deleted * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Boolean getDeleted() { return deleted; @@ -558,7 +558,7 @@ public class LitemallCategory { * * @param deleted the value for litemall_category.deleted * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setDeleted(Boolean deleted) { this.deleted = deleted; @@ -568,7 +568,7 @@ public class LitemallCategory { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_category * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ @Override public String toString() { @@ -601,7 +601,7 @@ public class LitemallCategory { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_category * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ @Override public boolean equals(Object that) { @@ -638,7 +638,7 @@ public class LitemallCategory { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_category * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ @Override public int hashCode() { diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallCategoryExample.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallCategoryExample.java index d5defbe7..25ba218a 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallCategoryExample.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallCategoryExample.java @@ -9,7 +9,7 @@ public class LitemallCategoryExample { * This field was generated by MyBatis Generator. * This field corresponds to the database table litemall_category * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected String orderByClause; @@ -17,7 +17,7 @@ public class LitemallCategoryExample { * This field was generated by MyBatis Generator. * This field corresponds to the database table litemall_category * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected boolean distinct; @@ -25,7 +25,7 @@ public class LitemallCategoryExample { * This field was generated by MyBatis Generator. * This field corresponds to the database table litemall_category * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected List oredCriteria; @@ -33,7 +33,7 @@ public class LitemallCategoryExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_category * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public LitemallCategoryExample() { oredCriteria = new ArrayList(); @@ -43,7 +43,7 @@ public class LitemallCategoryExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_category * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setOrderByClause(String orderByClause) { this.orderByClause = orderByClause; @@ -53,7 +53,7 @@ public class LitemallCategoryExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_category * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getOrderByClause() { return orderByClause; @@ -63,7 +63,7 @@ public class LitemallCategoryExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_category * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setDistinct(boolean distinct) { this.distinct = distinct; @@ -73,7 +73,7 @@ public class LitemallCategoryExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_category * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public boolean isDistinct() { return distinct; @@ -83,7 +83,7 @@ public class LitemallCategoryExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_category * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public List getOredCriteria() { return oredCriteria; @@ -93,7 +93,7 @@ public class LitemallCategoryExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_category * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void or(Criteria criteria) { oredCriteria.add(criteria); @@ -103,7 +103,7 @@ public class LitemallCategoryExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_category * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Criteria or() { Criteria criteria = createCriteriaInternal(); @@ -115,7 +115,7 @@ public class LitemallCategoryExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_category * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Criteria createCriteria() { Criteria criteria = createCriteriaInternal(); @@ -129,7 +129,7 @@ public class LitemallCategoryExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_category * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected Criteria createCriteriaInternal() { Criteria criteria = new Criteria(this); @@ -140,7 +140,7 @@ public class LitemallCategoryExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_category * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void clear() { oredCriteria.clear(); @@ -183,7 +183,7 @@ public class LitemallCategoryExample { * This class was generated by MyBatis Generator. * This class corresponds to the database table litemall_category * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected abstract static class GeneratedCriteria { protected List criteria; @@ -1341,7 +1341,7 @@ public class LitemallCategoryExample { * This class was generated by MyBatis Generator. * This class corresponds to the database table litemall_category * - * @mbg.generated do_not_delete_during_merge Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated do_not_delete_during_merge */ public static class Criteria extends GeneratedCriteria { /** @@ -1413,7 +1413,7 @@ public class LitemallCategoryExample { * This class was generated by MyBatis Generator. * This class corresponds to the database table litemall_category * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public static class Criterion { private String condition; diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallCollect.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallCollect.java index d38b4a7d..0e1788c4 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallCollect.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallCollect.java @@ -8,7 +8,7 @@ public class LitemallCollect { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_collect.id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Integer id; @@ -17,7 +17,7 @@ public class LitemallCollect { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_collect.user_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Integer userId; @@ -26,7 +26,7 @@ public class LitemallCollect { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_collect.value_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Integer valueId; @@ -35,7 +35,7 @@ public class LitemallCollect { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_collect.is_attention * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Boolean isAttention; @@ -44,7 +44,7 @@ public class LitemallCollect { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_collect.type_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Integer typeId; @@ -53,7 +53,7 @@ public class LitemallCollect { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_collect.add_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private LocalDateTime addTime; @@ -62,7 +62,7 @@ public class LitemallCollect { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_collect.deleted * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Boolean deleted; @@ -72,7 +72,7 @@ public class LitemallCollect { * * @return the value of litemall_collect.id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Integer getId() { return id; @@ -84,7 +84,7 @@ public class LitemallCollect { * * @param id the value for litemall_collect.id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setId(Integer id) { this.id = id; @@ -96,7 +96,7 @@ public class LitemallCollect { * * @return the value of litemall_collect.user_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Integer getUserId() { return userId; @@ -108,7 +108,7 @@ public class LitemallCollect { * * @param userId the value for litemall_collect.user_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setUserId(Integer userId) { this.userId = userId; @@ -120,7 +120,7 @@ public class LitemallCollect { * * @return the value of litemall_collect.value_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Integer getValueId() { return valueId; @@ -132,7 +132,7 @@ public class LitemallCollect { * * @param valueId the value for litemall_collect.value_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setValueId(Integer valueId) { this.valueId = valueId; @@ -144,7 +144,7 @@ public class LitemallCollect { * * @return the value of litemall_collect.is_attention * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Boolean getIsAttention() { return isAttention; @@ -156,7 +156,7 @@ public class LitemallCollect { * * @param isAttention the value for litemall_collect.is_attention * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setIsAttention(Boolean isAttention) { this.isAttention = isAttention; @@ -168,7 +168,7 @@ public class LitemallCollect { * * @return the value of litemall_collect.type_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Integer getTypeId() { return typeId; @@ -180,7 +180,7 @@ public class LitemallCollect { * * @param typeId the value for litemall_collect.type_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setTypeId(Integer typeId) { this.typeId = typeId; @@ -192,7 +192,7 @@ public class LitemallCollect { * * @return the value of litemall_collect.add_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public LocalDateTime getAddTime() { return addTime; @@ -204,7 +204,7 @@ public class LitemallCollect { * * @param addTime the value for litemall_collect.add_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setAddTime(LocalDateTime addTime) { this.addTime = addTime; @@ -216,7 +216,7 @@ public class LitemallCollect { * * @return the value of litemall_collect.deleted * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Boolean getDeleted() { return deleted; @@ -228,7 +228,7 @@ public class LitemallCollect { * * @param deleted the value for litemall_collect.deleted * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setDeleted(Boolean deleted) { this.deleted = deleted; @@ -238,7 +238,7 @@ public class LitemallCollect { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_collect * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ @Override public String toString() { @@ -261,7 +261,7 @@ public class LitemallCollect { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_collect * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ @Override public boolean equals(Object that) { @@ -288,7 +288,7 @@ public class LitemallCollect { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_collect * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ @Override public int hashCode() { diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallCollectExample.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallCollectExample.java index 49e335b6..b825874e 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallCollectExample.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallCollectExample.java @@ -9,7 +9,7 @@ public class LitemallCollectExample { * This field was generated by MyBatis Generator. * This field corresponds to the database table litemall_collect * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected String orderByClause; @@ -17,7 +17,7 @@ public class LitemallCollectExample { * This field was generated by MyBatis Generator. * This field corresponds to the database table litemall_collect * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected boolean distinct; @@ -25,7 +25,7 @@ public class LitemallCollectExample { * This field was generated by MyBatis Generator. * This field corresponds to the database table litemall_collect * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected List oredCriteria; @@ -33,7 +33,7 @@ public class LitemallCollectExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_collect * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public LitemallCollectExample() { oredCriteria = new ArrayList(); @@ -43,7 +43,7 @@ public class LitemallCollectExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_collect * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setOrderByClause(String orderByClause) { this.orderByClause = orderByClause; @@ -53,7 +53,7 @@ public class LitemallCollectExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_collect * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getOrderByClause() { return orderByClause; @@ -63,7 +63,7 @@ public class LitemallCollectExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_collect * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setDistinct(boolean distinct) { this.distinct = distinct; @@ -73,7 +73,7 @@ public class LitemallCollectExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_collect * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public boolean isDistinct() { return distinct; @@ -83,7 +83,7 @@ public class LitemallCollectExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_collect * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public List getOredCriteria() { return oredCriteria; @@ -93,7 +93,7 @@ public class LitemallCollectExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_collect * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void or(Criteria criteria) { oredCriteria.add(criteria); @@ -103,7 +103,7 @@ public class LitemallCollectExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_collect * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Criteria or() { Criteria criteria = createCriteriaInternal(); @@ -115,7 +115,7 @@ public class LitemallCollectExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_collect * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Criteria createCriteria() { Criteria criteria = createCriteriaInternal(); @@ -129,7 +129,7 @@ public class LitemallCollectExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_collect * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected Criteria createCriteriaInternal() { Criteria criteria = new Criteria(this); @@ -140,7 +140,7 @@ public class LitemallCollectExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_collect * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void clear() { oredCriteria.clear(); @@ -183,7 +183,7 @@ public class LitemallCollectExample { * This class was generated by MyBatis Generator. * This class corresponds to the database table litemall_collect * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected abstract static class GeneratedCriteria { protected List criteria; @@ -651,7 +651,7 @@ public class LitemallCollectExample { * This class was generated by MyBatis Generator. * This class corresponds to the database table litemall_collect * - * @mbg.generated do_not_delete_during_merge Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated do_not_delete_during_merge */ public static class Criteria extends GeneratedCriteria { /** @@ -723,7 +723,7 @@ public class LitemallCollectExample { * This class was generated by MyBatis Generator. * This class corresponds to the database table litemall_collect * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public static class Criterion { private String condition; diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallComment.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallComment.java index 0290fdb9..57c92e36 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallComment.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallComment.java @@ -9,7 +9,7 @@ public class LitemallComment { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_comment.id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Integer id; @@ -18,7 +18,7 @@ public class LitemallComment { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_comment.type_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Byte typeId; @@ -27,7 +27,7 @@ public class LitemallComment { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_comment.value_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Integer valueId; @@ -36,7 +36,7 @@ public class LitemallComment { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_comment.content * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String content; @@ -45,7 +45,7 @@ public class LitemallComment { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_comment.user_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Integer userId; @@ -54,7 +54,7 @@ public class LitemallComment { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_comment.has_picture * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Boolean hasPicture; @@ -63,7 +63,7 @@ public class LitemallComment { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_comment.pic_urls * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String[] picUrls; @@ -72,7 +72,7 @@ public class LitemallComment { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_comment.star * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Short star; @@ -81,7 +81,7 @@ public class LitemallComment { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_comment.add_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private LocalDateTime addTime; @@ -90,7 +90,7 @@ public class LitemallComment { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_comment.deleted * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Boolean deleted; @@ -100,7 +100,7 @@ public class LitemallComment { * * @return the value of litemall_comment.id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Integer getId() { return id; @@ -112,7 +112,7 @@ public class LitemallComment { * * @param id the value for litemall_comment.id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setId(Integer id) { this.id = id; @@ -124,7 +124,7 @@ public class LitemallComment { * * @return the value of litemall_comment.type_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Byte getTypeId() { return typeId; @@ -136,7 +136,7 @@ public class LitemallComment { * * @param typeId the value for litemall_comment.type_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setTypeId(Byte typeId) { this.typeId = typeId; @@ -148,7 +148,7 @@ public class LitemallComment { * * @return the value of litemall_comment.value_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Integer getValueId() { return valueId; @@ -160,7 +160,7 @@ public class LitemallComment { * * @param valueId the value for litemall_comment.value_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setValueId(Integer valueId) { this.valueId = valueId; @@ -172,7 +172,7 @@ public class LitemallComment { * * @return the value of litemall_comment.content * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getContent() { return content; @@ -184,7 +184,7 @@ public class LitemallComment { * * @param content the value for litemall_comment.content * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setContent(String content) { this.content = content; @@ -196,7 +196,7 @@ public class LitemallComment { * * @return the value of litemall_comment.user_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Integer getUserId() { return userId; @@ -208,7 +208,7 @@ public class LitemallComment { * * @param userId the value for litemall_comment.user_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setUserId(Integer userId) { this.userId = userId; @@ -220,7 +220,7 @@ public class LitemallComment { * * @return the value of litemall_comment.has_picture * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Boolean getHasPicture() { return hasPicture; @@ -232,7 +232,7 @@ public class LitemallComment { * * @param hasPicture the value for litemall_comment.has_picture * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setHasPicture(Boolean hasPicture) { this.hasPicture = hasPicture; @@ -244,7 +244,7 @@ public class LitemallComment { * * @return the value of litemall_comment.pic_urls * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String[] getPicUrls() { return picUrls; @@ -256,7 +256,7 @@ public class LitemallComment { * * @param picUrls the value for litemall_comment.pic_urls * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setPicUrls(String[] picUrls) { this.picUrls = picUrls; @@ -268,7 +268,7 @@ public class LitemallComment { * * @return the value of litemall_comment.star * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Short getStar() { return star; @@ -280,7 +280,7 @@ public class LitemallComment { * * @param star the value for litemall_comment.star * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setStar(Short star) { this.star = star; @@ -292,7 +292,7 @@ public class LitemallComment { * * @return the value of litemall_comment.add_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public LocalDateTime getAddTime() { return addTime; @@ -304,7 +304,7 @@ public class LitemallComment { * * @param addTime the value for litemall_comment.add_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setAddTime(LocalDateTime addTime) { this.addTime = addTime; @@ -316,7 +316,7 @@ public class LitemallComment { * * @return the value of litemall_comment.deleted * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Boolean getDeleted() { return deleted; @@ -328,7 +328,7 @@ public class LitemallComment { * * @param deleted the value for litemall_comment.deleted * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setDeleted(Boolean deleted) { this.deleted = deleted; @@ -338,7 +338,7 @@ public class LitemallComment { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_comment * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ @Override public String toString() { @@ -364,7 +364,7 @@ public class LitemallComment { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_comment * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ @Override public boolean equals(Object that) { @@ -394,7 +394,7 @@ public class LitemallComment { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_comment * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ @Override public int hashCode() { diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallCommentExample.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallCommentExample.java index 3d21ed37..839e3c57 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallCommentExample.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallCommentExample.java @@ -9,7 +9,7 @@ public class LitemallCommentExample { * This field was generated by MyBatis Generator. * This field corresponds to the database table litemall_comment * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected String orderByClause; @@ -17,7 +17,7 @@ public class LitemallCommentExample { * This field was generated by MyBatis Generator. * This field corresponds to the database table litemall_comment * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected boolean distinct; @@ -25,7 +25,7 @@ public class LitemallCommentExample { * This field was generated by MyBatis Generator. * This field corresponds to the database table litemall_comment * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected List oredCriteria; @@ -33,7 +33,7 @@ public class LitemallCommentExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_comment * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public LitemallCommentExample() { oredCriteria = new ArrayList(); @@ -43,7 +43,7 @@ public class LitemallCommentExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_comment * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setOrderByClause(String orderByClause) { this.orderByClause = orderByClause; @@ -53,7 +53,7 @@ public class LitemallCommentExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_comment * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getOrderByClause() { return orderByClause; @@ -63,7 +63,7 @@ public class LitemallCommentExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_comment * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setDistinct(boolean distinct) { this.distinct = distinct; @@ -73,7 +73,7 @@ public class LitemallCommentExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_comment * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public boolean isDistinct() { return distinct; @@ -83,7 +83,7 @@ public class LitemallCommentExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_comment * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public List getOredCriteria() { return oredCriteria; @@ -93,7 +93,7 @@ public class LitemallCommentExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_comment * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void or(Criteria criteria) { oredCriteria.add(criteria); @@ -103,7 +103,7 @@ public class LitemallCommentExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_comment * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Criteria or() { Criteria criteria = createCriteriaInternal(); @@ -115,7 +115,7 @@ public class LitemallCommentExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_comment * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Criteria createCriteria() { Criteria criteria = createCriteriaInternal(); @@ -129,7 +129,7 @@ public class LitemallCommentExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_comment * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected Criteria createCriteriaInternal() { Criteria criteria = new Criteria(this); @@ -140,7 +140,7 @@ public class LitemallCommentExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_comment * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void clear() { oredCriteria.clear(); @@ -183,7 +183,7 @@ public class LitemallCommentExample { * This class was generated by MyBatis Generator. * This class corresponds to the database table litemall_comment * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected abstract static class GeneratedCriteria { protected List picUrlsCriteria; @@ -885,7 +885,7 @@ public class LitemallCommentExample { * This class was generated by MyBatis Generator. * This class corresponds to the database table litemall_comment * - * @mbg.generated do_not_delete_during_merge Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated do_not_delete_during_merge */ public static class Criteria extends GeneratedCriteria { /** @@ -957,7 +957,7 @@ public class LitemallCommentExample { * This class was generated by MyBatis Generator. * This class corresponds to the database table litemall_comment * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public static class Criterion { private String condition; diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallCoupon.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallCoupon.java index 557ebc05..66529887 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallCoupon.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallCoupon.java @@ -9,7 +9,7 @@ public class LitemallCoupon { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_coupon.id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Integer id; @@ -18,7 +18,7 @@ public class LitemallCoupon { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_coupon.name * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String name; @@ -27,7 +27,7 @@ public class LitemallCoupon { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_coupon.type_money * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private BigDecimal typeMoney; @@ -36,7 +36,7 @@ public class LitemallCoupon { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_coupon.send_type * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Byte sendType; @@ -45,7 +45,7 @@ public class LitemallCoupon { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_coupon.min_amount * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private BigDecimal minAmount; @@ -54,7 +54,7 @@ public class LitemallCoupon { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_coupon.max_amount * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private BigDecimal maxAmount; @@ -63,7 +63,7 @@ public class LitemallCoupon { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_coupon.min_goods_amount * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private BigDecimal minGoodsAmount; @@ -72,7 +72,7 @@ public class LitemallCoupon { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_coupon.send_start * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private LocalDateTime sendStart; @@ -81,7 +81,7 @@ public class LitemallCoupon { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_coupon.send_end * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private LocalDateTime sendEnd; @@ -90,7 +90,7 @@ public class LitemallCoupon { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_coupon.use_start * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private LocalDateTime useStart; @@ -99,7 +99,7 @@ public class LitemallCoupon { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_coupon.use_end * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private LocalDateTime useEnd; @@ -108,7 +108,7 @@ public class LitemallCoupon { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_coupon.add_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private LocalDateTime addTime; @@ -117,7 +117,7 @@ public class LitemallCoupon { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_coupon.deleted * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Boolean deleted; @@ -127,7 +127,7 @@ public class LitemallCoupon { * * @return the value of litemall_coupon.id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Integer getId() { return id; @@ -139,7 +139,7 @@ public class LitemallCoupon { * * @param id the value for litemall_coupon.id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setId(Integer id) { this.id = id; @@ -151,7 +151,7 @@ public class LitemallCoupon { * * @return the value of litemall_coupon.name * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getName() { return name; @@ -163,7 +163,7 @@ public class LitemallCoupon { * * @param name the value for litemall_coupon.name * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setName(String name) { this.name = name; @@ -175,7 +175,7 @@ public class LitemallCoupon { * * @return the value of litemall_coupon.type_money * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public BigDecimal getTypeMoney() { return typeMoney; @@ -187,7 +187,7 @@ public class LitemallCoupon { * * @param typeMoney the value for litemall_coupon.type_money * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setTypeMoney(BigDecimal typeMoney) { this.typeMoney = typeMoney; @@ -199,7 +199,7 @@ public class LitemallCoupon { * * @return the value of litemall_coupon.send_type * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Byte getSendType() { return sendType; @@ -211,7 +211,7 @@ public class LitemallCoupon { * * @param sendType the value for litemall_coupon.send_type * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setSendType(Byte sendType) { this.sendType = sendType; @@ -223,7 +223,7 @@ public class LitemallCoupon { * * @return the value of litemall_coupon.min_amount * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public BigDecimal getMinAmount() { return minAmount; @@ -235,7 +235,7 @@ public class LitemallCoupon { * * @param minAmount the value for litemall_coupon.min_amount * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setMinAmount(BigDecimal minAmount) { this.minAmount = minAmount; @@ -247,7 +247,7 @@ public class LitemallCoupon { * * @return the value of litemall_coupon.max_amount * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public BigDecimal getMaxAmount() { return maxAmount; @@ -259,7 +259,7 @@ public class LitemallCoupon { * * @param maxAmount the value for litemall_coupon.max_amount * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setMaxAmount(BigDecimal maxAmount) { this.maxAmount = maxAmount; @@ -271,7 +271,7 @@ public class LitemallCoupon { * * @return the value of litemall_coupon.min_goods_amount * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public BigDecimal getMinGoodsAmount() { return minGoodsAmount; @@ -283,7 +283,7 @@ public class LitemallCoupon { * * @param minGoodsAmount the value for litemall_coupon.min_goods_amount * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setMinGoodsAmount(BigDecimal minGoodsAmount) { this.minGoodsAmount = minGoodsAmount; @@ -295,7 +295,7 @@ public class LitemallCoupon { * * @return the value of litemall_coupon.send_start * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public LocalDateTime getSendStart() { return sendStart; @@ -307,7 +307,7 @@ public class LitemallCoupon { * * @param sendStart the value for litemall_coupon.send_start * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setSendStart(LocalDateTime sendStart) { this.sendStart = sendStart; @@ -319,7 +319,7 @@ public class LitemallCoupon { * * @return the value of litemall_coupon.send_end * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public LocalDateTime getSendEnd() { return sendEnd; @@ -331,7 +331,7 @@ public class LitemallCoupon { * * @param sendEnd the value for litemall_coupon.send_end * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setSendEnd(LocalDateTime sendEnd) { this.sendEnd = sendEnd; @@ -343,7 +343,7 @@ public class LitemallCoupon { * * @return the value of litemall_coupon.use_start * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public LocalDateTime getUseStart() { return useStart; @@ -355,7 +355,7 @@ public class LitemallCoupon { * * @param useStart the value for litemall_coupon.use_start * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setUseStart(LocalDateTime useStart) { this.useStart = useStart; @@ -367,7 +367,7 @@ public class LitemallCoupon { * * @return the value of litemall_coupon.use_end * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public LocalDateTime getUseEnd() { return useEnd; @@ -379,7 +379,7 @@ public class LitemallCoupon { * * @param useEnd the value for litemall_coupon.use_end * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setUseEnd(LocalDateTime useEnd) { this.useEnd = useEnd; @@ -391,7 +391,7 @@ public class LitemallCoupon { * * @return the value of litemall_coupon.add_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public LocalDateTime getAddTime() { return addTime; @@ -403,7 +403,7 @@ public class LitemallCoupon { * * @param addTime the value for litemall_coupon.add_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setAddTime(LocalDateTime addTime) { this.addTime = addTime; @@ -415,7 +415,7 @@ public class LitemallCoupon { * * @return the value of litemall_coupon.deleted * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Boolean getDeleted() { return deleted; @@ -427,7 +427,7 @@ public class LitemallCoupon { * * @param deleted the value for litemall_coupon.deleted * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setDeleted(Boolean deleted) { this.deleted = deleted; @@ -437,7 +437,7 @@ public class LitemallCoupon { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_coupon * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ @Override public String toString() { @@ -466,7 +466,7 @@ public class LitemallCoupon { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_coupon * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ @Override public boolean equals(Object that) { @@ -499,7 +499,7 @@ public class LitemallCoupon { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_coupon * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ @Override public int hashCode() { diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallCouponExample.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallCouponExample.java index 700a6135..2945cdb1 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallCouponExample.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallCouponExample.java @@ -10,7 +10,7 @@ public class LitemallCouponExample { * This field was generated by MyBatis Generator. * This field corresponds to the database table litemall_coupon * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected String orderByClause; @@ -18,7 +18,7 @@ public class LitemallCouponExample { * This field was generated by MyBatis Generator. * This field corresponds to the database table litemall_coupon * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected boolean distinct; @@ -26,7 +26,7 @@ public class LitemallCouponExample { * This field was generated by MyBatis Generator. * This field corresponds to the database table litemall_coupon * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected List oredCriteria; @@ -34,7 +34,7 @@ public class LitemallCouponExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_coupon * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public LitemallCouponExample() { oredCriteria = new ArrayList(); @@ -44,7 +44,7 @@ public class LitemallCouponExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_coupon * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setOrderByClause(String orderByClause) { this.orderByClause = orderByClause; @@ -54,7 +54,7 @@ public class LitemallCouponExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_coupon * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getOrderByClause() { return orderByClause; @@ -64,7 +64,7 @@ public class LitemallCouponExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_coupon * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setDistinct(boolean distinct) { this.distinct = distinct; @@ -74,7 +74,7 @@ public class LitemallCouponExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_coupon * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public boolean isDistinct() { return distinct; @@ -84,7 +84,7 @@ public class LitemallCouponExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_coupon * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public List getOredCriteria() { return oredCriteria; @@ -94,7 +94,7 @@ public class LitemallCouponExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_coupon * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void or(Criteria criteria) { oredCriteria.add(criteria); @@ -104,7 +104,7 @@ public class LitemallCouponExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_coupon * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Criteria or() { Criteria criteria = createCriteriaInternal(); @@ -116,7 +116,7 @@ public class LitemallCouponExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_coupon * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Criteria createCriteria() { Criteria criteria = createCriteriaInternal(); @@ -130,7 +130,7 @@ public class LitemallCouponExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_coupon * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected Criteria createCriteriaInternal() { Criteria criteria = new Criteria(this); @@ -141,7 +141,7 @@ public class LitemallCouponExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_coupon * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void clear() { oredCriteria.clear(); @@ -184,7 +184,7 @@ public class LitemallCouponExample { * This class was generated by MyBatis Generator. * This class corresponds to the database table litemall_coupon * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected abstract static class GeneratedCriteria { protected List criteria; @@ -1022,7 +1022,7 @@ public class LitemallCouponExample { * This class was generated by MyBatis Generator. * This class corresponds to the database table litemall_coupon * - * @mbg.generated do_not_delete_during_merge Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated do_not_delete_during_merge */ public static class Criteria extends GeneratedCriteria { /** @@ -1094,7 +1094,7 @@ public class LitemallCouponExample { * This class was generated by MyBatis Generator. * This class corresponds to the database table litemall_coupon * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public static class Criterion { private String condition; diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallFootprint.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallFootprint.java index 5c79bd30..465d97c9 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallFootprint.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallFootprint.java @@ -8,7 +8,7 @@ public class LitemallFootprint { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_footprint.id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Integer id; @@ -17,7 +17,7 @@ public class LitemallFootprint { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_footprint.user_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Integer userId; @@ -26,7 +26,7 @@ public class LitemallFootprint { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_footprint.goods_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Integer goodsId; @@ -35,7 +35,7 @@ public class LitemallFootprint { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_footprint.add_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private LocalDateTime addTime; @@ -44,7 +44,7 @@ public class LitemallFootprint { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_footprint.deleted * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Boolean deleted; @@ -54,7 +54,7 @@ public class LitemallFootprint { * * @return the value of litemall_footprint.id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Integer getId() { return id; @@ -66,7 +66,7 @@ public class LitemallFootprint { * * @param id the value for litemall_footprint.id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setId(Integer id) { this.id = id; @@ -78,7 +78,7 @@ public class LitemallFootprint { * * @return the value of litemall_footprint.user_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Integer getUserId() { return userId; @@ -90,7 +90,7 @@ public class LitemallFootprint { * * @param userId the value for litemall_footprint.user_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setUserId(Integer userId) { this.userId = userId; @@ -102,7 +102,7 @@ public class LitemallFootprint { * * @return the value of litemall_footprint.goods_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Integer getGoodsId() { return goodsId; @@ -114,7 +114,7 @@ public class LitemallFootprint { * * @param goodsId the value for litemall_footprint.goods_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setGoodsId(Integer goodsId) { this.goodsId = goodsId; @@ -126,7 +126,7 @@ public class LitemallFootprint { * * @return the value of litemall_footprint.add_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public LocalDateTime getAddTime() { return addTime; @@ -138,7 +138,7 @@ public class LitemallFootprint { * * @param addTime the value for litemall_footprint.add_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setAddTime(LocalDateTime addTime) { this.addTime = addTime; @@ -150,7 +150,7 @@ public class LitemallFootprint { * * @return the value of litemall_footprint.deleted * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Boolean getDeleted() { return deleted; @@ -162,7 +162,7 @@ public class LitemallFootprint { * * @param deleted the value for litemall_footprint.deleted * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setDeleted(Boolean deleted) { this.deleted = deleted; @@ -172,7 +172,7 @@ public class LitemallFootprint { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_footprint * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ @Override public String toString() { @@ -193,7 +193,7 @@ public class LitemallFootprint { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_footprint * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ @Override public boolean equals(Object that) { @@ -218,7 +218,7 @@ public class LitemallFootprint { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_footprint * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ @Override public int hashCode() { diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallFootprintExample.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallFootprintExample.java index 67d727ca..18eafe89 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallFootprintExample.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallFootprintExample.java @@ -9,7 +9,7 @@ public class LitemallFootprintExample { * This field was generated by MyBatis Generator. * This field corresponds to the database table litemall_footprint * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected String orderByClause; @@ -17,7 +17,7 @@ public class LitemallFootprintExample { * This field was generated by MyBatis Generator. * This field corresponds to the database table litemall_footprint * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected boolean distinct; @@ -25,7 +25,7 @@ public class LitemallFootprintExample { * This field was generated by MyBatis Generator. * This field corresponds to the database table litemall_footprint * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected List oredCriteria; @@ -33,7 +33,7 @@ public class LitemallFootprintExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_footprint * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public LitemallFootprintExample() { oredCriteria = new ArrayList(); @@ -43,7 +43,7 @@ public class LitemallFootprintExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_footprint * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setOrderByClause(String orderByClause) { this.orderByClause = orderByClause; @@ -53,7 +53,7 @@ public class LitemallFootprintExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_footprint * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getOrderByClause() { return orderByClause; @@ -63,7 +63,7 @@ public class LitemallFootprintExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_footprint * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setDistinct(boolean distinct) { this.distinct = distinct; @@ -73,7 +73,7 @@ public class LitemallFootprintExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_footprint * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public boolean isDistinct() { return distinct; @@ -83,7 +83,7 @@ public class LitemallFootprintExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_footprint * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public List getOredCriteria() { return oredCriteria; @@ -93,7 +93,7 @@ public class LitemallFootprintExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_footprint * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void or(Criteria criteria) { oredCriteria.add(criteria); @@ -103,7 +103,7 @@ public class LitemallFootprintExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_footprint * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Criteria or() { Criteria criteria = createCriteriaInternal(); @@ -115,7 +115,7 @@ public class LitemallFootprintExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_footprint * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Criteria createCriteria() { Criteria criteria = createCriteriaInternal(); @@ -129,7 +129,7 @@ public class LitemallFootprintExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_footprint * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected Criteria createCriteriaInternal() { Criteria criteria = new Criteria(this); @@ -140,7 +140,7 @@ public class LitemallFootprintExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_footprint * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void clear() { oredCriteria.clear(); @@ -183,7 +183,7 @@ public class LitemallFootprintExample { * This class was generated by MyBatis Generator. * This class corresponds to the database table litemall_footprint * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected abstract static class GeneratedCriteria { protected List criteria; @@ -531,7 +531,7 @@ public class LitemallFootprintExample { * This class was generated by MyBatis Generator. * This class corresponds to the database table litemall_footprint * - * @mbg.generated do_not_delete_during_merge Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated do_not_delete_during_merge */ public static class Criteria extends GeneratedCriteria { /** @@ -603,7 +603,7 @@ public class LitemallFootprintExample { * This class was generated by MyBatis Generator. * This class corresponds to the database table litemall_footprint * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public static class Criterion { private String condition; diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallGoods.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallGoods.java index daed8d3d..5ecbfa98 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallGoods.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallGoods.java @@ -10,7 +10,7 @@ public class LitemallGoods { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_goods.id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Integer id; @@ -19,7 +19,7 @@ public class LitemallGoods { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_goods.goods_sn * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String goodsSn; @@ -28,7 +28,7 @@ public class LitemallGoods { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_goods.name * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String name; @@ -37,7 +37,7 @@ public class LitemallGoods { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_goods.category_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Integer categoryId; @@ -46,7 +46,7 @@ public class LitemallGoods { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_goods.brand_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Integer brandId; @@ -55,7 +55,7 @@ public class LitemallGoods { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_goods.gallery * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String[] gallery; @@ -64,7 +64,7 @@ public class LitemallGoods { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_goods.keywords * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String keywords; @@ -73,7 +73,7 @@ public class LitemallGoods { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_goods.goods_brief * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String goodsBrief; @@ -82,7 +82,7 @@ public class LitemallGoods { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_goods.is_on_sale * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Boolean isOnSale; @@ -91,7 +91,7 @@ public class LitemallGoods { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_goods.sort_order * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Short sortOrder; @@ -100,7 +100,7 @@ public class LitemallGoods { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_goods.counter_price * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private BigDecimal counterPrice; @@ -109,7 +109,7 @@ public class LitemallGoods { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_goods.is_new * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Boolean isNew; @@ -118,7 +118,7 @@ public class LitemallGoods { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_goods.primary_pic_url * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String primaryPicUrl; @@ -127,7 +127,7 @@ public class LitemallGoods { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_goods.list_pic_url * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String listPicUrl; @@ -136,7 +136,7 @@ public class LitemallGoods { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_goods.is_hot * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Boolean isHot; @@ -145,7 +145,7 @@ public class LitemallGoods { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_goods.goods_unit * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String goodsUnit; @@ -154,7 +154,7 @@ public class LitemallGoods { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_goods.retail_price * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private BigDecimal retailPrice; @@ -163,7 +163,7 @@ public class LitemallGoods { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_goods.add_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private LocalDateTime addTime; @@ -172,7 +172,7 @@ public class LitemallGoods { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_goods.deleted * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Boolean deleted; @@ -181,7 +181,7 @@ public class LitemallGoods { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_goods.goods_desc * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String goodsDesc; @@ -191,7 +191,7 @@ public class LitemallGoods { * * @return the value of litemall_goods.id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Integer getId() { return id; @@ -203,7 +203,7 @@ public class LitemallGoods { * * @param id the value for litemall_goods.id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setId(Integer id) { this.id = id; @@ -215,7 +215,7 @@ public class LitemallGoods { * * @return the value of litemall_goods.goods_sn * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getGoodsSn() { return goodsSn; @@ -227,7 +227,7 @@ public class LitemallGoods { * * @param goodsSn the value for litemall_goods.goods_sn * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setGoodsSn(String goodsSn) { this.goodsSn = goodsSn; @@ -239,7 +239,7 @@ public class LitemallGoods { * * @return the value of litemall_goods.name * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getName() { return name; @@ -251,7 +251,7 @@ public class LitemallGoods { * * @param name the value for litemall_goods.name * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setName(String name) { this.name = name; @@ -263,7 +263,7 @@ public class LitemallGoods { * * @return the value of litemall_goods.category_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Integer getCategoryId() { return categoryId; @@ -275,7 +275,7 @@ public class LitemallGoods { * * @param categoryId the value for litemall_goods.category_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setCategoryId(Integer categoryId) { this.categoryId = categoryId; @@ -287,7 +287,7 @@ public class LitemallGoods { * * @return the value of litemall_goods.brand_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Integer getBrandId() { return brandId; @@ -299,7 +299,7 @@ public class LitemallGoods { * * @param brandId the value for litemall_goods.brand_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setBrandId(Integer brandId) { this.brandId = brandId; @@ -311,7 +311,7 @@ public class LitemallGoods { * * @return the value of litemall_goods.gallery * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String[] getGallery() { return gallery; @@ -323,7 +323,7 @@ public class LitemallGoods { * * @param gallery the value for litemall_goods.gallery * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setGallery(String[] gallery) { this.gallery = gallery; @@ -335,7 +335,7 @@ public class LitemallGoods { * * @return the value of litemall_goods.keywords * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getKeywords() { return keywords; @@ -347,7 +347,7 @@ public class LitemallGoods { * * @param keywords the value for litemall_goods.keywords * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setKeywords(String keywords) { this.keywords = keywords; @@ -359,7 +359,7 @@ public class LitemallGoods { * * @return the value of litemall_goods.goods_brief * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getGoodsBrief() { return goodsBrief; @@ -371,7 +371,7 @@ public class LitemallGoods { * * @param goodsBrief the value for litemall_goods.goods_brief * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setGoodsBrief(String goodsBrief) { this.goodsBrief = goodsBrief; @@ -383,7 +383,7 @@ public class LitemallGoods { * * @return the value of litemall_goods.is_on_sale * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Boolean getIsOnSale() { return isOnSale; @@ -395,7 +395,7 @@ public class LitemallGoods { * * @param isOnSale the value for litemall_goods.is_on_sale * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setIsOnSale(Boolean isOnSale) { this.isOnSale = isOnSale; @@ -407,7 +407,7 @@ public class LitemallGoods { * * @return the value of litemall_goods.sort_order * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Short getSortOrder() { return sortOrder; @@ -419,7 +419,7 @@ public class LitemallGoods { * * @param sortOrder the value for litemall_goods.sort_order * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setSortOrder(Short sortOrder) { this.sortOrder = sortOrder; @@ -431,7 +431,7 @@ public class LitemallGoods { * * @return the value of litemall_goods.counter_price * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public BigDecimal getCounterPrice() { return counterPrice; @@ -443,7 +443,7 @@ public class LitemallGoods { * * @param counterPrice the value for litemall_goods.counter_price * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setCounterPrice(BigDecimal counterPrice) { this.counterPrice = counterPrice; @@ -455,7 +455,7 @@ public class LitemallGoods { * * @return the value of litemall_goods.is_new * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Boolean getIsNew() { return isNew; @@ -467,7 +467,7 @@ public class LitemallGoods { * * @param isNew the value for litemall_goods.is_new * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setIsNew(Boolean isNew) { this.isNew = isNew; @@ -479,7 +479,7 @@ public class LitemallGoods { * * @return the value of litemall_goods.primary_pic_url * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getPrimaryPicUrl() { return primaryPicUrl; @@ -491,7 +491,7 @@ public class LitemallGoods { * * @param primaryPicUrl the value for litemall_goods.primary_pic_url * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setPrimaryPicUrl(String primaryPicUrl) { this.primaryPicUrl = primaryPicUrl; @@ -503,7 +503,7 @@ public class LitemallGoods { * * @return the value of litemall_goods.list_pic_url * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getListPicUrl() { return listPicUrl; @@ -515,7 +515,7 @@ public class LitemallGoods { * * @param listPicUrl the value for litemall_goods.list_pic_url * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setListPicUrl(String listPicUrl) { this.listPicUrl = listPicUrl; @@ -527,7 +527,7 @@ public class LitemallGoods { * * @return the value of litemall_goods.is_hot * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Boolean getIsHot() { return isHot; @@ -539,7 +539,7 @@ public class LitemallGoods { * * @param isHot the value for litemall_goods.is_hot * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setIsHot(Boolean isHot) { this.isHot = isHot; @@ -551,7 +551,7 @@ public class LitemallGoods { * * @return the value of litemall_goods.goods_unit * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getGoodsUnit() { return goodsUnit; @@ -563,7 +563,7 @@ public class LitemallGoods { * * @param goodsUnit the value for litemall_goods.goods_unit * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setGoodsUnit(String goodsUnit) { this.goodsUnit = goodsUnit; @@ -575,7 +575,7 @@ public class LitemallGoods { * * @return the value of litemall_goods.retail_price * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public BigDecimal getRetailPrice() { return retailPrice; @@ -587,7 +587,7 @@ public class LitemallGoods { * * @param retailPrice the value for litemall_goods.retail_price * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setRetailPrice(BigDecimal retailPrice) { this.retailPrice = retailPrice; @@ -599,7 +599,7 @@ public class LitemallGoods { * * @return the value of litemall_goods.add_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public LocalDateTime getAddTime() { return addTime; @@ -611,7 +611,7 @@ public class LitemallGoods { * * @param addTime the value for litemall_goods.add_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setAddTime(LocalDateTime addTime) { this.addTime = addTime; @@ -623,7 +623,7 @@ public class LitemallGoods { * * @return the value of litemall_goods.deleted * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Boolean getDeleted() { return deleted; @@ -635,7 +635,7 @@ public class LitemallGoods { * * @param deleted the value for litemall_goods.deleted * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setDeleted(Boolean deleted) { this.deleted = deleted; @@ -647,7 +647,7 @@ public class LitemallGoods { * * @return the value of litemall_goods.goods_desc * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getGoodsDesc() { return goodsDesc; @@ -659,7 +659,7 @@ public class LitemallGoods { * * @param goodsDesc the value for litemall_goods.goods_desc * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setGoodsDesc(String goodsDesc) { this.goodsDesc = goodsDesc; @@ -669,7 +669,7 @@ public class LitemallGoods { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ @Override public String toString() { @@ -705,7 +705,7 @@ public class LitemallGoods { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ @Override public boolean equals(Object that) { @@ -745,7 +745,7 @@ public class LitemallGoods { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ @Override public int hashCode() { diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallGoodsAttribute.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallGoodsAttribute.java index 9f0575f1..4159de04 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallGoodsAttribute.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallGoodsAttribute.java @@ -8,7 +8,7 @@ public class LitemallGoodsAttribute { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_goods_attribute.id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Integer id; @@ -17,7 +17,7 @@ public class LitemallGoodsAttribute { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_goods_attribute.goods_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Integer goodsId; @@ -26,7 +26,7 @@ public class LitemallGoodsAttribute { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_goods_attribute.value * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String value; @@ -35,7 +35,7 @@ public class LitemallGoodsAttribute { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_goods_attribute.attribute * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String attribute; @@ -44,7 +44,7 @@ public class LitemallGoodsAttribute { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_goods_attribute.add_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private LocalDateTime addTime; @@ -53,7 +53,7 @@ public class LitemallGoodsAttribute { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_goods_attribute.deleted * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Boolean deleted; @@ -63,7 +63,7 @@ public class LitemallGoodsAttribute { * * @return the value of litemall_goods_attribute.id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Integer getId() { return id; @@ -75,7 +75,7 @@ public class LitemallGoodsAttribute { * * @param id the value for litemall_goods_attribute.id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setId(Integer id) { this.id = id; @@ -87,7 +87,7 @@ public class LitemallGoodsAttribute { * * @return the value of litemall_goods_attribute.goods_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Integer getGoodsId() { return goodsId; @@ -99,7 +99,7 @@ public class LitemallGoodsAttribute { * * @param goodsId the value for litemall_goods_attribute.goods_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setGoodsId(Integer goodsId) { this.goodsId = goodsId; @@ -111,7 +111,7 @@ public class LitemallGoodsAttribute { * * @return the value of litemall_goods_attribute.value * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getValue() { return value; @@ -123,7 +123,7 @@ public class LitemallGoodsAttribute { * * @param value the value for litemall_goods_attribute.value * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setValue(String value) { this.value = value; @@ -135,7 +135,7 @@ public class LitemallGoodsAttribute { * * @return the value of litemall_goods_attribute.attribute * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getAttribute() { return attribute; @@ -147,7 +147,7 @@ public class LitemallGoodsAttribute { * * @param attribute the value for litemall_goods_attribute.attribute * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setAttribute(String attribute) { this.attribute = attribute; @@ -159,7 +159,7 @@ public class LitemallGoodsAttribute { * * @return the value of litemall_goods_attribute.add_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public LocalDateTime getAddTime() { return addTime; @@ -171,7 +171,7 @@ public class LitemallGoodsAttribute { * * @param addTime the value for litemall_goods_attribute.add_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setAddTime(LocalDateTime addTime) { this.addTime = addTime; @@ -183,7 +183,7 @@ public class LitemallGoodsAttribute { * * @return the value of litemall_goods_attribute.deleted * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Boolean getDeleted() { return deleted; @@ -195,7 +195,7 @@ public class LitemallGoodsAttribute { * * @param deleted the value for litemall_goods_attribute.deleted * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setDeleted(Boolean deleted) { this.deleted = deleted; @@ -205,7 +205,7 @@ public class LitemallGoodsAttribute { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods_attribute * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ @Override public String toString() { @@ -227,7 +227,7 @@ public class LitemallGoodsAttribute { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods_attribute * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ @Override public boolean equals(Object that) { @@ -253,7 +253,7 @@ public class LitemallGoodsAttribute { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods_attribute * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ @Override public int hashCode() { diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallGoodsAttributeExample.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallGoodsAttributeExample.java index 970381a3..783cb7fc 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallGoodsAttributeExample.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallGoodsAttributeExample.java @@ -9,7 +9,7 @@ public class LitemallGoodsAttributeExample { * This field was generated by MyBatis Generator. * This field corresponds to the database table litemall_goods_attribute * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected String orderByClause; @@ -17,7 +17,7 @@ public class LitemallGoodsAttributeExample { * This field was generated by MyBatis Generator. * This field corresponds to the database table litemall_goods_attribute * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected boolean distinct; @@ -25,7 +25,7 @@ public class LitemallGoodsAttributeExample { * This field was generated by MyBatis Generator. * This field corresponds to the database table litemall_goods_attribute * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected List oredCriteria; @@ -33,7 +33,7 @@ public class LitemallGoodsAttributeExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods_attribute * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public LitemallGoodsAttributeExample() { oredCriteria = new ArrayList(); @@ -43,7 +43,7 @@ public class LitemallGoodsAttributeExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods_attribute * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setOrderByClause(String orderByClause) { this.orderByClause = orderByClause; @@ -53,7 +53,7 @@ public class LitemallGoodsAttributeExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods_attribute * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getOrderByClause() { return orderByClause; @@ -63,7 +63,7 @@ public class LitemallGoodsAttributeExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods_attribute * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setDistinct(boolean distinct) { this.distinct = distinct; @@ -73,7 +73,7 @@ public class LitemallGoodsAttributeExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods_attribute * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public boolean isDistinct() { return distinct; @@ -83,7 +83,7 @@ public class LitemallGoodsAttributeExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods_attribute * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public List getOredCriteria() { return oredCriteria; @@ -93,7 +93,7 @@ public class LitemallGoodsAttributeExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods_attribute * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void or(Criteria criteria) { oredCriteria.add(criteria); @@ -103,7 +103,7 @@ public class LitemallGoodsAttributeExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods_attribute * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Criteria or() { Criteria criteria = createCriteriaInternal(); @@ -115,7 +115,7 @@ public class LitemallGoodsAttributeExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods_attribute * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Criteria createCriteria() { Criteria criteria = createCriteriaInternal(); @@ -129,7 +129,7 @@ public class LitemallGoodsAttributeExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods_attribute * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected Criteria createCriteriaInternal() { Criteria criteria = new Criteria(this); @@ -140,7 +140,7 @@ public class LitemallGoodsAttributeExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods_attribute * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void clear() { oredCriteria.clear(); @@ -183,7 +183,7 @@ public class LitemallGoodsAttributeExample { * This class was generated by MyBatis Generator. * This class corresponds to the database table litemall_goods_attribute * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected abstract static class GeneratedCriteria { protected List criteria; @@ -611,7 +611,7 @@ public class LitemallGoodsAttributeExample { * This class was generated by MyBatis Generator. * This class corresponds to the database table litemall_goods_attribute * - * @mbg.generated do_not_delete_during_merge Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated do_not_delete_during_merge */ public static class Criteria extends GeneratedCriteria { /** @@ -683,7 +683,7 @@ public class LitemallGoodsAttributeExample { * This class was generated by MyBatis Generator. * This class corresponds to the database table litemall_goods_attribute * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public static class Criterion { private String condition; diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallGoodsExample.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallGoodsExample.java index b2d48a5a..23809917 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallGoodsExample.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallGoodsExample.java @@ -10,7 +10,7 @@ public class LitemallGoodsExample { * This field was generated by MyBatis Generator. * This field corresponds to the database table litemall_goods * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected String orderByClause; @@ -18,7 +18,7 @@ public class LitemallGoodsExample { * This field was generated by MyBatis Generator. * This field corresponds to the database table litemall_goods * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected boolean distinct; @@ -26,7 +26,7 @@ public class LitemallGoodsExample { * This field was generated by MyBatis Generator. * This field corresponds to the database table litemall_goods * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected List oredCriteria; @@ -34,7 +34,7 @@ public class LitemallGoodsExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public LitemallGoodsExample() { oredCriteria = new ArrayList(); @@ -44,7 +44,7 @@ public class LitemallGoodsExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setOrderByClause(String orderByClause) { this.orderByClause = orderByClause; @@ -54,7 +54,7 @@ public class LitemallGoodsExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getOrderByClause() { return orderByClause; @@ -64,7 +64,7 @@ public class LitemallGoodsExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setDistinct(boolean distinct) { this.distinct = distinct; @@ -74,7 +74,7 @@ public class LitemallGoodsExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public boolean isDistinct() { return distinct; @@ -84,7 +84,7 @@ public class LitemallGoodsExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public List getOredCriteria() { return oredCriteria; @@ -94,7 +94,7 @@ public class LitemallGoodsExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void or(Criteria criteria) { oredCriteria.add(criteria); @@ -104,7 +104,7 @@ public class LitemallGoodsExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Criteria or() { Criteria criteria = createCriteriaInternal(); @@ -116,7 +116,7 @@ public class LitemallGoodsExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Criteria createCriteria() { Criteria criteria = createCriteriaInternal(); @@ -130,7 +130,7 @@ public class LitemallGoodsExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected Criteria createCriteriaInternal() { Criteria criteria = new Criteria(this); @@ -141,7 +141,7 @@ public class LitemallGoodsExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void clear() { oredCriteria.clear(); @@ -184,7 +184,7 @@ public class LitemallGoodsExample { * This class was generated by MyBatis Generator. * This class corresponds to the database table litemall_goods * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected abstract static class GeneratedCriteria { protected List galleryCriteria; @@ -1486,7 +1486,7 @@ public class LitemallGoodsExample { * This class was generated by MyBatis Generator. * This class corresponds to the database table litemall_goods * - * @mbg.generated do_not_delete_during_merge Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated do_not_delete_during_merge */ public static class Criteria extends GeneratedCriteria { /** @@ -1558,7 +1558,7 @@ public class LitemallGoodsExample { * This class was generated by MyBatis Generator. * This class corresponds to the database table litemall_goods * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public static class Criterion { private String condition; diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallGoodsSpecification.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallGoodsSpecification.java index 346d8630..ac59f601 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallGoodsSpecification.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallGoodsSpecification.java @@ -8,7 +8,7 @@ public class LitemallGoodsSpecification { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_goods_specification.id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Integer id; @@ -17,7 +17,7 @@ public class LitemallGoodsSpecification { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_goods_specification.goods_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Integer goodsId; @@ -26,7 +26,7 @@ public class LitemallGoodsSpecification { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_goods_specification.value * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String value; @@ -35,7 +35,7 @@ public class LitemallGoodsSpecification { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_goods_specification.pic_url * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String picUrl; @@ -44,7 +44,7 @@ public class LitemallGoodsSpecification { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_goods_specification.specification * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String specification; @@ -53,7 +53,7 @@ public class LitemallGoodsSpecification { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_goods_specification.add_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private LocalDateTime addTime; @@ -62,7 +62,7 @@ public class LitemallGoodsSpecification { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_goods_specification.deleted * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Boolean deleted; @@ -72,7 +72,7 @@ public class LitemallGoodsSpecification { * * @return the value of litemall_goods_specification.id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Integer getId() { return id; @@ -84,7 +84,7 @@ public class LitemallGoodsSpecification { * * @param id the value for litemall_goods_specification.id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setId(Integer id) { this.id = id; @@ -96,7 +96,7 @@ public class LitemallGoodsSpecification { * * @return the value of litemall_goods_specification.goods_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Integer getGoodsId() { return goodsId; @@ -108,7 +108,7 @@ public class LitemallGoodsSpecification { * * @param goodsId the value for litemall_goods_specification.goods_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setGoodsId(Integer goodsId) { this.goodsId = goodsId; @@ -120,7 +120,7 @@ public class LitemallGoodsSpecification { * * @return the value of litemall_goods_specification.value * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getValue() { return value; @@ -132,7 +132,7 @@ public class LitemallGoodsSpecification { * * @param value the value for litemall_goods_specification.value * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setValue(String value) { this.value = value; @@ -144,7 +144,7 @@ public class LitemallGoodsSpecification { * * @return the value of litemall_goods_specification.pic_url * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getPicUrl() { return picUrl; @@ -156,7 +156,7 @@ public class LitemallGoodsSpecification { * * @param picUrl the value for litemall_goods_specification.pic_url * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setPicUrl(String picUrl) { this.picUrl = picUrl; @@ -168,7 +168,7 @@ public class LitemallGoodsSpecification { * * @return the value of litemall_goods_specification.specification * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getSpecification() { return specification; @@ -180,7 +180,7 @@ public class LitemallGoodsSpecification { * * @param specification the value for litemall_goods_specification.specification * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setSpecification(String specification) { this.specification = specification; @@ -192,7 +192,7 @@ public class LitemallGoodsSpecification { * * @return the value of litemall_goods_specification.add_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public LocalDateTime getAddTime() { return addTime; @@ -204,7 +204,7 @@ public class LitemallGoodsSpecification { * * @param addTime the value for litemall_goods_specification.add_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setAddTime(LocalDateTime addTime) { this.addTime = addTime; @@ -216,7 +216,7 @@ public class LitemallGoodsSpecification { * * @return the value of litemall_goods_specification.deleted * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Boolean getDeleted() { return deleted; @@ -228,7 +228,7 @@ public class LitemallGoodsSpecification { * * @param deleted the value for litemall_goods_specification.deleted * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setDeleted(Boolean deleted) { this.deleted = deleted; @@ -238,7 +238,7 @@ public class LitemallGoodsSpecification { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods_specification * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ @Override public String toString() { @@ -261,7 +261,7 @@ public class LitemallGoodsSpecification { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods_specification * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ @Override public boolean equals(Object that) { @@ -288,7 +288,7 @@ public class LitemallGoodsSpecification { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods_specification * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ @Override public int hashCode() { diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallGoodsSpecificationExample.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallGoodsSpecificationExample.java index 524afeb1..fa5916da 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallGoodsSpecificationExample.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallGoodsSpecificationExample.java @@ -9,7 +9,7 @@ public class LitemallGoodsSpecificationExample { * This field was generated by MyBatis Generator. * This field corresponds to the database table litemall_goods_specification * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected String orderByClause; @@ -17,7 +17,7 @@ public class LitemallGoodsSpecificationExample { * This field was generated by MyBatis Generator. * This field corresponds to the database table litemall_goods_specification * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected boolean distinct; @@ -25,7 +25,7 @@ public class LitemallGoodsSpecificationExample { * This field was generated by MyBatis Generator. * This field corresponds to the database table litemall_goods_specification * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected List oredCriteria; @@ -33,7 +33,7 @@ public class LitemallGoodsSpecificationExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods_specification * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public LitemallGoodsSpecificationExample() { oredCriteria = new ArrayList(); @@ -43,7 +43,7 @@ public class LitemallGoodsSpecificationExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods_specification * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setOrderByClause(String orderByClause) { this.orderByClause = orderByClause; @@ -53,7 +53,7 @@ public class LitemallGoodsSpecificationExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods_specification * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getOrderByClause() { return orderByClause; @@ -63,7 +63,7 @@ public class LitemallGoodsSpecificationExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods_specification * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setDistinct(boolean distinct) { this.distinct = distinct; @@ -73,7 +73,7 @@ public class LitemallGoodsSpecificationExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods_specification * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public boolean isDistinct() { return distinct; @@ -83,7 +83,7 @@ public class LitemallGoodsSpecificationExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods_specification * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public List getOredCriteria() { return oredCriteria; @@ -93,7 +93,7 @@ public class LitemallGoodsSpecificationExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods_specification * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void or(Criteria criteria) { oredCriteria.add(criteria); @@ -103,7 +103,7 @@ public class LitemallGoodsSpecificationExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods_specification * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Criteria or() { Criteria criteria = createCriteriaInternal(); @@ -115,7 +115,7 @@ public class LitemallGoodsSpecificationExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods_specification * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Criteria createCriteria() { Criteria criteria = createCriteriaInternal(); @@ -129,7 +129,7 @@ public class LitemallGoodsSpecificationExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods_specification * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected Criteria createCriteriaInternal() { Criteria criteria = new Criteria(this); @@ -140,7 +140,7 @@ public class LitemallGoodsSpecificationExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_goods_specification * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void clear() { oredCriteria.clear(); @@ -183,7 +183,7 @@ public class LitemallGoodsSpecificationExample { * This class was generated by MyBatis Generator. * This class corresponds to the database table litemall_goods_specification * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected abstract static class GeneratedCriteria { protected List criteria; @@ -681,7 +681,7 @@ public class LitemallGoodsSpecificationExample { * This class was generated by MyBatis Generator. * This class corresponds to the database table litemall_goods_specification * - * @mbg.generated do_not_delete_during_merge Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated do_not_delete_during_merge */ public static class Criteria extends GeneratedCriteria { /** @@ -753,7 +753,7 @@ public class LitemallGoodsSpecificationExample { * This class was generated by MyBatis Generator. * This class corresponds to the database table litemall_goods_specification * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public static class Criterion { private String condition; diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallIssue.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallIssue.java index 359a88b2..7726801f 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallIssue.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallIssue.java @@ -8,7 +8,7 @@ public class LitemallIssue { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_issue.id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Integer id; @@ -17,7 +17,7 @@ public class LitemallIssue { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_issue.question * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String question; @@ -26,7 +26,7 @@ public class LitemallIssue { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_issue.answer * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String answer; @@ -35,7 +35,7 @@ public class LitemallIssue { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_issue.add_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private LocalDateTime addTime; @@ -44,7 +44,7 @@ public class LitemallIssue { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_issue.deleted * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Boolean deleted; @@ -54,7 +54,7 @@ public class LitemallIssue { * * @return the value of litemall_issue.id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Integer getId() { return id; @@ -66,7 +66,7 @@ public class LitemallIssue { * * @param id the value for litemall_issue.id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setId(Integer id) { this.id = id; @@ -78,7 +78,7 @@ public class LitemallIssue { * * @return the value of litemall_issue.question * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getQuestion() { return question; @@ -90,7 +90,7 @@ public class LitemallIssue { * * @param question the value for litemall_issue.question * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setQuestion(String question) { this.question = question; @@ -102,7 +102,7 @@ public class LitemallIssue { * * @return the value of litemall_issue.answer * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getAnswer() { return answer; @@ -114,7 +114,7 @@ public class LitemallIssue { * * @param answer the value for litemall_issue.answer * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setAnswer(String answer) { this.answer = answer; @@ -126,7 +126,7 @@ public class LitemallIssue { * * @return the value of litemall_issue.add_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public LocalDateTime getAddTime() { return addTime; @@ -138,7 +138,7 @@ public class LitemallIssue { * * @param addTime the value for litemall_issue.add_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setAddTime(LocalDateTime addTime) { this.addTime = addTime; @@ -150,7 +150,7 @@ public class LitemallIssue { * * @return the value of litemall_issue.deleted * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Boolean getDeleted() { return deleted; @@ -162,7 +162,7 @@ public class LitemallIssue { * * @param deleted the value for litemall_issue.deleted * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setDeleted(Boolean deleted) { this.deleted = deleted; @@ -172,7 +172,7 @@ public class LitemallIssue { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_issue * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ @Override public String toString() { @@ -193,7 +193,7 @@ public class LitemallIssue { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_issue * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ @Override public boolean equals(Object that) { @@ -218,7 +218,7 @@ public class LitemallIssue { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_issue * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ @Override public int hashCode() { diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallIssueExample.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallIssueExample.java index a3a5debc..70db76f8 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallIssueExample.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallIssueExample.java @@ -9,7 +9,7 @@ public class LitemallIssueExample { * This field was generated by MyBatis Generator. * This field corresponds to the database table litemall_issue * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected String orderByClause; @@ -17,7 +17,7 @@ public class LitemallIssueExample { * This field was generated by MyBatis Generator. * This field corresponds to the database table litemall_issue * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected boolean distinct; @@ -25,7 +25,7 @@ public class LitemallIssueExample { * This field was generated by MyBatis Generator. * This field corresponds to the database table litemall_issue * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected List oredCriteria; @@ -33,7 +33,7 @@ public class LitemallIssueExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_issue * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public LitemallIssueExample() { oredCriteria = new ArrayList(); @@ -43,7 +43,7 @@ public class LitemallIssueExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_issue * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setOrderByClause(String orderByClause) { this.orderByClause = orderByClause; @@ -53,7 +53,7 @@ public class LitemallIssueExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_issue * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getOrderByClause() { return orderByClause; @@ -63,7 +63,7 @@ public class LitemallIssueExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_issue * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setDistinct(boolean distinct) { this.distinct = distinct; @@ -73,7 +73,7 @@ public class LitemallIssueExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_issue * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public boolean isDistinct() { return distinct; @@ -83,7 +83,7 @@ public class LitemallIssueExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_issue * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public List getOredCriteria() { return oredCriteria; @@ -93,7 +93,7 @@ public class LitemallIssueExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_issue * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void or(Criteria criteria) { oredCriteria.add(criteria); @@ -103,7 +103,7 @@ public class LitemallIssueExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_issue * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Criteria or() { Criteria criteria = createCriteriaInternal(); @@ -115,7 +115,7 @@ public class LitemallIssueExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_issue * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Criteria createCriteria() { Criteria criteria = createCriteriaInternal(); @@ -129,7 +129,7 @@ public class LitemallIssueExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_issue * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected Criteria createCriteriaInternal() { Criteria criteria = new Criteria(this); @@ -140,7 +140,7 @@ public class LitemallIssueExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_issue * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void clear() { oredCriteria.clear(); @@ -183,7 +183,7 @@ public class LitemallIssueExample { * This class was generated by MyBatis Generator. * This class corresponds to the database table litemall_issue * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected abstract static class GeneratedCriteria { protected List criteria; @@ -551,7 +551,7 @@ public class LitemallIssueExample { * This class was generated by MyBatis Generator. * This class corresponds to the database table litemall_issue * - * @mbg.generated do_not_delete_during_merge Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated do_not_delete_during_merge */ public static class Criteria extends GeneratedCriteria { /** @@ -623,7 +623,7 @@ public class LitemallIssueExample { * This class was generated by MyBatis Generator. * This class corresponds to the database table litemall_issue * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public static class Criterion { private String condition; diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallKeyword.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallKeyword.java index 893de5b0..5c0bd0b9 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallKeyword.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallKeyword.java @@ -8,7 +8,7 @@ public class LitemallKeyword { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_keyword.id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Integer id; @@ -17,7 +17,7 @@ public class LitemallKeyword { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_keyword.keyword * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String keyword; @@ -26,7 +26,7 @@ public class LitemallKeyword { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_keyword.url * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String url; @@ -35,7 +35,7 @@ public class LitemallKeyword { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_keyword.is_hot * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Boolean isHot; @@ -44,7 +44,7 @@ public class LitemallKeyword { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_keyword.is_default * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Boolean isDefault; @@ -53,7 +53,7 @@ public class LitemallKeyword { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_keyword.is_show * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Boolean isShow; @@ -62,7 +62,7 @@ public class LitemallKeyword { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_keyword.sort_order * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Integer sortOrder; @@ -71,7 +71,7 @@ public class LitemallKeyword { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_keyword.add_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private LocalDateTime addTime; @@ -80,7 +80,7 @@ public class LitemallKeyword { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_keyword.deleted * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Boolean deleted; @@ -90,7 +90,7 @@ public class LitemallKeyword { * * @return the value of litemall_keyword.id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Integer getId() { return id; @@ -102,7 +102,7 @@ public class LitemallKeyword { * * @param id the value for litemall_keyword.id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setId(Integer id) { this.id = id; @@ -114,7 +114,7 @@ public class LitemallKeyword { * * @return the value of litemall_keyword.keyword * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getKeyword() { return keyword; @@ -126,7 +126,7 @@ public class LitemallKeyword { * * @param keyword the value for litemall_keyword.keyword * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setKeyword(String keyword) { this.keyword = keyword; @@ -138,7 +138,7 @@ public class LitemallKeyword { * * @return the value of litemall_keyword.url * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getUrl() { return url; @@ -150,7 +150,7 @@ public class LitemallKeyword { * * @param url the value for litemall_keyword.url * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setUrl(String url) { this.url = url; @@ -162,7 +162,7 @@ public class LitemallKeyword { * * @return the value of litemall_keyword.is_hot * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Boolean getIsHot() { return isHot; @@ -174,7 +174,7 @@ public class LitemallKeyword { * * @param isHot the value for litemall_keyword.is_hot * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setIsHot(Boolean isHot) { this.isHot = isHot; @@ -186,7 +186,7 @@ public class LitemallKeyword { * * @return the value of litemall_keyword.is_default * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Boolean getIsDefault() { return isDefault; @@ -198,7 +198,7 @@ public class LitemallKeyword { * * @param isDefault the value for litemall_keyword.is_default * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setIsDefault(Boolean isDefault) { this.isDefault = isDefault; @@ -210,7 +210,7 @@ public class LitemallKeyword { * * @return the value of litemall_keyword.is_show * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Boolean getIsShow() { return isShow; @@ -222,7 +222,7 @@ public class LitemallKeyword { * * @param isShow the value for litemall_keyword.is_show * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setIsShow(Boolean isShow) { this.isShow = isShow; @@ -234,7 +234,7 @@ public class LitemallKeyword { * * @return the value of litemall_keyword.sort_order * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Integer getSortOrder() { return sortOrder; @@ -246,7 +246,7 @@ public class LitemallKeyword { * * @param sortOrder the value for litemall_keyword.sort_order * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setSortOrder(Integer sortOrder) { this.sortOrder = sortOrder; @@ -258,7 +258,7 @@ public class LitemallKeyword { * * @return the value of litemall_keyword.add_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public LocalDateTime getAddTime() { return addTime; @@ -270,7 +270,7 @@ public class LitemallKeyword { * * @param addTime the value for litemall_keyword.add_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setAddTime(LocalDateTime addTime) { this.addTime = addTime; @@ -282,7 +282,7 @@ public class LitemallKeyword { * * @return the value of litemall_keyword.deleted * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Boolean getDeleted() { return deleted; @@ -294,7 +294,7 @@ public class LitemallKeyword { * * @param deleted the value for litemall_keyword.deleted * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setDeleted(Boolean deleted) { this.deleted = deleted; @@ -304,7 +304,7 @@ public class LitemallKeyword { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_keyword * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ @Override public String toString() { @@ -329,7 +329,7 @@ public class LitemallKeyword { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_keyword * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ @Override public boolean equals(Object that) { @@ -358,7 +358,7 @@ public class LitemallKeyword { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_keyword * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ @Override public int hashCode() { diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallKeywordExample.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallKeywordExample.java index 5edb3917..960c2c01 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallKeywordExample.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallKeywordExample.java @@ -9,7 +9,7 @@ public class LitemallKeywordExample { * This field was generated by MyBatis Generator. * This field corresponds to the database table litemall_keyword * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected String orderByClause; @@ -17,7 +17,7 @@ public class LitemallKeywordExample { * This field was generated by MyBatis Generator. * This field corresponds to the database table litemall_keyword * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected boolean distinct; @@ -25,7 +25,7 @@ public class LitemallKeywordExample { * This field was generated by MyBatis Generator. * This field corresponds to the database table litemall_keyword * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected List oredCriteria; @@ -33,7 +33,7 @@ public class LitemallKeywordExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_keyword * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public LitemallKeywordExample() { oredCriteria = new ArrayList(); @@ -43,7 +43,7 @@ public class LitemallKeywordExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_keyword * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setOrderByClause(String orderByClause) { this.orderByClause = orderByClause; @@ -53,7 +53,7 @@ public class LitemallKeywordExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_keyword * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getOrderByClause() { return orderByClause; @@ -63,7 +63,7 @@ public class LitemallKeywordExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_keyword * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setDistinct(boolean distinct) { this.distinct = distinct; @@ -73,7 +73,7 @@ public class LitemallKeywordExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_keyword * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public boolean isDistinct() { return distinct; @@ -83,7 +83,7 @@ public class LitemallKeywordExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_keyword * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public List getOredCriteria() { return oredCriteria; @@ -93,7 +93,7 @@ public class LitemallKeywordExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_keyword * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void or(Criteria criteria) { oredCriteria.add(criteria); @@ -103,7 +103,7 @@ public class LitemallKeywordExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_keyword * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Criteria or() { Criteria criteria = createCriteriaInternal(); @@ -115,7 +115,7 @@ public class LitemallKeywordExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_keyword * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Criteria createCriteria() { Criteria criteria = createCriteriaInternal(); @@ -129,7 +129,7 @@ public class LitemallKeywordExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_keyword * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected Criteria createCriteriaInternal() { Criteria criteria = new Criteria(this); @@ -140,7 +140,7 @@ public class LitemallKeywordExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_keyword * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void clear() { oredCriteria.clear(); @@ -183,7 +183,7 @@ public class LitemallKeywordExample { * This class was generated by MyBatis Generator. * This class corresponds to the database table litemall_keyword * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected abstract static class GeneratedCriteria { protected List criteria; @@ -791,7 +791,7 @@ public class LitemallKeywordExample { * This class was generated by MyBatis Generator. * This class corresponds to the database table litemall_keyword * - * @mbg.generated do_not_delete_during_merge Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated do_not_delete_during_merge */ public static class Criteria extends GeneratedCriteria { /** @@ -863,7 +863,7 @@ public class LitemallKeywordExample { * This class was generated by MyBatis Generator. * This class corresponds to the database table litemall_keyword * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public static class Criterion { private String condition; diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallOrder.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallOrder.java index 66528551..10195bdc 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallOrder.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallOrder.java @@ -2,7 +2,6 @@ package org.linlinjava.litemall.db.domain; import java.math.BigDecimal; import java.time.LocalDateTime; -import java.util.Date; public class LitemallOrder { /** @@ -10,7 +9,7 @@ public class LitemallOrder { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_order.id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Integer id; @@ -19,7 +18,7 @@ public class LitemallOrder { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_order.user_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Integer userId; @@ -28,7 +27,7 @@ public class LitemallOrder { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_order.order_sn * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String orderSn; @@ -37,7 +36,7 @@ public class LitemallOrder { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_order.order_status * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Short orderStatus; @@ -46,7 +45,7 @@ public class LitemallOrder { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_order.consignee * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String consignee; @@ -55,7 +54,7 @@ public class LitemallOrder { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_order.mobile * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String mobile; @@ -64,7 +63,7 @@ public class LitemallOrder { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_order.address * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String address; @@ -73,7 +72,7 @@ public class LitemallOrder { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_order.goods_price * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private BigDecimal goodsPrice; @@ -82,7 +81,7 @@ public class LitemallOrder { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_order.freight_price * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private BigDecimal freightPrice; @@ -91,7 +90,7 @@ public class LitemallOrder { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_order.coupon_price * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private BigDecimal couponPrice; @@ -100,7 +99,7 @@ public class LitemallOrder { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_order.integral_price * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private BigDecimal integralPrice; @@ -109,7 +108,7 @@ public class LitemallOrder { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_order.order_price * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private BigDecimal orderPrice; @@ -118,7 +117,7 @@ public class LitemallOrder { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_order.actual_price * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private BigDecimal actualPrice; @@ -127,7 +126,7 @@ public class LitemallOrder { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_order.pay_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String payId; @@ -136,7 +135,7 @@ public class LitemallOrder { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_order.pay_status * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Short payStatus; @@ -145,7 +144,7 @@ public class LitemallOrder { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_order.pay_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private LocalDateTime payTime; @@ -154,7 +153,7 @@ public class LitemallOrder { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_order.ship_sn * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String shipSn; @@ -163,7 +162,7 @@ public class LitemallOrder { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_order.ship_channel * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String shipChannel; @@ -172,7 +171,7 @@ public class LitemallOrder { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_order.ship_start_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private LocalDateTime shipStartTime; @@ -181,7 +180,7 @@ public class LitemallOrder { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_order.ship_end_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private LocalDateTime shipEndTime; @@ -190,7 +189,7 @@ public class LitemallOrder { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_order.confirm_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private LocalDateTime confirmTime; @@ -199,7 +198,7 @@ public class LitemallOrder { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_order.end_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private LocalDateTime endTime; @@ -208,7 +207,7 @@ public class LitemallOrder { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_order.add_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private LocalDateTime addTime; @@ -217,7 +216,7 @@ public class LitemallOrder { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_order.deleted * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Boolean deleted; @@ -227,7 +226,7 @@ public class LitemallOrder { * * @return the value of litemall_order.id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Integer getId() { return id; @@ -239,7 +238,7 @@ public class LitemallOrder { * * @param id the value for litemall_order.id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setId(Integer id) { this.id = id; @@ -251,7 +250,7 @@ public class LitemallOrder { * * @return the value of litemall_order.user_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Integer getUserId() { return userId; @@ -263,7 +262,7 @@ public class LitemallOrder { * * @param userId the value for litemall_order.user_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setUserId(Integer userId) { this.userId = userId; @@ -275,7 +274,7 @@ public class LitemallOrder { * * @return the value of litemall_order.order_sn * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getOrderSn() { return orderSn; @@ -287,7 +286,7 @@ public class LitemallOrder { * * @param orderSn the value for litemall_order.order_sn * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setOrderSn(String orderSn) { this.orderSn = orderSn; @@ -299,7 +298,7 @@ public class LitemallOrder { * * @return the value of litemall_order.order_status * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Short getOrderStatus() { return orderStatus; @@ -311,7 +310,7 @@ public class LitemallOrder { * * @param orderStatus the value for litemall_order.order_status * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setOrderStatus(Short orderStatus) { this.orderStatus = orderStatus; @@ -323,7 +322,7 @@ public class LitemallOrder { * * @return the value of litemall_order.consignee * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getConsignee() { return consignee; @@ -335,7 +334,7 @@ public class LitemallOrder { * * @param consignee the value for litemall_order.consignee * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setConsignee(String consignee) { this.consignee = consignee; @@ -347,7 +346,7 @@ public class LitemallOrder { * * @return the value of litemall_order.mobile * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getMobile() { return mobile; @@ -359,7 +358,7 @@ public class LitemallOrder { * * @param mobile the value for litemall_order.mobile * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setMobile(String mobile) { this.mobile = mobile; @@ -371,7 +370,7 @@ public class LitemallOrder { * * @return the value of litemall_order.address * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getAddress() { return address; @@ -383,7 +382,7 @@ public class LitemallOrder { * * @param address the value for litemall_order.address * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setAddress(String address) { this.address = address; @@ -395,7 +394,7 @@ public class LitemallOrder { * * @return the value of litemall_order.goods_price * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public BigDecimal getGoodsPrice() { return goodsPrice; @@ -407,7 +406,7 @@ public class LitemallOrder { * * @param goodsPrice the value for litemall_order.goods_price * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setGoodsPrice(BigDecimal goodsPrice) { this.goodsPrice = goodsPrice; @@ -419,7 +418,7 @@ public class LitemallOrder { * * @return the value of litemall_order.freight_price * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public BigDecimal getFreightPrice() { return freightPrice; @@ -431,7 +430,7 @@ public class LitemallOrder { * * @param freightPrice the value for litemall_order.freight_price * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setFreightPrice(BigDecimal freightPrice) { this.freightPrice = freightPrice; @@ -443,7 +442,7 @@ public class LitemallOrder { * * @return the value of litemall_order.coupon_price * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public BigDecimal getCouponPrice() { return couponPrice; @@ -455,7 +454,7 @@ public class LitemallOrder { * * @param couponPrice the value for litemall_order.coupon_price * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setCouponPrice(BigDecimal couponPrice) { this.couponPrice = couponPrice; @@ -467,7 +466,7 @@ public class LitemallOrder { * * @return the value of litemall_order.integral_price * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public BigDecimal getIntegralPrice() { return integralPrice; @@ -479,7 +478,7 @@ public class LitemallOrder { * * @param integralPrice the value for litemall_order.integral_price * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setIntegralPrice(BigDecimal integralPrice) { this.integralPrice = integralPrice; @@ -491,7 +490,7 @@ public class LitemallOrder { * * @return the value of litemall_order.order_price * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public BigDecimal getOrderPrice() { return orderPrice; @@ -503,7 +502,7 @@ public class LitemallOrder { * * @param orderPrice the value for litemall_order.order_price * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setOrderPrice(BigDecimal orderPrice) { this.orderPrice = orderPrice; @@ -515,7 +514,7 @@ public class LitemallOrder { * * @return the value of litemall_order.actual_price * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public BigDecimal getActualPrice() { return actualPrice; @@ -527,7 +526,7 @@ public class LitemallOrder { * * @param actualPrice the value for litemall_order.actual_price * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setActualPrice(BigDecimal actualPrice) { this.actualPrice = actualPrice; @@ -539,7 +538,7 @@ public class LitemallOrder { * * @return the value of litemall_order.pay_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getPayId() { return payId; @@ -551,7 +550,7 @@ public class LitemallOrder { * * @param payId the value for litemall_order.pay_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setPayId(String payId) { this.payId = payId; @@ -563,7 +562,7 @@ public class LitemallOrder { * * @return the value of litemall_order.pay_status * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Short getPayStatus() { return payStatus; @@ -575,7 +574,7 @@ public class LitemallOrder { * * @param payStatus the value for litemall_order.pay_status * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setPayStatus(Short payStatus) { this.payStatus = payStatus; @@ -587,7 +586,7 @@ public class LitemallOrder { * * @return the value of litemall_order.pay_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public LocalDateTime getPayTime() { return payTime; @@ -599,7 +598,7 @@ public class LitemallOrder { * * @param payTime the value for litemall_order.pay_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setPayTime(LocalDateTime payTime) { this.payTime = payTime; @@ -611,7 +610,7 @@ public class LitemallOrder { * * @return the value of litemall_order.ship_sn * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getShipSn() { return shipSn; @@ -623,7 +622,7 @@ public class LitemallOrder { * * @param shipSn the value for litemall_order.ship_sn * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setShipSn(String shipSn) { this.shipSn = shipSn; @@ -635,7 +634,7 @@ public class LitemallOrder { * * @return the value of litemall_order.ship_channel * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getShipChannel() { return shipChannel; @@ -647,7 +646,7 @@ public class LitemallOrder { * * @param shipChannel the value for litemall_order.ship_channel * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setShipChannel(String shipChannel) { this.shipChannel = shipChannel; @@ -659,7 +658,7 @@ public class LitemallOrder { * * @return the value of litemall_order.ship_start_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public LocalDateTime getShipStartTime() { return shipStartTime; @@ -671,7 +670,7 @@ public class LitemallOrder { * * @param shipStartTime the value for litemall_order.ship_start_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setShipStartTime(LocalDateTime shipStartTime) { this.shipStartTime = shipStartTime; @@ -683,7 +682,7 @@ public class LitemallOrder { * * @return the value of litemall_order.ship_end_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public LocalDateTime getShipEndTime() { return shipEndTime; @@ -695,7 +694,7 @@ public class LitemallOrder { * * @param shipEndTime the value for litemall_order.ship_end_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setShipEndTime(LocalDateTime shipEndTime) { this.shipEndTime = shipEndTime; @@ -707,7 +706,7 @@ public class LitemallOrder { * * @return the value of litemall_order.confirm_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public LocalDateTime getConfirmTime() { return confirmTime; @@ -719,7 +718,7 @@ public class LitemallOrder { * * @param confirmTime the value for litemall_order.confirm_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setConfirmTime(LocalDateTime confirmTime) { this.confirmTime = confirmTime; @@ -731,7 +730,7 @@ public class LitemallOrder { * * @return the value of litemall_order.end_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public LocalDateTime getEndTime() { return endTime; @@ -743,7 +742,7 @@ public class LitemallOrder { * * @param endTime the value for litemall_order.end_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setEndTime(LocalDateTime endTime) { this.endTime = endTime; @@ -755,7 +754,7 @@ public class LitemallOrder { * * @return the value of litemall_order.add_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public LocalDateTime getAddTime() { return addTime; @@ -767,7 +766,7 @@ public class LitemallOrder { * * @param addTime the value for litemall_order.add_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setAddTime(LocalDateTime addTime) { this.addTime = addTime; @@ -779,7 +778,7 @@ public class LitemallOrder { * * @return the value of litemall_order.deleted * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Boolean getDeleted() { return deleted; @@ -791,7 +790,7 @@ public class LitemallOrder { * * @param deleted the value for litemall_order.deleted * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setDeleted(Boolean deleted) { this.deleted = deleted; @@ -801,7 +800,7 @@ public class LitemallOrder { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_order * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ @Override public String toString() { @@ -841,7 +840,7 @@ public class LitemallOrder { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_order * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ @Override public boolean equals(Object that) { @@ -885,7 +884,7 @@ public class LitemallOrder { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_order * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ @Override public int hashCode() { diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallOrderExample.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallOrderExample.java index 4cd21bb3..d3f5b3ee 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallOrderExample.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallOrderExample.java @@ -3,7 +3,6 @@ package org.linlinjava.litemall.db.domain; import java.math.BigDecimal; import java.time.LocalDateTime; import java.util.ArrayList; -import java.util.Date; import java.util.List; public class LitemallOrderExample { @@ -11,7 +10,7 @@ public class LitemallOrderExample { * This field was generated by MyBatis Generator. * This field corresponds to the database table litemall_order * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected String orderByClause; @@ -19,7 +18,7 @@ public class LitemallOrderExample { * This field was generated by MyBatis Generator. * This field corresponds to the database table litemall_order * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected boolean distinct; @@ -27,7 +26,7 @@ public class LitemallOrderExample { * This field was generated by MyBatis Generator. * This field corresponds to the database table litemall_order * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected List oredCriteria; @@ -35,7 +34,7 @@ public class LitemallOrderExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_order * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public LitemallOrderExample() { oredCriteria = new ArrayList(); @@ -45,7 +44,7 @@ public class LitemallOrderExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_order * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setOrderByClause(String orderByClause) { this.orderByClause = orderByClause; @@ -55,7 +54,7 @@ public class LitemallOrderExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_order * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getOrderByClause() { return orderByClause; @@ -65,7 +64,7 @@ public class LitemallOrderExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_order * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setDistinct(boolean distinct) { this.distinct = distinct; @@ -75,7 +74,7 @@ public class LitemallOrderExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_order * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public boolean isDistinct() { return distinct; @@ -85,7 +84,7 @@ public class LitemallOrderExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_order * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public List getOredCriteria() { return oredCriteria; @@ -95,7 +94,7 @@ public class LitemallOrderExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_order * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void or(Criteria criteria) { oredCriteria.add(criteria); @@ -105,7 +104,7 @@ public class LitemallOrderExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_order * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Criteria or() { Criteria criteria = createCriteriaInternal(); @@ -117,7 +116,7 @@ public class LitemallOrderExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_order * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Criteria createCriteria() { Criteria criteria = createCriteriaInternal(); @@ -131,7 +130,7 @@ public class LitemallOrderExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_order * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected Criteria createCriteriaInternal() { Criteria criteria = new Criteria(this); @@ -142,7 +141,7 @@ public class LitemallOrderExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_order * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void clear() { oredCriteria.clear(); @@ -185,7 +184,7 @@ public class LitemallOrderExample { * This class was generated by MyBatis Generator. * This class corresponds to the database table litemall_order * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected abstract static class GeneratedCriteria { protected List criteria; @@ -1448,52 +1447,52 @@ public class LitemallOrderExample { return (Criteria) this; } - public Criteria andShipEndTimeEqualTo(Date value) { + public Criteria andShipEndTimeEqualTo(LocalDateTime value) { addCriterion("ship_end_time =", value, "shipEndTime"); return (Criteria) this; } - public Criteria andShipEndTimeNotEqualTo(Date value) { + public Criteria andShipEndTimeNotEqualTo(LocalDateTime value) { addCriterion("ship_end_time <>", value, "shipEndTime"); return (Criteria) this; } - public Criteria andShipEndTimeGreaterThan(Date value) { + public Criteria andShipEndTimeGreaterThan(LocalDateTime value) { addCriterion("ship_end_time >", value, "shipEndTime"); return (Criteria) this; } - public Criteria andShipEndTimeGreaterThanOrEqualTo(Date value) { + public Criteria andShipEndTimeGreaterThanOrEqualTo(LocalDateTime value) { addCriterion("ship_end_time >=", value, "shipEndTime"); return (Criteria) this; } - public Criteria andShipEndTimeLessThan(Date value) { + public Criteria andShipEndTimeLessThan(LocalDateTime value) { addCriterion("ship_end_time <", value, "shipEndTime"); return (Criteria) this; } - public Criteria andShipEndTimeLessThanOrEqualTo(Date value) { + public Criteria andShipEndTimeLessThanOrEqualTo(LocalDateTime value) { addCriterion("ship_end_time <=", value, "shipEndTime"); return (Criteria) this; } - public Criteria andShipEndTimeIn(List values) { + public Criteria andShipEndTimeIn(List values) { addCriterion("ship_end_time in", values, "shipEndTime"); return (Criteria) this; } - public Criteria andShipEndTimeNotIn(List values) { + public Criteria andShipEndTimeNotIn(List values) { addCriterion("ship_end_time not in", values, "shipEndTime"); return (Criteria) this; } - public Criteria andShipEndTimeBetween(Date value1, Date value2) { + public Criteria andShipEndTimeBetween(LocalDateTime value1, LocalDateTime value2) { addCriterion("ship_end_time between", value1, value2, "shipEndTime"); return (Criteria) this; } - public Criteria andShipEndTimeNotBetween(Date value1, Date value2) { + public Criteria andShipEndTimeNotBetween(LocalDateTime value1, LocalDateTime value2) { addCriterion("ship_end_time not between", value1, value2, "shipEndTime"); return (Criteria) this; } @@ -1743,7 +1742,7 @@ public class LitemallOrderExample { * This class was generated by MyBatis Generator. * This class corresponds to the database table litemall_order * - * @mbg.generated do_not_delete_during_merge Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated do_not_delete_during_merge */ public static class Criteria extends GeneratedCriteria { /** @@ -1815,7 +1814,7 @@ public class LitemallOrderExample { * This class was generated by MyBatis Generator. * This class corresponds to the database table litemall_order * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public static class Criterion { private String condition; diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallOrderGoods.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallOrderGoods.java index d7a0b138..5d82e877 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallOrderGoods.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallOrderGoods.java @@ -10,7 +10,7 @@ public class LitemallOrderGoods { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_order_goods.id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Integer id; @@ -19,7 +19,7 @@ public class LitemallOrderGoods { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_order_goods.order_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Integer orderId; @@ -28,7 +28,7 @@ public class LitemallOrderGoods { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_order_goods.goods_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Integer goodsId; @@ -37,7 +37,7 @@ public class LitemallOrderGoods { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_order_goods.goods_name * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String goodsName; @@ -46,7 +46,7 @@ public class LitemallOrderGoods { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_order_goods.goods_sn * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String goodsSn; @@ -55,7 +55,7 @@ public class LitemallOrderGoods { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_order_goods.product_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Integer productId; @@ -64,7 +64,7 @@ public class LitemallOrderGoods { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_order_goods.number * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Short number; @@ -73,7 +73,7 @@ public class LitemallOrderGoods { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_order_goods.retail_price * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private BigDecimal retailPrice; @@ -82,7 +82,7 @@ public class LitemallOrderGoods { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_order_goods.goods_specification_values * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String goodsSpecificationValues; @@ -91,7 +91,7 @@ public class LitemallOrderGoods { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_order_goods.goods_specification_ids * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Integer[] goodsSpecificationIds; @@ -100,7 +100,7 @@ public class LitemallOrderGoods { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_order_goods.pic_url * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String picUrl; @@ -109,7 +109,7 @@ public class LitemallOrderGoods { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_order_goods.add_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private LocalDateTime addTime; @@ -118,7 +118,7 @@ public class LitemallOrderGoods { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_order_goods.deleted * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Boolean deleted; @@ -128,7 +128,7 @@ public class LitemallOrderGoods { * * @return the value of litemall_order_goods.id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Integer getId() { return id; @@ -140,7 +140,7 @@ public class LitemallOrderGoods { * * @param id the value for litemall_order_goods.id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setId(Integer id) { this.id = id; @@ -152,7 +152,7 @@ public class LitemallOrderGoods { * * @return the value of litemall_order_goods.order_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Integer getOrderId() { return orderId; @@ -164,7 +164,7 @@ public class LitemallOrderGoods { * * @param orderId the value for litemall_order_goods.order_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setOrderId(Integer orderId) { this.orderId = orderId; @@ -176,7 +176,7 @@ public class LitemallOrderGoods { * * @return the value of litemall_order_goods.goods_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Integer getGoodsId() { return goodsId; @@ -188,7 +188,7 @@ public class LitemallOrderGoods { * * @param goodsId the value for litemall_order_goods.goods_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setGoodsId(Integer goodsId) { this.goodsId = goodsId; @@ -200,7 +200,7 @@ public class LitemallOrderGoods { * * @return the value of litemall_order_goods.goods_name * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getGoodsName() { return goodsName; @@ -212,7 +212,7 @@ public class LitemallOrderGoods { * * @param goodsName the value for litemall_order_goods.goods_name * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setGoodsName(String goodsName) { this.goodsName = goodsName; @@ -224,7 +224,7 @@ public class LitemallOrderGoods { * * @return the value of litemall_order_goods.goods_sn * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getGoodsSn() { return goodsSn; @@ -236,7 +236,7 @@ public class LitemallOrderGoods { * * @param goodsSn the value for litemall_order_goods.goods_sn * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setGoodsSn(String goodsSn) { this.goodsSn = goodsSn; @@ -248,7 +248,7 @@ public class LitemallOrderGoods { * * @return the value of litemall_order_goods.product_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Integer getProductId() { return productId; @@ -260,7 +260,7 @@ public class LitemallOrderGoods { * * @param productId the value for litemall_order_goods.product_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setProductId(Integer productId) { this.productId = productId; @@ -272,7 +272,7 @@ public class LitemallOrderGoods { * * @return the value of litemall_order_goods.number * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Short getNumber() { return number; @@ -284,7 +284,7 @@ public class LitemallOrderGoods { * * @param number the value for litemall_order_goods.number * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setNumber(Short number) { this.number = number; @@ -296,7 +296,7 @@ public class LitemallOrderGoods { * * @return the value of litemall_order_goods.retail_price * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public BigDecimal getRetailPrice() { return retailPrice; @@ -308,7 +308,7 @@ public class LitemallOrderGoods { * * @param retailPrice the value for litemall_order_goods.retail_price * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setRetailPrice(BigDecimal retailPrice) { this.retailPrice = retailPrice; @@ -320,7 +320,7 @@ public class LitemallOrderGoods { * * @return the value of litemall_order_goods.goods_specification_values * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getGoodsSpecificationValues() { return goodsSpecificationValues; @@ -332,7 +332,7 @@ public class LitemallOrderGoods { * * @param goodsSpecificationValues the value for litemall_order_goods.goods_specification_values * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setGoodsSpecificationValues(String goodsSpecificationValues) { this.goodsSpecificationValues = goodsSpecificationValues; @@ -344,7 +344,7 @@ public class LitemallOrderGoods { * * @return the value of litemall_order_goods.goods_specification_ids * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Integer[] getGoodsSpecificationIds() { return goodsSpecificationIds; @@ -356,7 +356,7 @@ public class LitemallOrderGoods { * * @param goodsSpecificationIds the value for litemall_order_goods.goods_specification_ids * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setGoodsSpecificationIds(Integer[] goodsSpecificationIds) { this.goodsSpecificationIds = goodsSpecificationIds; @@ -368,7 +368,7 @@ public class LitemallOrderGoods { * * @return the value of litemall_order_goods.pic_url * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getPicUrl() { return picUrl; @@ -380,7 +380,7 @@ public class LitemallOrderGoods { * * @param picUrl the value for litemall_order_goods.pic_url * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setPicUrl(String picUrl) { this.picUrl = picUrl; @@ -392,7 +392,7 @@ public class LitemallOrderGoods { * * @return the value of litemall_order_goods.add_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public LocalDateTime getAddTime() { return addTime; @@ -404,7 +404,7 @@ public class LitemallOrderGoods { * * @param addTime the value for litemall_order_goods.add_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setAddTime(LocalDateTime addTime) { this.addTime = addTime; @@ -416,7 +416,7 @@ public class LitemallOrderGoods { * * @return the value of litemall_order_goods.deleted * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Boolean getDeleted() { return deleted; @@ -428,7 +428,7 @@ public class LitemallOrderGoods { * * @param deleted the value for litemall_order_goods.deleted * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setDeleted(Boolean deleted) { this.deleted = deleted; @@ -438,7 +438,7 @@ public class LitemallOrderGoods { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_order_goods * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ @Override public String toString() { @@ -467,7 +467,7 @@ public class LitemallOrderGoods { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_order_goods * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ @Override public boolean equals(Object that) { @@ -500,7 +500,7 @@ public class LitemallOrderGoods { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_order_goods * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ @Override public int hashCode() { diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallOrderGoodsExample.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallOrderGoodsExample.java index ed7764e7..e4a31027 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallOrderGoodsExample.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallOrderGoodsExample.java @@ -10,7 +10,7 @@ public class LitemallOrderGoodsExample { * This field was generated by MyBatis Generator. * This field corresponds to the database table litemall_order_goods * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected String orderByClause; @@ -18,7 +18,7 @@ public class LitemallOrderGoodsExample { * This field was generated by MyBatis Generator. * This field corresponds to the database table litemall_order_goods * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected boolean distinct; @@ -26,7 +26,7 @@ public class LitemallOrderGoodsExample { * This field was generated by MyBatis Generator. * This field corresponds to the database table litemall_order_goods * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected List oredCriteria; @@ -34,7 +34,7 @@ public class LitemallOrderGoodsExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_order_goods * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public LitemallOrderGoodsExample() { oredCriteria = new ArrayList(); @@ -44,7 +44,7 @@ public class LitemallOrderGoodsExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_order_goods * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setOrderByClause(String orderByClause) { this.orderByClause = orderByClause; @@ -54,7 +54,7 @@ public class LitemallOrderGoodsExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_order_goods * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getOrderByClause() { return orderByClause; @@ -64,7 +64,7 @@ public class LitemallOrderGoodsExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_order_goods * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setDistinct(boolean distinct) { this.distinct = distinct; @@ -74,7 +74,7 @@ public class LitemallOrderGoodsExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_order_goods * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public boolean isDistinct() { return distinct; @@ -84,7 +84,7 @@ public class LitemallOrderGoodsExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_order_goods * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public List getOredCriteria() { return oredCriteria; @@ -94,7 +94,7 @@ public class LitemallOrderGoodsExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_order_goods * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void or(Criteria criteria) { oredCriteria.add(criteria); @@ -104,7 +104,7 @@ public class LitemallOrderGoodsExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_order_goods * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Criteria or() { Criteria criteria = createCriteriaInternal(); @@ -116,7 +116,7 @@ public class LitemallOrderGoodsExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_order_goods * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Criteria createCriteria() { Criteria criteria = createCriteriaInternal(); @@ -130,7 +130,7 @@ public class LitemallOrderGoodsExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_order_goods * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected Criteria createCriteriaInternal() { Criteria criteria = new Criteria(this); @@ -141,7 +141,7 @@ public class LitemallOrderGoodsExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_order_goods * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void clear() { oredCriteria.clear(); @@ -184,7 +184,7 @@ public class LitemallOrderGoodsExample { * This class was generated by MyBatis Generator. * This class corresponds to the database table litemall_order_goods * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected abstract static class GeneratedCriteria { protected List goodsSpecificationIdsCriteria; @@ -1096,7 +1096,7 @@ public class LitemallOrderGoodsExample { * This class was generated by MyBatis Generator. * This class corresponds to the database table litemall_order_goods * - * @mbg.generated do_not_delete_during_merge Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated do_not_delete_during_merge */ public static class Criteria extends GeneratedCriteria { /** @@ -1168,7 +1168,7 @@ public class LitemallOrderGoodsExample { * This class was generated by MyBatis Generator. * This class corresponds to the database table litemall_order_goods * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public static class Criterion { private String condition; diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallProduct.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallProduct.java index e9f8ce33..3a50fbf2 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallProduct.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallProduct.java @@ -10,7 +10,7 @@ public class LitemallProduct { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_product.id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Integer id; @@ -19,7 +19,7 @@ public class LitemallProduct { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_product.goods_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Integer goodsId; @@ -28,7 +28,7 @@ public class LitemallProduct { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_product.goods_specification_ids * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Integer[] goodsSpecificationIds; @@ -37,7 +37,7 @@ public class LitemallProduct { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_product.goods_number * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Integer goodsNumber; @@ -46,7 +46,7 @@ public class LitemallProduct { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_product.retail_price * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private BigDecimal retailPrice; @@ -55,7 +55,7 @@ public class LitemallProduct { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_product.url * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String url; @@ -64,7 +64,7 @@ public class LitemallProduct { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_product.add_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private LocalDateTime addTime; @@ -73,7 +73,7 @@ public class LitemallProduct { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_product.deleted * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Boolean deleted; @@ -83,7 +83,7 @@ public class LitemallProduct { * * @return the value of litemall_product.id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Integer getId() { return id; @@ -95,7 +95,7 @@ public class LitemallProduct { * * @param id the value for litemall_product.id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setId(Integer id) { this.id = id; @@ -107,7 +107,7 @@ public class LitemallProduct { * * @return the value of litemall_product.goods_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Integer getGoodsId() { return goodsId; @@ -119,7 +119,7 @@ public class LitemallProduct { * * @param goodsId the value for litemall_product.goods_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setGoodsId(Integer goodsId) { this.goodsId = goodsId; @@ -131,7 +131,7 @@ public class LitemallProduct { * * @return the value of litemall_product.goods_specification_ids * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Integer[] getGoodsSpecificationIds() { return goodsSpecificationIds; @@ -143,7 +143,7 @@ public class LitemallProduct { * * @param goodsSpecificationIds the value for litemall_product.goods_specification_ids * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setGoodsSpecificationIds(Integer[] goodsSpecificationIds) { this.goodsSpecificationIds = goodsSpecificationIds; @@ -155,7 +155,7 @@ public class LitemallProduct { * * @return the value of litemall_product.goods_number * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Integer getGoodsNumber() { return goodsNumber; @@ -167,7 +167,7 @@ public class LitemallProduct { * * @param goodsNumber the value for litemall_product.goods_number * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setGoodsNumber(Integer goodsNumber) { this.goodsNumber = goodsNumber; @@ -179,7 +179,7 @@ public class LitemallProduct { * * @return the value of litemall_product.retail_price * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public BigDecimal getRetailPrice() { return retailPrice; @@ -191,7 +191,7 @@ public class LitemallProduct { * * @param retailPrice the value for litemall_product.retail_price * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setRetailPrice(BigDecimal retailPrice) { this.retailPrice = retailPrice; @@ -203,7 +203,7 @@ public class LitemallProduct { * * @return the value of litemall_product.url * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getUrl() { return url; @@ -215,7 +215,7 @@ public class LitemallProduct { * * @param url the value for litemall_product.url * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setUrl(String url) { this.url = url; @@ -227,7 +227,7 @@ public class LitemallProduct { * * @return the value of litemall_product.add_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public LocalDateTime getAddTime() { return addTime; @@ -239,7 +239,7 @@ public class LitemallProduct { * * @param addTime the value for litemall_product.add_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setAddTime(LocalDateTime addTime) { this.addTime = addTime; @@ -251,7 +251,7 @@ public class LitemallProduct { * * @return the value of litemall_product.deleted * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Boolean getDeleted() { return deleted; @@ -263,7 +263,7 @@ public class LitemallProduct { * * @param deleted the value for litemall_product.deleted * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setDeleted(Boolean deleted) { this.deleted = deleted; @@ -273,7 +273,7 @@ public class LitemallProduct { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_product * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ @Override public String toString() { @@ -297,7 +297,7 @@ public class LitemallProduct { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_product * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ @Override public boolean equals(Object that) { @@ -325,7 +325,7 @@ public class LitemallProduct { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_product * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ @Override public int hashCode() { diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallProductExample.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallProductExample.java index 1dfc53e4..b8ac3d76 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallProductExample.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallProductExample.java @@ -10,7 +10,7 @@ public class LitemallProductExample { * This field was generated by MyBatis Generator. * This field corresponds to the database table litemall_product * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected String orderByClause; @@ -18,7 +18,7 @@ public class LitemallProductExample { * This field was generated by MyBatis Generator. * This field corresponds to the database table litemall_product * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected boolean distinct; @@ -26,7 +26,7 @@ public class LitemallProductExample { * This field was generated by MyBatis Generator. * This field corresponds to the database table litemall_product * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected List oredCriteria; @@ -34,7 +34,7 @@ public class LitemallProductExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_product * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public LitemallProductExample() { oredCriteria = new ArrayList(); @@ -44,7 +44,7 @@ public class LitemallProductExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_product * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setOrderByClause(String orderByClause) { this.orderByClause = orderByClause; @@ -54,7 +54,7 @@ public class LitemallProductExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_product * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getOrderByClause() { return orderByClause; @@ -64,7 +64,7 @@ public class LitemallProductExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_product * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setDistinct(boolean distinct) { this.distinct = distinct; @@ -74,7 +74,7 @@ public class LitemallProductExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_product * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public boolean isDistinct() { return distinct; @@ -84,7 +84,7 @@ public class LitemallProductExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_product * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public List getOredCriteria() { return oredCriteria; @@ -94,7 +94,7 @@ public class LitemallProductExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_product * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void or(Criteria criteria) { oredCriteria.add(criteria); @@ -104,7 +104,7 @@ public class LitemallProductExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_product * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Criteria or() { Criteria criteria = createCriteriaInternal(); @@ -116,7 +116,7 @@ public class LitemallProductExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_product * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Criteria createCriteria() { Criteria criteria = createCriteriaInternal(); @@ -130,7 +130,7 @@ public class LitemallProductExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_product * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected Criteria createCriteriaInternal() { Criteria criteria = new Criteria(this); @@ -141,7 +141,7 @@ public class LitemallProductExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_product * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void clear() { oredCriteria.clear(); @@ -184,7 +184,7 @@ public class LitemallProductExample { * This class was generated by MyBatis Generator. * This class corresponds to the database table litemall_product * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected abstract static class GeneratedCriteria { protected List goodsSpecificationIdsCriteria; @@ -766,7 +766,7 @@ public class LitemallProductExample { * This class was generated by MyBatis Generator. * This class corresponds to the database table litemall_product * - * @mbg.generated do_not_delete_during_merge Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated do_not_delete_during_merge */ public static class Criteria extends GeneratedCriteria { /** @@ -838,7 +838,7 @@ public class LitemallProductExample { * This class was generated by MyBatis Generator. * This class corresponds to the database table litemall_product * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public static class Criterion { private String condition; diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallRegion.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallRegion.java index e16f7103..00ebf149 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallRegion.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallRegion.java @@ -6,7 +6,7 @@ public class LitemallRegion { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_region.id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Integer id; @@ -15,7 +15,7 @@ public class LitemallRegion { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_region.pid * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Integer pid; @@ -24,7 +24,7 @@ public class LitemallRegion { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_region.name * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String name; @@ -33,7 +33,7 @@ public class LitemallRegion { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_region.type * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Byte type; @@ -42,7 +42,7 @@ public class LitemallRegion { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_region.code * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Integer code; @@ -52,7 +52,7 @@ public class LitemallRegion { * * @return the value of litemall_region.id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Integer getId() { return id; @@ -64,7 +64,7 @@ public class LitemallRegion { * * @param id the value for litemall_region.id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setId(Integer id) { this.id = id; @@ -76,7 +76,7 @@ public class LitemallRegion { * * @return the value of litemall_region.pid * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Integer getPid() { return pid; @@ -88,7 +88,7 @@ public class LitemallRegion { * * @param pid the value for litemall_region.pid * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setPid(Integer pid) { this.pid = pid; @@ -100,7 +100,7 @@ public class LitemallRegion { * * @return the value of litemall_region.name * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getName() { return name; @@ -112,7 +112,7 @@ public class LitemallRegion { * * @param name the value for litemall_region.name * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setName(String name) { this.name = name; @@ -124,7 +124,7 @@ public class LitemallRegion { * * @return the value of litemall_region.type * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Byte getType() { return type; @@ -136,7 +136,7 @@ public class LitemallRegion { * * @param type the value for litemall_region.type * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setType(Byte type) { this.type = type; @@ -148,7 +148,7 @@ public class LitemallRegion { * * @return the value of litemall_region.code * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Integer getCode() { return code; @@ -160,7 +160,7 @@ public class LitemallRegion { * * @param code the value for litemall_region.code * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setCode(Integer code) { this.code = code; @@ -170,7 +170,7 @@ public class LitemallRegion { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_region * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ @Override public String toString() { @@ -191,7 +191,7 @@ public class LitemallRegion { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_region * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ @Override public boolean equals(Object that) { @@ -216,7 +216,7 @@ public class LitemallRegion { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_region * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ @Override public int hashCode() { diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallRegionExample.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallRegionExample.java index 8bca0957..e57f6b79 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallRegionExample.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallRegionExample.java @@ -8,7 +8,7 @@ public class LitemallRegionExample { * This field was generated by MyBatis Generator. * This field corresponds to the database table litemall_region * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected String orderByClause; @@ -16,7 +16,7 @@ public class LitemallRegionExample { * This field was generated by MyBatis Generator. * This field corresponds to the database table litemall_region * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected boolean distinct; @@ -24,7 +24,7 @@ public class LitemallRegionExample { * This field was generated by MyBatis Generator. * This field corresponds to the database table litemall_region * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected List oredCriteria; @@ -32,7 +32,7 @@ public class LitemallRegionExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_region * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public LitemallRegionExample() { oredCriteria = new ArrayList(); @@ -42,7 +42,7 @@ public class LitemallRegionExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_region * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setOrderByClause(String orderByClause) { this.orderByClause = orderByClause; @@ -52,7 +52,7 @@ public class LitemallRegionExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_region * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getOrderByClause() { return orderByClause; @@ -62,7 +62,7 @@ public class LitemallRegionExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_region * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setDistinct(boolean distinct) { this.distinct = distinct; @@ -72,7 +72,7 @@ public class LitemallRegionExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_region * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public boolean isDistinct() { return distinct; @@ -82,7 +82,7 @@ public class LitemallRegionExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_region * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public List getOredCriteria() { return oredCriteria; @@ -92,7 +92,7 @@ public class LitemallRegionExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_region * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void or(Criteria criteria) { oredCriteria.add(criteria); @@ -102,7 +102,7 @@ public class LitemallRegionExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_region * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Criteria or() { Criteria criteria = createCriteriaInternal(); @@ -114,7 +114,7 @@ public class LitemallRegionExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_region * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Criteria createCriteria() { Criteria criteria = createCriteriaInternal(); @@ -128,7 +128,7 @@ public class LitemallRegionExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_region * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected Criteria createCriteriaInternal() { Criteria criteria = new Criteria(this); @@ -139,7 +139,7 @@ public class LitemallRegionExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_region * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void clear() { oredCriteria.clear(); @@ -182,7 +182,7 @@ public class LitemallRegionExample { * This class was generated by MyBatis Generator. * This class corresponds to the database table litemall_region * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected abstract static class GeneratedCriteria { protected List criteria; @@ -540,7 +540,7 @@ public class LitemallRegionExample { * This class was generated by MyBatis Generator. * This class corresponds to the database table litemall_region * - * @mbg.generated do_not_delete_during_merge Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated do_not_delete_during_merge */ public static class Criteria extends GeneratedCriteria { /** @@ -612,7 +612,7 @@ public class LitemallRegionExample { * This class was generated by MyBatis Generator. * This class corresponds to the database table litemall_region * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public static class Criterion { private String condition; diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallSearchHistory.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallSearchHistory.java index 7ea28591..9c51d606 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallSearchHistory.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallSearchHistory.java @@ -8,7 +8,7 @@ public class LitemallSearchHistory { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_search_history.id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Integer id; @@ -17,7 +17,7 @@ public class LitemallSearchHistory { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_search_history.user_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Integer userId; @@ -26,7 +26,7 @@ public class LitemallSearchHistory { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_search_history.keyword * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String keyword; @@ -35,7 +35,7 @@ public class LitemallSearchHistory { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_search_history.from * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String from; @@ -44,7 +44,7 @@ public class LitemallSearchHistory { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_search_history.add_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private LocalDateTime addTime; @@ -53,7 +53,7 @@ public class LitemallSearchHistory { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_search_history.deleted * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Boolean deleted; @@ -63,7 +63,7 @@ public class LitemallSearchHistory { * * @return the value of litemall_search_history.id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Integer getId() { return id; @@ -75,7 +75,7 @@ public class LitemallSearchHistory { * * @param id the value for litemall_search_history.id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setId(Integer id) { this.id = id; @@ -87,7 +87,7 @@ public class LitemallSearchHistory { * * @return the value of litemall_search_history.user_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Integer getUserId() { return userId; @@ -99,7 +99,7 @@ public class LitemallSearchHistory { * * @param userId the value for litemall_search_history.user_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setUserId(Integer userId) { this.userId = userId; @@ -111,7 +111,7 @@ public class LitemallSearchHistory { * * @return the value of litemall_search_history.keyword * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getKeyword() { return keyword; @@ -123,7 +123,7 @@ public class LitemallSearchHistory { * * @param keyword the value for litemall_search_history.keyword * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setKeyword(String keyword) { this.keyword = keyword; @@ -135,7 +135,7 @@ public class LitemallSearchHistory { * * @return the value of litemall_search_history.from * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getFrom() { return from; @@ -147,7 +147,7 @@ public class LitemallSearchHistory { * * @param from the value for litemall_search_history.from * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setFrom(String from) { this.from = from; @@ -159,7 +159,7 @@ public class LitemallSearchHistory { * * @return the value of litemall_search_history.add_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public LocalDateTime getAddTime() { return addTime; @@ -171,7 +171,7 @@ public class LitemallSearchHistory { * * @param addTime the value for litemall_search_history.add_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setAddTime(LocalDateTime addTime) { this.addTime = addTime; @@ -183,7 +183,7 @@ public class LitemallSearchHistory { * * @return the value of litemall_search_history.deleted * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Boolean getDeleted() { return deleted; @@ -195,7 +195,7 @@ public class LitemallSearchHistory { * * @param deleted the value for litemall_search_history.deleted * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setDeleted(Boolean deleted) { this.deleted = deleted; @@ -205,7 +205,7 @@ public class LitemallSearchHistory { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_search_history * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ @Override public String toString() { @@ -227,7 +227,7 @@ public class LitemallSearchHistory { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_search_history * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ @Override public boolean equals(Object that) { @@ -253,7 +253,7 @@ public class LitemallSearchHistory { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_search_history * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ @Override public int hashCode() { diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallSearchHistoryExample.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallSearchHistoryExample.java index 8bb80a81..e20bc309 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallSearchHistoryExample.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallSearchHistoryExample.java @@ -9,7 +9,7 @@ public class LitemallSearchHistoryExample { * This field was generated by MyBatis Generator. * This field corresponds to the database table litemall_search_history * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected String orderByClause; @@ -17,7 +17,7 @@ public class LitemallSearchHistoryExample { * This field was generated by MyBatis Generator. * This field corresponds to the database table litemall_search_history * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected boolean distinct; @@ -25,7 +25,7 @@ public class LitemallSearchHistoryExample { * This field was generated by MyBatis Generator. * This field corresponds to the database table litemall_search_history * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected List oredCriteria; @@ -33,7 +33,7 @@ public class LitemallSearchHistoryExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_search_history * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public LitemallSearchHistoryExample() { oredCriteria = new ArrayList(); @@ -43,7 +43,7 @@ public class LitemallSearchHistoryExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_search_history * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setOrderByClause(String orderByClause) { this.orderByClause = orderByClause; @@ -53,7 +53,7 @@ public class LitemallSearchHistoryExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_search_history * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getOrderByClause() { return orderByClause; @@ -63,7 +63,7 @@ public class LitemallSearchHistoryExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_search_history * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setDistinct(boolean distinct) { this.distinct = distinct; @@ -73,7 +73,7 @@ public class LitemallSearchHistoryExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_search_history * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public boolean isDistinct() { return distinct; @@ -83,7 +83,7 @@ public class LitemallSearchHistoryExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_search_history * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public List getOredCriteria() { return oredCriteria; @@ -93,7 +93,7 @@ public class LitemallSearchHistoryExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_search_history * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void or(Criteria criteria) { oredCriteria.add(criteria); @@ -103,7 +103,7 @@ public class LitemallSearchHistoryExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_search_history * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Criteria or() { Criteria criteria = createCriteriaInternal(); @@ -115,7 +115,7 @@ public class LitemallSearchHistoryExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_search_history * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Criteria createCriteria() { Criteria criteria = createCriteriaInternal(); @@ -129,7 +129,7 @@ public class LitemallSearchHistoryExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_search_history * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected Criteria createCriteriaInternal() { Criteria criteria = new Criteria(this); @@ -140,7 +140,7 @@ public class LitemallSearchHistoryExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_search_history * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void clear() { oredCriteria.clear(); @@ -183,7 +183,7 @@ public class LitemallSearchHistoryExample { * This class was generated by MyBatis Generator. * This class corresponds to the database table litemall_search_history * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected abstract static class GeneratedCriteria { protected List criteria; @@ -611,7 +611,7 @@ public class LitemallSearchHistoryExample { * This class was generated by MyBatis Generator. * This class corresponds to the database table litemall_search_history * - * @mbg.generated do_not_delete_during_merge Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated do_not_delete_during_merge */ public static class Criteria extends GeneratedCriteria { /** @@ -683,7 +683,7 @@ public class LitemallSearchHistoryExample { * This class was generated by MyBatis Generator. * This class corresponds to the database table litemall_search_history * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public static class Criterion { private String condition; diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallStorage.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallStorage.java index 1df03de6..bf2c7331 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallStorage.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallStorage.java @@ -8,7 +8,7 @@ public class LitemallStorage { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_storage.id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Integer id; @@ -17,7 +17,7 @@ public class LitemallStorage { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_storage.key * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String key; @@ -26,7 +26,7 @@ public class LitemallStorage { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_storage.name * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String name; @@ -35,7 +35,7 @@ public class LitemallStorage { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_storage.type * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String type; @@ -44,7 +44,7 @@ public class LitemallStorage { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_storage.size * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Integer size; @@ -53,7 +53,7 @@ public class LitemallStorage { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_storage.modified * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private LocalDateTime modified; @@ -62,7 +62,7 @@ public class LitemallStorage { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_storage.url * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String url; @@ -71,7 +71,7 @@ public class LitemallStorage { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_storage.add_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private LocalDateTime addTime; @@ -80,7 +80,7 @@ public class LitemallStorage { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_storage.deleted * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Boolean deleted; @@ -90,7 +90,7 @@ public class LitemallStorage { * * @return the value of litemall_storage.id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Integer getId() { return id; @@ -102,7 +102,7 @@ public class LitemallStorage { * * @param id the value for litemall_storage.id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setId(Integer id) { this.id = id; @@ -114,7 +114,7 @@ public class LitemallStorage { * * @return the value of litemall_storage.key * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getKey() { return key; @@ -126,7 +126,7 @@ public class LitemallStorage { * * @param key the value for litemall_storage.key * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setKey(String key) { this.key = key; @@ -138,7 +138,7 @@ public class LitemallStorage { * * @return the value of litemall_storage.name * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getName() { return name; @@ -150,7 +150,7 @@ public class LitemallStorage { * * @param name the value for litemall_storage.name * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setName(String name) { this.name = name; @@ -162,7 +162,7 @@ public class LitemallStorage { * * @return the value of litemall_storage.type * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getType() { return type; @@ -174,7 +174,7 @@ public class LitemallStorage { * * @param type the value for litemall_storage.type * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setType(String type) { this.type = type; @@ -186,7 +186,7 @@ public class LitemallStorage { * * @return the value of litemall_storage.size * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Integer getSize() { return size; @@ -198,7 +198,7 @@ public class LitemallStorage { * * @param size the value for litemall_storage.size * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setSize(Integer size) { this.size = size; @@ -210,7 +210,7 @@ public class LitemallStorage { * * @return the value of litemall_storage.modified * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public LocalDateTime getModified() { return modified; @@ -222,7 +222,7 @@ public class LitemallStorage { * * @param modified the value for litemall_storage.modified * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setModified(LocalDateTime modified) { this.modified = modified; @@ -234,7 +234,7 @@ public class LitemallStorage { * * @return the value of litemall_storage.url * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getUrl() { return url; @@ -246,7 +246,7 @@ public class LitemallStorage { * * @param url the value for litemall_storage.url * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setUrl(String url) { this.url = url; @@ -258,7 +258,7 @@ public class LitemallStorage { * * @return the value of litemall_storage.add_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public LocalDateTime getAddTime() { return addTime; @@ -270,7 +270,7 @@ public class LitemallStorage { * * @param addTime the value for litemall_storage.add_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setAddTime(LocalDateTime addTime) { this.addTime = addTime; @@ -282,7 +282,7 @@ public class LitemallStorage { * * @return the value of litemall_storage.deleted * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Boolean getDeleted() { return deleted; @@ -294,7 +294,7 @@ public class LitemallStorage { * * @param deleted the value for litemall_storage.deleted * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setDeleted(Boolean deleted) { this.deleted = deleted; @@ -304,7 +304,7 @@ public class LitemallStorage { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_storage * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ @Override public String toString() { @@ -329,7 +329,7 @@ public class LitemallStorage { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_storage * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ @Override public boolean equals(Object that) { @@ -358,7 +358,7 @@ public class LitemallStorage { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_storage * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ @Override public int hashCode() { diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallStorageExample.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallStorageExample.java index 65c1215f..a3070738 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallStorageExample.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallStorageExample.java @@ -9,7 +9,7 @@ public class LitemallStorageExample { * This field was generated by MyBatis Generator. * This field corresponds to the database table litemall_storage * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected String orderByClause; @@ -17,7 +17,7 @@ public class LitemallStorageExample { * This field was generated by MyBatis Generator. * This field corresponds to the database table litemall_storage * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected boolean distinct; @@ -25,7 +25,7 @@ public class LitemallStorageExample { * This field was generated by MyBatis Generator. * This field corresponds to the database table litemall_storage * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected List oredCriteria; @@ -33,7 +33,7 @@ public class LitemallStorageExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_storage * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public LitemallStorageExample() { oredCriteria = new ArrayList(); @@ -43,7 +43,7 @@ public class LitemallStorageExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_storage * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setOrderByClause(String orderByClause) { this.orderByClause = orderByClause; @@ -53,7 +53,7 @@ public class LitemallStorageExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_storage * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getOrderByClause() { return orderByClause; @@ -63,7 +63,7 @@ public class LitemallStorageExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_storage * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setDistinct(boolean distinct) { this.distinct = distinct; @@ -73,7 +73,7 @@ public class LitemallStorageExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_storage * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public boolean isDistinct() { return distinct; @@ -83,7 +83,7 @@ public class LitemallStorageExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_storage * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public List getOredCriteria() { return oredCriteria; @@ -93,7 +93,7 @@ public class LitemallStorageExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_storage * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void or(Criteria criteria) { oredCriteria.add(criteria); @@ -103,7 +103,7 @@ public class LitemallStorageExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_storage * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Criteria or() { Criteria criteria = createCriteriaInternal(); @@ -115,7 +115,7 @@ public class LitemallStorageExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_storage * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Criteria createCriteria() { Criteria criteria = createCriteriaInternal(); @@ -129,7 +129,7 @@ public class LitemallStorageExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_storage * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected Criteria createCriteriaInternal() { Criteria criteria = new Criteria(this); @@ -140,7 +140,7 @@ public class LitemallStorageExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_storage * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void clear() { oredCriteria.clear(); @@ -183,7 +183,7 @@ public class LitemallStorageExample { * This class was generated by MyBatis Generator. * This class corresponds to the database table litemall_storage * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected abstract static class GeneratedCriteria { protected List criteria; @@ -811,7 +811,7 @@ public class LitemallStorageExample { * This class was generated by MyBatis Generator. * This class corresponds to the database table litemall_storage * - * @mbg.generated do_not_delete_during_merge Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated do_not_delete_during_merge */ public static class Criteria extends GeneratedCriteria { /** @@ -883,7 +883,7 @@ public class LitemallStorageExample { * This class was generated by MyBatis Generator. * This class corresponds to the database table litemall_storage * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public static class Criterion { private String condition; diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallTopic.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallTopic.java index e6c36068..b64f4f6f 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallTopic.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallTopic.java @@ -9,7 +9,7 @@ public class LitemallTopic { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_topic.id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Integer id; @@ -18,7 +18,7 @@ public class LitemallTopic { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_topic.title * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String title; @@ -27,7 +27,7 @@ public class LitemallTopic { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_topic.avatar * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String avatar; @@ -36,7 +36,7 @@ public class LitemallTopic { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_topic.item_pic_url * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String itemPicUrl; @@ -45,7 +45,7 @@ public class LitemallTopic { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_topic.subtitle * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String subtitle; @@ -54,7 +54,7 @@ public class LitemallTopic { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_topic.price_info * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private BigDecimal priceInfo; @@ -63,7 +63,7 @@ public class LitemallTopic { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_topic.read_count * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String readCount; @@ -72,7 +72,7 @@ public class LitemallTopic { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_topic.scene_pic_url * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String scenePicUrl; @@ -81,7 +81,7 @@ public class LitemallTopic { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_topic.sort_order * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Integer sortOrder; @@ -90,7 +90,7 @@ public class LitemallTopic { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_topic.is_show * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Boolean isShow; @@ -99,7 +99,7 @@ public class LitemallTopic { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_topic.add_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private LocalDateTime addTime; @@ -108,7 +108,7 @@ public class LitemallTopic { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_topic.deleted * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Boolean deleted; @@ -117,7 +117,7 @@ public class LitemallTopic { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_topic.content * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String content; @@ -127,7 +127,7 @@ public class LitemallTopic { * * @return the value of litemall_topic.id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Integer getId() { return id; @@ -139,7 +139,7 @@ public class LitemallTopic { * * @param id the value for litemall_topic.id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setId(Integer id) { this.id = id; @@ -151,7 +151,7 @@ public class LitemallTopic { * * @return the value of litemall_topic.title * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getTitle() { return title; @@ -163,7 +163,7 @@ public class LitemallTopic { * * @param title the value for litemall_topic.title * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setTitle(String title) { this.title = title; @@ -175,7 +175,7 @@ public class LitemallTopic { * * @return the value of litemall_topic.avatar * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getAvatar() { return avatar; @@ -187,7 +187,7 @@ public class LitemallTopic { * * @param avatar the value for litemall_topic.avatar * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setAvatar(String avatar) { this.avatar = avatar; @@ -199,7 +199,7 @@ public class LitemallTopic { * * @return the value of litemall_topic.item_pic_url * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getItemPicUrl() { return itemPicUrl; @@ -211,7 +211,7 @@ public class LitemallTopic { * * @param itemPicUrl the value for litemall_topic.item_pic_url * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setItemPicUrl(String itemPicUrl) { this.itemPicUrl = itemPicUrl; @@ -223,7 +223,7 @@ public class LitemallTopic { * * @return the value of litemall_topic.subtitle * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getSubtitle() { return subtitle; @@ -235,7 +235,7 @@ public class LitemallTopic { * * @param subtitle the value for litemall_topic.subtitle * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setSubtitle(String subtitle) { this.subtitle = subtitle; @@ -247,7 +247,7 @@ public class LitemallTopic { * * @return the value of litemall_topic.price_info * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public BigDecimal getPriceInfo() { return priceInfo; @@ -259,7 +259,7 @@ public class LitemallTopic { * * @param priceInfo the value for litemall_topic.price_info * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setPriceInfo(BigDecimal priceInfo) { this.priceInfo = priceInfo; @@ -271,7 +271,7 @@ public class LitemallTopic { * * @return the value of litemall_topic.read_count * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getReadCount() { return readCount; @@ -283,7 +283,7 @@ public class LitemallTopic { * * @param readCount the value for litemall_topic.read_count * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setReadCount(String readCount) { this.readCount = readCount; @@ -295,7 +295,7 @@ public class LitemallTopic { * * @return the value of litemall_topic.scene_pic_url * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getScenePicUrl() { return scenePicUrl; @@ -307,7 +307,7 @@ public class LitemallTopic { * * @param scenePicUrl the value for litemall_topic.scene_pic_url * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setScenePicUrl(String scenePicUrl) { this.scenePicUrl = scenePicUrl; @@ -319,7 +319,7 @@ public class LitemallTopic { * * @return the value of litemall_topic.sort_order * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Integer getSortOrder() { return sortOrder; @@ -331,7 +331,7 @@ public class LitemallTopic { * * @param sortOrder the value for litemall_topic.sort_order * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setSortOrder(Integer sortOrder) { this.sortOrder = sortOrder; @@ -343,7 +343,7 @@ public class LitemallTopic { * * @return the value of litemall_topic.is_show * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Boolean getIsShow() { return isShow; @@ -355,7 +355,7 @@ public class LitemallTopic { * * @param isShow the value for litemall_topic.is_show * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setIsShow(Boolean isShow) { this.isShow = isShow; @@ -367,7 +367,7 @@ public class LitemallTopic { * * @return the value of litemall_topic.add_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public LocalDateTime getAddTime() { return addTime; @@ -379,7 +379,7 @@ public class LitemallTopic { * * @param addTime the value for litemall_topic.add_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setAddTime(LocalDateTime addTime) { this.addTime = addTime; @@ -391,7 +391,7 @@ public class LitemallTopic { * * @return the value of litemall_topic.deleted * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Boolean getDeleted() { return deleted; @@ -403,7 +403,7 @@ public class LitemallTopic { * * @param deleted the value for litemall_topic.deleted * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setDeleted(Boolean deleted) { this.deleted = deleted; @@ -415,7 +415,7 @@ public class LitemallTopic { * * @return the value of litemall_topic.content * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getContent() { return content; @@ -427,7 +427,7 @@ public class LitemallTopic { * * @param content the value for litemall_topic.content * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setContent(String content) { this.content = content; @@ -437,7 +437,7 @@ public class LitemallTopic { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_topic * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ @Override public String toString() { @@ -466,7 +466,7 @@ public class LitemallTopic { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_topic * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ @Override public boolean equals(Object that) { @@ -499,7 +499,7 @@ public class LitemallTopic { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_topic * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ @Override public int hashCode() { diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallTopicExample.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallTopicExample.java index a7953b1e..efe28355 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallTopicExample.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallTopicExample.java @@ -10,7 +10,7 @@ public class LitemallTopicExample { * This field was generated by MyBatis Generator. * This field corresponds to the database table litemall_topic * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected String orderByClause; @@ -18,7 +18,7 @@ public class LitemallTopicExample { * This field was generated by MyBatis Generator. * This field corresponds to the database table litemall_topic * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected boolean distinct; @@ -26,7 +26,7 @@ public class LitemallTopicExample { * This field was generated by MyBatis Generator. * This field corresponds to the database table litemall_topic * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected List oredCriteria; @@ -34,7 +34,7 @@ public class LitemallTopicExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_topic * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public LitemallTopicExample() { oredCriteria = new ArrayList(); @@ -44,7 +44,7 @@ public class LitemallTopicExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_topic * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setOrderByClause(String orderByClause) { this.orderByClause = orderByClause; @@ -54,7 +54,7 @@ public class LitemallTopicExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_topic * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getOrderByClause() { return orderByClause; @@ -64,7 +64,7 @@ public class LitemallTopicExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_topic * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setDistinct(boolean distinct) { this.distinct = distinct; @@ -74,7 +74,7 @@ public class LitemallTopicExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_topic * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public boolean isDistinct() { return distinct; @@ -84,7 +84,7 @@ public class LitemallTopicExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_topic * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public List getOredCriteria() { return oredCriteria; @@ -94,7 +94,7 @@ public class LitemallTopicExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_topic * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void or(Criteria criteria) { oredCriteria.add(criteria); @@ -104,7 +104,7 @@ public class LitemallTopicExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_topic * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Criteria or() { Criteria criteria = createCriteriaInternal(); @@ -116,7 +116,7 @@ public class LitemallTopicExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_topic * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Criteria createCriteria() { Criteria criteria = createCriteriaInternal(); @@ -130,7 +130,7 @@ public class LitemallTopicExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_topic * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected Criteria createCriteriaInternal() { Criteria criteria = new Criteria(this); @@ -141,7 +141,7 @@ public class LitemallTopicExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_topic * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void clear() { oredCriteria.clear(); @@ -184,7 +184,7 @@ public class LitemallTopicExample { * This class was generated by MyBatis Generator. * This class corresponds to the database table litemall_topic * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected abstract static class GeneratedCriteria { protected List criteria; @@ -1012,7 +1012,7 @@ public class LitemallTopicExample { * This class was generated by MyBatis Generator. * This class corresponds to the database table litemall_topic * - * @mbg.generated do_not_delete_during_merge Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated do_not_delete_during_merge */ public static class Criteria extends GeneratedCriteria { /** @@ -1084,7 +1084,7 @@ public class LitemallTopicExample { * This class was generated by MyBatis Generator. * This class corresponds to the database table litemall_topic * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public static class Criterion { private String condition; diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallUser.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallUser.java index 9bbca9e8..b79a929f 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallUser.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallUser.java @@ -9,7 +9,7 @@ public class LitemallUser { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_user.id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Integer id; @@ -18,7 +18,7 @@ public class LitemallUser { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_user.username * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String username; @@ -27,7 +27,7 @@ public class LitemallUser { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_user.password * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String password; @@ -36,7 +36,7 @@ public class LitemallUser { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_user.gender * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String gender; @@ -45,7 +45,7 @@ public class LitemallUser { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_user.birthday * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private LocalDate birthday; @@ -54,7 +54,7 @@ public class LitemallUser { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_user.last_login_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private LocalDateTime lastLoginTime; @@ -63,7 +63,7 @@ public class LitemallUser { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_user.last_login_ip * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String lastLoginIp; @@ -72,7 +72,7 @@ public class LitemallUser { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_user.user_level * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String userLevel; @@ -81,7 +81,7 @@ public class LitemallUser { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_user.nickname * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String nickname; @@ -90,7 +90,7 @@ public class LitemallUser { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_user.mobile * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String mobile; @@ -99,7 +99,7 @@ public class LitemallUser { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_user.register_ip * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String registerIp; @@ -108,7 +108,7 @@ public class LitemallUser { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_user.avatar * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String avatar; @@ -117,7 +117,7 @@ public class LitemallUser { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_user.weixin_openid * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String weixinOpenid; @@ -126,7 +126,7 @@ public class LitemallUser { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_user.status * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private String status; @@ -135,7 +135,7 @@ public class LitemallUser { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_user.add_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private LocalDateTime addTime; @@ -144,7 +144,7 @@ public class LitemallUser { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_user.deleted * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Boolean deleted; @@ -154,7 +154,7 @@ public class LitemallUser { * * @return the value of litemall_user.id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Integer getId() { return id; @@ -166,7 +166,7 @@ public class LitemallUser { * * @param id the value for litemall_user.id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setId(Integer id) { this.id = id; @@ -178,7 +178,7 @@ public class LitemallUser { * * @return the value of litemall_user.username * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getUsername() { return username; @@ -190,7 +190,7 @@ public class LitemallUser { * * @param username the value for litemall_user.username * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setUsername(String username) { this.username = username; @@ -202,7 +202,7 @@ public class LitemallUser { * * @return the value of litemall_user.password * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getPassword() { return password; @@ -214,7 +214,7 @@ public class LitemallUser { * * @param password the value for litemall_user.password * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setPassword(String password) { this.password = password; @@ -226,7 +226,7 @@ public class LitemallUser { * * @return the value of litemall_user.gender * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getGender() { return gender; @@ -238,7 +238,7 @@ public class LitemallUser { * * @param gender the value for litemall_user.gender * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setGender(String gender) { this.gender = gender; @@ -250,7 +250,7 @@ public class LitemallUser { * * @return the value of litemall_user.birthday * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public LocalDate getBirthday() { return birthday; @@ -262,7 +262,7 @@ public class LitemallUser { * * @param birthday the value for litemall_user.birthday * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setBirthday(LocalDate birthday) { this.birthday = birthday; @@ -274,7 +274,7 @@ public class LitemallUser { * * @return the value of litemall_user.last_login_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public LocalDateTime getLastLoginTime() { return lastLoginTime; @@ -286,7 +286,7 @@ public class LitemallUser { * * @param lastLoginTime the value for litemall_user.last_login_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setLastLoginTime(LocalDateTime lastLoginTime) { this.lastLoginTime = lastLoginTime; @@ -298,7 +298,7 @@ public class LitemallUser { * * @return the value of litemall_user.last_login_ip * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getLastLoginIp() { return lastLoginIp; @@ -310,7 +310,7 @@ public class LitemallUser { * * @param lastLoginIp the value for litemall_user.last_login_ip * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setLastLoginIp(String lastLoginIp) { this.lastLoginIp = lastLoginIp; @@ -322,7 +322,7 @@ public class LitemallUser { * * @return the value of litemall_user.user_level * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getUserLevel() { return userLevel; @@ -334,7 +334,7 @@ public class LitemallUser { * * @param userLevel the value for litemall_user.user_level * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setUserLevel(String userLevel) { this.userLevel = userLevel; @@ -346,7 +346,7 @@ public class LitemallUser { * * @return the value of litemall_user.nickname * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getNickname() { return nickname; @@ -358,7 +358,7 @@ public class LitemallUser { * * @param nickname the value for litemall_user.nickname * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setNickname(String nickname) { this.nickname = nickname; @@ -370,7 +370,7 @@ public class LitemallUser { * * @return the value of litemall_user.mobile * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getMobile() { return mobile; @@ -382,7 +382,7 @@ public class LitemallUser { * * @param mobile the value for litemall_user.mobile * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setMobile(String mobile) { this.mobile = mobile; @@ -394,7 +394,7 @@ public class LitemallUser { * * @return the value of litemall_user.register_ip * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getRegisterIp() { return registerIp; @@ -406,7 +406,7 @@ public class LitemallUser { * * @param registerIp the value for litemall_user.register_ip * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setRegisterIp(String registerIp) { this.registerIp = registerIp; @@ -418,7 +418,7 @@ public class LitemallUser { * * @return the value of litemall_user.avatar * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getAvatar() { return avatar; @@ -430,7 +430,7 @@ public class LitemallUser { * * @param avatar the value for litemall_user.avatar * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setAvatar(String avatar) { this.avatar = avatar; @@ -442,7 +442,7 @@ public class LitemallUser { * * @return the value of litemall_user.weixin_openid * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getWeixinOpenid() { return weixinOpenid; @@ -454,7 +454,7 @@ public class LitemallUser { * * @param weixinOpenid the value for litemall_user.weixin_openid * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setWeixinOpenid(String weixinOpenid) { this.weixinOpenid = weixinOpenid; @@ -466,7 +466,7 @@ public class LitemallUser { * * @return the value of litemall_user.status * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getStatus() { return status; @@ -478,7 +478,7 @@ public class LitemallUser { * * @param status the value for litemall_user.status * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setStatus(String status) { this.status = status; @@ -490,7 +490,7 @@ public class LitemallUser { * * @return the value of litemall_user.add_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public LocalDateTime getAddTime() { return addTime; @@ -502,7 +502,7 @@ public class LitemallUser { * * @param addTime the value for litemall_user.add_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setAddTime(LocalDateTime addTime) { this.addTime = addTime; @@ -514,7 +514,7 @@ public class LitemallUser { * * @return the value of litemall_user.deleted * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Boolean getDeleted() { return deleted; @@ -526,7 +526,7 @@ public class LitemallUser { * * @param deleted the value for litemall_user.deleted * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setDeleted(Boolean deleted) { this.deleted = deleted; @@ -536,7 +536,7 @@ public class LitemallUser { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_user * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ @Override public String toString() { @@ -568,7 +568,7 @@ public class LitemallUser { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_user * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ @Override public boolean equals(Object that) { @@ -604,7 +604,7 @@ public class LitemallUser { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_user * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ @Override public int hashCode() { diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallUserCoupon.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallUserCoupon.java index 32122670..9c956257 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallUserCoupon.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallUserCoupon.java @@ -8,7 +8,7 @@ public class LitemallUserCoupon { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_user_coupon.id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Integer id; @@ -17,7 +17,7 @@ public class LitemallUserCoupon { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_user_coupon.coupon_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Integer couponId; @@ -26,7 +26,7 @@ public class LitemallUserCoupon { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_user_coupon.user_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Integer userId; @@ -35,7 +35,7 @@ public class LitemallUserCoupon { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_user_coupon.order_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Integer orderId; @@ -44,7 +44,7 @@ public class LitemallUserCoupon { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_user_coupon.used_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private LocalDateTime usedTime; @@ -53,7 +53,7 @@ public class LitemallUserCoupon { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_user_coupon.add_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private LocalDateTime addTime; @@ -62,7 +62,7 @@ public class LitemallUserCoupon { * This field was generated by MyBatis Generator. * This field corresponds to the database column litemall_user_coupon.deleted * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ private Boolean deleted; @@ -72,7 +72,7 @@ public class LitemallUserCoupon { * * @return the value of litemall_user_coupon.id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Integer getId() { return id; @@ -84,7 +84,7 @@ public class LitemallUserCoupon { * * @param id the value for litemall_user_coupon.id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setId(Integer id) { this.id = id; @@ -96,7 +96,7 @@ public class LitemallUserCoupon { * * @return the value of litemall_user_coupon.coupon_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Integer getCouponId() { return couponId; @@ -108,7 +108,7 @@ public class LitemallUserCoupon { * * @param couponId the value for litemall_user_coupon.coupon_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setCouponId(Integer couponId) { this.couponId = couponId; @@ -120,7 +120,7 @@ public class LitemallUserCoupon { * * @return the value of litemall_user_coupon.user_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Integer getUserId() { return userId; @@ -132,7 +132,7 @@ public class LitemallUserCoupon { * * @param userId the value for litemall_user_coupon.user_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setUserId(Integer userId) { this.userId = userId; @@ -144,7 +144,7 @@ public class LitemallUserCoupon { * * @return the value of litemall_user_coupon.order_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Integer getOrderId() { return orderId; @@ -156,7 +156,7 @@ public class LitemallUserCoupon { * * @param orderId the value for litemall_user_coupon.order_id * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setOrderId(Integer orderId) { this.orderId = orderId; @@ -168,7 +168,7 @@ public class LitemallUserCoupon { * * @return the value of litemall_user_coupon.used_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public LocalDateTime getUsedTime() { return usedTime; @@ -180,7 +180,7 @@ public class LitemallUserCoupon { * * @param usedTime the value for litemall_user_coupon.used_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setUsedTime(LocalDateTime usedTime) { this.usedTime = usedTime; @@ -192,7 +192,7 @@ public class LitemallUserCoupon { * * @return the value of litemall_user_coupon.add_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public LocalDateTime getAddTime() { return addTime; @@ -204,7 +204,7 @@ public class LitemallUserCoupon { * * @param addTime the value for litemall_user_coupon.add_time * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setAddTime(LocalDateTime addTime) { this.addTime = addTime; @@ -216,7 +216,7 @@ public class LitemallUserCoupon { * * @return the value of litemall_user_coupon.deleted * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Boolean getDeleted() { return deleted; @@ -228,7 +228,7 @@ public class LitemallUserCoupon { * * @param deleted the value for litemall_user_coupon.deleted * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setDeleted(Boolean deleted) { this.deleted = deleted; @@ -238,7 +238,7 @@ public class LitemallUserCoupon { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_user_coupon * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ @Override public String toString() { @@ -261,7 +261,7 @@ public class LitemallUserCoupon { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_user_coupon * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ @Override public boolean equals(Object that) { @@ -288,7 +288,7 @@ public class LitemallUserCoupon { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_user_coupon * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ @Override public int hashCode() { diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallUserCouponExample.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallUserCouponExample.java index cfb9d7c3..3ecf446c 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallUserCouponExample.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallUserCouponExample.java @@ -9,7 +9,7 @@ public class LitemallUserCouponExample { * This field was generated by MyBatis Generator. * This field corresponds to the database table litemall_user_coupon * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected String orderByClause; @@ -17,7 +17,7 @@ public class LitemallUserCouponExample { * This field was generated by MyBatis Generator. * This field corresponds to the database table litemall_user_coupon * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected boolean distinct; @@ -25,7 +25,7 @@ public class LitemallUserCouponExample { * This field was generated by MyBatis Generator. * This field corresponds to the database table litemall_user_coupon * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected List oredCriteria; @@ -33,7 +33,7 @@ public class LitemallUserCouponExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_user_coupon * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public LitemallUserCouponExample() { oredCriteria = new ArrayList(); @@ -43,7 +43,7 @@ public class LitemallUserCouponExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_user_coupon * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setOrderByClause(String orderByClause) { this.orderByClause = orderByClause; @@ -53,7 +53,7 @@ public class LitemallUserCouponExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_user_coupon * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getOrderByClause() { return orderByClause; @@ -63,7 +63,7 @@ public class LitemallUserCouponExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_user_coupon * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setDistinct(boolean distinct) { this.distinct = distinct; @@ -73,7 +73,7 @@ public class LitemallUserCouponExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_user_coupon * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public boolean isDistinct() { return distinct; @@ -83,7 +83,7 @@ public class LitemallUserCouponExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_user_coupon * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public List getOredCriteria() { return oredCriteria; @@ -93,7 +93,7 @@ public class LitemallUserCouponExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_user_coupon * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void or(Criteria criteria) { oredCriteria.add(criteria); @@ -103,7 +103,7 @@ public class LitemallUserCouponExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_user_coupon * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Criteria or() { Criteria criteria = createCriteriaInternal(); @@ -115,7 +115,7 @@ public class LitemallUserCouponExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_user_coupon * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Criteria createCriteria() { Criteria criteria = createCriteriaInternal(); @@ -129,7 +129,7 @@ public class LitemallUserCouponExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_user_coupon * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected Criteria createCriteriaInternal() { Criteria criteria = new Criteria(this); @@ -140,7 +140,7 @@ public class LitemallUserCouponExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_user_coupon * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void clear() { oredCriteria.clear(); @@ -183,7 +183,7 @@ public class LitemallUserCouponExample { * This class was generated by MyBatis Generator. * This class corresponds to the database table litemall_user_coupon * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected abstract static class GeneratedCriteria { protected List criteria; @@ -651,7 +651,7 @@ public class LitemallUserCouponExample { * This class was generated by MyBatis Generator. * This class corresponds to the database table litemall_user_coupon * - * @mbg.generated do_not_delete_during_merge Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated do_not_delete_during_merge */ public static class Criteria extends GeneratedCriteria { /** @@ -723,7 +723,7 @@ public class LitemallUserCouponExample { * This class was generated by MyBatis Generator. * This class corresponds to the database table litemall_user_coupon * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public static class Criterion { private String condition; diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallUserExample.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallUserExample.java index 53a81891..4ceba39c 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallUserExample.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallUserExample.java @@ -10,7 +10,7 @@ public class LitemallUserExample { * This field was generated by MyBatis Generator. * This field corresponds to the database table litemall_user * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected String orderByClause; @@ -18,7 +18,7 @@ public class LitemallUserExample { * This field was generated by MyBatis Generator. * This field corresponds to the database table litemall_user * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected boolean distinct; @@ -26,7 +26,7 @@ public class LitemallUserExample { * This field was generated by MyBatis Generator. * This field corresponds to the database table litemall_user * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected List oredCriteria; @@ -34,7 +34,7 @@ public class LitemallUserExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_user * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public LitemallUserExample() { oredCriteria = new ArrayList(); @@ -44,7 +44,7 @@ public class LitemallUserExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_user * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setOrderByClause(String orderByClause) { this.orderByClause = orderByClause; @@ -54,7 +54,7 @@ public class LitemallUserExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_user * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public String getOrderByClause() { return orderByClause; @@ -64,7 +64,7 @@ public class LitemallUserExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_user * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void setDistinct(boolean distinct) { this.distinct = distinct; @@ -74,7 +74,7 @@ public class LitemallUserExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_user * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public boolean isDistinct() { return distinct; @@ -84,7 +84,7 @@ public class LitemallUserExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_user * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public List getOredCriteria() { return oredCriteria; @@ -94,7 +94,7 @@ public class LitemallUserExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_user * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void or(Criteria criteria) { oredCriteria.add(criteria); @@ -104,7 +104,7 @@ public class LitemallUserExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_user * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Criteria or() { Criteria criteria = createCriteriaInternal(); @@ -116,7 +116,7 @@ public class LitemallUserExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_user * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public Criteria createCriteria() { Criteria criteria = createCriteriaInternal(); @@ -130,7 +130,7 @@ public class LitemallUserExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_user * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected Criteria createCriteriaInternal() { Criteria criteria = new Criteria(this); @@ -141,7 +141,7 @@ public class LitemallUserExample { * This method was generated by MyBatis Generator. * This method corresponds to the database table litemall_user * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public void clear() { oredCriteria.clear(); @@ -184,7 +184,7 @@ public class LitemallUserExample { * This class was generated by MyBatis Generator. * This class corresponds to the database table litemall_user * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ protected abstract static class GeneratedCriteria { protected List criteria; @@ -1302,7 +1302,7 @@ public class LitemallUserExample { * This class was generated by MyBatis Generator. * This class corresponds to the database table litemall_user * - * @mbg.generated do_not_delete_during_merge Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated do_not_delete_during_merge */ public static class Criteria extends GeneratedCriteria { /** @@ -1374,7 +1374,7 @@ public class LitemallUserExample { * This class was generated by MyBatis Generator. * This class corresponds to the database table litemall_user * - * @mbg.generated Sat Apr 07 10:22:31 CST 2018 + * @mbg.generated */ public static class Criterion { private String condition; diff --git a/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallAdMapper.xml b/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallAdMapper.xml index 24105054..84a025df 100644 --- a/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallAdMapper.xml +++ b/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallAdMapper.xml @@ -5,7 +5,6 @@ @@ -23,7 +22,6 @@ @@ -57,7 +55,6 @@ @@ -91,7 +88,6 @@ id, `position`, `name`, link, url, content, start_time, end_time, enabled, add_time, deleted @@ -100,7 +96,6 @@ select @@ -140,7 +135,6 @@ select @@ -164,7 +158,6 @@ delete from litemall_ad where id = #{id,jdbcType=INTEGER} @@ -173,7 +166,6 @@ delete from litemall_ad @@ -184,7 +176,6 @@ SELECT LAST_INSERT_ID() @@ -202,7 +193,6 @@ SELECT LAST_INSERT_ID() @@ -277,7 +267,6 @@ select count(*) from litemall_ad @@ -288,7 +277,6 @@ update litemall_ad @@ -334,7 +322,6 @@ update litemall_ad set id = #{record.id,jdbcType=INTEGER}, @@ -356,7 +343,6 @@ update litemall_ad @@ -397,7 +383,6 @@ update litemall_ad set `position` = #{position,jdbcType=INTEGER}, diff --git a/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallAddressMapper.xml b/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallAddressMapper.xml index d49d789e..7f29cb0b 100644 --- a/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallAddressMapper.xml +++ b/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallAddressMapper.xml @@ -5,7 +5,6 @@ @@ -23,7 +22,6 @@ @@ -57,7 +55,6 @@ @@ -91,7 +88,6 @@ id, `name`, user_id, province_id, city_id, area_id, address, mobile, is_default, add_time, deleted @@ -100,7 +96,6 @@ select @@ -140,7 +135,6 @@ select @@ -164,7 +158,6 @@ delete from litemall_address where id = #{id,jdbcType=INTEGER} @@ -173,7 +166,6 @@ delete from litemall_address @@ -184,7 +176,6 @@ SELECT LAST_INSERT_ID() @@ -202,7 +193,6 @@ SELECT LAST_INSERT_ID() @@ -277,7 +267,6 @@ select count(*) from litemall_address @@ -288,7 +277,6 @@ update litemall_address @@ -334,7 +322,6 @@ update litemall_address set id = #{record.id,jdbcType=INTEGER}, @@ -356,7 +343,6 @@ update litemall_address @@ -397,7 +383,6 @@ update litemall_address set `name` = #{name,jdbcType=VARCHAR}, diff --git a/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallAdminMapper.xml b/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallAdminMapper.xml index 5c9b4c47..e7e988d7 100644 --- a/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallAdminMapper.xml +++ b/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallAdminMapper.xml @@ -5,7 +5,6 @@ @@ -21,7 +20,6 @@ @@ -55,7 +53,6 @@ @@ -89,7 +86,6 @@ id, username, `password`, last_login_ip, last_login_time, update_time, avatar, add_time, deleted @@ -98,7 +94,6 @@ select @@ -138,7 +133,6 @@ select @@ -162,7 +156,6 @@ delete from litemall_admin where id = #{id,jdbcType=INTEGER} @@ -171,7 +164,6 @@ delete from litemall_admin @@ -182,7 +174,6 @@ SELECT LAST_INSERT_ID() @@ -198,7 +189,6 @@ SELECT LAST_INSERT_ID() @@ -261,7 +251,6 @@ select count(*) from litemall_admin @@ -272,7 +261,6 @@ update litemall_admin @@ -312,7 +300,6 @@ update litemall_admin set id = #{record.id,jdbcType=INTEGER}, @@ -332,7 +319,6 @@ update litemall_admin @@ -367,7 +353,6 @@ update litemall_admin set username = #{username,jdbcType=VARCHAR}, diff --git a/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallBrandMapper.xml b/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallBrandMapper.xml index bc98b3fe..23aa3918 100644 --- a/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallBrandMapper.xml +++ b/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallBrandMapper.xml @@ -5,7 +5,6 @@ @@ -26,7 +25,6 @@ @@ -60,7 +58,6 @@ @@ -94,7 +91,6 @@ id, `name`, list_pic_url, simple_desc, pic_url, sort_order, is_show, floor_price, app_list_pic_url, is_new, new_pic_url, new_sort_order, add_time, deleted @@ -103,7 +99,6 @@ select @@ -143,7 +138,6 @@ select @@ -167,7 +161,6 @@ delete from litemall_brand where id = #{id,jdbcType=INTEGER} @@ -176,7 +169,6 @@ delete from litemall_brand @@ -187,7 +179,6 @@ SELECT LAST_INSERT_ID() @@ -207,7 +198,6 @@ SELECT LAST_INSERT_ID() @@ -300,7 +290,6 @@ select count(*) from litemall_brand @@ -311,7 +300,6 @@ update litemall_brand @@ -366,7 +354,6 @@ update litemall_brand set id = #{record.id,jdbcType=INTEGER}, @@ -391,7 +378,6 @@ update litemall_brand @@ -441,7 +427,6 @@ update litemall_brand set `name` = #{name,jdbcType=VARCHAR}, diff --git a/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallCartMapper.xml b/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallCartMapper.xml index 4a4245e1..4ca2c7a3 100644 --- a/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallCartMapper.xml +++ b/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallCartMapper.xml @@ -5,7 +5,6 @@ @@ -26,7 +25,6 @@ @@ -79,7 +77,6 @@ @@ -132,7 +129,6 @@ id, user_id, goods_id, goods_sn, product_id, goods_name, retail_price, `number`, goods_specification_values, goods_specification_ids, `checked`, pic_url, add_time, @@ -142,7 +138,6 @@ select @@ -182,7 +177,6 @@ select @@ -206,7 +200,6 @@ delete from litemall_cart where id = #{id,jdbcType=INTEGER} @@ -215,7 +208,6 @@ delete from litemall_cart @@ -226,7 +218,6 @@ SELECT LAST_INSERT_ID() @@ -246,7 +237,6 @@ SELECT LAST_INSERT_ID() @@ -339,7 +329,6 @@ select count(*) from litemall_cart @@ -350,7 +339,6 @@ update litemall_cart @@ -405,7 +393,6 @@ update litemall_cart set id = #{record.id,jdbcType=INTEGER}, @@ -430,7 +417,6 @@ update litemall_cart @@ -480,7 +466,6 @@ update litemall_cart set user_id = #{userId,jdbcType=INTEGER}, diff --git a/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallCategoryMapper.xml b/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallCategoryMapper.xml index 50b3add8..3daca795 100644 --- a/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallCategoryMapper.xml +++ b/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallCategoryMapper.xml @@ -5,7 +5,6 @@ @@ -29,7 +28,6 @@ @@ -63,7 +61,6 @@ @@ -97,7 +94,6 @@ id, `name`, keywords, front_desc, parent_id, sort_order, show_index, is_show, banner_url, icon_url, img_url, wap_banner_url, `level`, `type`, front_name, add_time, deleted @@ -106,7 +102,6 @@ select @@ -146,7 +141,6 @@ select @@ -170,7 +164,6 @@ delete from litemall_category where id = #{id,jdbcType=INTEGER} @@ -179,7 +172,6 @@ delete from litemall_category @@ -190,7 +182,6 @@ SELECT LAST_INSERT_ID() @@ -212,7 +203,6 @@ SELECT LAST_INSERT_ID() @@ -323,7 +313,6 @@ select count(*) from litemall_category @@ -334,7 +323,6 @@ update litemall_category @@ -398,7 +386,6 @@ update litemall_category set id = #{record.id,jdbcType=INTEGER}, @@ -426,7 +413,6 @@ update litemall_category @@ -485,7 +471,6 @@ update litemall_category set `name` = #{name,jdbcType=VARCHAR}, diff --git a/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallCollectMapper.xml b/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallCollectMapper.xml index dfa478b3..4da20ad0 100644 --- a/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallCollectMapper.xml +++ b/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallCollectMapper.xml @@ -5,7 +5,6 @@ @@ -19,7 +18,6 @@ @@ -53,7 +51,6 @@ @@ -87,7 +84,6 @@ id, user_id, value_id, is_attention, type_id, add_time, deleted @@ -95,7 +91,6 @@ select @@ -135,7 +130,6 @@ select @@ -159,7 +153,6 @@ delete from litemall_collect where id = #{id,jdbcType=INTEGER} @@ -168,7 +161,6 @@ delete from litemall_collect @@ -179,7 +171,6 @@ SELECT LAST_INSERT_ID() @@ -195,7 +186,6 @@ SELECT LAST_INSERT_ID() @@ -246,7 +236,6 @@ select count(*) from litemall_collect @@ -257,7 +246,6 @@ update litemall_collect @@ -291,7 +279,6 @@ update litemall_collect set id = #{record.id,jdbcType=INTEGER}, @@ -309,7 +296,6 @@ update litemall_collect @@ -338,7 +324,6 @@ update litemall_collect set user_id = #{userId,jdbcType=INTEGER}, diff --git a/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallCommentMapper.xml b/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallCommentMapper.xml index 5b041cdb..6d3eb9f3 100644 --- a/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallCommentMapper.xml +++ b/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallCommentMapper.xml @@ -5,7 +5,6 @@ @@ -22,7 +21,6 @@ @@ -75,7 +73,6 @@ @@ -128,7 +125,6 @@ id, type_id, value_id, content, user_id, has_picture, pic_urls, star, add_time, deleted @@ -136,7 +132,6 @@ select @@ -176,7 +171,6 @@ select @@ -200,7 +194,6 @@ delete from litemall_comment where id = #{id,jdbcType=INTEGER} @@ -209,7 +202,6 @@ delete from litemall_comment @@ -220,7 +212,6 @@ SELECT LAST_INSERT_ID() @@ -238,7 +229,6 @@ SELECT LAST_INSERT_ID() @@ -307,7 +297,6 @@ select count(*) from litemall_comment @@ -318,7 +307,6 @@ update litemall_comment @@ -361,7 +349,6 @@ update litemall_comment set id = #{record.id,jdbcType=INTEGER}, @@ -382,7 +369,6 @@ update litemall_comment @@ -420,7 +406,6 @@ update litemall_comment set type_id = #{typeId,jdbcType=TINYINT}, diff --git a/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallCouponMapper.xml b/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallCouponMapper.xml index 3cfd4aed..433dd8f5 100644 --- a/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallCouponMapper.xml +++ b/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallCouponMapper.xml @@ -5,7 +5,6 @@ @@ -25,7 +24,6 @@ @@ -59,7 +57,6 @@ @@ -93,7 +90,6 @@ id, `name`, type_money, send_type, min_amount, max_amount, min_goods_amount, send_start, send_end, use_start, use_end, add_time, deleted @@ -102,7 +98,6 @@ select @@ -142,7 +137,6 @@ select @@ -166,7 +160,6 @@ delete from litemall_coupon where id = #{id,jdbcType=INTEGER} @@ -175,7 +168,6 @@ delete from litemall_coupon @@ -186,7 +178,6 @@ SELECT LAST_INSERT_ID() @@ -206,7 +197,6 @@ SELECT LAST_INSERT_ID() @@ -293,7 +283,6 @@ select count(*) from litemall_coupon @@ -304,7 +293,6 @@ update litemall_coupon @@ -356,7 +344,6 @@ update litemall_coupon set id = #{record.id,jdbcType=INTEGER}, @@ -380,7 +367,6 @@ update litemall_coupon @@ -427,7 +413,6 @@ update litemall_coupon set `name` = #{name,jdbcType=VARCHAR}, diff --git a/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallFootprintMapper.xml b/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallFootprintMapper.xml index c7fc39f5..61dd882f 100644 --- a/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallFootprintMapper.xml +++ b/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallFootprintMapper.xml @@ -5,7 +5,6 @@ @@ -17,7 +16,6 @@ @@ -51,7 +49,6 @@ @@ -85,7 +82,6 @@ id, user_id, goods_id, add_time, deleted @@ -93,7 +89,6 @@ select @@ -133,7 +128,6 @@ select @@ -157,7 +151,6 @@ delete from litemall_footprint where id = #{id,jdbcType=INTEGER} @@ -166,7 +159,6 @@ delete from litemall_footprint @@ -177,7 +169,6 @@ SELECT LAST_INSERT_ID() @@ -191,7 +182,6 @@ SELECT LAST_INSERT_ID() @@ -230,7 +220,6 @@ select count(*) from litemall_footprint @@ -241,7 +230,6 @@ update litemall_footprint @@ -269,7 +257,6 @@ update litemall_footprint set id = #{record.id,jdbcType=INTEGER}, @@ -285,7 +272,6 @@ update litemall_footprint @@ -308,7 +294,6 @@ update litemall_footprint set user_id = #{userId,jdbcType=INTEGER}, diff --git a/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallGoodsAttributeMapper.xml b/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallGoodsAttributeMapper.xml index dbe33dc8..3e49a91b 100644 --- a/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallGoodsAttributeMapper.xml +++ b/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallGoodsAttributeMapper.xml @@ -5,7 +5,6 @@ @@ -18,7 +17,6 @@ @@ -52,7 +50,6 @@ @@ -86,7 +83,6 @@ id, goods_id, `value`, `attribute`, add_time, deleted @@ -94,7 +90,6 @@ select @@ -134,7 +129,6 @@ select @@ -158,7 +152,6 @@ delete from litemall_goods_attribute where id = #{id,jdbcType=INTEGER} @@ -167,7 +160,6 @@ delete from litemall_goods_attribute @@ -178,7 +170,6 @@ SELECT LAST_INSERT_ID() @@ -192,7 +183,6 @@ SELECT LAST_INSERT_ID() @@ -237,7 +227,6 @@ select count(*) from litemall_goods_attribute @@ -248,7 +237,6 @@ update litemall_goods_attribute @@ -279,7 +267,6 @@ update litemall_goods_attribute set id = #{record.id,jdbcType=INTEGER}, @@ -296,7 +283,6 @@ update litemall_goods_attribute @@ -322,7 +308,6 @@ update litemall_goods_attribute set goods_id = #{goodsId,jdbcType=INTEGER}, diff --git a/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallGoodsMapper.xml b/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallGoodsMapper.xml index 3f078fa3..ab2ddd69 100644 --- a/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallGoodsMapper.xml +++ b/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallGoodsMapper.xml @@ -5,7 +5,6 @@ @@ -31,7 +30,6 @@ @@ -39,7 +37,6 @@ @@ -92,7 +89,6 @@ @@ -145,7 +141,6 @@ id, goods_sn, `name`, category_id, brand_id, gallery, keywords, goods_brief, is_on_sale, sort_order, counter_price, is_new, primary_pic_url, list_pic_url, is_hot, goods_unit, @@ -155,7 +150,6 @@ goods_desc @@ -163,7 +157,6 @@ select @@ -184,7 +177,6 @@ select @@ -224,7 +216,6 @@ select @@ -250,7 +241,6 @@ delete from litemall_goods where id = #{id,jdbcType=INTEGER} @@ -259,7 +249,6 @@ delete from litemall_goods @@ -270,7 +259,6 @@ SELECT LAST_INSERT_ID() @@ -294,7 +282,6 @@ SELECT LAST_INSERT_ID() @@ -423,7 +410,6 @@ select count(*) from litemall_goods @@ -434,7 +420,6 @@ update litemall_goods @@ -507,7 +492,6 @@ update litemall_goods set id = #{record.id,jdbcType=INTEGER}, @@ -538,7 +522,6 @@ update litemall_goods set id = #{record.id,jdbcType=INTEGER}, @@ -568,7 +551,6 @@ update litemall_goods @@ -636,7 +618,6 @@ update litemall_goods set goods_sn = #{goodsSn,jdbcType=VARCHAR}, @@ -664,7 +645,6 @@ update litemall_goods set goods_sn = #{goodsSn,jdbcType=VARCHAR}, diff --git a/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallGoodsSpecificationMapper.xml b/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallGoodsSpecificationMapper.xml index 37b017b9..897fe562 100644 --- a/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallGoodsSpecificationMapper.xml +++ b/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallGoodsSpecificationMapper.xml @@ -5,7 +5,6 @@ @@ -19,7 +18,6 @@ @@ -53,7 +51,6 @@ @@ -87,7 +84,6 @@ id, goods_id, `value`, pic_url, specification, add_time, deleted @@ -95,7 +91,6 @@ select @@ -135,7 +130,6 @@ select @@ -159,7 +153,6 @@ delete from litemall_goods_specification where id = #{id,jdbcType=INTEGER} @@ -168,7 +161,6 @@ delete from litemall_goods_specification @@ -179,7 +171,6 @@ SELECT LAST_INSERT_ID() @@ -195,7 +186,6 @@ SELECT LAST_INSERT_ID() @@ -246,7 +236,6 @@ select count(*) from litemall_goods_specification @@ -257,7 +246,6 @@ update litemall_goods_specification @@ -291,7 +279,6 @@ update litemall_goods_specification set id = #{record.id,jdbcType=INTEGER}, @@ -309,7 +296,6 @@ update litemall_goods_specification @@ -338,7 +324,6 @@ update litemall_goods_specification set goods_id = #{goodsId,jdbcType=INTEGER}, diff --git a/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallIssueMapper.xml b/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallIssueMapper.xml index 76a8a01a..f5ef9732 100644 --- a/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallIssueMapper.xml +++ b/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallIssueMapper.xml @@ -5,7 +5,6 @@ @@ -17,7 +16,6 @@ @@ -51,7 +49,6 @@ @@ -85,7 +82,6 @@ id, question, answer, add_time, deleted @@ -93,7 +89,6 @@ select @@ -133,7 +128,6 @@ select @@ -157,7 +151,6 @@ delete from litemall_issue where id = #{id,jdbcType=INTEGER} @@ -166,7 +159,6 @@ delete from litemall_issue @@ -177,7 +169,6 @@ SELECT LAST_INSERT_ID() @@ -191,7 +182,6 @@ SELECT LAST_INSERT_ID() @@ -230,7 +220,6 @@ select count(*) from litemall_issue @@ -241,7 +230,6 @@ update litemall_issue @@ -269,7 +257,6 @@ update litemall_issue set id = #{record.id,jdbcType=INTEGER}, @@ -285,7 +272,6 @@ update litemall_issue @@ -308,7 +294,6 @@ update litemall_issue set question = #{question,jdbcType=VARCHAR}, diff --git a/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallKeywordMapper.xml b/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallKeywordMapper.xml index d2fcc852..ef348625 100644 --- a/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallKeywordMapper.xml +++ b/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallKeywordMapper.xml @@ -5,7 +5,6 @@ @@ -21,7 +20,6 @@ @@ -55,7 +53,6 @@ @@ -89,7 +86,6 @@ id, keyword, url, is_hot, is_default, is_show, sort_order, add_time, deleted @@ -97,7 +93,6 @@ select @@ -137,7 +132,6 @@ select @@ -161,7 +155,6 @@ delete from litemall_keyword where id = #{id,jdbcType=INTEGER} @@ -170,7 +163,6 @@ delete from litemall_keyword @@ -181,7 +173,6 @@ SELECT LAST_INSERT_ID() @@ -197,7 +188,6 @@ SELECT LAST_INSERT_ID() @@ -260,7 +250,6 @@ select count(*) from litemall_keyword @@ -271,7 +260,6 @@ update litemall_keyword @@ -311,7 +299,6 @@ update litemall_keyword set id = #{record.id,jdbcType=INTEGER}, @@ -331,7 +318,6 @@ update litemall_keyword @@ -366,7 +352,6 @@ update litemall_keyword set keyword = #{keyword,jdbcType=VARCHAR}, diff --git a/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallOrderGoodsMapper.xml b/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallOrderGoodsMapper.xml index ee5f3631..cb1e7240 100644 --- a/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallOrderGoodsMapper.xml +++ b/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallOrderGoodsMapper.xml @@ -5,7 +5,6 @@ @@ -25,7 +24,6 @@ @@ -78,7 +76,6 @@ @@ -131,7 +128,6 @@ id, order_id, goods_id, goods_name, goods_sn, product_id, `number`, retail_price, goods_specification_values, goods_specification_ids, pic_url, add_time, deleted @@ -140,7 +136,6 @@ select @@ -180,7 +175,6 @@ select @@ -204,7 +198,6 @@ delete from litemall_order_goods where id = #{id,jdbcType=INTEGER} @@ -213,7 +206,6 @@ delete from litemall_order_goods @@ -224,7 +216,6 @@ SELECT LAST_INSERT_ID() @@ -246,7 +237,6 @@ SELECT LAST_INSERT_ID() @@ -333,7 +323,6 @@ select count(*) from litemall_order_goods @@ -344,7 +333,6 @@ update litemall_order_goods @@ -396,7 +384,6 @@ update litemall_order_goods set id = #{record.id,jdbcType=INTEGER}, @@ -420,7 +407,6 @@ update litemall_order_goods @@ -467,7 +453,6 @@ update litemall_order_goods set order_id = #{orderId,jdbcType=INTEGER}, diff --git a/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallOrderMapper.xml b/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallOrderMapper.xml index 1dc297df..79582598 100644 --- a/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallOrderMapper.xml +++ b/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallOrderMapper.xml @@ -5,7 +5,6 @@ @@ -36,7 +35,6 @@ @@ -70,7 +68,6 @@ @@ -104,7 +101,6 @@ id, user_id, order_sn, order_status, consignee, mobile, address, goods_price, freight_price, coupon_price, integral_price, order_price, actual_price, pay_id, pay_status, pay_time, @@ -115,7 +111,6 @@ select @@ -155,7 +150,6 @@ select @@ -179,7 +173,6 @@ delete from litemall_order where id = #{id,jdbcType=INTEGER} @@ -188,7 +181,6 @@ delete from litemall_order @@ -199,7 +191,6 @@ SELECT LAST_INSERT_ID() @@ -225,7 +216,6 @@ SELECT LAST_INSERT_ID() @@ -378,7 +368,6 @@ select count(*) from litemall_order @@ -389,7 +378,6 @@ update litemall_order @@ -474,7 +462,6 @@ update litemall_order set id = #{record.id,jdbcType=INTEGER}, @@ -509,7 +496,6 @@ update litemall_order @@ -589,7 +575,6 @@ update litemall_order set user_id = #{userId,jdbcType=INTEGER}, diff --git a/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallProductMapper.xml b/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallProductMapper.xml index 1b070b1e..4573d1aa 100644 --- a/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallProductMapper.xml +++ b/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallProductMapper.xml @@ -5,7 +5,6 @@ @@ -20,7 +19,6 @@ @@ -73,7 +71,6 @@ @@ -126,7 +123,6 @@ id, goods_id, goods_specification_ids, goods_number, retail_price, url, add_time, deleted @@ -135,7 +131,6 @@ select @@ -175,7 +170,6 @@ select @@ -199,7 +193,6 @@ delete from litemall_product where id = #{id,jdbcType=INTEGER} @@ -208,7 +201,6 @@ delete from litemall_product @@ -219,7 +211,6 @@ SELECT LAST_INSERT_ID() @@ -235,7 +226,6 @@ SELECT LAST_INSERT_ID() @@ -292,7 +282,6 @@ select count(*) from litemall_product @@ -303,7 +292,6 @@ update litemall_product @@ -340,7 +328,6 @@ update litemall_product set id = #{record.id,jdbcType=INTEGER}, @@ -359,7 +346,6 @@ update litemall_product @@ -391,7 +377,6 @@ update litemall_product set goods_id = #{goodsId,jdbcType=INTEGER}, diff --git a/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallRegionMapper.xml b/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallRegionMapper.xml index c8470b9f..90991e22 100644 --- a/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallRegionMapper.xml +++ b/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallRegionMapper.xml @@ -5,7 +5,6 @@ @@ -17,7 +16,6 @@ @@ -51,7 +49,6 @@ @@ -85,7 +82,6 @@ id, pid, `name`, `type`, code @@ -93,7 +89,6 @@ select @@ -133,7 +128,6 @@ select @@ -157,7 +151,6 @@ delete from litemall_region where id = #{id,jdbcType=INTEGER} @@ -166,7 +159,6 @@ delete from litemall_region @@ -177,7 +169,6 @@ SELECT LAST_INSERT_ID() @@ -191,7 +182,6 @@ SELECT LAST_INSERT_ID() @@ -230,7 +220,6 @@ select count(*) from litemall_region @@ -241,7 +230,6 @@ update litemall_region @@ -269,7 +257,6 @@ update litemall_region set id = #{record.id,jdbcType=INTEGER}, @@ -285,7 +272,6 @@ update litemall_region @@ -308,7 +294,6 @@ update litemall_region set pid = #{pid,jdbcType=INTEGER}, diff --git a/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallSearchHistoryMapper.xml b/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallSearchHistoryMapper.xml index f5f4dd3a..72f457ee 100644 --- a/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallSearchHistoryMapper.xml +++ b/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallSearchHistoryMapper.xml @@ -5,7 +5,6 @@ @@ -18,7 +17,6 @@ @@ -52,7 +50,6 @@ @@ -86,7 +83,6 @@ id, user_id, keyword, `from`, add_time, deleted @@ -94,7 +90,6 @@ select @@ -134,7 +129,6 @@ select @@ -158,7 +152,6 @@ delete from litemall_search_history where id = #{id,jdbcType=INTEGER} @@ -167,7 +160,6 @@ delete from litemall_search_history @@ -178,7 +170,6 @@ SELECT LAST_INSERT_ID() @@ -192,7 +183,6 @@ SELECT LAST_INSERT_ID() @@ -237,7 +227,6 @@ select count(*) from litemall_search_history @@ -248,7 +237,6 @@ update litemall_search_history @@ -279,7 +267,6 @@ update litemall_search_history set id = #{record.id,jdbcType=INTEGER}, @@ -296,7 +283,6 @@ update litemall_search_history @@ -322,7 +308,6 @@ update litemall_search_history set user_id = #{userId,jdbcType=INTEGER}, diff --git a/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallStorageMapper.xml b/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallStorageMapper.xml index 9b7972ab..487cc894 100644 --- a/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallStorageMapper.xml +++ b/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallStorageMapper.xml @@ -5,7 +5,6 @@ @@ -21,7 +20,6 @@ @@ -55,7 +53,6 @@ @@ -89,7 +86,6 @@ id, `key`, `name`, `type`, `size`, modified, url, add_time, deleted @@ -97,7 +93,6 @@ select @@ -137,7 +132,6 @@ select @@ -161,7 +155,6 @@ delete from litemall_storage where id = #{id,jdbcType=INTEGER} @@ -170,7 +163,6 @@ delete from litemall_storage @@ -181,7 +173,6 @@ SELECT LAST_INSERT_ID() @@ -197,7 +188,6 @@ SELECT LAST_INSERT_ID() @@ -260,7 +250,6 @@ select count(*) from litemall_storage @@ -271,7 +260,6 @@ update litemall_storage @@ -311,7 +299,6 @@ update litemall_storage set id = #{record.id,jdbcType=INTEGER}, @@ -331,7 +318,6 @@ update litemall_storage @@ -366,7 +352,6 @@ update litemall_storage set `key` = #{key,jdbcType=VARCHAR}, diff --git a/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallTopicMapper.xml b/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallTopicMapper.xml index f668b63a..d0e23c38 100644 --- a/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallTopicMapper.xml +++ b/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallTopicMapper.xml @@ -5,7 +5,6 @@ @@ -24,7 +23,6 @@ @@ -32,7 +30,6 @@ @@ -66,7 +63,6 @@ @@ -100,7 +96,6 @@ id, title, avatar, item_pic_url, subtitle, price_info, read_count, scene_pic_url, sort_order, is_show, add_time, deleted @@ -109,7 +104,6 @@ content @@ -117,7 +111,6 @@ select @@ -138,7 +131,6 @@ select @@ -178,7 +170,6 @@ select @@ -204,7 +195,6 @@ delete from litemall_topic where id = #{id,jdbcType=INTEGER} @@ -213,7 +203,6 @@ delete from litemall_topic @@ -224,7 +213,6 @@ SELECT LAST_INSERT_ID() @@ -244,7 +232,6 @@ SELECT LAST_INSERT_ID() @@ -331,7 +318,6 @@ select count(*) from litemall_topic @@ -342,7 +328,6 @@ update litemall_topic @@ -394,7 +379,6 @@ update litemall_topic set id = #{record.id,jdbcType=INTEGER}, @@ -418,7 +402,6 @@ update litemall_topic set id = #{record.id,jdbcType=INTEGER}, @@ -441,7 +424,6 @@ update litemall_topic @@ -488,7 +470,6 @@ update litemall_topic set title = #{title,jdbcType=VARCHAR}, @@ -509,7 +490,6 @@ update litemall_topic set title = #{title,jdbcType=VARCHAR}, diff --git a/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallUserCouponMapper.xml b/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallUserCouponMapper.xml index 242f24a0..d1fc198b 100644 --- a/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallUserCouponMapper.xml +++ b/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallUserCouponMapper.xml @@ -5,7 +5,6 @@ @@ -19,7 +18,6 @@ @@ -53,7 +51,6 @@ @@ -87,7 +84,6 @@ id, coupon_id, user_id, order_id, used_time, add_time, deleted @@ -95,7 +91,6 @@ select @@ -135,7 +130,6 @@ select @@ -159,7 +153,6 @@ delete from litemall_user_coupon where id = #{id,jdbcType=INTEGER} @@ -168,7 +161,6 @@ delete from litemall_user_coupon @@ -179,7 +171,6 @@ SELECT LAST_INSERT_ID() @@ -195,7 +186,6 @@ SELECT LAST_INSERT_ID() @@ -246,7 +236,6 @@ select count(*) from litemall_user_coupon @@ -257,7 +246,6 @@ update litemall_user_coupon @@ -291,7 +279,6 @@ update litemall_user_coupon set id = #{record.id,jdbcType=INTEGER}, @@ -309,7 +296,6 @@ update litemall_user_coupon @@ -338,7 +324,6 @@ update litemall_user_coupon set coupon_id = #{couponId,jdbcType=INTEGER}, diff --git a/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallUserMapper.xml b/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallUserMapper.xml index cb711e2d..15e7a090 100644 --- a/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallUserMapper.xml +++ b/litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/LitemallUserMapper.xml @@ -5,7 +5,6 @@ @@ -28,7 +27,6 @@ @@ -62,7 +60,6 @@ @@ -96,7 +93,6 @@ id, username, `password`, gender, birthday, last_login_time, last_login_ip, user_level, nickname, mobile, register_ip, avatar, weixin_openid, `status`, add_time, deleted @@ -105,7 +101,6 @@ select @@ -145,7 +140,6 @@ select @@ -169,7 +163,6 @@ delete from litemall_user where id = #{id,jdbcType=INTEGER} @@ -178,7 +171,6 @@ delete from litemall_user @@ -189,7 +181,6 @@ SELECT LAST_INSERT_ID() @@ -211,7 +202,6 @@ SELECT LAST_INSERT_ID() @@ -316,7 +306,6 @@ select count(*) from litemall_user @@ -327,7 +316,6 @@ update litemall_user @@ -388,7 +376,6 @@ update litemall_user set id = #{record.id,jdbcType=INTEGER}, @@ -415,7 +402,6 @@ update litemall_user @@ -471,7 +457,6 @@ update litemall_user set username = #{username,jdbcType=VARCHAR},