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

update[litemall-db]: 设置suppressDate为true,这样自动生成代码的注释不会存在日期。

如果存在日期,会导致每次运行mybatis generator而需要无意义的提交。
parent bbb60313
......@@ -27,7 +27,7 @@
<plugin type="com.itfsw.mybatis.generator.plugins.ModelColumnPlugin"/>
<commentGenerator>
<!--<property name="suppressDate" value="true"/>-->
<property name="suppressDate" value="true"/>
<!--<property name="suppressAllComments" value="true"/>-->
</commentGenerator>
......
......@@ -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<LitemallAd> 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);
......
......@@ -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<LitemallAddress> 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);
......
......@@ -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<LitemallAdmin> 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);
......
......@@ -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<LitemallBrand> 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);
......
......@@ -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<LitemallCart> 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);
......
......@@ -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<LitemallCategory> 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);
......
......@@ -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<LitemallCollect> 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);
......
......@@ -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<LitemallComment> 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);
......
......@@ -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<LitemallCoupon> 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);
......
......@@ -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<LitemallFootprint> 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);
......
......@@ -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<LitemallGoodsAttribute> 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);
......
......@@ -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<LitemallGoods> 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<LitemallGoods> 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);
......
......@@ -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<LitemallGoodsSpecification> 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);
......
......@@ -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<LitemallIssue> 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);
......
......@@ -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<LitemallKeyword> 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);
......
......@@ -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<LitemallOrderGoods> 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);
......
......@@ -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<LitemallOrder> 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);
......
......@@ -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<LitemallProduct> 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);
......
......@@ -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<LitemallRegion> 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);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment