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 @@ ...@@ -27,7 +27,7 @@
<plugin type="com.itfsw.mybatis.generator.plugins.ModelColumnPlugin"/> <plugin type="com.itfsw.mybatis.generator.plugins.ModelColumnPlugin"/>
<commentGenerator> <commentGenerator>
<!--<property name="suppressDate" value="true"/>--> <property name="suppressDate" value="true"/>
<!--<property name="suppressAllComments" value="true"/>--> <!--<property name="suppressAllComments" value="true"/>-->
</commentGenerator> </commentGenerator>
......
...@@ -10,7 +10,7 @@ public interface LitemallAdMapper { ...@@ -10,7 +10,7 @@ public interface LitemallAdMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_ad * 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); long countByExample(LitemallAdExample example);
...@@ -18,7 +18,7 @@ public interface LitemallAdMapper { ...@@ -18,7 +18,7 @@ public interface LitemallAdMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_ad * 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); int deleteByExample(LitemallAdExample example);
...@@ -26,7 +26,7 @@ public interface LitemallAdMapper { ...@@ -26,7 +26,7 @@ public interface LitemallAdMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_ad * 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); int deleteByPrimaryKey(Integer id);
...@@ -34,7 +34,7 @@ public interface LitemallAdMapper { ...@@ -34,7 +34,7 @@ public interface LitemallAdMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_ad * 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); int insert(LitemallAd record);
...@@ -42,7 +42,7 @@ public interface LitemallAdMapper { ...@@ -42,7 +42,7 @@ public interface LitemallAdMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_ad * 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); int insertSelective(LitemallAd record);
...@@ -50,7 +50,7 @@ public interface LitemallAdMapper { ...@@ -50,7 +50,7 @@ public interface LitemallAdMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_ad * 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); List<LitemallAd> selectByExample(LitemallAdExample example);
...@@ -67,7 +67,7 @@ public interface LitemallAdMapper { ...@@ -67,7 +67,7 @@ public interface LitemallAdMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_ad * 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); LitemallAd selectByPrimaryKey(Integer id);
...@@ -84,7 +84,7 @@ public interface LitemallAdMapper { ...@@ -84,7 +84,7 @@ public interface LitemallAdMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_ad * 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); int updateByExampleSelective(@Param("record") LitemallAd record, @Param("example") LitemallAdExample example);
...@@ -92,7 +92,7 @@ public interface LitemallAdMapper { ...@@ -92,7 +92,7 @@ public interface LitemallAdMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_ad * 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); int updateByExample(@Param("record") LitemallAd record, @Param("example") LitemallAdExample example);
...@@ -100,7 +100,7 @@ public interface LitemallAdMapper { ...@@ -100,7 +100,7 @@ public interface LitemallAdMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_ad * 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); int updateByPrimaryKeySelective(LitemallAd record);
...@@ -108,7 +108,7 @@ public interface LitemallAdMapper { ...@@ -108,7 +108,7 @@ public interface LitemallAdMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_ad * 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); int updateByPrimaryKey(LitemallAd record);
......
...@@ -10,7 +10,7 @@ public interface LitemallAddressMapper { ...@@ -10,7 +10,7 @@ public interface LitemallAddressMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_address * 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); long countByExample(LitemallAddressExample example);
...@@ -18,7 +18,7 @@ public interface LitemallAddressMapper { ...@@ -18,7 +18,7 @@ public interface LitemallAddressMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_address * 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); int deleteByExample(LitemallAddressExample example);
...@@ -26,7 +26,7 @@ public interface LitemallAddressMapper { ...@@ -26,7 +26,7 @@ public interface LitemallAddressMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_address * 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); int deleteByPrimaryKey(Integer id);
...@@ -34,7 +34,7 @@ public interface LitemallAddressMapper { ...@@ -34,7 +34,7 @@ public interface LitemallAddressMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_address * 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); int insert(LitemallAddress record);
...@@ -42,7 +42,7 @@ public interface LitemallAddressMapper { ...@@ -42,7 +42,7 @@ public interface LitemallAddressMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_address * 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); int insertSelective(LitemallAddress record);
...@@ -50,7 +50,7 @@ public interface LitemallAddressMapper { ...@@ -50,7 +50,7 @@ public interface LitemallAddressMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_address * 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); List<LitemallAddress> selectByExample(LitemallAddressExample example);
...@@ -67,7 +67,7 @@ public interface LitemallAddressMapper { ...@@ -67,7 +67,7 @@ public interface LitemallAddressMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_address * 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); LitemallAddress selectByPrimaryKey(Integer id);
...@@ -84,7 +84,7 @@ public interface LitemallAddressMapper { ...@@ -84,7 +84,7 @@ public interface LitemallAddressMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_address * 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); int updateByExampleSelective(@Param("record") LitemallAddress record, @Param("example") LitemallAddressExample example);
...@@ -92,7 +92,7 @@ public interface LitemallAddressMapper { ...@@ -92,7 +92,7 @@ public interface LitemallAddressMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_address * 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); int updateByExample(@Param("record") LitemallAddress record, @Param("example") LitemallAddressExample example);
...@@ -100,7 +100,7 @@ public interface LitemallAddressMapper { ...@@ -100,7 +100,7 @@ public interface LitemallAddressMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_address * 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); int updateByPrimaryKeySelective(LitemallAddress record);
...@@ -108,7 +108,7 @@ public interface LitemallAddressMapper { ...@@ -108,7 +108,7 @@ public interface LitemallAddressMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_address * 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); int updateByPrimaryKey(LitemallAddress record);
......
...@@ -10,7 +10,7 @@ public interface LitemallAdminMapper { ...@@ -10,7 +10,7 @@ public interface LitemallAdminMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_admin * 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); long countByExample(LitemallAdminExample example);
...@@ -18,7 +18,7 @@ public interface LitemallAdminMapper { ...@@ -18,7 +18,7 @@ public interface LitemallAdminMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_admin * 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); int deleteByExample(LitemallAdminExample example);
...@@ -26,7 +26,7 @@ public interface LitemallAdminMapper { ...@@ -26,7 +26,7 @@ public interface LitemallAdminMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_admin * 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); int deleteByPrimaryKey(Integer id);
...@@ -34,7 +34,7 @@ public interface LitemallAdminMapper { ...@@ -34,7 +34,7 @@ public interface LitemallAdminMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_admin * 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); int insert(LitemallAdmin record);
...@@ -42,7 +42,7 @@ public interface LitemallAdminMapper { ...@@ -42,7 +42,7 @@ public interface LitemallAdminMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_admin * 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); int insertSelective(LitemallAdmin record);
...@@ -50,7 +50,7 @@ public interface LitemallAdminMapper { ...@@ -50,7 +50,7 @@ public interface LitemallAdminMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_admin * 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); List<LitemallAdmin> selectByExample(LitemallAdminExample example);
...@@ -67,7 +67,7 @@ public interface LitemallAdminMapper { ...@@ -67,7 +67,7 @@ public interface LitemallAdminMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_admin * 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); LitemallAdmin selectByPrimaryKey(Integer id);
...@@ -84,7 +84,7 @@ public interface LitemallAdminMapper { ...@@ -84,7 +84,7 @@ public interface LitemallAdminMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_admin * 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); int updateByExampleSelective(@Param("record") LitemallAdmin record, @Param("example") LitemallAdminExample example);
...@@ -92,7 +92,7 @@ public interface LitemallAdminMapper { ...@@ -92,7 +92,7 @@ public interface LitemallAdminMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_admin * 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); int updateByExample(@Param("record") LitemallAdmin record, @Param("example") LitemallAdminExample example);
...@@ -100,7 +100,7 @@ public interface LitemallAdminMapper { ...@@ -100,7 +100,7 @@ public interface LitemallAdminMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_admin * 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); int updateByPrimaryKeySelective(LitemallAdmin record);
...@@ -108,7 +108,7 @@ public interface LitemallAdminMapper { ...@@ -108,7 +108,7 @@ public interface LitemallAdminMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_admin * 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); int updateByPrimaryKey(LitemallAdmin record);
......
...@@ -10,7 +10,7 @@ public interface LitemallBrandMapper { ...@@ -10,7 +10,7 @@ public interface LitemallBrandMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_brand * 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); long countByExample(LitemallBrandExample example);
...@@ -18,7 +18,7 @@ public interface LitemallBrandMapper { ...@@ -18,7 +18,7 @@ public interface LitemallBrandMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_brand * 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); int deleteByExample(LitemallBrandExample example);
...@@ -26,7 +26,7 @@ public interface LitemallBrandMapper { ...@@ -26,7 +26,7 @@ public interface LitemallBrandMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_brand * 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); int deleteByPrimaryKey(Integer id);
...@@ -34,7 +34,7 @@ public interface LitemallBrandMapper { ...@@ -34,7 +34,7 @@ public interface LitemallBrandMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_brand * 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); int insert(LitemallBrand record);
...@@ -42,7 +42,7 @@ public interface LitemallBrandMapper { ...@@ -42,7 +42,7 @@ public interface LitemallBrandMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_brand * 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); int insertSelective(LitemallBrand record);
...@@ -50,7 +50,7 @@ public interface LitemallBrandMapper { ...@@ -50,7 +50,7 @@ public interface LitemallBrandMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_brand * 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); List<LitemallBrand> selectByExample(LitemallBrandExample example);
...@@ -67,7 +67,7 @@ public interface LitemallBrandMapper { ...@@ -67,7 +67,7 @@ public interface LitemallBrandMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_brand * 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); LitemallBrand selectByPrimaryKey(Integer id);
...@@ -84,7 +84,7 @@ public interface LitemallBrandMapper { ...@@ -84,7 +84,7 @@ public interface LitemallBrandMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_brand * 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); int updateByExampleSelective(@Param("record") LitemallBrand record, @Param("example") LitemallBrandExample example);
...@@ -92,7 +92,7 @@ public interface LitemallBrandMapper { ...@@ -92,7 +92,7 @@ public interface LitemallBrandMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_brand * 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); int updateByExample(@Param("record") LitemallBrand record, @Param("example") LitemallBrandExample example);
...@@ -100,7 +100,7 @@ public interface LitemallBrandMapper { ...@@ -100,7 +100,7 @@ public interface LitemallBrandMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_brand * 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); int updateByPrimaryKeySelective(LitemallBrand record);
...@@ -108,7 +108,7 @@ public interface LitemallBrandMapper { ...@@ -108,7 +108,7 @@ public interface LitemallBrandMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_brand * 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); int updateByPrimaryKey(LitemallBrand record);
......
...@@ -10,7 +10,7 @@ public interface LitemallCartMapper { ...@@ -10,7 +10,7 @@ public interface LitemallCartMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_cart * 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); long countByExample(LitemallCartExample example);
...@@ -18,7 +18,7 @@ public interface LitemallCartMapper { ...@@ -18,7 +18,7 @@ public interface LitemallCartMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_cart * 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); int deleteByExample(LitemallCartExample example);
...@@ -26,7 +26,7 @@ public interface LitemallCartMapper { ...@@ -26,7 +26,7 @@ public interface LitemallCartMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_cart * 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); int deleteByPrimaryKey(Integer id);
...@@ -34,7 +34,7 @@ public interface LitemallCartMapper { ...@@ -34,7 +34,7 @@ public interface LitemallCartMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_cart * 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); int insert(LitemallCart record);
...@@ -42,7 +42,7 @@ public interface LitemallCartMapper { ...@@ -42,7 +42,7 @@ public interface LitemallCartMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_cart * 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); int insertSelective(LitemallCart record);
...@@ -50,7 +50,7 @@ public interface LitemallCartMapper { ...@@ -50,7 +50,7 @@ public interface LitemallCartMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_cart * 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); List<LitemallCart> selectByExample(LitemallCartExample example);
...@@ -67,7 +67,7 @@ public interface LitemallCartMapper { ...@@ -67,7 +67,7 @@ public interface LitemallCartMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_cart * 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); LitemallCart selectByPrimaryKey(Integer id);
...@@ -84,7 +84,7 @@ public interface LitemallCartMapper { ...@@ -84,7 +84,7 @@ public interface LitemallCartMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_cart * 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); int updateByExampleSelective(@Param("record") LitemallCart record, @Param("example") LitemallCartExample example);
...@@ -92,7 +92,7 @@ public interface LitemallCartMapper { ...@@ -92,7 +92,7 @@ public interface LitemallCartMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_cart * 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); int updateByExample(@Param("record") LitemallCart record, @Param("example") LitemallCartExample example);
...@@ -100,7 +100,7 @@ public interface LitemallCartMapper { ...@@ -100,7 +100,7 @@ public interface LitemallCartMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_cart * 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); int updateByPrimaryKeySelective(LitemallCart record);
...@@ -108,7 +108,7 @@ public interface LitemallCartMapper { ...@@ -108,7 +108,7 @@ public interface LitemallCartMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_cart * 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); int updateByPrimaryKey(LitemallCart record);
......
...@@ -10,7 +10,7 @@ public interface LitemallCategoryMapper { ...@@ -10,7 +10,7 @@ public interface LitemallCategoryMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_category * 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); long countByExample(LitemallCategoryExample example);
...@@ -18,7 +18,7 @@ public interface LitemallCategoryMapper { ...@@ -18,7 +18,7 @@ public interface LitemallCategoryMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_category * 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); int deleteByExample(LitemallCategoryExample example);
...@@ -26,7 +26,7 @@ public interface LitemallCategoryMapper { ...@@ -26,7 +26,7 @@ public interface LitemallCategoryMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_category * 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); int deleteByPrimaryKey(Integer id);
...@@ -34,7 +34,7 @@ public interface LitemallCategoryMapper { ...@@ -34,7 +34,7 @@ public interface LitemallCategoryMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_category * 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); int insert(LitemallCategory record);
...@@ -42,7 +42,7 @@ public interface LitemallCategoryMapper { ...@@ -42,7 +42,7 @@ public interface LitemallCategoryMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_category * 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); int insertSelective(LitemallCategory record);
...@@ -50,7 +50,7 @@ public interface LitemallCategoryMapper { ...@@ -50,7 +50,7 @@ public interface LitemallCategoryMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_category * 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); List<LitemallCategory> selectByExample(LitemallCategoryExample example);
...@@ -67,7 +67,7 @@ public interface LitemallCategoryMapper { ...@@ -67,7 +67,7 @@ public interface LitemallCategoryMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_category * 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); LitemallCategory selectByPrimaryKey(Integer id);
...@@ -84,7 +84,7 @@ public interface LitemallCategoryMapper { ...@@ -84,7 +84,7 @@ public interface LitemallCategoryMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_category * 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); int updateByExampleSelective(@Param("record") LitemallCategory record, @Param("example") LitemallCategoryExample example);
...@@ -92,7 +92,7 @@ public interface LitemallCategoryMapper { ...@@ -92,7 +92,7 @@ public interface LitemallCategoryMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_category * 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); int updateByExample(@Param("record") LitemallCategory record, @Param("example") LitemallCategoryExample example);
...@@ -100,7 +100,7 @@ public interface LitemallCategoryMapper { ...@@ -100,7 +100,7 @@ public interface LitemallCategoryMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_category * 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); int updateByPrimaryKeySelective(LitemallCategory record);
...@@ -108,7 +108,7 @@ public interface LitemallCategoryMapper { ...@@ -108,7 +108,7 @@ public interface LitemallCategoryMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_category * 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); int updateByPrimaryKey(LitemallCategory record);
......
...@@ -10,7 +10,7 @@ public interface LitemallCollectMapper { ...@@ -10,7 +10,7 @@ public interface LitemallCollectMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_collect * 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); long countByExample(LitemallCollectExample example);
...@@ -18,7 +18,7 @@ public interface LitemallCollectMapper { ...@@ -18,7 +18,7 @@ public interface LitemallCollectMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_collect * 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); int deleteByExample(LitemallCollectExample example);
...@@ -26,7 +26,7 @@ public interface LitemallCollectMapper { ...@@ -26,7 +26,7 @@ public interface LitemallCollectMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_collect * 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); int deleteByPrimaryKey(Integer id);
...@@ -34,7 +34,7 @@ public interface LitemallCollectMapper { ...@@ -34,7 +34,7 @@ public interface LitemallCollectMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_collect * 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); int insert(LitemallCollect record);
...@@ -42,7 +42,7 @@ public interface LitemallCollectMapper { ...@@ -42,7 +42,7 @@ public interface LitemallCollectMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_collect * 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); int insertSelective(LitemallCollect record);
...@@ -50,7 +50,7 @@ public interface LitemallCollectMapper { ...@@ -50,7 +50,7 @@ public interface LitemallCollectMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_collect * 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); List<LitemallCollect> selectByExample(LitemallCollectExample example);
...@@ -67,7 +67,7 @@ public interface LitemallCollectMapper { ...@@ -67,7 +67,7 @@ public interface LitemallCollectMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_collect * 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); LitemallCollect selectByPrimaryKey(Integer id);
...@@ -84,7 +84,7 @@ public interface LitemallCollectMapper { ...@@ -84,7 +84,7 @@ public interface LitemallCollectMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_collect * 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); int updateByExampleSelective(@Param("record") LitemallCollect record, @Param("example") LitemallCollectExample example);
...@@ -92,7 +92,7 @@ public interface LitemallCollectMapper { ...@@ -92,7 +92,7 @@ public interface LitemallCollectMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_collect * 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); int updateByExample(@Param("record") LitemallCollect record, @Param("example") LitemallCollectExample example);
...@@ -100,7 +100,7 @@ public interface LitemallCollectMapper { ...@@ -100,7 +100,7 @@ public interface LitemallCollectMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_collect * 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); int updateByPrimaryKeySelective(LitemallCollect record);
...@@ -108,7 +108,7 @@ public interface LitemallCollectMapper { ...@@ -108,7 +108,7 @@ public interface LitemallCollectMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_collect * 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); int updateByPrimaryKey(LitemallCollect record);
......
...@@ -10,7 +10,7 @@ public interface LitemallCommentMapper { ...@@ -10,7 +10,7 @@ public interface LitemallCommentMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_comment * 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); long countByExample(LitemallCommentExample example);
...@@ -18,7 +18,7 @@ public interface LitemallCommentMapper { ...@@ -18,7 +18,7 @@ public interface LitemallCommentMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_comment * 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); int deleteByExample(LitemallCommentExample example);
...@@ -26,7 +26,7 @@ public interface LitemallCommentMapper { ...@@ -26,7 +26,7 @@ public interface LitemallCommentMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_comment * 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); int deleteByPrimaryKey(Integer id);
...@@ -34,7 +34,7 @@ public interface LitemallCommentMapper { ...@@ -34,7 +34,7 @@ public interface LitemallCommentMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_comment * 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); int insert(LitemallComment record);
...@@ -42,7 +42,7 @@ public interface LitemallCommentMapper { ...@@ -42,7 +42,7 @@ public interface LitemallCommentMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_comment * 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); int insertSelective(LitemallComment record);
...@@ -50,7 +50,7 @@ public interface LitemallCommentMapper { ...@@ -50,7 +50,7 @@ public interface LitemallCommentMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_comment * 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); List<LitemallComment> selectByExample(LitemallCommentExample example);
...@@ -67,7 +67,7 @@ public interface LitemallCommentMapper { ...@@ -67,7 +67,7 @@ public interface LitemallCommentMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_comment * 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); LitemallComment selectByPrimaryKey(Integer id);
...@@ -84,7 +84,7 @@ public interface LitemallCommentMapper { ...@@ -84,7 +84,7 @@ public interface LitemallCommentMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_comment * 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); int updateByExampleSelective(@Param("record") LitemallComment record, @Param("example") LitemallCommentExample example);
...@@ -92,7 +92,7 @@ public interface LitemallCommentMapper { ...@@ -92,7 +92,7 @@ public interface LitemallCommentMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_comment * 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); int updateByExample(@Param("record") LitemallComment record, @Param("example") LitemallCommentExample example);
...@@ -100,7 +100,7 @@ public interface LitemallCommentMapper { ...@@ -100,7 +100,7 @@ public interface LitemallCommentMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_comment * 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); int updateByPrimaryKeySelective(LitemallComment record);
...@@ -108,7 +108,7 @@ public interface LitemallCommentMapper { ...@@ -108,7 +108,7 @@ public interface LitemallCommentMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_comment * 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); int updateByPrimaryKey(LitemallComment record);
......
...@@ -10,7 +10,7 @@ public interface LitemallCouponMapper { ...@@ -10,7 +10,7 @@ public interface LitemallCouponMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_coupon * 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); long countByExample(LitemallCouponExample example);
...@@ -18,7 +18,7 @@ public interface LitemallCouponMapper { ...@@ -18,7 +18,7 @@ public interface LitemallCouponMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_coupon * 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); int deleteByExample(LitemallCouponExample example);
...@@ -26,7 +26,7 @@ public interface LitemallCouponMapper { ...@@ -26,7 +26,7 @@ public interface LitemallCouponMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_coupon * 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); int deleteByPrimaryKey(Integer id);
...@@ -34,7 +34,7 @@ public interface LitemallCouponMapper { ...@@ -34,7 +34,7 @@ public interface LitemallCouponMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_coupon * 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); int insert(LitemallCoupon record);
...@@ -42,7 +42,7 @@ public interface LitemallCouponMapper { ...@@ -42,7 +42,7 @@ public interface LitemallCouponMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_coupon * 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); int insertSelective(LitemallCoupon record);
...@@ -50,7 +50,7 @@ public interface LitemallCouponMapper { ...@@ -50,7 +50,7 @@ public interface LitemallCouponMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_coupon * 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); List<LitemallCoupon> selectByExample(LitemallCouponExample example);
...@@ -67,7 +67,7 @@ public interface LitemallCouponMapper { ...@@ -67,7 +67,7 @@ public interface LitemallCouponMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_coupon * 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); LitemallCoupon selectByPrimaryKey(Integer id);
...@@ -84,7 +84,7 @@ public interface LitemallCouponMapper { ...@@ -84,7 +84,7 @@ public interface LitemallCouponMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_coupon * 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); int updateByExampleSelective(@Param("record") LitemallCoupon record, @Param("example") LitemallCouponExample example);
...@@ -92,7 +92,7 @@ public interface LitemallCouponMapper { ...@@ -92,7 +92,7 @@ public interface LitemallCouponMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_coupon * 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); int updateByExample(@Param("record") LitemallCoupon record, @Param("example") LitemallCouponExample example);
...@@ -100,7 +100,7 @@ public interface LitemallCouponMapper { ...@@ -100,7 +100,7 @@ public interface LitemallCouponMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_coupon * 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); int updateByPrimaryKeySelective(LitemallCoupon record);
...@@ -108,7 +108,7 @@ public interface LitemallCouponMapper { ...@@ -108,7 +108,7 @@ public interface LitemallCouponMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_coupon * 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); int updateByPrimaryKey(LitemallCoupon record);
......
...@@ -10,7 +10,7 @@ public interface LitemallFootprintMapper { ...@@ -10,7 +10,7 @@ public interface LitemallFootprintMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_footprint * 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); long countByExample(LitemallFootprintExample example);
...@@ -18,7 +18,7 @@ public interface LitemallFootprintMapper { ...@@ -18,7 +18,7 @@ public interface LitemallFootprintMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_footprint * 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); int deleteByExample(LitemallFootprintExample example);
...@@ -26,7 +26,7 @@ public interface LitemallFootprintMapper { ...@@ -26,7 +26,7 @@ public interface LitemallFootprintMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_footprint * 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); int deleteByPrimaryKey(Integer id);
...@@ -34,7 +34,7 @@ public interface LitemallFootprintMapper { ...@@ -34,7 +34,7 @@ public interface LitemallFootprintMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_footprint * 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); int insert(LitemallFootprint record);
...@@ -42,7 +42,7 @@ public interface LitemallFootprintMapper { ...@@ -42,7 +42,7 @@ public interface LitemallFootprintMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_footprint * 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); int insertSelective(LitemallFootprint record);
...@@ -50,7 +50,7 @@ public interface LitemallFootprintMapper { ...@@ -50,7 +50,7 @@ public interface LitemallFootprintMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_footprint * 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); List<LitemallFootprint> selectByExample(LitemallFootprintExample example);
...@@ -67,7 +67,7 @@ public interface LitemallFootprintMapper { ...@@ -67,7 +67,7 @@ public interface LitemallFootprintMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_footprint * 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); LitemallFootprint selectByPrimaryKey(Integer id);
...@@ -84,7 +84,7 @@ public interface LitemallFootprintMapper { ...@@ -84,7 +84,7 @@ public interface LitemallFootprintMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_footprint * 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); int updateByExampleSelective(@Param("record") LitemallFootprint record, @Param("example") LitemallFootprintExample example);
...@@ -92,7 +92,7 @@ public interface LitemallFootprintMapper { ...@@ -92,7 +92,7 @@ public interface LitemallFootprintMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_footprint * 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); int updateByExample(@Param("record") LitemallFootprint record, @Param("example") LitemallFootprintExample example);
...@@ -100,7 +100,7 @@ public interface LitemallFootprintMapper { ...@@ -100,7 +100,7 @@ public interface LitemallFootprintMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_footprint * 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); int updateByPrimaryKeySelective(LitemallFootprint record);
...@@ -108,7 +108,7 @@ public interface LitemallFootprintMapper { ...@@ -108,7 +108,7 @@ public interface LitemallFootprintMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_footprint * 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); int updateByPrimaryKey(LitemallFootprint record);
......
...@@ -10,7 +10,7 @@ public interface LitemallGoodsAttributeMapper { ...@@ -10,7 +10,7 @@ public interface LitemallGoodsAttributeMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_goods_attribute * 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); long countByExample(LitemallGoodsAttributeExample example);
...@@ -18,7 +18,7 @@ public interface LitemallGoodsAttributeMapper { ...@@ -18,7 +18,7 @@ public interface LitemallGoodsAttributeMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_goods_attribute * 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); int deleteByExample(LitemallGoodsAttributeExample example);
...@@ -26,7 +26,7 @@ public interface LitemallGoodsAttributeMapper { ...@@ -26,7 +26,7 @@ public interface LitemallGoodsAttributeMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_goods_attribute * 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); int deleteByPrimaryKey(Integer id);
...@@ -34,7 +34,7 @@ public interface LitemallGoodsAttributeMapper { ...@@ -34,7 +34,7 @@ public interface LitemallGoodsAttributeMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_goods_attribute * 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); int insert(LitemallGoodsAttribute record);
...@@ -42,7 +42,7 @@ public interface LitemallGoodsAttributeMapper { ...@@ -42,7 +42,7 @@ public interface LitemallGoodsAttributeMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_goods_attribute * 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); int insertSelective(LitemallGoodsAttribute record);
...@@ -50,7 +50,7 @@ public interface LitemallGoodsAttributeMapper { ...@@ -50,7 +50,7 @@ public interface LitemallGoodsAttributeMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_goods_attribute * 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); List<LitemallGoodsAttribute> selectByExample(LitemallGoodsAttributeExample example);
...@@ -67,7 +67,7 @@ public interface LitemallGoodsAttributeMapper { ...@@ -67,7 +67,7 @@ public interface LitemallGoodsAttributeMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_goods_attribute * 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); LitemallGoodsAttribute selectByPrimaryKey(Integer id);
...@@ -84,7 +84,7 @@ public interface LitemallGoodsAttributeMapper { ...@@ -84,7 +84,7 @@ public interface LitemallGoodsAttributeMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_goods_attribute * 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); int updateByExampleSelective(@Param("record") LitemallGoodsAttribute record, @Param("example") LitemallGoodsAttributeExample example);
...@@ -92,7 +92,7 @@ public interface LitemallGoodsAttributeMapper { ...@@ -92,7 +92,7 @@ public interface LitemallGoodsAttributeMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_goods_attribute * 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); int updateByExample(@Param("record") LitemallGoodsAttribute record, @Param("example") LitemallGoodsAttributeExample example);
...@@ -100,7 +100,7 @@ public interface LitemallGoodsAttributeMapper { ...@@ -100,7 +100,7 @@ public interface LitemallGoodsAttributeMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_goods_attribute * 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); int updateByPrimaryKeySelective(LitemallGoodsAttribute record);
...@@ -108,7 +108,7 @@ public interface LitemallGoodsAttributeMapper { ...@@ -108,7 +108,7 @@ public interface LitemallGoodsAttributeMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_goods_attribute * 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); int updateByPrimaryKey(LitemallGoodsAttribute record);
......
...@@ -10,7 +10,7 @@ public interface LitemallGoodsMapper { ...@@ -10,7 +10,7 @@ public interface LitemallGoodsMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_goods * 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); long countByExample(LitemallGoodsExample example);
...@@ -18,7 +18,7 @@ public interface LitemallGoodsMapper { ...@@ -18,7 +18,7 @@ public interface LitemallGoodsMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_goods * 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); int deleteByExample(LitemallGoodsExample example);
...@@ -26,7 +26,7 @@ public interface LitemallGoodsMapper { ...@@ -26,7 +26,7 @@ public interface LitemallGoodsMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_goods * 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); int deleteByPrimaryKey(Integer id);
...@@ -34,7 +34,7 @@ public interface LitemallGoodsMapper { ...@@ -34,7 +34,7 @@ public interface LitemallGoodsMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_goods * 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); int insert(LitemallGoods record);
...@@ -42,7 +42,7 @@ public interface LitemallGoodsMapper { ...@@ -42,7 +42,7 @@ public interface LitemallGoodsMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_goods * 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); int insertSelective(LitemallGoods record);
...@@ -50,7 +50,7 @@ public interface LitemallGoodsMapper { ...@@ -50,7 +50,7 @@ public interface LitemallGoodsMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_goods * 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); List<LitemallGoods> selectByExampleWithBLOBs(LitemallGoodsExample example);
...@@ -58,7 +58,7 @@ public interface LitemallGoodsMapper { ...@@ -58,7 +58,7 @@ public interface LitemallGoodsMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_goods * 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); List<LitemallGoods> selectByExample(LitemallGoodsExample example);
...@@ -75,7 +75,7 @@ public interface LitemallGoodsMapper { ...@@ -75,7 +75,7 @@ public interface LitemallGoodsMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_goods * 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); LitemallGoods selectByPrimaryKey(Integer id);
...@@ -92,7 +92,7 @@ public interface LitemallGoodsMapper { ...@@ -92,7 +92,7 @@ public interface LitemallGoodsMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_goods * 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); int updateByExampleSelective(@Param("record") LitemallGoods record, @Param("example") LitemallGoodsExample example);
...@@ -100,7 +100,7 @@ public interface LitemallGoodsMapper { ...@@ -100,7 +100,7 @@ public interface LitemallGoodsMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_goods * 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); int updateByExampleWithBLOBs(@Param("record") LitemallGoods record, @Param("example") LitemallGoodsExample example);
...@@ -108,7 +108,7 @@ public interface LitemallGoodsMapper { ...@@ -108,7 +108,7 @@ public interface LitemallGoodsMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_goods * 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); int updateByExample(@Param("record") LitemallGoods record, @Param("example") LitemallGoodsExample example);
...@@ -116,7 +116,7 @@ public interface LitemallGoodsMapper { ...@@ -116,7 +116,7 @@ public interface LitemallGoodsMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_goods * 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); int updateByPrimaryKeySelective(LitemallGoods record);
...@@ -124,7 +124,7 @@ public interface LitemallGoodsMapper { ...@@ -124,7 +124,7 @@ public interface LitemallGoodsMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_goods * 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); int updateByPrimaryKeyWithBLOBs(LitemallGoods record);
...@@ -132,7 +132,7 @@ public interface LitemallGoodsMapper { ...@@ -132,7 +132,7 @@ public interface LitemallGoodsMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_goods * 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); int updateByPrimaryKey(LitemallGoods record);
......
...@@ -10,7 +10,7 @@ public interface LitemallGoodsSpecificationMapper { ...@@ -10,7 +10,7 @@ public interface LitemallGoodsSpecificationMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_goods_specification * 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); long countByExample(LitemallGoodsSpecificationExample example);
...@@ -18,7 +18,7 @@ public interface LitemallGoodsSpecificationMapper { ...@@ -18,7 +18,7 @@ public interface LitemallGoodsSpecificationMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_goods_specification * 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); int deleteByExample(LitemallGoodsSpecificationExample example);
...@@ -26,7 +26,7 @@ public interface LitemallGoodsSpecificationMapper { ...@@ -26,7 +26,7 @@ public interface LitemallGoodsSpecificationMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_goods_specification * 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); int deleteByPrimaryKey(Integer id);
...@@ -34,7 +34,7 @@ public interface LitemallGoodsSpecificationMapper { ...@@ -34,7 +34,7 @@ public interface LitemallGoodsSpecificationMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_goods_specification * 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); int insert(LitemallGoodsSpecification record);
...@@ -42,7 +42,7 @@ public interface LitemallGoodsSpecificationMapper { ...@@ -42,7 +42,7 @@ public interface LitemallGoodsSpecificationMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_goods_specification * 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); int insertSelective(LitemallGoodsSpecification record);
...@@ -50,7 +50,7 @@ public interface LitemallGoodsSpecificationMapper { ...@@ -50,7 +50,7 @@ public interface LitemallGoodsSpecificationMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_goods_specification * 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); List<LitemallGoodsSpecification> selectByExample(LitemallGoodsSpecificationExample example);
...@@ -67,7 +67,7 @@ public interface LitemallGoodsSpecificationMapper { ...@@ -67,7 +67,7 @@ public interface LitemallGoodsSpecificationMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_goods_specification * 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); LitemallGoodsSpecification selectByPrimaryKey(Integer id);
...@@ -84,7 +84,7 @@ public interface LitemallGoodsSpecificationMapper { ...@@ -84,7 +84,7 @@ public interface LitemallGoodsSpecificationMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_goods_specification * 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); int updateByExampleSelective(@Param("record") LitemallGoodsSpecification record, @Param("example") LitemallGoodsSpecificationExample example);
...@@ -92,7 +92,7 @@ public interface LitemallGoodsSpecificationMapper { ...@@ -92,7 +92,7 @@ public interface LitemallGoodsSpecificationMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_goods_specification * 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); int updateByExample(@Param("record") LitemallGoodsSpecification record, @Param("example") LitemallGoodsSpecificationExample example);
...@@ -100,7 +100,7 @@ public interface LitemallGoodsSpecificationMapper { ...@@ -100,7 +100,7 @@ public interface LitemallGoodsSpecificationMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_goods_specification * 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); int updateByPrimaryKeySelective(LitemallGoodsSpecification record);
...@@ -108,7 +108,7 @@ public interface LitemallGoodsSpecificationMapper { ...@@ -108,7 +108,7 @@ public interface LitemallGoodsSpecificationMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_goods_specification * 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); int updateByPrimaryKey(LitemallGoodsSpecification record);
......
...@@ -10,7 +10,7 @@ public interface LitemallIssueMapper { ...@@ -10,7 +10,7 @@ public interface LitemallIssueMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_issue * 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); long countByExample(LitemallIssueExample example);
...@@ -18,7 +18,7 @@ public interface LitemallIssueMapper { ...@@ -18,7 +18,7 @@ public interface LitemallIssueMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_issue * 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); int deleteByExample(LitemallIssueExample example);
...@@ -26,7 +26,7 @@ public interface LitemallIssueMapper { ...@@ -26,7 +26,7 @@ public interface LitemallIssueMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_issue * 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); int deleteByPrimaryKey(Integer id);
...@@ -34,7 +34,7 @@ public interface LitemallIssueMapper { ...@@ -34,7 +34,7 @@ public interface LitemallIssueMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_issue * 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); int insert(LitemallIssue record);
...@@ -42,7 +42,7 @@ public interface LitemallIssueMapper { ...@@ -42,7 +42,7 @@ public interface LitemallIssueMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_issue * 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); int insertSelective(LitemallIssue record);
...@@ -50,7 +50,7 @@ public interface LitemallIssueMapper { ...@@ -50,7 +50,7 @@ public interface LitemallIssueMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_issue * 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); List<LitemallIssue> selectByExample(LitemallIssueExample example);
...@@ -67,7 +67,7 @@ public interface LitemallIssueMapper { ...@@ -67,7 +67,7 @@ public interface LitemallIssueMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_issue * 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); LitemallIssue selectByPrimaryKey(Integer id);
...@@ -84,7 +84,7 @@ public interface LitemallIssueMapper { ...@@ -84,7 +84,7 @@ public interface LitemallIssueMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_issue * 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); int updateByExampleSelective(@Param("record") LitemallIssue record, @Param("example") LitemallIssueExample example);
...@@ -92,7 +92,7 @@ public interface LitemallIssueMapper { ...@@ -92,7 +92,7 @@ public interface LitemallIssueMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_issue * 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); int updateByExample(@Param("record") LitemallIssue record, @Param("example") LitemallIssueExample example);
...@@ -100,7 +100,7 @@ public interface LitemallIssueMapper { ...@@ -100,7 +100,7 @@ public interface LitemallIssueMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_issue * 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); int updateByPrimaryKeySelective(LitemallIssue record);
...@@ -108,7 +108,7 @@ public interface LitemallIssueMapper { ...@@ -108,7 +108,7 @@ public interface LitemallIssueMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_issue * 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); int updateByPrimaryKey(LitemallIssue record);
......
...@@ -10,7 +10,7 @@ public interface LitemallKeywordMapper { ...@@ -10,7 +10,7 @@ public interface LitemallKeywordMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_keyword * 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); long countByExample(LitemallKeywordExample example);
...@@ -18,7 +18,7 @@ public interface LitemallKeywordMapper { ...@@ -18,7 +18,7 @@ public interface LitemallKeywordMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_keyword * 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); int deleteByExample(LitemallKeywordExample example);
...@@ -26,7 +26,7 @@ public interface LitemallKeywordMapper { ...@@ -26,7 +26,7 @@ public interface LitemallKeywordMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_keyword * 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); int deleteByPrimaryKey(Integer id);
...@@ -34,7 +34,7 @@ public interface LitemallKeywordMapper { ...@@ -34,7 +34,7 @@ public interface LitemallKeywordMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_keyword * 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); int insert(LitemallKeyword record);
...@@ -42,7 +42,7 @@ public interface LitemallKeywordMapper { ...@@ -42,7 +42,7 @@ public interface LitemallKeywordMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_keyword * 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); int insertSelective(LitemallKeyword record);
...@@ -50,7 +50,7 @@ public interface LitemallKeywordMapper { ...@@ -50,7 +50,7 @@ public interface LitemallKeywordMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_keyword * 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); List<LitemallKeyword> selectByExample(LitemallKeywordExample example);
...@@ -67,7 +67,7 @@ public interface LitemallKeywordMapper { ...@@ -67,7 +67,7 @@ public interface LitemallKeywordMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_keyword * 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); LitemallKeyword selectByPrimaryKey(Integer id);
...@@ -84,7 +84,7 @@ public interface LitemallKeywordMapper { ...@@ -84,7 +84,7 @@ public interface LitemallKeywordMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_keyword * 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); int updateByExampleSelective(@Param("record") LitemallKeyword record, @Param("example") LitemallKeywordExample example);
...@@ -92,7 +92,7 @@ public interface LitemallKeywordMapper { ...@@ -92,7 +92,7 @@ public interface LitemallKeywordMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_keyword * 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); int updateByExample(@Param("record") LitemallKeyword record, @Param("example") LitemallKeywordExample example);
...@@ -100,7 +100,7 @@ public interface LitemallKeywordMapper { ...@@ -100,7 +100,7 @@ public interface LitemallKeywordMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_keyword * 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); int updateByPrimaryKeySelective(LitemallKeyword record);
...@@ -108,7 +108,7 @@ public interface LitemallKeywordMapper { ...@@ -108,7 +108,7 @@ public interface LitemallKeywordMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_keyword * 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); int updateByPrimaryKey(LitemallKeyword record);
......
...@@ -10,7 +10,7 @@ public interface LitemallOrderGoodsMapper { ...@@ -10,7 +10,7 @@ public interface LitemallOrderGoodsMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_order_goods * 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); long countByExample(LitemallOrderGoodsExample example);
...@@ -18,7 +18,7 @@ public interface LitemallOrderGoodsMapper { ...@@ -18,7 +18,7 @@ public interface LitemallOrderGoodsMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_order_goods * 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); int deleteByExample(LitemallOrderGoodsExample example);
...@@ -26,7 +26,7 @@ public interface LitemallOrderGoodsMapper { ...@@ -26,7 +26,7 @@ public interface LitemallOrderGoodsMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_order_goods * 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); int deleteByPrimaryKey(Integer id);
...@@ -34,7 +34,7 @@ public interface LitemallOrderGoodsMapper { ...@@ -34,7 +34,7 @@ public interface LitemallOrderGoodsMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_order_goods * 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); int insert(LitemallOrderGoods record);
...@@ -42,7 +42,7 @@ public interface LitemallOrderGoodsMapper { ...@@ -42,7 +42,7 @@ public interface LitemallOrderGoodsMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_order_goods * 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); int insertSelective(LitemallOrderGoods record);
...@@ -50,7 +50,7 @@ public interface LitemallOrderGoodsMapper { ...@@ -50,7 +50,7 @@ public interface LitemallOrderGoodsMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_order_goods * 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); List<LitemallOrderGoods> selectByExample(LitemallOrderGoodsExample example);
...@@ -67,7 +67,7 @@ public interface LitemallOrderGoodsMapper { ...@@ -67,7 +67,7 @@ public interface LitemallOrderGoodsMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_order_goods * 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); LitemallOrderGoods selectByPrimaryKey(Integer id);
...@@ -84,7 +84,7 @@ public interface LitemallOrderGoodsMapper { ...@@ -84,7 +84,7 @@ public interface LitemallOrderGoodsMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_order_goods * 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); int updateByExampleSelective(@Param("record") LitemallOrderGoods record, @Param("example") LitemallOrderGoodsExample example);
...@@ -92,7 +92,7 @@ public interface LitemallOrderGoodsMapper { ...@@ -92,7 +92,7 @@ public interface LitemallOrderGoodsMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_order_goods * 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); int updateByExample(@Param("record") LitemallOrderGoods record, @Param("example") LitemallOrderGoodsExample example);
...@@ -100,7 +100,7 @@ public interface LitemallOrderGoodsMapper { ...@@ -100,7 +100,7 @@ public interface LitemallOrderGoodsMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_order_goods * 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); int updateByPrimaryKeySelective(LitemallOrderGoods record);
...@@ -108,7 +108,7 @@ public interface LitemallOrderGoodsMapper { ...@@ -108,7 +108,7 @@ public interface LitemallOrderGoodsMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_order_goods * 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); int updateByPrimaryKey(LitemallOrderGoods record);
......
...@@ -10,7 +10,7 @@ public interface LitemallOrderMapper { ...@@ -10,7 +10,7 @@ public interface LitemallOrderMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_order * 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); long countByExample(LitemallOrderExample example);
...@@ -18,7 +18,7 @@ public interface LitemallOrderMapper { ...@@ -18,7 +18,7 @@ public interface LitemallOrderMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_order * 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); int deleteByExample(LitemallOrderExample example);
...@@ -26,7 +26,7 @@ public interface LitemallOrderMapper { ...@@ -26,7 +26,7 @@ public interface LitemallOrderMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_order * 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); int deleteByPrimaryKey(Integer id);
...@@ -34,7 +34,7 @@ public interface LitemallOrderMapper { ...@@ -34,7 +34,7 @@ public interface LitemallOrderMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_order * 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); int insert(LitemallOrder record);
...@@ -42,7 +42,7 @@ public interface LitemallOrderMapper { ...@@ -42,7 +42,7 @@ public interface LitemallOrderMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_order * 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); int insertSelective(LitemallOrder record);
...@@ -50,7 +50,7 @@ public interface LitemallOrderMapper { ...@@ -50,7 +50,7 @@ public interface LitemallOrderMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_order * 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); List<LitemallOrder> selectByExample(LitemallOrderExample example);
...@@ -67,7 +67,7 @@ public interface LitemallOrderMapper { ...@@ -67,7 +67,7 @@ public interface LitemallOrderMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_order * 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); LitemallOrder selectByPrimaryKey(Integer id);
...@@ -84,7 +84,7 @@ public interface LitemallOrderMapper { ...@@ -84,7 +84,7 @@ public interface LitemallOrderMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_order * 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); int updateByExampleSelective(@Param("record") LitemallOrder record, @Param("example") LitemallOrderExample example);
...@@ -92,7 +92,7 @@ public interface LitemallOrderMapper { ...@@ -92,7 +92,7 @@ public interface LitemallOrderMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_order * 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); int updateByExample(@Param("record") LitemallOrder record, @Param("example") LitemallOrderExample example);
...@@ -100,7 +100,7 @@ public interface LitemallOrderMapper { ...@@ -100,7 +100,7 @@ public interface LitemallOrderMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_order * 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); int updateByPrimaryKeySelective(LitemallOrder record);
...@@ -108,7 +108,7 @@ public interface LitemallOrderMapper { ...@@ -108,7 +108,7 @@ public interface LitemallOrderMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_order * 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); int updateByPrimaryKey(LitemallOrder record);
......
...@@ -10,7 +10,7 @@ public interface LitemallProductMapper { ...@@ -10,7 +10,7 @@ public interface LitemallProductMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_product * 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); long countByExample(LitemallProductExample example);
...@@ -18,7 +18,7 @@ public interface LitemallProductMapper { ...@@ -18,7 +18,7 @@ public interface LitemallProductMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_product * 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); int deleteByExample(LitemallProductExample example);
...@@ -26,7 +26,7 @@ public interface LitemallProductMapper { ...@@ -26,7 +26,7 @@ public interface LitemallProductMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_product * 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); int deleteByPrimaryKey(Integer id);
...@@ -34,7 +34,7 @@ public interface LitemallProductMapper { ...@@ -34,7 +34,7 @@ public interface LitemallProductMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_product * 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); int insert(LitemallProduct record);
...@@ -42,7 +42,7 @@ public interface LitemallProductMapper { ...@@ -42,7 +42,7 @@ public interface LitemallProductMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_product * 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); int insertSelective(LitemallProduct record);
...@@ -50,7 +50,7 @@ public interface LitemallProductMapper { ...@@ -50,7 +50,7 @@ public interface LitemallProductMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_product * 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); List<LitemallProduct> selectByExample(LitemallProductExample example);
...@@ -67,7 +67,7 @@ public interface LitemallProductMapper { ...@@ -67,7 +67,7 @@ public interface LitemallProductMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_product * 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); LitemallProduct selectByPrimaryKey(Integer id);
...@@ -84,7 +84,7 @@ public interface LitemallProductMapper { ...@@ -84,7 +84,7 @@ public interface LitemallProductMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_product * 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); int updateByExampleSelective(@Param("record") LitemallProduct record, @Param("example") LitemallProductExample example);
...@@ -92,7 +92,7 @@ public interface LitemallProductMapper { ...@@ -92,7 +92,7 @@ public interface LitemallProductMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_product * 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); int updateByExample(@Param("record") LitemallProduct record, @Param("example") LitemallProductExample example);
...@@ -100,7 +100,7 @@ public interface LitemallProductMapper { ...@@ -100,7 +100,7 @@ public interface LitemallProductMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_product * 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); int updateByPrimaryKeySelective(LitemallProduct record);
...@@ -108,7 +108,7 @@ public interface LitemallProductMapper { ...@@ -108,7 +108,7 @@ public interface LitemallProductMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_product * 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); int updateByPrimaryKey(LitemallProduct record);
......
...@@ -10,7 +10,7 @@ public interface LitemallRegionMapper { ...@@ -10,7 +10,7 @@ public interface LitemallRegionMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_region * 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); long countByExample(LitemallRegionExample example);
...@@ -18,7 +18,7 @@ public interface LitemallRegionMapper { ...@@ -18,7 +18,7 @@ public interface LitemallRegionMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_region * 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); int deleteByExample(LitemallRegionExample example);
...@@ -26,7 +26,7 @@ public interface LitemallRegionMapper { ...@@ -26,7 +26,7 @@ public interface LitemallRegionMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_region * 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); int deleteByPrimaryKey(Integer id);
...@@ -34,7 +34,7 @@ public interface LitemallRegionMapper { ...@@ -34,7 +34,7 @@ public interface LitemallRegionMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_region * 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); int insert(LitemallRegion record);
...@@ -42,7 +42,7 @@ public interface LitemallRegionMapper { ...@@ -42,7 +42,7 @@ public interface LitemallRegionMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_region * 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); int insertSelective(LitemallRegion record);
...@@ -50,7 +50,7 @@ public interface LitemallRegionMapper { ...@@ -50,7 +50,7 @@ public interface LitemallRegionMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_region * 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); List<LitemallRegion> selectByExample(LitemallRegionExample example);
...@@ -67,7 +67,7 @@ public interface LitemallRegionMapper { ...@@ -67,7 +67,7 @@ public interface LitemallRegionMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_region * 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); LitemallRegion selectByPrimaryKey(Integer id);
...@@ -84,7 +84,7 @@ public interface LitemallRegionMapper { ...@@ -84,7 +84,7 @@ public interface LitemallRegionMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_region * 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); int updateByExampleSelective(@Param("record") LitemallRegion record, @Param("example") LitemallRegionExample example);
...@@ -92,7 +92,7 @@ public interface LitemallRegionMapper { ...@@ -92,7 +92,7 @@ public interface LitemallRegionMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_region * 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); int updateByExample(@Param("record") LitemallRegion record, @Param("example") LitemallRegionExample example);
...@@ -100,7 +100,7 @@ public interface LitemallRegionMapper { ...@@ -100,7 +100,7 @@ public interface LitemallRegionMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_region * 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); int updateByPrimaryKeySelective(LitemallRegion record);
...@@ -108,7 +108,7 @@ public interface LitemallRegionMapper { ...@@ -108,7 +108,7 @@ public interface LitemallRegionMapper {
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_region * 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); 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