Unverified Commit 324c8da3 authored by linlinjava's avatar linlinjava Committed by GitHub
Browse files

Merge branch 'master' into dev

parents 693cf5cd 4c46da9b
...@@ -51,7 +51,6 @@ public interface LitemallLogMapper { ...@@ -51,7 +51,6 @@ public interface LitemallLogMapper {
* This method corresponds to the database table litemall_log * This method corresponds to the database table litemall_log
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallLog selectOneByExample(LitemallLogExample example); LitemallLog selectOneByExample(LitemallLogExample example);
...@@ -60,7 +59,6 @@ public interface LitemallLogMapper { ...@@ -60,7 +59,6 @@ public interface LitemallLogMapper {
* This method corresponds to the database table litemall_log * This method corresponds to the database table litemall_log
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallLog selectOneByExampleSelective(@Param("example") LitemallLogExample example, @Param("selective") LitemallLog.Column ... selective); LitemallLog selectOneByExampleSelective(@Param("example") LitemallLogExample example, @Param("selective") LitemallLog.Column ... selective);
...@@ -69,7 +67,6 @@ public interface LitemallLogMapper { ...@@ -69,7 +67,6 @@ public interface LitemallLogMapper {
* This method corresponds to the database table litemall_log * This method corresponds to the database table litemall_log
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
List<LitemallLog> selectByExampleSelective(@Param("example") LitemallLogExample example, @Param("selective") LitemallLog.Column ... selective); List<LitemallLog> selectByExampleSelective(@Param("example") LitemallLogExample example, @Param("selective") LitemallLog.Column ... selective);
...@@ -86,7 +83,6 @@ public interface LitemallLogMapper { ...@@ -86,7 +83,6 @@ public interface LitemallLogMapper {
* This method corresponds to the database table litemall_log * This method corresponds to the database table litemall_log
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallLog selectByPrimaryKeySelective(@Param("id") Integer id, @Param("selective") LitemallLog.Column ... selective); LitemallLog selectByPrimaryKeySelective(@Param("id") Integer id, @Param("selective") LitemallLog.Column ... selective);
...@@ -103,7 +99,6 @@ public interface LitemallLogMapper { ...@@ -103,7 +99,6 @@ public interface LitemallLogMapper {
* This method corresponds to the database table litemall_log * This method corresponds to the database table litemall_log
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallLog selectByPrimaryKeyWithLogicalDelete(@Param("id") Integer id, @Param("andLogicalDeleted") boolean andLogicalDeleted); LitemallLog selectByPrimaryKeyWithLogicalDelete(@Param("id") Integer id, @Param("andLogicalDeleted") boolean andLogicalDeleted);
...@@ -144,7 +139,6 @@ public interface LitemallLogMapper { ...@@ -144,7 +139,6 @@ public interface LitemallLogMapper {
* This method corresponds to the database table litemall_log * This method corresponds to the database table litemall_log
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
int logicalDeleteByExample(@Param("example") LitemallLogExample example); int logicalDeleteByExample(@Param("example") LitemallLogExample example);
...@@ -153,7 +147,6 @@ public interface LitemallLogMapper { ...@@ -153,7 +147,6 @@ public interface LitemallLogMapper {
* This method corresponds to the database table litemall_log * This method corresponds to the database table litemall_log
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
int logicalDeleteByPrimaryKey(Integer id); int logicalDeleteByPrimaryKey(Integer id);
} }
\ No newline at end of file
...@@ -51,7 +51,6 @@ public interface LitemallOrderGoodsMapper { ...@@ -51,7 +51,6 @@ public interface LitemallOrderGoodsMapper {
* This method corresponds to the database table litemall_order_goods * This method corresponds to the database table litemall_order_goods
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallOrderGoods selectOneByExample(LitemallOrderGoodsExample example); LitemallOrderGoods selectOneByExample(LitemallOrderGoodsExample example);
...@@ -60,7 +59,6 @@ public interface LitemallOrderGoodsMapper { ...@@ -60,7 +59,6 @@ public interface LitemallOrderGoodsMapper {
* This method corresponds to the database table litemall_order_goods * This method corresponds to the database table litemall_order_goods
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallOrderGoods selectOneByExampleSelective(@Param("example") LitemallOrderGoodsExample example, @Param("selective") LitemallOrderGoods.Column ... selective); LitemallOrderGoods selectOneByExampleSelective(@Param("example") LitemallOrderGoodsExample example, @Param("selective") LitemallOrderGoods.Column ... selective);
...@@ -69,7 +67,6 @@ public interface LitemallOrderGoodsMapper { ...@@ -69,7 +67,6 @@ public interface LitemallOrderGoodsMapper {
* This method corresponds to the database table litemall_order_goods * This method corresponds to the database table litemall_order_goods
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
List<LitemallOrderGoods> selectByExampleSelective(@Param("example") LitemallOrderGoodsExample example, @Param("selective") LitemallOrderGoods.Column ... selective); List<LitemallOrderGoods> selectByExampleSelective(@Param("example") LitemallOrderGoodsExample example, @Param("selective") LitemallOrderGoods.Column ... selective);
...@@ -86,7 +83,6 @@ public interface LitemallOrderGoodsMapper { ...@@ -86,7 +83,6 @@ public interface LitemallOrderGoodsMapper {
* This method corresponds to the database table litemall_order_goods * This method corresponds to the database table litemall_order_goods
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallOrderGoods selectByPrimaryKeySelective(@Param("id") Integer id, @Param("selective") LitemallOrderGoods.Column ... selective); LitemallOrderGoods selectByPrimaryKeySelective(@Param("id") Integer id, @Param("selective") LitemallOrderGoods.Column ... selective);
...@@ -103,7 +99,6 @@ public interface LitemallOrderGoodsMapper { ...@@ -103,7 +99,6 @@ public interface LitemallOrderGoodsMapper {
* This method corresponds to the database table litemall_order_goods * This method corresponds to the database table litemall_order_goods
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallOrderGoods selectByPrimaryKeyWithLogicalDelete(@Param("id") Integer id, @Param("andLogicalDeleted") boolean andLogicalDeleted); LitemallOrderGoods selectByPrimaryKeyWithLogicalDelete(@Param("id") Integer id, @Param("andLogicalDeleted") boolean andLogicalDeleted);
...@@ -144,7 +139,6 @@ public interface LitemallOrderGoodsMapper { ...@@ -144,7 +139,6 @@ public interface LitemallOrderGoodsMapper {
* This method corresponds to the database table litemall_order_goods * This method corresponds to the database table litemall_order_goods
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
int logicalDeleteByExample(@Param("example") LitemallOrderGoodsExample example); int logicalDeleteByExample(@Param("example") LitemallOrderGoodsExample example);
...@@ -153,7 +147,6 @@ public interface LitemallOrderGoodsMapper { ...@@ -153,7 +147,6 @@ public interface LitemallOrderGoodsMapper {
* This method corresponds to the database table litemall_order_goods * This method corresponds to the database table litemall_order_goods
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
int logicalDeleteByPrimaryKey(Integer id); int logicalDeleteByPrimaryKey(Integer id);
} }
\ No newline at end of file
...@@ -51,7 +51,6 @@ public interface LitemallOrderMapper { ...@@ -51,7 +51,6 @@ public interface LitemallOrderMapper {
* This method corresponds to the database table litemall_order * This method corresponds to the database table litemall_order
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallOrder selectOneByExample(LitemallOrderExample example); LitemallOrder selectOneByExample(LitemallOrderExample example);
...@@ -60,7 +59,6 @@ public interface LitemallOrderMapper { ...@@ -60,7 +59,6 @@ public interface LitemallOrderMapper {
* This method corresponds to the database table litemall_order * This method corresponds to the database table litemall_order
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallOrder selectOneByExampleSelective(@Param("example") LitemallOrderExample example, @Param("selective") LitemallOrder.Column ... selective); LitemallOrder selectOneByExampleSelective(@Param("example") LitemallOrderExample example, @Param("selective") LitemallOrder.Column ... selective);
...@@ -69,7 +67,6 @@ public interface LitemallOrderMapper { ...@@ -69,7 +67,6 @@ public interface LitemallOrderMapper {
* This method corresponds to the database table litemall_order * This method corresponds to the database table litemall_order
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
List<LitemallOrder> selectByExampleSelective(@Param("example") LitemallOrderExample example, @Param("selective") LitemallOrder.Column ... selective); List<LitemallOrder> selectByExampleSelective(@Param("example") LitemallOrderExample example, @Param("selective") LitemallOrder.Column ... selective);
...@@ -86,7 +83,6 @@ public interface LitemallOrderMapper { ...@@ -86,7 +83,6 @@ public interface LitemallOrderMapper {
* This method corresponds to the database table litemall_order * This method corresponds to the database table litemall_order
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallOrder selectByPrimaryKeySelective(@Param("id") Integer id, @Param("selective") LitemallOrder.Column ... selective); LitemallOrder selectByPrimaryKeySelective(@Param("id") Integer id, @Param("selective") LitemallOrder.Column ... selective);
...@@ -103,7 +99,6 @@ public interface LitemallOrderMapper { ...@@ -103,7 +99,6 @@ public interface LitemallOrderMapper {
* This method corresponds to the database table litemall_order * This method corresponds to the database table litemall_order
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallOrder selectByPrimaryKeyWithLogicalDelete(@Param("id") Integer id, @Param("andLogicalDeleted") boolean andLogicalDeleted); LitemallOrder selectByPrimaryKeyWithLogicalDelete(@Param("id") Integer id, @Param("andLogicalDeleted") boolean andLogicalDeleted);
...@@ -144,7 +139,6 @@ public interface LitemallOrderMapper { ...@@ -144,7 +139,6 @@ public interface LitemallOrderMapper {
* This method corresponds to the database table litemall_order * This method corresponds to the database table litemall_order
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
int logicalDeleteByExample(@Param("example") LitemallOrderExample example); int logicalDeleteByExample(@Param("example") LitemallOrderExample example);
...@@ -153,7 +147,6 @@ public interface LitemallOrderMapper { ...@@ -153,7 +147,6 @@ public interface LitemallOrderMapper {
* This method corresponds to the database table litemall_order * This method corresponds to the database table litemall_order
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
int logicalDeleteByPrimaryKey(Integer id); int logicalDeleteByPrimaryKey(Integer id);
} }
\ No newline at end of file
...@@ -51,7 +51,6 @@ public interface LitemallPermissionMapper { ...@@ -51,7 +51,6 @@ public interface LitemallPermissionMapper {
* This method corresponds to the database table litemall_permission * This method corresponds to the database table litemall_permission
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallPermission selectOneByExample(LitemallPermissionExample example); LitemallPermission selectOneByExample(LitemallPermissionExample example);
...@@ -60,7 +59,6 @@ public interface LitemallPermissionMapper { ...@@ -60,7 +59,6 @@ public interface LitemallPermissionMapper {
* This method corresponds to the database table litemall_permission * This method corresponds to the database table litemall_permission
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallPermission selectOneByExampleSelective(@Param("example") LitemallPermissionExample example, @Param("selective") LitemallPermission.Column ... selective); LitemallPermission selectOneByExampleSelective(@Param("example") LitemallPermissionExample example, @Param("selective") LitemallPermission.Column ... selective);
...@@ -69,7 +67,6 @@ public interface LitemallPermissionMapper { ...@@ -69,7 +67,6 @@ public interface LitemallPermissionMapper {
* This method corresponds to the database table litemall_permission * This method corresponds to the database table litemall_permission
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
List<LitemallPermission> selectByExampleSelective(@Param("example") LitemallPermissionExample example, @Param("selective") LitemallPermission.Column ... selective); List<LitemallPermission> selectByExampleSelective(@Param("example") LitemallPermissionExample example, @Param("selective") LitemallPermission.Column ... selective);
...@@ -86,7 +83,6 @@ public interface LitemallPermissionMapper { ...@@ -86,7 +83,6 @@ public interface LitemallPermissionMapper {
* This method corresponds to the database table litemall_permission * This method corresponds to the database table litemall_permission
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallPermission selectByPrimaryKeySelective(@Param("id") Integer id, @Param("selective") LitemallPermission.Column ... selective); LitemallPermission selectByPrimaryKeySelective(@Param("id") Integer id, @Param("selective") LitemallPermission.Column ... selective);
...@@ -103,7 +99,6 @@ public interface LitemallPermissionMapper { ...@@ -103,7 +99,6 @@ public interface LitemallPermissionMapper {
* This method corresponds to the database table litemall_permission * This method corresponds to the database table litemall_permission
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallPermission selectByPrimaryKeyWithLogicalDelete(@Param("id") Integer id, @Param("andLogicalDeleted") boolean andLogicalDeleted); LitemallPermission selectByPrimaryKeyWithLogicalDelete(@Param("id") Integer id, @Param("andLogicalDeleted") boolean andLogicalDeleted);
...@@ -144,7 +139,6 @@ public interface LitemallPermissionMapper { ...@@ -144,7 +139,6 @@ public interface LitemallPermissionMapper {
* This method corresponds to the database table litemall_permission * This method corresponds to the database table litemall_permission
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
int logicalDeleteByExample(@Param("example") LitemallPermissionExample example); int logicalDeleteByExample(@Param("example") LitemallPermissionExample example);
...@@ -153,7 +147,6 @@ public interface LitemallPermissionMapper { ...@@ -153,7 +147,6 @@ public interface LitemallPermissionMapper {
* This method corresponds to the database table litemall_permission * This method corresponds to the database table litemall_permission
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
int logicalDeleteByPrimaryKey(Integer id); int logicalDeleteByPrimaryKey(Integer id);
} }
\ No newline at end of file
...@@ -51,7 +51,6 @@ public interface LitemallRegionMapper { ...@@ -51,7 +51,6 @@ public interface LitemallRegionMapper {
* This method corresponds to the database table litemall_region * This method corresponds to the database table litemall_region
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallRegion selectOneByExample(LitemallRegionExample example); LitemallRegion selectOneByExample(LitemallRegionExample example);
...@@ -60,7 +59,6 @@ public interface LitemallRegionMapper { ...@@ -60,7 +59,6 @@ public interface LitemallRegionMapper {
* This method corresponds to the database table litemall_region * This method corresponds to the database table litemall_region
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallRegion selectOneByExampleSelective(@Param("example") LitemallRegionExample example, @Param("selective") LitemallRegion.Column ... selective); LitemallRegion selectOneByExampleSelective(@Param("example") LitemallRegionExample example, @Param("selective") LitemallRegion.Column ... selective);
...@@ -69,7 +67,6 @@ public interface LitemallRegionMapper { ...@@ -69,7 +67,6 @@ public interface LitemallRegionMapper {
* This method corresponds to the database table litemall_region * This method corresponds to the database table litemall_region
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
List<LitemallRegion> selectByExampleSelective(@Param("example") LitemallRegionExample example, @Param("selective") LitemallRegion.Column ... selective); List<LitemallRegion> selectByExampleSelective(@Param("example") LitemallRegionExample example, @Param("selective") LitemallRegion.Column ... selective);
...@@ -86,7 +83,6 @@ public interface LitemallRegionMapper { ...@@ -86,7 +83,6 @@ public interface LitemallRegionMapper {
* This method corresponds to the database table litemall_region * This method corresponds to the database table litemall_region
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallRegion selectByPrimaryKeySelective(@Param("id") Integer id, @Param("selective") LitemallRegion.Column ... selective); LitemallRegion selectByPrimaryKeySelective(@Param("id") Integer id, @Param("selective") LitemallRegion.Column ... selective);
......
...@@ -51,7 +51,6 @@ public interface LitemallRoleMapper { ...@@ -51,7 +51,6 @@ public interface LitemallRoleMapper {
* This method corresponds to the database table litemall_role * This method corresponds to the database table litemall_role
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallRole selectOneByExample(LitemallRoleExample example); LitemallRole selectOneByExample(LitemallRoleExample example);
...@@ -60,7 +59,6 @@ public interface LitemallRoleMapper { ...@@ -60,7 +59,6 @@ public interface LitemallRoleMapper {
* This method corresponds to the database table litemall_role * This method corresponds to the database table litemall_role
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallRole selectOneByExampleSelective(@Param("example") LitemallRoleExample example, @Param("selective") LitemallRole.Column ... selective); LitemallRole selectOneByExampleSelective(@Param("example") LitemallRoleExample example, @Param("selective") LitemallRole.Column ... selective);
...@@ -69,7 +67,6 @@ public interface LitemallRoleMapper { ...@@ -69,7 +67,6 @@ public interface LitemallRoleMapper {
* This method corresponds to the database table litemall_role * This method corresponds to the database table litemall_role
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
List<LitemallRole> selectByExampleSelective(@Param("example") LitemallRoleExample example, @Param("selective") LitemallRole.Column ... selective); List<LitemallRole> selectByExampleSelective(@Param("example") LitemallRoleExample example, @Param("selective") LitemallRole.Column ... selective);
...@@ -86,7 +83,6 @@ public interface LitemallRoleMapper { ...@@ -86,7 +83,6 @@ public interface LitemallRoleMapper {
* This method corresponds to the database table litemall_role * This method corresponds to the database table litemall_role
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallRole selectByPrimaryKeySelective(@Param("id") Integer id, @Param("selective") LitemallRole.Column ... selective); LitemallRole selectByPrimaryKeySelective(@Param("id") Integer id, @Param("selective") LitemallRole.Column ... selective);
...@@ -103,7 +99,6 @@ public interface LitemallRoleMapper { ...@@ -103,7 +99,6 @@ public interface LitemallRoleMapper {
* This method corresponds to the database table litemall_role * This method corresponds to the database table litemall_role
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallRole selectByPrimaryKeyWithLogicalDelete(@Param("id") Integer id, @Param("andLogicalDeleted") boolean andLogicalDeleted); LitemallRole selectByPrimaryKeyWithLogicalDelete(@Param("id") Integer id, @Param("andLogicalDeleted") boolean andLogicalDeleted);
...@@ -144,7 +139,6 @@ public interface LitemallRoleMapper { ...@@ -144,7 +139,6 @@ public interface LitemallRoleMapper {
* This method corresponds to the database table litemall_role * This method corresponds to the database table litemall_role
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
int logicalDeleteByExample(@Param("example") LitemallRoleExample example); int logicalDeleteByExample(@Param("example") LitemallRoleExample example);
...@@ -153,7 +147,6 @@ public interface LitemallRoleMapper { ...@@ -153,7 +147,6 @@ public interface LitemallRoleMapper {
* This method corresponds to the database table litemall_role * This method corresponds to the database table litemall_role
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
int logicalDeleteByPrimaryKey(Integer id); int logicalDeleteByPrimaryKey(Integer id);
} }
\ No newline at end of file
...@@ -51,7 +51,6 @@ public interface LitemallSearchHistoryMapper { ...@@ -51,7 +51,6 @@ public interface LitemallSearchHistoryMapper {
* This method corresponds to the database table litemall_search_history * This method corresponds to the database table litemall_search_history
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallSearchHistory selectOneByExample(LitemallSearchHistoryExample example); LitemallSearchHistory selectOneByExample(LitemallSearchHistoryExample example);
...@@ -60,7 +59,6 @@ public interface LitemallSearchHistoryMapper { ...@@ -60,7 +59,6 @@ public interface LitemallSearchHistoryMapper {
* This method corresponds to the database table litemall_search_history * This method corresponds to the database table litemall_search_history
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallSearchHistory selectOneByExampleSelective(@Param("example") LitemallSearchHistoryExample example, @Param("selective") LitemallSearchHistory.Column ... selective); LitemallSearchHistory selectOneByExampleSelective(@Param("example") LitemallSearchHistoryExample example, @Param("selective") LitemallSearchHistory.Column ... selective);
...@@ -69,7 +67,6 @@ public interface LitemallSearchHistoryMapper { ...@@ -69,7 +67,6 @@ public interface LitemallSearchHistoryMapper {
* This method corresponds to the database table litemall_search_history * This method corresponds to the database table litemall_search_history
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
List<LitemallSearchHistory> selectByExampleSelective(@Param("example") LitemallSearchHistoryExample example, @Param("selective") LitemallSearchHistory.Column ... selective); List<LitemallSearchHistory> selectByExampleSelective(@Param("example") LitemallSearchHistoryExample example, @Param("selective") LitemallSearchHistory.Column ... selective);
...@@ -86,7 +83,6 @@ public interface LitemallSearchHistoryMapper { ...@@ -86,7 +83,6 @@ public interface LitemallSearchHistoryMapper {
* This method corresponds to the database table litemall_search_history * This method corresponds to the database table litemall_search_history
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallSearchHistory selectByPrimaryKeySelective(@Param("id") Integer id, @Param("selective") LitemallSearchHistory.Column ... selective); LitemallSearchHistory selectByPrimaryKeySelective(@Param("id") Integer id, @Param("selective") LitemallSearchHistory.Column ... selective);
...@@ -103,7 +99,6 @@ public interface LitemallSearchHistoryMapper { ...@@ -103,7 +99,6 @@ public interface LitemallSearchHistoryMapper {
* This method corresponds to the database table litemall_search_history * This method corresponds to the database table litemall_search_history
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallSearchHistory selectByPrimaryKeyWithLogicalDelete(@Param("id") Integer id, @Param("andLogicalDeleted") boolean andLogicalDeleted); LitemallSearchHistory selectByPrimaryKeyWithLogicalDelete(@Param("id") Integer id, @Param("andLogicalDeleted") boolean andLogicalDeleted);
...@@ -144,7 +139,6 @@ public interface LitemallSearchHistoryMapper { ...@@ -144,7 +139,6 @@ public interface LitemallSearchHistoryMapper {
* This method corresponds to the database table litemall_search_history * This method corresponds to the database table litemall_search_history
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
int logicalDeleteByExample(@Param("example") LitemallSearchHistoryExample example); int logicalDeleteByExample(@Param("example") LitemallSearchHistoryExample example);
...@@ -153,7 +147,6 @@ public interface LitemallSearchHistoryMapper { ...@@ -153,7 +147,6 @@ public interface LitemallSearchHistoryMapper {
* This method corresponds to the database table litemall_search_history * This method corresponds to the database table litemall_search_history
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
int logicalDeleteByPrimaryKey(Integer id); int logicalDeleteByPrimaryKey(Integer id);
} }
\ No newline at end of file
...@@ -51,7 +51,6 @@ public interface LitemallStorageMapper { ...@@ -51,7 +51,6 @@ public interface LitemallStorageMapper {
* This method corresponds to the database table litemall_storage * This method corresponds to the database table litemall_storage
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallStorage selectOneByExample(LitemallStorageExample example); LitemallStorage selectOneByExample(LitemallStorageExample example);
...@@ -60,7 +59,6 @@ public interface LitemallStorageMapper { ...@@ -60,7 +59,6 @@ public interface LitemallStorageMapper {
* This method corresponds to the database table litemall_storage * This method corresponds to the database table litemall_storage
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallStorage selectOneByExampleSelective(@Param("example") LitemallStorageExample example, @Param("selective") LitemallStorage.Column ... selective); LitemallStorage selectOneByExampleSelective(@Param("example") LitemallStorageExample example, @Param("selective") LitemallStorage.Column ... selective);
...@@ -69,7 +67,6 @@ public interface LitemallStorageMapper { ...@@ -69,7 +67,6 @@ public interface LitemallStorageMapper {
* This method corresponds to the database table litemall_storage * This method corresponds to the database table litemall_storage
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
List<LitemallStorage> selectByExampleSelective(@Param("example") LitemallStorageExample example, @Param("selective") LitemallStorage.Column ... selective); List<LitemallStorage> selectByExampleSelective(@Param("example") LitemallStorageExample example, @Param("selective") LitemallStorage.Column ... selective);
...@@ -86,7 +83,6 @@ public interface LitemallStorageMapper { ...@@ -86,7 +83,6 @@ public interface LitemallStorageMapper {
* This method corresponds to the database table litemall_storage * This method corresponds to the database table litemall_storage
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallStorage selectByPrimaryKeySelective(@Param("id") Integer id, @Param("selective") LitemallStorage.Column ... selective); LitemallStorage selectByPrimaryKeySelective(@Param("id") Integer id, @Param("selective") LitemallStorage.Column ... selective);
...@@ -103,7 +99,6 @@ public interface LitemallStorageMapper { ...@@ -103,7 +99,6 @@ public interface LitemallStorageMapper {
* This method corresponds to the database table litemall_storage * This method corresponds to the database table litemall_storage
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallStorage selectByPrimaryKeyWithLogicalDelete(@Param("id") Integer id, @Param("andLogicalDeleted") boolean andLogicalDeleted); LitemallStorage selectByPrimaryKeyWithLogicalDelete(@Param("id") Integer id, @Param("andLogicalDeleted") boolean andLogicalDeleted);
...@@ -144,7 +139,6 @@ public interface LitemallStorageMapper { ...@@ -144,7 +139,6 @@ public interface LitemallStorageMapper {
* This method corresponds to the database table litemall_storage * This method corresponds to the database table litemall_storage
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
int logicalDeleteByExample(@Param("example") LitemallStorageExample example); int logicalDeleteByExample(@Param("example") LitemallStorageExample example);
...@@ -153,7 +147,6 @@ public interface LitemallStorageMapper { ...@@ -153,7 +147,6 @@ public interface LitemallStorageMapper {
* This method corresponds to the database table litemall_storage * This method corresponds to the database table litemall_storage
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
int logicalDeleteByPrimaryKey(Integer id); int logicalDeleteByPrimaryKey(Integer id);
} }
\ No newline at end of file
...@@ -51,7 +51,6 @@ public interface LitemallSystemMapper { ...@@ -51,7 +51,6 @@ public interface LitemallSystemMapper {
* This method corresponds to the database table litemall_system * This method corresponds to the database table litemall_system
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallSystem selectOneByExample(LitemallSystemExample example); LitemallSystem selectOneByExample(LitemallSystemExample example);
...@@ -60,7 +59,6 @@ public interface LitemallSystemMapper { ...@@ -60,7 +59,6 @@ public interface LitemallSystemMapper {
* This method corresponds to the database table litemall_system * This method corresponds to the database table litemall_system
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallSystem selectOneByExampleSelective(@Param("example") LitemallSystemExample example, @Param("selective") LitemallSystem.Column ... selective); LitemallSystem selectOneByExampleSelective(@Param("example") LitemallSystemExample example, @Param("selective") LitemallSystem.Column ... selective);
...@@ -69,7 +67,6 @@ public interface LitemallSystemMapper { ...@@ -69,7 +67,6 @@ public interface LitemallSystemMapper {
* This method corresponds to the database table litemall_system * This method corresponds to the database table litemall_system
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
List<LitemallSystem> selectByExampleSelective(@Param("example") LitemallSystemExample example, @Param("selective") LitemallSystem.Column ... selective); List<LitemallSystem> selectByExampleSelective(@Param("example") LitemallSystemExample example, @Param("selective") LitemallSystem.Column ... selective);
...@@ -86,7 +83,6 @@ public interface LitemallSystemMapper { ...@@ -86,7 +83,6 @@ public interface LitemallSystemMapper {
* This method corresponds to the database table litemall_system * This method corresponds to the database table litemall_system
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallSystem selectByPrimaryKeySelective(@Param("id") Integer id, @Param("selective") LitemallSystem.Column ... selective); LitemallSystem selectByPrimaryKeySelective(@Param("id") Integer id, @Param("selective") LitemallSystem.Column ... selective);
...@@ -103,7 +99,6 @@ public interface LitemallSystemMapper { ...@@ -103,7 +99,6 @@ public interface LitemallSystemMapper {
* This method corresponds to the database table litemall_system * This method corresponds to the database table litemall_system
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallSystem selectByPrimaryKeyWithLogicalDelete(@Param("id") Integer id, @Param("andLogicalDeleted") boolean andLogicalDeleted); LitemallSystem selectByPrimaryKeyWithLogicalDelete(@Param("id") Integer id, @Param("andLogicalDeleted") boolean andLogicalDeleted);
...@@ -144,7 +139,6 @@ public interface LitemallSystemMapper { ...@@ -144,7 +139,6 @@ public interface LitemallSystemMapper {
* This method corresponds to the database table litemall_system * This method corresponds to the database table litemall_system
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
int logicalDeleteByExample(@Param("example") LitemallSystemExample example); int logicalDeleteByExample(@Param("example") LitemallSystemExample example);
...@@ -153,7 +147,6 @@ public interface LitemallSystemMapper { ...@@ -153,7 +147,6 @@ public interface LitemallSystemMapper {
* This method corresponds to the database table litemall_system * This method corresponds to the database table litemall_system
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
int logicalDeleteByPrimaryKey(Integer id); int logicalDeleteByPrimaryKey(Integer id);
} }
\ No newline at end of file
...@@ -51,7 +51,6 @@ public interface LitemallTopicMapper { ...@@ -51,7 +51,6 @@ public interface LitemallTopicMapper {
* This method corresponds to the database table litemall_topic * This method corresponds to the database table litemall_topic
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallTopic selectOneByExample(LitemallTopicExample example); LitemallTopic selectOneByExample(LitemallTopicExample example);
...@@ -60,7 +59,6 @@ public interface LitemallTopicMapper { ...@@ -60,7 +59,6 @@ public interface LitemallTopicMapper {
* This method corresponds to the database table litemall_topic * This method corresponds to the database table litemall_topic
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallTopic selectOneByExampleSelective(@Param("example") LitemallTopicExample example, @Param("selective") LitemallTopic.Column ... selective); LitemallTopic selectOneByExampleSelective(@Param("example") LitemallTopicExample example, @Param("selective") LitemallTopic.Column ... selective);
...@@ -69,7 +67,6 @@ public interface LitemallTopicMapper { ...@@ -69,7 +67,6 @@ public interface LitemallTopicMapper {
* This method corresponds to the database table litemall_topic * This method corresponds to the database table litemall_topic
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallTopic selectOneByExampleWithBLOBs(LitemallTopicExample example); LitemallTopic selectOneByExampleWithBLOBs(LitemallTopicExample example);
...@@ -78,7 +75,6 @@ public interface LitemallTopicMapper { ...@@ -78,7 +75,6 @@ public interface LitemallTopicMapper {
* This method corresponds to the database table litemall_topic * This method corresponds to the database table litemall_topic
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
List<LitemallTopic> selectByExampleSelective(@Param("example") LitemallTopicExample example, @Param("selective") LitemallTopic.Column ... selective); List<LitemallTopic> selectByExampleSelective(@Param("example") LitemallTopicExample example, @Param("selective") LitemallTopic.Column ... selective);
...@@ -103,7 +99,6 @@ public interface LitemallTopicMapper { ...@@ -103,7 +99,6 @@ public interface LitemallTopicMapper {
* This method corresponds to the database table litemall_topic * This method corresponds to the database table litemall_topic
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallTopic selectByPrimaryKeySelective(@Param("id") Integer id, @Param("selective") LitemallTopic.Column ... selective); LitemallTopic selectByPrimaryKeySelective(@Param("id") Integer id, @Param("selective") LitemallTopic.Column ... selective);
...@@ -120,7 +115,6 @@ public interface LitemallTopicMapper { ...@@ -120,7 +115,6 @@ public interface LitemallTopicMapper {
* This method corresponds to the database table litemall_topic * This method corresponds to the database table litemall_topic
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallTopic selectByPrimaryKeyWithLogicalDelete(@Param("id") Integer id, @Param("andLogicalDeleted") boolean andLogicalDeleted); LitemallTopic selectByPrimaryKeyWithLogicalDelete(@Param("id") Integer id, @Param("andLogicalDeleted") boolean andLogicalDeleted);
...@@ -177,7 +171,6 @@ public interface LitemallTopicMapper { ...@@ -177,7 +171,6 @@ public interface LitemallTopicMapper {
* This method corresponds to the database table litemall_topic * This method corresponds to the database table litemall_topic
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
int logicalDeleteByExample(@Param("example") LitemallTopicExample example); int logicalDeleteByExample(@Param("example") LitemallTopicExample example);
...@@ -186,7 +179,6 @@ public interface LitemallTopicMapper { ...@@ -186,7 +179,6 @@ public interface LitemallTopicMapper {
* This method corresponds to the database table litemall_topic * This method corresponds to the database table litemall_topic
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
int logicalDeleteByPrimaryKey(Integer id); int logicalDeleteByPrimaryKey(Integer id);
} }
\ No newline at end of file
...@@ -51,7 +51,6 @@ public interface LitemallUserFormidMapper { ...@@ -51,7 +51,6 @@ public interface LitemallUserFormidMapper {
* This method corresponds to the database table litemall_user_formid * This method corresponds to the database table litemall_user_formid
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallUserFormid selectOneByExample(LitemallUserFormidExample example); LitemallUserFormid selectOneByExample(LitemallUserFormidExample example);
...@@ -60,7 +59,6 @@ public interface LitemallUserFormidMapper { ...@@ -60,7 +59,6 @@ public interface LitemallUserFormidMapper {
* This method corresponds to the database table litemall_user_formid * This method corresponds to the database table litemall_user_formid
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallUserFormid selectOneByExampleSelective(@Param("example") LitemallUserFormidExample example, @Param("selective") LitemallUserFormid.Column ... selective); LitemallUserFormid selectOneByExampleSelective(@Param("example") LitemallUserFormidExample example, @Param("selective") LitemallUserFormid.Column ... selective);
...@@ -69,7 +67,6 @@ public interface LitemallUserFormidMapper { ...@@ -69,7 +67,6 @@ public interface LitemallUserFormidMapper {
* This method corresponds to the database table litemall_user_formid * This method corresponds to the database table litemall_user_formid
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
List<LitemallUserFormid> selectByExampleSelective(@Param("example") LitemallUserFormidExample example, @Param("selective") LitemallUserFormid.Column ... selective); List<LitemallUserFormid> selectByExampleSelective(@Param("example") LitemallUserFormidExample example, @Param("selective") LitemallUserFormid.Column ... selective);
...@@ -86,7 +83,6 @@ public interface LitemallUserFormidMapper { ...@@ -86,7 +83,6 @@ public interface LitemallUserFormidMapper {
* This method corresponds to the database table litemall_user_formid * This method corresponds to the database table litemall_user_formid
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallUserFormid selectByPrimaryKeySelective(@Param("id") Integer id, @Param("selective") LitemallUserFormid.Column ... selective); LitemallUserFormid selectByPrimaryKeySelective(@Param("id") Integer id, @Param("selective") LitemallUserFormid.Column ... selective);
...@@ -103,7 +99,6 @@ public interface LitemallUserFormidMapper { ...@@ -103,7 +99,6 @@ public interface LitemallUserFormidMapper {
* This method corresponds to the database table litemall_user_formid * This method corresponds to the database table litemall_user_formid
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallUserFormid selectByPrimaryKeyWithLogicalDelete(@Param("id") Integer id, @Param("andLogicalDeleted") boolean andLogicalDeleted); LitemallUserFormid selectByPrimaryKeyWithLogicalDelete(@Param("id") Integer id, @Param("andLogicalDeleted") boolean andLogicalDeleted);
...@@ -144,7 +139,6 @@ public interface LitemallUserFormidMapper { ...@@ -144,7 +139,6 @@ public interface LitemallUserFormidMapper {
* This method corresponds to the database table litemall_user_formid * This method corresponds to the database table litemall_user_formid
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
int logicalDeleteByExample(@Param("example") LitemallUserFormidExample example); int logicalDeleteByExample(@Param("example") LitemallUserFormidExample example);
...@@ -153,7 +147,6 @@ public interface LitemallUserFormidMapper { ...@@ -153,7 +147,6 @@ public interface LitemallUserFormidMapper {
* This method corresponds to the database table litemall_user_formid * This method corresponds to the database table litemall_user_formid
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
int logicalDeleteByPrimaryKey(Integer id); int logicalDeleteByPrimaryKey(Integer id);
} }
\ No newline at end of file
...@@ -51,7 +51,6 @@ public interface LitemallUserMapper { ...@@ -51,7 +51,6 @@ public interface LitemallUserMapper {
* This method corresponds to the database table litemall_user * This method corresponds to the database table litemall_user
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallUser selectOneByExample(LitemallUserExample example); LitemallUser selectOneByExample(LitemallUserExample example);
...@@ -60,7 +59,6 @@ public interface LitemallUserMapper { ...@@ -60,7 +59,6 @@ public interface LitemallUserMapper {
* This method corresponds to the database table litemall_user * This method corresponds to the database table litemall_user
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallUser selectOneByExampleSelective(@Param("example") LitemallUserExample example, @Param("selective") LitemallUser.Column ... selective); LitemallUser selectOneByExampleSelective(@Param("example") LitemallUserExample example, @Param("selective") LitemallUser.Column ... selective);
...@@ -69,7 +67,6 @@ public interface LitemallUserMapper { ...@@ -69,7 +67,6 @@ public interface LitemallUserMapper {
* This method corresponds to the database table litemall_user * This method corresponds to the database table litemall_user
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
List<LitemallUser> selectByExampleSelective(@Param("example") LitemallUserExample example, @Param("selective") LitemallUser.Column ... selective); List<LitemallUser> selectByExampleSelective(@Param("example") LitemallUserExample example, @Param("selective") LitemallUser.Column ... selective);
...@@ -86,7 +83,6 @@ public interface LitemallUserMapper { ...@@ -86,7 +83,6 @@ public interface LitemallUserMapper {
* This method corresponds to the database table litemall_user * This method corresponds to the database table litemall_user
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallUser selectByPrimaryKeySelective(@Param("id") Integer id, @Param("selective") LitemallUser.Column ... selective); LitemallUser selectByPrimaryKeySelective(@Param("id") Integer id, @Param("selective") LitemallUser.Column ... selective);
...@@ -103,7 +99,6 @@ public interface LitemallUserMapper { ...@@ -103,7 +99,6 @@ public interface LitemallUserMapper {
* This method corresponds to the database table litemall_user * This method corresponds to the database table litemall_user
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
LitemallUser selectByPrimaryKeyWithLogicalDelete(@Param("id") Integer id, @Param("andLogicalDeleted") boolean andLogicalDeleted); LitemallUser selectByPrimaryKeyWithLogicalDelete(@Param("id") Integer id, @Param("andLogicalDeleted") boolean andLogicalDeleted);
...@@ -144,7 +139,6 @@ public interface LitemallUserMapper { ...@@ -144,7 +139,6 @@ public interface LitemallUserMapper {
* This method corresponds to the database table litemall_user * This method corresponds to the database table litemall_user
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
int logicalDeleteByExample(@Param("example") LitemallUserExample example); int logicalDeleteByExample(@Param("example") LitemallUserExample example);
...@@ -153,7 +147,6 @@ public interface LitemallUserMapper { ...@@ -153,7 +147,6 @@ public interface LitemallUserMapper {
* This method corresponds to the database table litemall_user * This method corresponds to the database table litemall_user
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
int logicalDeleteByPrimaryKey(Integer id); int logicalDeleteByPrimaryKey(Integer id);
} }
\ No newline at end of file
...@@ -10,18 +10,16 @@ public class LitemallAd { ...@@ -10,18 +10,16 @@ public class LitemallAd {
* This field corresponds to the database table litemall_ad * This field corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public static final Boolean NOT_DELETED = false; public static final Boolean IS_DELETED = Deleted.IS_DELETED.value();
/** /**
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database table litemall_ad * This field corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public static final Boolean IS_DELETED = true; public static final Boolean NOT_DELETED = Deleted.NOT_DELETED.value();
/** /**
* *
...@@ -395,6 +393,16 @@ public class LitemallAd { ...@@ -395,6 +393,16 @@ public class LitemallAd {
this.updateTime = updateTime; this.updateTime = updateTime;
} }
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_ad
*
* @mbg.generated
*/
public void andLogicalDeleted(boolean deleted) {
setDeleted(deleted ? Deleted.IS_DELETED.value() : Deleted.NOT_DELETED.value());
}
/** /**
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method returns the value of the database column litemall_ad.deleted * This method returns the value of the database column litemall_ad.deleted
...@@ -431,6 +439,8 @@ public class LitemallAd { ...@@ -431,6 +439,8 @@ public class LitemallAd {
sb.append(getClass().getSimpleName()); sb.append(getClass().getSimpleName());
sb.append(" ["); sb.append(" [");
sb.append("Hash = ").append(hashCode()); sb.append("Hash = ").append(hashCode());
sb.append(", IS_DELETED=").append(IS_DELETED);
sb.append(", NOT_DELETED=").append(NOT_DELETED);
sb.append(", id=").append(id); sb.append(", id=").append(id);
sb.append(", name=").append(name); sb.append(", name=").append(name);
sb.append(", link=").append(link); sb.append(", link=").append(link);
...@@ -505,14 +515,71 @@ public class LitemallAd { ...@@ -505,14 +515,71 @@ public class LitemallAd {
} }
/** /**
* This method was generated by MyBatis Generator. * This enum was generated by MyBatis Generator.
* This method corresponds to the database table litemall_ad * This enum corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public void andLogicalDeleted(boolean deleted) { public enum Deleted {
setDeleted(deleted ? IS_DELETED : NOT_DELETED); NOT_DELETED(new Boolean("0"), "未删除"),
IS_DELETED(new Boolean("1"), "已删除");
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database table litemall_ad
*
* @mbg.generated
*/
private final Boolean value;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database table litemall_ad
*
* @mbg.generated
*/
private final String name;
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_ad
*
* @mbg.generated
*/
Deleted(Boolean value, String name) {
this.value = value;
this.name = name;
}
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_ad
*
* @mbg.generated
*/
public Boolean getValue() {
return this.value;
}
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_ad
*
* @mbg.generated
*/
public Boolean value() {
return this.value;
}
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_ad
*
* @mbg.generated
*/
public String getName() {
return this.name;
}
} }
/** /**
...@@ -520,7 +587,6 @@ public class LitemallAd { ...@@ -520,7 +587,6 @@ public class LitemallAd {
* This enum corresponds to the database table litemall_ad * This enum corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public enum Column { public enum Column {
id("id", "id", "INTEGER", false), id("id", "id", "INTEGER", false),
...@@ -541,7 +607,6 @@ public class LitemallAd { ...@@ -541,7 +607,6 @@ public class LitemallAd {
* This field corresponds to the database table litemall_ad * This field corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
private static final String BEGINNING_DELIMITER = "`"; private static final String BEGINNING_DELIMITER = "`";
...@@ -550,7 +615,6 @@ public class LitemallAd { ...@@ -550,7 +615,6 @@ public class LitemallAd {
* This field corresponds to the database table litemall_ad * This field corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
private static final String ENDING_DELIMITER = "`"; private static final String ENDING_DELIMITER = "`";
...@@ -559,7 +623,6 @@ public class LitemallAd { ...@@ -559,7 +623,6 @@ public class LitemallAd {
* This field corresponds to the database table litemall_ad * This field corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
private final String column; private final String column;
...@@ -568,7 +631,6 @@ public class LitemallAd { ...@@ -568,7 +631,6 @@ public class LitemallAd {
* This field corresponds to the database table litemall_ad * This field corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
private final boolean isColumnNameDelimited; private final boolean isColumnNameDelimited;
...@@ -577,7 +639,6 @@ public class LitemallAd { ...@@ -577,7 +639,6 @@ public class LitemallAd {
* This field corresponds to the database table litemall_ad * This field corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
private final String javaProperty; private final String javaProperty;
...@@ -586,7 +647,6 @@ public class LitemallAd { ...@@ -586,7 +647,6 @@ public class LitemallAd {
* This field corresponds to the database table litemall_ad * This field corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
private final String jdbcType; private final String jdbcType;
...@@ -595,7 +655,6 @@ public class LitemallAd { ...@@ -595,7 +655,6 @@ public class LitemallAd {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public String value() { public String value() {
return this.column; return this.column;
...@@ -606,7 +665,6 @@ public class LitemallAd { ...@@ -606,7 +665,6 @@ public class LitemallAd {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public String getValue() { public String getValue() {
return this.column; return this.column;
...@@ -617,7 +675,6 @@ public class LitemallAd { ...@@ -617,7 +675,6 @@ public class LitemallAd {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public String getJavaProperty() { public String getJavaProperty() {
return this.javaProperty; return this.javaProperty;
...@@ -628,7 +685,6 @@ public class LitemallAd { ...@@ -628,7 +685,6 @@ public class LitemallAd {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public String getJdbcType() { public String getJdbcType() {
return this.jdbcType; return this.jdbcType;
...@@ -639,7 +695,6 @@ public class LitemallAd { ...@@ -639,7 +695,6 @@ public class LitemallAd {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
Column(String column, String javaProperty, String jdbcType, boolean isColumnNameDelimited) { Column(String column, String javaProperty, String jdbcType, boolean isColumnNameDelimited) {
this.column = column; this.column = column;
...@@ -653,7 +708,6 @@ public class LitemallAd { ...@@ -653,7 +708,6 @@ public class LitemallAd {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public String desc() { public String desc() {
return this.getEscapedColumnName() + " DESC"; return this.getEscapedColumnName() + " DESC";
...@@ -664,7 +718,6 @@ public class LitemallAd { ...@@ -664,7 +718,6 @@ public class LitemallAd {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public String asc() { public String asc() {
return this.getEscapedColumnName() + " ASC"; return this.getEscapedColumnName() + " ASC";
...@@ -675,7 +728,6 @@ public class LitemallAd { ...@@ -675,7 +728,6 @@ public class LitemallAd {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public static Column[] excludes(Column ... excludes) { public static Column[] excludes(Column ... excludes) {
ArrayList<Column> columns = new ArrayList<>(Arrays.asList(Column.values())); ArrayList<Column> columns = new ArrayList<>(Arrays.asList(Column.values()));
...@@ -690,7 +742,6 @@ public class LitemallAd { ...@@ -690,7 +742,6 @@ public class LitemallAd {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public String getEscapedColumnName() { public String getEscapedColumnName() {
if (this.isColumnNameDelimited) { if (this.isColumnNameDelimited) {
...@@ -699,5 +750,15 @@ public class LitemallAd { ...@@ -699,5 +750,15 @@ public class LitemallAd {
return this.column; return this.column;
} }
} }
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_ad
*
* @mbg.generated
*/
public String getAliasedEscapedColumnName() {
return this.getEscapedColumnName();
}
} }
} }
\ No newline at end of file
...@@ -116,7 +116,6 @@ public class LitemallAdExample { ...@@ -116,7 +116,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public LitemallAdExample orderBy(String orderByClause) { public LitemallAdExample orderBy(String orderByClause) {
this.setOrderByClause(orderByClause); this.setOrderByClause(orderByClause);
...@@ -128,7 +127,6 @@ public class LitemallAdExample { ...@@ -128,7 +127,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public LitemallAdExample orderBy(String ... orderByClauses) { public LitemallAdExample orderBy(String ... orderByClauses) {
StringBuffer sb = new StringBuffer(); StringBuffer sb = new StringBuffer();
...@@ -184,13 +182,40 @@ public class LitemallAdExample { ...@@ -184,13 +182,40 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public static Criteria newAndCreateCriteria() { public static Criteria newAndCreateCriteria() {
LitemallAdExample example = new LitemallAdExample(); LitemallAdExample example = new LitemallAdExample();
return example.createCriteria(); return example.createCriteria();
} }
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_ad
*
* @mbg.generated
*/
public LitemallAdExample when(boolean condition, IExampleWhen then) {
if (condition) {
then.example(this);
}
return this;
}
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_ad
*
* @mbg.generated
*/
public LitemallAdExample when(boolean condition, IExampleWhen then, IExampleWhen otherwise) {
if (condition) {
then.example(this);
} else {
otherwise.example(this);
}
return this;
}
/** /**
* This class was generated by MyBatis Generator. * This class was generated by MyBatis Generator.
* This class corresponds to the database table litemall_ad * This class corresponds to the database table litemall_ad
...@@ -258,7 +283,6 @@ public class LitemallAdExample { ...@@ -258,7 +283,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andIdEqualToColumn(LitemallAd.Column column) { public Criteria andIdEqualToColumn(LitemallAd.Column column) {
addCriterion(new StringBuilder("id = ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("id = ").append(column.getEscapedColumnName()).toString());
...@@ -275,7 +299,6 @@ public class LitemallAdExample { ...@@ -275,7 +299,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andIdNotEqualToColumn(LitemallAd.Column column) { public Criteria andIdNotEqualToColumn(LitemallAd.Column column) {
addCriterion(new StringBuilder("id <> ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("id <> ").append(column.getEscapedColumnName()).toString());
...@@ -292,7 +315,6 @@ public class LitemallAdExample { ...@@ -292,7 +315,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andIdGreaterThanColumn(LitemallAd.Column column) { public Criteria andIdGreaterThanColumn(LitemallAd.Column column) {
addCriterion(new StringBuilder("id > ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("id > ").append(column.getEscapedColumnName()).toString());
...@@ -309,7 +331,6 @@ public class LitemallAdExample { ...@@ -309,7 +331,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andIdGreaterThanOrEqualToColumn(LitemallAd.Column column) { public Criteria andIdGreaterThanOrEqualToColumn(LitemallAd.Column column) {
addCriterion(new StringBuilder("id >= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("id >= ").append(column.getEscapedColumnName()).toString());
...@@ -326,7 +347,6 @@ public class LitemallAdExample { ...@@ -326,7 +347,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andIdLessThanColumn(LitemallAd.Column column) { public Criteria andIdLessThanColumn(LitemallAd.Column column) {
addCriterion(new StringBuilder("id < ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("id < ").append(column.getEscapedColumnName()).toString());
...@@ -343,7 +363,6 @@ public class LitemallAdExample { ...@@ -343,7 +363,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andIdLessThanOrEqualToColumn(LitemallAd.Column column) { public Criteria andIdLessThanOrEqualToColumn(LitemallAd.Column column) {
addCriterion(new StringBuilder("id <= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("id <= ").append(column.getEscapedColumnName()).toString());
...@@ -390,7 +409,6 @@ public class LitemallAdExample { ...@@ -390,7 +409,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andNameEqualToColumn(LitemallAd.Column column) { public Criteria andNameEqualToColumn(LitemallAd.Column column) {
addCriterion(new StringBuilder("`name` = ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("`name` = ").append(column.getEscapedColumnName()).toString());
...@@ -407,7 +425,6 @@ public class LitemallAdExample { ...@@ -407,7 +425,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andNameNotEqualToColumn(LitemallAd.Column column) { public Criteria andNameNotEqualToColumn(LitemallAd.Column column) {
addCriterion(new StringBuilder("`name` <> ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("`name` <> ").append(column.getEscapedColumnName()).toString());
...@@ -424,7 +441,6 @@ public class LitemallAdExample { ...@@ -424,7 +441,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andNameGreaterThanColumn(LitemallAd.Column column) { public Criteria andNameGreaterThanColumn(LitemallAd.Column column) {
addCriterion(new StringBuilder("`name` > ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("`name` > ").append(column.getEscapedColumnName()).toString());
...@@ -441,7 +457,6 @@ public class LitemallAdExample { ...@@ -441,7 +457,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andNameGreaterThanOrEqualToColumn(LitemallAd.Column column) { public Criteria andNameGreaterThanOrEqualToColumn(LitemallAd.Column column) {
addCriterion(new StringBuilder("`name` >= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("`name` >= ").append(column.getEscapedColumnName()).toString());
...@@ -458,7 +473,6 @@ public class LitemallAdExample { ...@@ -458,7 +473,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andNameLessThanColumn(LitemallAd.Column column) { public Criteria andNameLessThanColumn(LitemallAd.Column column) {
addCriterion(new StringBuilder("`name` < ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("`name` < ").append(column.getEscapedColumnName()).toString());
...@@ -475,7 +489,6 @@ public class LitemallAdExample { ...@@ -475,7 +489,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andNameLessThanOrEqualToColumn(LitemallAd.Column column) { public Criteria andNameLessThanOrEqualToColumn(LitemallAd.Column column) {
addCriterion(new StringBuilder("`name` <= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("`name` <= ").append(column.getEscapedColumnName()).toString());
...@@ -532,7 +545,6 @@ public class LitemallAdExample { ...@@ -532,7 +545,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andLinkEqualToColumn(LitemallAd.Column column) { public Criteria andLinkEqualToColumn(LitemallAd.Column column) {
addCriterion(new StringBuilder("link = ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("link = ").append(column.getEscapedColumnName()).toString());
...@@ -549,7 +561,6 @@ public class LitemallAdExample { ...@@ -549,7 +561,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andLinkNotEqualToColumn(LitemallAd.Column column) { public Criteria andLinkNotEqualToColumn(LitemallAd.Column column) {
addCriterion(new StringBuilder("link <> ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("link <> ").append(column.getEscapedColumnName()).toString());
...@@ -566,7 +577,6 @@ public class LitemallAdExample { ...@@ -566,7 +577,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andLinkGreaterThanColumn(LitemallAd.Column column) { public Criteria andLinkGreaterThanColumn(LitemallAd.Column column) {
addCriterion(new StringBuilder("link > ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("link > ").append(column.getEscapedColumnName()).toString());
...@@ -583,7 +593,6 @@ public class LitemallAdExample { ...@@ -583,7 +593,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andLinkGreaterThanOrEqualToColumn(LitemallAd.Column column) { public Criteria andLinkGreaterThanOrEqualToColumn(LitemallAd.Column column) {
addCriterion(new StringBuilder("link >= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("link >= ").append(column.getEscapedColumnName()).toString());
...@@ -600,7 +609,6 @@ public class LitemallAdExample { ...@@ -600,7 +609,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andLinkLessThanColumn(LitemallAd.Column column) { public Criteria andLinkLessThanColumn(LitemallAd.Column column) {
addCriterion(new StringBuilder("link < ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("link < ").append(column.getEscapedColumnName()).toString());
...@@ -617,7 +625,6 @@ public class LitemallAdExample { ...@@ -617,7 +625,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andLinkLessThanOrEqualToColumn(LitemallAd.Column column) { public Criteria andLinkLessThanOrEqualToColumn(LitemallAd.Column column) {
addCriterion(new StringBuilder("link <= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("link <= ").append(column.getEscapedColumnName()).toString());
...@@ -674,7 +681,6 @@ public class LitemallAdExample { ...@@ -674,7 +681,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andUrlEqualToColumn(LitemallAd.Column column) { public Criteria andUrlEqualToColumn(LitemallAd.Column column) {
addCriterion(new StringBuilder("url = ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("url = ").append(column.getEscapedColumnName()).toString());
...@@ -691,7 +697,6 @@ public class LitemallAdExample { ...@@ -691,7 +697,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andUrlNotEqualToColumn(LitemallAd.Column column) { public Criteria andUrlNotEqualToColumn(LitemallAd.Column column) {
addCriterion(new StringBuilder("url <> ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("url <> ").append(column.getEscapedColumnName()).toString());
...@@ -708,7 +713,6 @@ public class LitemallAdExample { ...@@ -708,7 +713,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andUrlGreaterThanColumn(LitemallAd.Column column) { public Criteria andUrlGreaterThanColumn(LitemallAd.Column column) {
addCriterion(new StringBuilder("url > ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("url > ").append(column.getEscapedColumnName()).toString());
...@@ -725,7 +729,6 @@ public class LitemallAdExample { ...@@ -725,7 +729,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andUrlGreaterThanOrEqualToColumn(LitemallAd.Column column) { public Criteria andUrlGreaterThanOrEqualToColumn(LitemallAd.Column column) {
addCriterion(new StringBuilder("url >= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("url >= ").append(column.getEscapedColumnName()).toString());
...@@ -742,7 +745,6 @@ public class LitemallAdExample { ...@@ -742,7 +745,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andUrlLessThanColumn(LitemallAd.Column column) { public Criteria andUrlLessThanColumn(LitemallAd.Column column) {
addCriterion(new StringBuilder("url < ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("url < ").append(column.getEscapedColumnName()).toString());
...@@ -759,7 +761,6 @@ public class LitemallAdExample { ...@@ -759,7 +761,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andUrlLessThanOrEqualToColumn(LitemallAd.Column column) { public Criteria andUrlLessThanOrEqualToColumn(LitemallAd.Column column) {
addCriterion(new StringBuilder("url <= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("url <= ").append(column.getEscapedColumnName()).toString());
...@@ -816,7 +817,6 @@ public class LitemallAdExample { ...@@ -816,7 +817,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andPositionEqualToColumn(LitemallAd.Column column) { public Criteria andPositionEqualToColumn(LitemallAd.Column column) {
addCriterion(new StringBuilder("`position` = ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("`position` = ").append(column.getEscapedColumnName()).toString());
...@@ -833,7 +833,6 @@ public class LitemallAdExample { ...@@ -833,7 +833,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andPositionNotEqualToColumn(LitemallAd.Column column) { public Criteria andPositionNotEqualToColumn(LitemallAd.Column column) {
addCriterion(new StringBuilder("`position` <> ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("`position` <> ").append(column.getEscapedColumnName()).toString());
...@@ -850,7 +849,6 @@ public class LitemallAdExample { ...@@ -850,7 +849,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andPositionGreaterThanColumn(LitemallAd.Column column) { public Criteria andPositionGreaterThanColumn(LitemallAd.Column column) {
addCriterion(new StringBuilder("`position` > ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("`position` > ").append(column.getEscapedColumnName()).toString());
...@@ -867,7 +865,6 @@ public class LitemallAdExample { ...@@ -867,7 +865,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andPositionGreaterThanOrEqualToColumn(LitemallAd.Column column) { public Criteria andPositionGreaterThanOrEqualToColumn(LitemallAd.Column column) {
addCriterion(new StringBuilder("`position` >= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("`position` >= ").append(column.getEscapedColumnName()).toString());
...@@ -884,7 +881,6 @@ public class LitemallAdExample { ...@@ -884,7 +881,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andPositionLessThanColumn(LitemallAd.Column column) { public Criteria andPositionLessThanColumn(LitemallAd.Column column) {
addCriterion(new StringBuilder("`position` < ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("`position` < ").append(column.getEscapedColumnName()).toString());
...@@ -901,7 +897,6 @@ public class LitemallAdExample { ...@@ -901,7 +897,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andPositionLessThanOrEqualToColumn(LitemallAd.Column column) { public Criteria andPositionLessThanOrEqualToColumn(LitemallAd.Column column) {
addCriterion(new StringBuilder("`position` <= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("`position` <= ").append(column.getEscapedColumnName()).toString());
...@@ -948,7 +943,6 @@ public class LitemallAdExample { ...@@ -948,7 +943,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andContentEqualToColumn(LitemallAd.Column column) { public Criteria andContentEqualToColumn(LitemallAd.Column column) {
addCriterion(new StringBuilder("content = ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("content = ").append(column.getEscapedColumnName()).toString());
...@@ -965,7 +959,6 @@ public class LitemallAdExample { ...@@ -965,7 +959,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andContentNotEqualToColumn(LitemallAd.Column column) { public Criteria andContentNotEqualToColumn(LitemallAd.Column column) {
addCriterion(new StringBuilder("content <> ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("content <> ").append(column.getEscapedColumnName()).toString());
...@@ -982,7 +975,6 @@ public class LitemallAdExample { ...@@ -982,7 +975,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andContentGreaterThanColumn(LitemallAd.Column column) { public Criteria andContentGreaterThanColumn(LitemallAd.Column column) {
addCriterion(new StringBuilder("content > ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("content > ").append(column.getEscapedColumnName()).toString());
...@@ -999,7 +991,6 @@ public class LitemallAdExample { ...@@ -999,7 +991,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andContentGreaterThanOrEqualToColumn(LitemallAd.Column column) { public Criteria andContentGreaterThanOrEqualToColumn(LitemallAd.Column column) {
addCriterion(new StringBuilder("content >= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("content >= ").append(column.getEscapedColumnName()).toString());
...@@ -1016,7 +1007,6 @@ public class LitemallAdExample { ...@@ -1016,7 +1007,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andContentLessThanColumn(LitemallAd.Column column) { public Criteria andContentLessThanColumn(LitemallAd.Column column) {
addCriterion(new StringBuilder("content < ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("content < ").append(column.getEscapedColumnName()).toString());
...@@ -1033,7 +1023,6 @@ public class LitemallAdExample { ...@@ -1033,7 +1023,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andContentLessThanOrEqualToColumn(LitemallAd.Column column) { public Criteria andContentLessThanOrEqualToColumn(LitemallAd.Column column) {
addCriterion(new StringBuilder("content <= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("content <= ").append(column.getEscapedColumnName()).toString());
...@@ -1090,7 +1079,6 @@ public class LitemallAdExample { ...@@ -1090,7 +1079,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andStartTimeEqualToColumn(LitemallAd.Column column) { public Criteria andStartTimeEqualToColumn(LitemallAd.Column column) {
addCriterion(new StringBuilder("start_time = ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("start_time = ").append(column.getEscapedColumnName()).toString());
...@@ -1107,7 +1095,6 @@ public class LitemallAdExample { ...@@ -1107,7 +1095,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andStartTimeNotEqualToColumn(LitemallAd.Column column) { public Criteria andStartTimeNotEqualToColumn(LitemallAd.Column column) {
addCriterion(new StringBuilder("start_time <> ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("start_time <> ").append(column.getEscapedColumnName()).toString());
...@@ -1124,7 +1111,6 @@ public class LitemallAdExample { ...@@ -1124,7 +1111,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andStartTimeGreaterThanColumn(LitemallAd.Column column) { public Criteria andStartTimeGreaterThanColumn(LitemallAd.Column column) {
addCriterion(new StringBuilder("start_time > ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("start_time > ").append(column.getEscapedColumnName()).toString());
...@@ -1141,7 +1127,6 @@ public class LitemallAdExample { ...@@ -1141,7 +1127,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andStartTimeGreaterThanOrEqualToColumn(LitemallAd.Column column) { public Criteria andStartTimeGreaterThanOrEqualToColumn(LitemallAd.Column column) {
addCriterion(new StringBuilder("start_time >= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("start_time >= ").append(column.getEscapedColumnName()).toString());
...@@ -1158,7 +1143,6 @@ public class LitemallAdExample { ...@@ -1158,7 +1143,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andStartTimeLessThanColumn(LitemallAd.Column column) { public Criteria andStartTimeLessThanColumn(LitemallAd.Column column) {
addCriterion(new StringBuilder("start_time < ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("start_time < ").append(column.getEscapedColumnName()).toString());
...@@ -1175,7 +1159,6 @@ public class LitemallAdExample { ...@@ -1175,7 +1159,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andStartTimeLessThanOrEqualToColumn(LitemallAd.Column column) { public Criteria andStartTimeLessThanOrEqualToColumn(LitemallAd.Column column) {
addCriterion(new StringBuilder("start_time <= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("start_time <= ").append(column.getEscapedColumnName()).toString());
...@@ -1222,7 +1205,6 @@ public class LitemallAdExample { ...@@ -1222,7 +1205,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andEndTimeEqualToColumn(LitemallAd.Column column) { public Criteria andEndTimeEqualToColumn(LitemallAd.Column column) {
addCriterion(new StringBuilder("end_time = ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("end_time = ").append(column.getEscapedColumnName()).toString());
...@@ -1239,7 +1221,6 @@ public class LitemallAdExample { ...@@ -1239,7 +1221,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andEndTimeNotEqualToColumn(LitemallAd.Column column) { public Criteria andEndTimeNotEqualToColumn(LitemallAd.Column column) {
addCriterion(new StringBuilder("end_time <> ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("end_time <> ").append(column.getEscapedColumnName()).toString());
...@@ -1256,7 +1237,6 @@ public class LitemallAdExample { ...@@ -1256,7 +1237,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andEndTimeGreaterThanColumn(LitemallAd.Column column) { public Criteria andEndTimeGreaterThanColumn(LitemallAd.Column column) {
addCriterion(new StringBuilder("end_time > ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("end_time > ").append(column.getEscapedColumnName()).toString());
...@@ -1273,7 +1253,6 @@ public class LitemallAdExample { ...@@ -1273,7 +1253,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andEndTimeGreaterThanOrEqualToColumn(LitemallAd.Column column) { public Criteria andEndTimeGreaterThanOrEqualToColumn(LitemallAd.Column column) {
addCriterion(new StringBuilder("end_time >= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("end_time >= ").append(column.getEscapedColumnName()).toString());
...@@ -1290,7 +1269,6 @@ public class LitemallAdExample { ...@@ -1290,7 +1269,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andEndTimeLessThanColumn(LitemallAd.Column column) { public Criteria andEndTimeLessThanColumn(LitemallAd.Column column) {
addCriterion(new StringBuilder("end_time < ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("end_time < ").append(column.getEscapedColumnName()).toString());
...@@ -1307,7 +1285,6 @@ public class LitemallAdExample { ...@@ -1307,7 +1285,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andEndTimeLessThanOrEqualToColumn(LitemallAd.Column column) { public Criteria andEndTimeLessThanOrEqualToColumn(LitemallAd.Column column) {
addCriterion(new StringBuilder("end_time <= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("end_time <= ").append(column.getEscapedColumnName()).toString());
...@@ -1354,7 +1331,6 @@ public class LitemallAdExample { ...@@ -1354,7 +1331,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andEnabledEqualToColumn(LitemallAd.Column column) { public Criteria andEnabledEqualToColumn(LitemallAd.Column column) {
addCriterion(new StringBuilder("enabled = ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("enabled = ").append(column.getEscapedColumnName()).toString());
...@@ -1371,7 +1347,6 @@ public class LitemallAdExample { ...@@ -1371,7 +1347,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andEnabledNotEqualToColumn(LitemallAd.Column column) { public Criteria andEnabledNotEqualToColumn(LitemallAd.Column column) {
addCriterion(new StringBuilder("enabled <> ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("enabled <> ").append(column.getEscapedColumnName()).toString());
...@@ -1388,7 +1363,6 @@ public class LitemallAdExample { ...@@ -1388,7 +1363,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andEnabledGreaterThanColumn(LitemallAd.Column column) { public Criteria andEnabledGreaterThanColumn(LitemallAd.Column column) {
addCriterion(new StringBuilder("enabled > ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("enabled > ").append(column.getEscapedColumnName()).toString());
...@@ -1405,7 +1379,6 @@ public class LitemallAdExample { ...@@ -1405,7 +1379,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andEnabledGreaterThanOrEqualToColumn(LitemallAd.Column column) { public Criteria andEnabledGreaterThanOrEqualToColumn(LitemallAd.Column column) {
addCriterion(new StringBuilder("enabled >= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("enabled >= ").append(column.getEscapedColumnName()).toString());
...@@ -1422,7 +1395,6 @@ public class LitemallAdExample { ...@@ -1422,7 +1395,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andEnabledLessThanColumn(LitemallAd.Column column) { public Criteria andEnabledLessThanColumn(LitemallAd.Column column) {
addCriterion(new StringBuilder("enabled < ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("enabled < ").append(column.getEscapedColumnName()).toString());
...@@ -1439,7 +1411,6 @@ public class LitemallAdExample { ...@@ -1439,7 +1411,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andEnabledLessThanOrEqualToColumn(LitemallAd.Column column) { public Criteria andEnabledLessThanOrEqualToColumn(LitemallAd.Column column) {
addCriterion(new StringBuilder("enabled <= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("enabled <= ").append(column.getEscapedColumnName()).toString());
...@@ -1486,7 +1457,6 @@ public class LitemallAdExample { ...@@ -1486,7 +1457,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andAddTimeEqualToColumn(LitemallAd.Column column) { public Criteria andAddTimeEqualToColumn(LitemallAd.Column column) {
addCriterion(new StringBuilder("add_time = ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("add_time = ").append(column.getEscapedColumnName()).toString());
...@@ -1503,7 +1473,6 @@ public class LitemallAdExample { ...@@ -1503,7 +1473,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andAddTimeNotEqualToColumn(LitemallAd.Column column) { public Criteria andAddTimeNotEqualToColumn(LitemallAd.Column column) {
addCriterion(new StringBuilder("add_time <> ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("add_time <> ").append(column.getEscapedColumnName()).toString());
...@@ -1520,7 +1489,6 @@ public class LitemallAdExample { ...@@ -1520,7 +1489,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andAddTimeGreaterThanColumn(LitemallAd.Column column) { public Criteria andAddTimeGreaterThanColumn(LitemallAd.Column column) {
addCriterion(new StringBuilder("add_time > ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("add_time > ").append(column.getEscapedColumnName()).toString());
...@@ -1537,7 +1505,6 @@ public class LitemallAdExample { ...@@ -1537,7 +1505,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andAddTimeGreaterThanOrEqualToColumn(LitemallAd.Column column) { public Criteria andAddTimeGreaterThanOrEqualToColumn(LitemallAd.Column column) {
addCriterion(new StringBuilder("add_time >= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("add_time >= ").append(column.getEscapedColumnName()).toString());
...@@ -1554,7 +1521,6 @@ public class LitemallAdExample { ...@@ -1554,7 +1521,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andAddTimeLessThanColumn(LitemallAd.Column column) { public Criteria andAddTimeLessThanColumn(LitemallAd.Column column) {
addCriterion(new StringBuilder("add_time < ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("add_time < ").append(column.getEscapedColumnName()).toString());
...@@ -1571,7 +1537,6 @@ public class LitemallAdExample { ...@@ -1571,7 +1537,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andAddTimeLessThanOrEqualToColumn(LitemallAd.Column column) { public Criteria andAddTimeLessThanOrEqualToColumn(LitemallAd.Column column) {
addCriterion(new StringBuilder("add_time <= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("add_time <= ").append(column.getEscapedColumnName()).toString());
...@@ -1618,7 +1583,6 @@ public class LitemallAdExample { ...@@ -1618,7 +1583,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andUpdateTimeEqualToColumn(LitemallAd.Column column) { public Criteria andUpdateTimeEqualToColumn(LitemallAd.Column column) {
addCriterion(new StringBuilder("update_time = ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("update_time = ").append(column.getEscapedColumnName()).toString());
...@@ -1635,7 +1599,6 @@ public class LitemallAdExample { ...@@ -1635,7 +1599,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andUpdateTimeNotEqualToColumn(LitemallAd.Column column) { public Criteria andUpdateTimeNotEqualToColumn(LitemallAd.Column column) {
addCriterion(new StringBuilder("update_time <> ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("update_time <> ").append(column.getEscapedColumnName()).toString());
...@@ -1652,7 +1615,6 @@ public class LitemallAdExample { ...@@ -1652,7 +1615,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andUpdateTimeGreaterThanColumn(LitemallAd.Column column) { public Criteria andUpdateTimeGreaterThanColumn(LitemallAd.Column column) {
addCriterion(new StringBuilder("update_time > ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("update_time > ").append(column.getEscapedColumnName()).toString());
...@@ -1669,7 +1631,6 @@ public class LitemallAdExample { ...@@ -1669,7 +1631,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andUpdateTimeGreaterThanOrEqualToColumn(LitemallAd.Column column) { public Criteria andUpdateTimeGreaterThanOrEqualToColumn(LitemallAd.Column column) {
addCriterion(new StringBuilder("update_time >= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("update_time >= ").append(column.getEscapedColumnName()).toString());
...@@ -1686,7 +1647,6 @@ public class LitemallAdExample { ...@@ -1686,7 +1647,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andUpdateTimeLessThanColumn(LitemallAd.Column column) { public Criteria andUpdateTimeLessThanColumn(LitemallAd.Column column) {
addCriterion(new StringBuilder("update_time < ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("update_time < ").append(column.getEscapedColumnName()).toString());
...@@ -1703,7 +1663,6 @@ public class LitemallAdExample { ...@@ -1703,7 +1663,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andUpdateTimeLessThanOrEqualToColumn(LitemallAd.Column column) { public Criteria andUpdateTimeLessThanOrEqualToColumn(LitemallAd.Column column) {
addCriterion(new StringBuilder("update_time <= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("update_time <= ").append(column.getEscapedColumnName()).toString());
...@@ -1750,7 +1709,6 @@ public class LitemallAdExample { ...@@ -1750,7 +1709,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andDeletedEqualToColumn(LitemallAd.Column column) { public Criteria andDeletedEqualToColumn(LitemallAd.Column column) {
addCriterion(new StringBuilder("deleted = ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("deleted = ").append(column.getEscapedColumnName()).toString());
...@@ -1767,7 +1725,6 @@ public class LitemallAdExample { ...@@ -1767,7 +1725,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andDeletedNotEqualToColumn(LitemallAd.Column column) { public Criteria andDeletedNotEqualToColumn(LitemallAd.Column column) {
addCriterion(new StringBuilder("deleted <> ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("deleted <> ").append(column.getEscapedColumnName()).toString());
...@@ -1784,7 +1741,6 @@ public class LitemallAdExample { ...@@ -1784,7 +1741,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andDeletedGreaterThanColumn(LitemallAd.Column column) { public Criteria andDeletedGreaterThanColumn(LitemallAd.Column column) {
addCriterion(new StringBuilder("deleted > ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("deleted > ").append(column.getEscapedColumnName()).toString());
...@@ -1801,7 +1757,6 @@ public class LitemallAdExample { ...@@ -1801,7 +1757,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andDeletedGreaterThanOrEqualToColumn(LitemallAd.Column column) { public Criteria andDeletedGreaterThanOrEqualToColumn(LitemallAd.Column column) {
addCriterion(new StringBuilder("deleted >= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("deleted >= ").append(column.getEscapedColumnName()).toString());
...@@ -1818,7 +1773,6 @@ public class LitemallAdExample { ...@@ -1818,7 +1773,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andDeletedLessThanColumn(LitemallAd.Column column) { public Criteria andDeletedLessThanColumn(LitemallAd.Column column) {
addCriterion(new StringBuilder("deleted < ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("deleted < ").append(column.getEscapedColumnName()).toString());
...@@ -1835,7 +1789,6 @@ public class LitemallAdExample { ...@@ -1835,7 +1789,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andDeletedLessThanOrEqualToColumn(LitemallAd.Column column) { public Criteria andDeletedLessThanOrEqualToColumn(LitemallAd.Column column) {
addCriterion(new StringBuilder("deleted <= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("deleted <= ").append(column.getEscapedColumnName()).toString());
...@@ -1875,7 +1828,6 @@ public class LitemallAdExample { ...@@ -1875,7 +1828,6 @@ public class LitemallAdExample {
* This field corresponds to the database table litemall_ad * This field corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
private LitemallAdExample example; private LitemallAdExample example;
...@@ -1884,7 +1836,6 @@ public class LitemallAdExample { ...@@ -1884,7 +1836,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
protected Criteria(LitemallAdExample example) { protected Criteria(LitemallAdExample example) {
super(); super();
...@@ -1896,7 +1847,6 @@ public class LitemallAdExample { ...@@ -1896,7 +1847,6 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public LitemallAdExample example() { public LitemallAdExample example() {
return this.example; return this.example;
...@@ -1907,8 +1857,8 @@ public class LitemallAdExample { ...@@ -1907,8 +1857,8 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
@Deprecated
public Criteria andIf(boolean ifAdd, ICriteriaAdd add) { public Criteria andIf(boolean ifAdd, ICriteriaAdd add) {
if (ifAdd) { if (ifAdd) {
add.add(this); add.add(this);
...@@ -1921,26 +1871,46 @@ public class LitemallAdExample { ...@@ -1921,26 +1871,46 @@ public class LitemallAdExample {
* This method corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andLogicalDeleted(boolean deleted) { public Criteria when(boolean condition, ICriteriaWhen then) {
return deleted ? andDeletedEqualTo(LitemallAd.IS_DELETED) : andDeletedNotEqualTo(LitemallAd.IS_DELETED); if (condition) {
then.criteria(this);
}
return this;
} }
/** /**
* This interface was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This interface corresponds to the database table litemall_ad * This method corresponds to the database table litemall_ad
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria when(boolean condition, ICriteriaWhen then, ICriteriaWhen otherwise) {
if (condition) {
then.criteria(this);
} else {
otherwise.criteria(this);
}
return this;
}
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_ad
*
* @mbg.generated
*/
public Criteria andLogicalDeleted(boolean deleted) {
return deleted ? andDeletedEqualTo(LitemallAd.Deleted.IS_DELETED.value()) : andDeletedNotEqualTo(LitemallAd.Deleted.IS_DELETED.value());
}
@Deprecated
public interface ICriteriaAdd { public interface ICriteriaAdd {
/** /**
* 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 * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
Criteria add(Criteria add); Criteria add(Criteria add);
} }
...@@ -2037,4 +2007,24 @@ public class LitemallAdExample { ...@@ -2037,4 +2007,24 @@ public class LitemallAdExample {
this(condition, value, secondValue, null); this(condition, value, secondValue, null);
} }
} }
public interface ICriteriaWhen {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_ad
*
* @mbg.generated
*/
void criteria(Criteria criteria);
}
public interface IExampleWhen {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_ad
*
* @mbg.generated
*/
void example(org.linlinjava.litemall.db.domain.LitemallAdExample example);
}
} }
\ No newline at end of file
...@@ -10,18 +10,16 @@ public class LitemallAddress { ...@@ -10,18 +10,16 @@ public class LitemallAddress {
* This field corresponds to the database table litemall_address * This field corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public static final Boolean NOT_DELETED = false; public static final Boolean IS_DELETED = Deleted.IS_DELETED.value();
/** /**
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database table litemall_address * This field corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public static final Boolean IS_DELETED = true; public static final Boolean NOT_DELETED = Deleted.NOT_DELETED.value();
/** /**
* *
...@@ -461,6 +459,16 @@ public class LitemallAddress { ...@@ -461,6 +459,16 @@ public class LitemallAddress {
this.updateTime = updateTime; this.updateTime = updateTime;
} }
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_address
*
* @mbg.generated
*/
public void andLogicalDeleted(boolean deleted) {
setDeleted(deleted ? Deleted.IS_DELETED.value() : Deleted.NOT_DELETED.value());
}
/** /**
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method returns the value of the database column litemall_address.deleted * This method returns the value of the database column litemall_address.deleted
...@@ -497,6 +505,8 @@ public class LitemallAddress { ...@@ -497,6 +505,8 @@ public class LitemallAddress {
sb.append(getClass().getSimpleName()); sb.append(getClass().getSimpleName());
sb.append(" ["); sb.append(" [");
sb.append("Hash = ").append(hashCode()); sb.append("Hash = ").append(hashCode());
sb.append(", IS_DELETED=").append(IS_DELETED);
sb.append(", NOT_DELETED=").append(NOT_DELETED);
sb.append(", id=").append(id); sb.append(", id=").append(id);
sb.append(", name=").append(name); sb.append(", name=").append(name);
sb.append(", userId=").append(userId); sb.append(", userId=").append(userId);
...@@ -577,14 +587,71 @@ public class LitemallAddress { ...@@ -577,14 +587,71 @@ public class LitemallAddress {
} }
/** /**
* This method was generated by MyBatis Generator. * This enum was generated by MyBatis Generator.
* This method corresponds to the database table litemall_address * This enum corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public void andLogicalDeleted(boolean deleted) { public enum Deleted {
setDeleted(deleted ? IS_DELETED : NOT_DELETED); NOT_DELETED(new Boolean("0"), "未删除"),
IS_DELETED(new Boolean("1"), "已删除");
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database table litemall_address
*
* @mbg.generated
*/
private final Boolean value;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database table litemall_address
*
* @mbg.generated
*/
private final String name;
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_address
*
* @mbg.generated
*/
Deleted(Boolean value, String name) {
this.value = value;
this.name = name;
}
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_address
*
* @mbg.generated
*/
public Boolean getValue() {
return this.value;
}
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_address
*
* @mbg.generated
*/
public Boolean value() {
return this.value;
}
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_address
*
* @mbg.generated
*/
public String getName() {
return this.name;
}
} }
/** /**
...@@ -592,7 +659,6 @@ public class LitemallAddress { ...@@ -592,7 +659,6 @@ public class LitemallAddress {
* This enum corresponds to the database table litemall_address * This enum corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public enum Column { public enum Column {
id("id", "id", "INTEGER", false), id("id", "id", "INTEGER", false),
...@@ -615,7 +681,6 @@ public class LitemallAddress { ...@@ -615,7 +681,6 @@ public class LitemallAddress {
* This field corresponds to the database table litemall_address * This field corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
private static final String BEGINNING_DELIMITER = "`"; private static final String BEGINNING_DELIMITER = "`";
...@@ -624,7 +689,6 @@ public class LitemallAddress { ...@@ -624,7 +689,6 @@ public class LitemallAddress {
* This field corresponds to the database table litemall_address * This field corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
private static final String ENDING_DELIMITER = "`"; private static final String ENDING_DELIMITER = "`";
...@@ -633,7 +697,6 @@ public class LitemallAddress { ...@@ -633,7 +697,6 @@ public class LitemallAddress {
* This field corresponds to the database table litemall_address * This field corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
private final String column; private final String column;
...@@ -642,7 +705,6 @@ public class LitemallAddress { ...@@ -642,7 +705,6 @@ public class LitemallAddress {
* This field corresponds to the database table litemall_address * This field corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
private final boolean isColumnNameDelimited; private final boolean isColumnNameDelimited;
...@@ -651,7 +713,6 @@ public class LitemallAddress { ...@@ -651,7 +713,6 @@ public class LitemallAddress {
* This field corresponds to the database table litemall_address * This field corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
private final String javaProperty; private final String javaProperty;
...@@ -660,7 +721,6 @@ public class LitemallAddress { ...@@ -660,7 +721,6 @@ public class LitemallAddress {
* This field corresponds to the database table litemall_address * This field corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
private final String jdbcType; private final String jdbcType;
...@@ -669,7 +729,6 @@ public class LitemallAddress { ...@@ -669,7 +729,6 @@ public class LitemallAddress {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public String value() { public String value() {
return this.column; return this.column;
...@@ -680,7 +739,6 @@ public class LitemallAddress { ...@@ -680,7 +739,6 @@ public class LitemallAddress {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public String getValue() { public String getValue() {
return this.column; return this.column;
...@@ -691,7 +749,6 @@ public class LitemallAddress { ...@@ -691,7 +749,6 @@ public class LitemallAddress {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public String getJavaProperty() { public String getJavaProperty() {
return this.javaProperty; return this.javaProperty;
...@@ -702,7 +759,6 @@ public class LitemallAddress { ...@@ -702,7 +759,6 @@ public class LitemallAddress {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public String getJdbcType() { public String getJdbcType() {
return this.jdbcType; return this.jdbcType;
...@@ -713,7 +769,6 @@ public class LitemallAddress { ...@@ -713,7 +769,6 @@ public class LitemallAddress {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
Column(String column, String javaProperty, String jdbcType, boolean isColumnNameDelimited) { Column(String column, String javaProperty, String jdbcType, boolean isColumnNameDelimited) {
this.column = column; this.column = column;
...@@ -727,7 +782,6 @@ public class LitemallAddress { ...@@ -727,7 +782,6 @@ public class LitemallAddress {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public String desc() { public String desc() {
return this.getEscapedColumnName() + " DESC"; return this.getEscapedColumnName() + " DESC";
...@@ -738,7 +792,6 @@ public class LitemallAddress { ...@@ -738,7 +792,6 @@ public class LitemallAddress {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public String asc() { public String asc() {
return this.getEscapedColumnName() + " ASC"; return this.getEscapedColumnName() + " ASC";
...@@ -749,7 +802,6 @@ public class LitemallAddress { ...@@ -749,7 +802,6 @@ public class LitemallAddress {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public static Column[] excludes(Column ... excludes) { public static Column[] excludes(Column ... excludes) {
ArrayList<Column> columns = new ArrayList<>(Arrays.asList(Column.values())); ArrayList<Column> columns = new ArrayList<>(Arrays.asList(Column.values()));
...@@ -764,7 +816,6 @@ public class LitemallAddress { ...@@ -764,7 +816,6 @@ public class LitemallAddress {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public String getEscapedColumnName() { public String getEscapedColumnName() {
if (this.isColumnNameDelimited) { if (this.isColumnNameDelimited) {
...@@ -773,5 +824,15 @@ public class LitemallAddress { ...@@ -773,5 +824,15 @@ public class LitemallAddress {
return this.column; return this.column;
} }
} }
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_address
*
* @mbg.generated
*/
public String getAliasedEscapedColumnName() {
return this.getEscapedColumnName();
}
} }
} }
\ No newline at end of file
...@@ -116,7 +116,6 @@ public class LitemallAddressExample { ...@@ -116,7 +116,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public LitemallAddressExample orderBy(String orderByClause) { public LitemallAddressExample orderBy(String orderByClause) {
this.setOrderByClause(orderByClause); this.setOrderByClause(orderByClause);
...@@ -128,7 +127,6 @@ public class LitemallAddressExample { ...@@ -128,7 +127,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public LitemallAddressExample orderBy(String ... orderByClauses) { public LitemallAddressExample orderBy(String ... orderByClauses) {
StringBuffer sb = new StringBuffer(); StringBuffer sb = new StringBuffer();
...@@ -184,13 +182,40 @@ public class LitemallAddressExample { ...@@ -184,13 +182,40 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public static Criteria newAndCreateCriteria() { public static Criteria newAndCreateCriteria() {
LitemallAddressExample example = new LitemallAddressExample(); LitemallAddressExample example = new LitemallAddressExample();
return example.createCriteria(); return example.createCriteria();
} }
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_address
*
* @mbg.generated
*/
public LitemallAddressExample when(boolean condition, IExampleWhen then) {
if (condition) {
then.example(this);
}
return this;
}
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_address
*
* @mbg.generated
*/
public LitemallAddressExample when(boolean condition, IExampleWhen then, IExampleWhen otherwise) {
if (condition) {
then.example(this);
} else {
otherwise.example(this);
}
return this;
}
/** /**
* This class was generated by MyBatis Generator. * This class was generated by MyBatis Generator.
* This class corresponds to the database table litemall_address * This class corresponds to the database table litemall_address
...@@ -258,7 +283,6 @@ public class LitemallAddressExample { ...@@ -258,7 +283,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andIdEqualToColumn(LitemallAddress.Column column) { public Criteria andIdEqualToColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("id = ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("id = ").append(column.getEscapedColumnName()).toString());
...@@ -275,7 +299,6 @@ public class LitemallAddressExample { ...@@ -275,7 +299,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andIdNotEqualToColumn(LitemallAddress.Column column) { public Criteria andIdNotEqualToColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("id <> ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("id <> ").append(column.getEscapedColumnName()).toString());
...@@ -292,7 +315,6 @@ public class LitemallAddressExample { ...@@ -292,7 +315,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andIdGreaterThanColumn(LitemallAddress.Column column) { public Criteria andIdGreaterThanColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("id > ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("id > ").append(column.getEscapedColumnName()).toString());
...@@ -309,7 +331,6 @@ public class LitemallAddressExample { ...@@ -309,7 +331,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andIdGreaterThanOrEqualToColumn(LitemallAddress.Column column) { public Criteria andIdGreaterThanOrEqualToColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("id >= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("id >= ").append(column.getEscapedColumnName()).toString());
...@@ -326,7 +347,6 @@ public class LitemallAddressExample { ...@@ -326,7 +347,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andIdLessThanColumn(LitemallAddress.Column column) { public Criteria andIdLessThanColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("id < ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("id < ").append(column.getEscapedColumnName()).toString());
...@@ -343,7 +363,6 @@ public class LitemallAddressExample { ...@@ -343,7 +363,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andIdLessThanOrEqualToColumn(LitemallAddress.Column column) { public Criteria andIdLessThanOrEqualToColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("id <= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("id <= ").append(column.getEscapedColumnName()).toString());
...@@ -390,7 +409,6 @@ public class LitemallAddressExample { ...@@ -390,7 +409,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andNameEqualToColumn(LitemallAddress.Column column) { public Criteria andNameEqualToColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("`name` = ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("`name` = ").append(column.getEscapedColumnName()).toString());
...@@ -407,7 +425,6 @@ public class LitemallAddressExample { ...@@ -407,7 +425,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andNameNotEqualToColumn(LitemallAddress.Column column) { public Criteria andNameNotEqualToColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("`name` <> ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("`name` <> ").append(column.getEscapedColumnName()).toString());
...@@ -424,7 +441,6 @@ public class LitemallAddressExample { ...@@ -424,7 +441,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andNameGreaterThanColumn(LitemallAddress.Column column) { public Criteria andNameGreaterThanColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("`name` > ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("`name` > ").append(column.getEscapedColumnName()).toString());
...@@ -441,7 +457,6 @@ public class LitemallAddressExample { ...@@ -441,7 +457,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andNameGreaterThanOrEqualToColumn(LitemallAddress.Column column) { public Criteria andNameGreaterThanOrEqualToColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("`name` >= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("`name` >= ").append(column.getEscapedColumnName()).toString());
...@@ -458,7 +473,6 @@ public class LitemallAddressExample { ...@@ -458,7 +473,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andNameLessThanColumn(LitemallAddress.Column column) { public Criteria andNameLessThanColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("`name` < ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("`name` < ").append(column.getEscapedColumnName()).toString());
...@@ -475,7 +489,6 @@ public class LitemallAddressExample { ...@@ -475,7 +489,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andNameLessThanOrEqualToColumn(LitemallAddress.Column column) { public Criteria andNameLessThanOrEqualToColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("`name` <= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("`name` <= ").append(column.getEscapedColumnName()).toString());
...@@ -532,7 +545,6 @@ public class LitemallAddressExample { ...@@ -532,7 +545,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andUserIdEqualToColumn(LitemallAddress.Column column) { public Criteria andUserIdEqualToColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("user_id = ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("user_id = ").append(column.getEscapedColumnName()).toString());
...@@ -549,7 +561,6 @@ public class LitemallAddressExample { ...@@ -549,7 +561,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andUserIdNotEqualToColumn(LitemallAddress.Column column) { public Criteria andUserIdNotEqualToColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("user_id <> ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("user_id <> ").append(column.getEscapedColumnName()).toString());
...@@ -566,7 +577,6 @@ public class LitemallAddressExample { ...@@ -566,7 +577,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andUserIdGreaterThanColumn(LitemallAddress.Column column) { public Criteria andUserIdGreaterThanColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("user_id > ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("user_id > ").append(column.getEscapedColumnName()).toString());
...@@ -583,7 +593,6 @@ public class LitemallAddressExample { ...@@ -583,7 +593,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andUserIdGreaterThanOrEqualToColumn(LitemallAddress.Column column) { public Criteria andUserIdGreaterThanOrEqualToColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("user_id >= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("user_id >= ").append(column.getEscapedColumnName()).toString());
...@@ -600,7 +609,6 @@ public class LitemallAddressExample { ...@@ -600,7 +609,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andUserIdLessThanColumn(LitemallAddress.Column column) { public Criteria andUserIdLessThanColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("user_id < ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("user_id < ").append(column.getEscapedColumnName()).toString());
...@@ -617,7 +625,6 @@ public class LitemallAddressExample { ...@@ -617,7 +625,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andUserIdLessThanOrEqualToColumn(LitemallAddress.Column column) { public Criteria andUserIdLessThanOrEqualToColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("user_id <= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("user_id <= ").append(column.getEscapedColumnName()).toString());
...@@ -664,7 +671,6 @@ public class LitemallAddressExample { ...@@ -664,7 +671,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andProvinceEqualToColumn(LitemallAddress.Column column) { public Criteria andProvinceEqualToColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("province = ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("province = ").append(column.getEscapedColumnName()).toString());
...@@ -681,7 +687,6 @@ public class LitemallAddressExample { ...@@ -681,7 +687,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andProvinceNotEqualToColumn(LitemallAddress.Column column) { public Criteria andProvinceNotEqualToColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("province <> ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("province <> ").append(column.getEscapedColumnName()).toString());
...@@ -698,7 +703,6 @@ public class LitemallAddressExample { ...@@ -698,7 +703,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andProvinceGreaterThanColumn(LitemallAddress.Column column) { public Criteria andProvinceGreaterThanColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("province > ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("province > ").append(column.getEscapedColumnName()).toString());
...@@ -715,7 +719,6 @@ public class LitemallAddressExample { ...@@ -715,7 +719,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andProvinceGreaterThanOrEqualToColumn(LitemallAddress.Column column) { public Criteria andProvinceGreaterThanOrEqualToColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("province >= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("province >= ").append(column.getEscapedColumnName()).toString());
...@@ -732,7 +735,6 @@ public class LitemallAddressExample { ...@@ -732,7 +735,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andProvinceLessThanColumn(LitemallAddress.Column column) { public Criteria andProvinceLessThanColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("province < ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("province < ").append(column.getEscapedColumnName()).toString());
...@@ -749,7 +751,6 @@ public class LitemallAddressExample { ...@@ -749,7 +751,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andProvinceLessThanOrEqualToColumn(LitemallAddress.Column column) { public Criteria andProvinceLessThanOrEqualToColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("province <= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("province <= ").append(column.getEscapedColumnName()).toString());
...@@ -806,7 +807,6 @@ public class LitemallAddressExample { ...@@ -806,7 +807,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andCityEqualToColumn(LitemallAddress.Column column) { public Criteria andCityEqualToColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("city = ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("city = ").append(column.getEscapedColumnName()).toString());
...@@ -823,7 +823,6 @@ public class LitemallAddressExample { ...@@ -823,7 +823,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andCityNotEqualToColumn(LitemallAddress.Column column) { public Criteria andCityNotEqualToColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("city <> ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("city <> ").append(column.getEscapedColumnName()).toString());
...@@ -840,7 +839,6 @@ public class LitemallAddressExample { ...@@ -840,7 +839,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andCityGreaterThanColumn(LitemallAddress.Column column) { public Criteria andCityGreaterThanColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("city > ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("city > ").append(column.getEscapedColumnName()).toString());
...@@ -857,7 +855,6 @@ public class LitemallAddressExample { ...@@ -857,7 +855,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andCityGreaterThanOrEqualToColumn(LitemallAddress.Column column) { public Criteria andCityGreaterThanOrEqualToColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("city >= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("city >= ").append(column.getEscapedColumnName()).toString());
...@@ -874,7 +871,6 @@ public class LitemallAddressExample { ...@@ -874,7 +871,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andCityLessThanColumn(LitemallAddress.Column column) { public Criteria andCityLessThanColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("city < ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("city < ").append(column.getEscapedColumnName()).toString());
...@@ -891,7 +887,6 @@ public class LitemallAddressExample { ...@@ -891,7 +887,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andCityLessThanOrEqualToColumn(LitemallAddress.Column column) { public Criteria andCityLessThanOrEqualToColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("city <= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("city <= ").append(column.getEscapedColumnName()).toString());
...@@ -948,7 +943,6 @@ public class LitemallAddressExample { ...@@ -948,7 +943,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andCountyEqualToColumn(LitemallAddress.Column column) { public Criteria andCountyEqualToColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("county = ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("county = ").append(column.getEscapedColumnName()).toString());
...@@ -965,7 +959,6 @@ public class LitemallAddressExample { ...@@ -965,7 +959,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andCountyNotEqualToColumn(LitemallAddress.Column column) { public Criteria andCountyNotEqualToColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("county <> ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("county <> ").append(column.getEscapedColumnName()).toString());
...@@ -982,7 +975,6 @@ public class LitemallAddressExample { ...@@ -982,7 +975,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andCountyGreaterThanColumn(LitemallAddress.Column column) { public Criteria andCountyGreaterThanColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("county > ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("county > ").append(column.getEscapedColumnName()).toString());
...@@ -999,7 +991,6 @@ public class LitemallAddressExample { ...@@ -999,7 +991,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andCountyGreaterThanOrEqualToColumn(LitemallAddress.Column column) { public Criteria andCountyGreaterThanOrEqualToColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("county >= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("county >= ").append(column.getEscapedColumnName()).toString());
...@@ -1016,7 +1007,6 @@ public class LitemallAddressExample { ...@@ -1016,7 +1007,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andCountyLessThanColumn(LitemallAddress.Column column) { public Criteria andCountyLessThanColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("county < ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("county < ").append(column.getEscapedColumnName()).toString());
...@@ -1033,7 +1023,6 @@ public class LitemallAddressExample { ...@@ -1033,7 +1023,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andCountyLessThanOrEqualToColumn(LitemallAddress.Column column) { public Criteria andCountyLessThanOrEqualToColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("county <= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("county <= ").append(column.getEscapedColumnName()).toString());
...@@ -1090,7 +1079,6 @@ public class LitemallAddressExample { ...@@ -1090,7 +1079,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andAddressDetailEqualToColumn(LitemallAddress.Column column) { public Criteria andAddressDetailEqualToColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("address_detail = ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("address_detail = ").append(column.getEscapedColumnName()).toString());
...@@ -1107,7 +1095,6 @@ public class LitemallAddressExample { ...@@ -1107,7 +1095,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andAddressDetailNotEqualToColumn(LitemallAddress.Column column) { public Criteria andAddressDetailNotEqualToColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("address_detail <> ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("address_detail <> ").append(column.getEscapedColumnName()).toString());
...@@ -1124,7 +1111,6 @@ public class LitemallAddressExample { ...@@ -1124,7 +1111,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andAddressDetailGreaterThanColumn(LitemallAddress.Column column) { public Criteria andAddressDetailGreaterThanColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("address_detail > ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("address_detail > ").append(column.getEscapedColumnName()).toString());
...@@ -1141,7 +1127,6 @@ public class LitemallAddressExample { ...@@ -1141,7 +1127,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andAddressDetailGreaterThanOrEqualToColumn(LitemallAddress.Column column) { public Criteria andAddressDetailGreaterThanOrEqualToColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("address_detail >= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("address_detail >= ").append(column.getEscapedColumnName()).toString());
...@@ -1158,7 +1143,6 @@ public class LitemallAddressExample { ...@@ -1158,7 +1143,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andAddressDetailLessThanColumn(LitemallAddress.Column column) { public Criteria andAddressDetailLessThanColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("address_detail < ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("address_detail < ").append(column.getEscapedColumnName()).toString());
...@@ -1175,7 +1159,6 @@ public class LitemallAddressExample { ...@@ -1175,7 +1159,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andAddressDetailLessThanOrEqualToColumn(LitemallAddress.Column column) { public Criteria andAddressDetailLessThanOrEqualToColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("address_detail <= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("address_detail <= ").append(column.getEscapedColumnName()).toString());
...@@ -1232,7 +1215,6 @@ public class LitemallAddressExample { ...@@ -1232,7 +1215,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andAreaCodeEqualToColumn(LitemallAddress.Column column) { public Criteria andAreaCodeEqualToColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("area_code = ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("area_code = ").append(column.getEscapedColumnName()).toString());
...@@ -1249,7 +1231,6 @@ public class LitemallAddressExample { ...@@ -1249,7 +1231,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andAreaCodeNotEqualToColumn(LitemallAddress.Column column) { public Criteria andAreaCodeNotEqualToColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("area_code <> ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("area_code <> ").append(column.getEscapedColumnName()).toString());
...@@ -1266,7 +1247,6 @@ public class LitemallAddressExample { ...@@ -1266,7 +1247,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andAreaCodeGreaterThanColumn(LitemallAddress.Column column) { public Criteria andAreaCodeGreaterThanColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("area_code > ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("area_code > ").append(column.getEscapedColumnName()).toString());
...@@ -1283,7 +1263,6 @@ public class LitemallAddressExample { ...@@ -1283,7 +1263,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andAreaCodeGreaterThanOrEqualToColumn(LitemallAddress.Column column) { public Criteria andAreaCodeGreaterThanOrEqualToColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("area_code >= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("area_code >= ").append(column.getEscapedColumnName()).toString());
...@@ -1300,7 +1279,6 @@ public class LitemallAddressExample { ...@@ -1300,7 +1279,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andAreaCodeLessThanColumn(LitemallAddress.Column column) { public Criteria andAreaCodeLessThanColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("area_code < ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("area_code < ").append(column.getEscapedColumnName()).toString());
...@@ -1317,7 +1295,6 @@ public class LitemallAddressExample { ...@@ -1317,7 +1295,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andAreaCodeLessThanOrEqualToColumn(LitemallAddress.Column column) { public Criteria andAreaCodeLessThanOrEqualToColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("area_code <= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("area_code <= ").append(column.getEscapedColumnName()).toString());
...@@ -1374,7 +1351,6 @@ public class LitemallAddressExample { ...@@ -1374,7 +1351,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andPostalCodeEqualToColumn(LitemallAddress.Column column) { public Criteria andPostalCodeEqualToColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("postal_code = ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("postal_code = ").append(column.getEscapedColumnName()).toString());
...@@ -1391,7 +1367,6 @@ public class LitemallAddressExample { ...@@ -1391,7 +1367,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andPostalCodeNotEqualToColumn(LitemallAddress.Column column) { public Criteria andPostalCodeNotEqualToColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("postal_code <> ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("postal_code <> ").append(column.getEscapedColumnName()).toString());
...@@ -1408,7 +1383,6 @@ public class LitemallAddressExample { ...@@ -1408,7 +1383,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andPostalCodeGreaterThanColumn(LitemallAddress.Column column) { public Criteria andPostalCodeGreaterThanColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("postal_code > ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("postal_code > ").append(column.getEscapedColumnName()).toString());
...@@ -1425,7 +1399,6 @@ public class LitemallAddressExample { ...@@ -1425,7 +1399,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andPostalCodeGreaterThanOrEqualToColumn(LitemallAddress.Column column) { public Criteria andPostalCodeGreaterThanOrEqualToColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("postal_code >= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("postal_code >= ").append(column.getEscapedColumnName()).toString());
...@@ -1442,7 +1415,6 @@ public class LitemallAddressExample { ...@@ -1442,7 +1415,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andPostalCodeLessThanColumn(LitemallAddress.Column column) { public Criteria andPostalCodeLessThanColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("postal_code < ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("postal_code < ").append(column.getEscapedColumnName()).toString());
...@@ -1459,7 +1431,6 @@ public class LitemallAddressExample { ...@@ -1459,7 +1431,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andPostalCodeLessThanOrEqualToColumn(LitemallAddress.Column column) { public Criteria andPostalCodeLessThanOrEqualToColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("postal_code <= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("postal_code <= ").append(column.getEscapedColumnName()).toString());
...@@ -1516,7 +1487,6 @@ public class LitemallAddressExample { ...@@ -1516,7 +1487,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andTelEqualToColumn(LitemallAddress.Column column) { public Criteria andTelEqualToColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("tel = ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("tel = ").append(column.getEscapedColumnName()).toString());
...@@ -1533,7 +1503,6 @@ public class LitemallAddressExample { ...@@ -1533,7 +1503,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andTelNotEqualToColumn(LitemallAddress.Column column) { public Criteria andTelNotEqualToColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("tel <> ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("tel <> ").append(column.getEscapedColumnName()).toString());
...@@ -1550,7 +1519,6 @@ public class LitemallAddressExample { ...@@ -1550,7 +1519,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andTelGreaterThanColumn(LitemallAddress.Column column) { public Criteria andTelGreaterThanColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("tel > ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("tel > ").append(column.getEscapedColumnName()).toString());
...@@ -1567,7 +1535,6 @@ public class LitemallAddressExample { ...@@ -1567,7 +1535,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andTelGreaterThanOrEqualToColumn(LitemallAddress.Column column) { public Criteria andTelGreaterThanOrEqualToColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("tel >= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("tel >= ").append(column.getEscapedColumnName()).toString());
...@@ -1584,7 +1551,6 @@ public class LitemallAddressExample { ...@@ -1584,7 +1551,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andTelLessThanColumn(LitemallAddress.Column column) { public Criteria andTelLessThanColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("tel < ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("tel < ").append(column.getEscapedColumnName()).toString());
...@@ -1601,7 +1567,6 @@ public class LitemallAddressExample { ...@@ -1601,7 +1567,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andTelLessThanOrEqualToColumn(LitemallAddress.Column column) { public Criteria andTelLessThanOrEqualToColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("tel <= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("tel <= ").append(column.getEscapedColumnName()).toString());
...@@ -1658,7 +1623,6 @@ public class LitemallAddressExample { ...@@ -1658,7 +1623,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andIsDefaultEqualToColumn(LitemallAddress.Column column) { public Criteria andIsDefaultEqualToColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("is_default = ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("is_default = ").append(column.getEscapedColumnName()).toString());
...@@ -1675,7 +1639,6 @@ public class LitemallAddressExample { ...@@ -1675,7 +1639,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andIsDefaultNotEqualToColumn(LitemallAddress.Column column) { public Criteria andIsDefaultNotEqualToColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("is_default <> ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("is_default <> ").append(column.getEscapedColumnName()).toString());
...@@ -1692,7 +1655,6 @@ public class LitemallAddressExample { ...@@ -1692,7 +1655,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andIsDefaultGreaterThanColumn(LitemallAddress.Column column) { public Criteria andIsDefaultGreaterThanColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("is_default > ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("is_default > ").append(column.getEscapedColumnName()).toString());
...@@ -1709,7 +1671,6 @@ public class LitemallAddressExample { ...@@ -1709,7 +1671,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andIsDefaultGreaterThanOrEqualToColumn(LitemallAddress.Column column) { public Criteria andIsDefaultGreaterThanOrEqualToColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("is_default >= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("is_default >= ").append(column.getEscapedColumnName()).toString());
...@@ -1726,7 +1687,6 @@ public class LitemallAddressExample { ...@@ -1726,7 +1687,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andIsDefaultLessThanColumn(LitemallAddress.Column column) { public Criteria andIsDefaultLessThanColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("is_default < ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("is_default < ").append(column.getEscapedColumnName()).toString());
...@@ -1743,7 +1703,6 @@ public class LitemallAddressExample { ...@@ -1743,7 +1703,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andIsDefaultLessThanOrEqualToColumn(LitemallAddress.Column column) { public Criteria andIsDefaultLessThanOrEqualToColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("is_default <= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("is_default <= ").append(column.getEscapedColumnName()).toString());
...@@ -1790,7 +1749,6 @@ public class LitemallAddressExample { ...@@ -1790,7 +1749,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andAddTimeEqualToColumn(LitemallAddress.Column column) { public Criteria andAddTimeEqualToColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("add_time = ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("add_time = ").append(column.getEscapedColumnName()).toString());
...@@ -1807,7 +1765,6 @@ public class LitemallAddressExample { ...@@ -1807,7 +1765,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andAddTimeNotEqualToColumn(LitemallAddress.Column column) { public Criteria andAddTimeNotEqualToColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("add_time <> ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("add_time <> ").append(column.getEscapedColumnName()).toString());
...@@ -1824,7 +1781,6 @@ public class LitemallAddressExample { ...@@ -1824,7 +1781,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andAddTimeGreaterThanColumn(LitemallAddress.Column column) { public Criteria andAddTimeGreaterThanColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("add_time > ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("add_time > ").append(column.getEscapedColumnName()).toString());
...@@ -1841,7 +1797,6 @@ public class LitemallAddressExample { ...@@ -1841,7 +1797,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andAddTimeGreaterThanOrEqualToColumn(LitemallAddress.Column column) { public Criteria andAddTimeGreaterThanOrEqualToColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("add_time >= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("add_time >= ").append(column.getEscapedColumnName()).toString());
...@@ -1858,7 +1813,6 @@ public class LitemallAddressExample { ...@@ -1858,7 +1813,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andAddTimeLessThanColumn(LitemallAddress.Column column) { public Criteria andAddTimeLessThanColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("add_time < ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("add_time < ").append(column.getEscapedColumnName()).toString());
...@@ -1875,7 +1829,6 @@ public class LitemallAddressExample { ...@@ -1875,7 +1829,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andAddTimeLessThanOrEqualToColumn(LitemallAddress.Column column) { public Criteria andAddTimeLessThanOrEqualToColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("add_time <= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("add_time <= ").append(column.getEscapedColumnName()).toString());
...@@ -1922,7 +1875,6 @@ public class LitemallAddressExample { ...@@ -1922,7 +1875,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andUpdateTimeEqualToColumn(LitemallAddress.Column column) { public Criteria andUpdateTimeEqualToColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("update_time = ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("update_time = ").append(column.getEscapedColumnName()).toString());
...@@ -1939,7 +1891,6 @@ public class LitemallAddressExample { ...@@ -1939,7 +1891,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andUpdateTimeNotEqualToColumn(LitemallAddress.Column column) { public Criteria andUpdateTimeNotEqualToColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("update_time <> ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("update_time <> ").append(column.getEscapedColumnName()).toString());
...@@ -1956,7 +1907,6 @@ public class LitemallAddressExample { ...@@ -1956,7 +1907,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andUpdateTimeGreaterThanColumn(LitemallAddress.Column column) { public Criteria andUpdateTimeGreaterThanColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("update_time > ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("update_time > ").append(column.getEscapedColumnName()).toString());
...@@ -1973,7 +1923,6 @@ public class LitemallAddressExample { ...@@ -1973,7 +1923,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andUpdateTimeGreaterThanOrEqualToColumn(LitemallAddress.Column column) { public Criteria andUpdateTimeGreaterThanOrEqualToColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("update_time >= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("update_time >= ").append(column.getEscapedColumnName()).toString());
...@@ -1990,7 +1939,6 @@ public class LitemallAddressExample { ...@@ -1990,7 +1939,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andUpdateTimeLessThanColumn(LitemallAddress.Column column) { public Criteria andUpdateTimeLessThanColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("update_time < ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("update_time < ").append(column.getEscapedColumnName()).toString());
...@@ -2007,7 +1955,6 @@ public class LitemallAddressExample { ...@@ -2007,7 +1955,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andUpdateTimeLessThanOrEqualToColumn(LitemallAddress.Column column) { public Criteria andUpdateTimeLessThanOrEqualToColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("update_time <= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("update_time <= ").append(column.getEscapedColumnName()).toString());
...@@ -2054,7 +2001,6 @@ public class LitemallAddressExample { ...@@ -2054,7 +2001,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andDeletedEqualToColumn(LitemallAddress.Column column) { public Criteria andDeletedEqualToColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("deleted = ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("deleted = ").append(column.getEscapedColumnName()).toString());
...@@ -2071,7 +2017,6 @@ public class LitemallAddressExample { ...@@ -2071,7 +2017,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andDeletedNotEqualToColumn(LitemallAddress.Column column) { public Criteria andDeletedNotEqualToColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("deleted <> ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("deleted <> ").append(column.getEscapedColumnName()).toString());
...@@ -2088,7 +2033,6 @@ public class LitemallAddressExample { ...@@ -2088,7 +2033,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andDeletedGreaterThanColumn(LitemallAddress.Column column) { public Criteria andDeletedGreaterThanColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("deleted > ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("deleted > ").append(column.getEscapedColumnName()).toString());
...@@ -2105,7 +2049,6 @@ public class LitemallAddressExample { ...@@ -2105,7 +2049,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andDeletedGreaterThanOrEqualToColumn(LitemallAddress.Column column) { public Criteria andDeletedGreaterThanOrEqualToColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("deleted >= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("deleted >= ").append(column.getEscapedColumnName()).toString());
...@@ -2122,7 +2065,6 @@ public class LitemallAddressExample { ...@@ -2122,7 +2065,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andDeletedLessThanColumn(LitemallAddress.Column column) { public Criteria andDeletedLessThanColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("deleted < ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("deleted < ").append(column.getEscapedColumnName()).toString());
...@@ -2139,7 +2081,6 @@ public class LitemallAddressExample { ...@@ -2139,7 +2081,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andDeletedLessThanOrEqualToColumn(LitemallAddress.Column column) { public Criteria andDeletedLessThanOrEqualToColumn(LitemallAddress.Column column) {
addCriterion(new StringBuilder("deleted <= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("deleted <= ").append(column.getEscapedColumnName()).toString());
...@@ -2179,7 +2120,6 @@ public class LitemallAddressExample { ...@@ -2179,7 +2120,6 @@ public class LitemallAddressExample {
* This field corresponds to the database table litemall_address * This field corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
private LitemallAddressExample example; private LitemallAddressExample example;
...@@ -2188,7 +2128,6 @@ public class LitemallAddressExample { ...@@ -2188,7 +2128,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
protected Criteria(LitemallAddressExample example) { protected Criteria(LitemallAddressExample example) {
super(); super();
...@@ -2200,7 +2139,6 @@ public class LitemallAddressExample { ...@@ -2200,7 +2139,6 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public LitemallAddressExample example() { public LitemallAddressExample example() {
return this.example; return this.example;
...@@ -2211,8 +2149,8 @@ public class LitemallAddressExample { ...@@ -2211,8 +2149,8 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
@Deprecated
public Criteria andIf(boolean ifAdd, ICriteriaAdd add) { public Criteria andIf(boolean ifAdd, ICriteriaAdd add) {
if (ifAdd) { if (ifAdd) {
add.add(this); add.add(this);
...@@ -2225,26 +2163,46 @@ public class LitemallAddressExample { ...@@ -2225,26 +2163,46 @@ public class LitemallAddressExample {
* This method corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andLogicalDeleted(boolean deleted) { public Criteria when(boolean condition, ICriteriaWhen then) {
return deleted ? andDeletedEqualTo(LitemallAddress.IS_DELETED) : andDeletedNotEqualTo(LitemallAddress.IS_DELETED); if (condition) {
then.criteria(this);
}
return this;
} }
/** /**
* This interface was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This interface corresponds to the database table litemall_address * This method corresponds to the database table litemall_address
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria when(boolean condition, ICriteriaWhen then, ICriteriaWhen otherwise) {
if (condition) {
then.criteria(this);
} else {
otherwise.criteria(this);
}
return this;
}
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_address
*
* @mbg.generated
*/
public Criteria andLogicalDeleted(boolean deleted) {
return deleted ? andDeletedEqualTo(LitemallAddress.Deleted.IS_DELETED.value()) : andDeletedNotEqualTo(LitemallAddress.Deleted.IS_DELETED.value());
}
@Deprecated
public interface ICriteriaAdd { public interface ICriteriaAdd {
/** /**
* 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 * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
Criteria add(Criteria add); Criteria add(Criteria add);
} }
...@@ -2341,4 +2299,24 @@ public class LitemallAddressExample { ...@@ -2341,4 +2299,24 @@ public class LitemallAddressExample {
this(condition, value, secondValue, null); this(condition, value, secondValue, null);
} }
} }
public interface ICriteriaWhen {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_address
*
* @mbg.generated
*/
void criteria(Criteria criteria);
}
public interface IExampleWhen {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_address
*
* @mbg.generated
*/
void example(org.linlinjava.litemall.db.domain.LitemallAddressExample example);
}
} }
\ No newline at end of file
...@@ -10,18 +10,16 @@ public class LitemallAdmin { ...@@ -10,18 +10,16 @@ public class LitemallAdmin {
* This field corresponds to the database table litemall_admin * This field corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public static final Boolean NOT_DELETED = false; public static final Boolean IS_DELETED = Deleted.IS_DELETED.value();
/** /**
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database table litemall_admin * This field corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public static final Boolean IS_DELETED = true; public static final Boolean NOT_DELETED = Deleted.NOT_DELETED.value();
/** /**
* *
...@@ -305,6 +303,16 @@ public class LitemallAdmin { ...@@ -305,6 +303,16 @@ public class LitemallAdmin {
this.updateTime = updateTime; this.updateTime = updateTime;
} }
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_admin
*
* @mbg.generated
*/
public void andLogicalDeleted(boolean deleted) {
setDeleted(deleted ? Deleted.IS_DELETED.value() : Deleted.NOT_DELETED.value());
}
/** /**
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method returns the value of the database column litemall_admin.deleted * This method returns the value of the database column litemall_admin.deleted
...@@ -365,6 +373,8 @@ public class LitemallAdmin { ...@@ -365,6 +373,8 @@ public class LitemallAdmin {
sb.append(getClass().getSimpleName()); sb.append(getClass().getSimpleName());
sb.append(" ["); sb.append(" [");
sb.append("Hash = ").append(hashCode()); sb.append("Hash = ").append(hashCode());
sb.append(", IS_DELETED=").append(IS_DELETED);
sb.append(", NOT_DELETED=").append(NOT_DELETED);
sb.append(", id=").append(id); sb.append(", id=").append(id);
sb.append(", username=").append(username); sb.append(", username=").append(username);
sb.append(", password=").append(password); sb.append(", password=").append(password);
...@@ -433,14 +443,71 @@ public class LitemallAdmin { ...@@ -433,14 +443,71 @@ public class LitemallAdmin {
} }
/** /**
* This method was generated by MyBatis Generator. * This enum was generated by MyBatis Generator.
* This method corresponds to the database table litemall_admin * This enum corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public void andLogicalDeleted(boolean deleted) { public enum Deleted {
setDeleted(deleted ? IS_DELETED : NOT_DELETED); NOT_DELETED(new Boolean("0"), "未删除"),
IS_DELETED(new Boolean("1"), "已删除");
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database table litemall_admin
*
* @mbg.generated
*/
private final Boolean value;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database table litemall_admin
*
* @mbg.generated
*/
private final String name;
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_admin
*
* @mbg.generated
*/
Deleted(Boolean value, String name) {
this.value = value;
this.name = name;
}
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_admin
*
* @mbg.generated
*/
public Boolean getValue() {
return this.value;
}
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_admin
*
* @mbg.generated
*/
public Boolean value() {
return this.value;
}
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_admin
*
* @mbg.generated
*/
public String getName() {
return this.name;
}
} }
/** /**
...@@ -448,7 +515,6 @@ public class LitemallAdmin { ...@@ -448,7 +515,6 @@ public class LitemallAdmin {
* This enum corresponds to the database table litemall_admin * This enum corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public enum Column { public enum Column {
id("id", "id", "INTEGER", false), id("id", "id", "INTEGER", false),
...@@ -467,7 +533,6 @@ public class LitemallAdmin { ...@@ -467,7 +533,6 @@ public class LitemallAdmin {
* This field corresponds to the database table litemall_admin * This field corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
private static final String BEGINNING_DELIMITER = "`"; private static final String BEGINNING_DELIMITER = "`";
...@@ -476,7 +541,6 @@ public class LitemallAdmin { ...@@ -476,7 +541,6 @@ public class LitemallAdmin {
* This field corresponds to the database table litemall_admin * This field corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
private static final String ENDING_DELIMITER = "`"; private static final String ENDING_DELIMITER = "`";
...@@ -485,7 +549,6 @@ public class LitemallAdmin { ...@@ -485,7 +549,6 @@ public class LitemallAdmin {
* This field corresponds to the database table litemall_admin * This field corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
private final String column; private final String column;
...@@ -494,7 +557,6 @@ public class LitemallAdmin { ...@@ -494,7 +557,6 @@ public class LitemallAdmin {
* This field corresponds to the database table litemall_admin * This field corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
private final boolean isColumnNameDelimited; private final boolean isColumnNameDelimited;
...@@ -503,7 +565,6 @@ public class LitemallAdmin { ...@@ -503,7 +565,6 @@ public class LitemallAdmin {
* This field corresponds to the database table litemall_admin * This field corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
private final String javaProperty; private final String javaProperty;
...@@ -512,7 +573,6 @@ public class LitemallAdmin { ...@@ -512,7 +573,6 @@ public class LitemallAdmin {
* This field corresponds to the database table litemall_admin * This field corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
private final String jdbcType; private final String jdbcType;
...@@ -521,7 +581,6 @@ public class LitemallAdmin { ...@@ -521,7 +581,6 @@ public class LitemallAdmin {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public String value() { public String value() {
return this.column; return this.column;
...@@ -532,7 +591,6 @@ public class LitemallAdmin { ...@@ -532,7 +591,6 @@ public class LitemallAdmin {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public String getValue() { public String getValue() {
return this.column; return this.column;
...@@ -543,7 +601,6 @@ public class LitemallAdmin { ...@@ -543,7 +601,6 @@ public class LitemallAdmin {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public String getJavaProperty() { public String getJavaProperty() {
return this.javaProperty; return this.javaProperty;
...@@ -554,7 +611,6 @@ public class LitemallAdmin { ...@@ -554,7 +611,6 @@ public class LitemallAdmin {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public String getJdbcType() { public String getJdbcType() {
return this.jdbcType; return this.jdbcType;
...@@ -565,7 +621,6 @@ public class LitemallAdmin { ...@@ -565,7 +621,6 @@ public class LitemallAdmin {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
Column(String column, String javaProperty, String jdbcType, boolean isColumnNameDelimited) { Column(String column, String javaProperty, String jdbcType, boolean isColumnNameDelimited) {
this.column = column; this.column = column;
...@@ -579,7 +634,6 @@ public class LitemallAdmin { ...@@ -579,7 +634,6 @@ public class LitemallAdmin {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public String desc() { public String desc() {
return this.getEscapedColumnName() + " DESC"; return this.getEscapedColumnName() + " DESC";
...@@ -590,7 +644,6 @@ public class LitemallAdmin { ...@@ -590,7 +644,6 @@ public class LitemallAdmin {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public String asc() { public String asc() {
return this.getEscapedColumnName() + " ASC"; return this.getEscapedColumnName() + " ASC";
...@@ -601,7 +654,6 @@ public class LitemallAdmin { ...@@ -601,7 +654,6 @@ public class LitemallAdmin {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public static Column[] excludes(Column ... excludes) { public static Column[] excludes(Column ... excludes) {
ArrayList<Column> columns = new ArrayList<>(Arrays.asList(Column.values())); ArrayList<Column> columns = new ArrayList<>(Arrays.asList(Column.values()));
...@@ -616,7 +668,6 @@ public class LitemallAdmin { ...@@ -616,7 +668,6 @@ public class LitemallAdmin {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public String getEscapedColumnName() { public String getEscapedColumnName() {
if (this.isColumnNameDelimited) { if (this.isColumnNameDelimited) {
...@@ -625,5 +676,15 @@ public class LitemallAdmin { ...@@ -625,5 +676,15 @@ public class LitemallAdmin {
return this.column; return this.column;
} }
} }
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_admin
*
* @mbg.generated
*/
public String getAliasedEscapedColumnName() {
return this.getEscapedColumnName();
}
} }
} }
\ No newline at end of file
...@@ -116,7 +116,6 @@ public class LitemallAdminExample { ...@@ -116,7 +116,6 @@ public class LitemallAdminExample {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public LitemallAdminExample orderBy(String orderByClause) { public LitemallAdminExample orderBy(String orderByClause) {
this.setOrderByClause(orderByClause); this.setOrderByClause(orderByClause);
...@@ -128,7 +127,6 @@ public class LitemallAdminExample { ...@@ -128,7 +127,6 @@ public class LitemallAdminExample {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public LitemallAdminExample orderBy(String ... orderByClauses) { public LitemallAdminExample orderBy(String ... orderByClauses) {
StringBuffer sb = new StringBuffer(); StringBuffer sb = new StringBuffer();
...@@ -184,13 +182,40 @@ public class LitemallAdminExample { ...@@ -184,13 +182,40 @@ public class LitemallAdminExample {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public static Criteria newAndCreateCriteria() { public static Criteria newAndCreateCriteria() {
LitemallAdminExample example = new LitemallAdminExample(); LitemallAdminExample example = new LitemallAdminExample();
return example.createCriteria(); return example.createCriteria();
} }
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_admin
*
* @mbg.generated
*/
public LitemallAdminExample when(boolean condition, IExampleWhen then) {
if (condition) {
then.example(this);
}
return this;
}
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_admin
*
* @mbg.generated
*/
public LitemallAdminExample when(boolean condition, IExampleWhen then, IExampleWhen otherwise) {
if (condition) {
then.example(this);
} else {
otherwise.example(this);
}
return this;
}
/** /**
* This class was generated by MyBatis Generator. * This class was generated by MyBatis Generator.
* This class corresponds to the database table litemall_admin * This class corresponds to the database table litemall_admin
...@@ -292,7 +317,6 @@ public class LitemallAdminExample { ...@@ -292,7 +317,6 @@ public class LitemallAdminExample {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andIdEqualToColumn(LitemallAdmin.Column column) { public Criteria andIdEqualToColumn(LitemallAdmin.Column column) {
addCriterion(new StringBuilder("id = ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("id = ").append(column.getEscapedColumnName()).toString());
...@@ -309,7 +333,6 @@ public class LitemallAdminExample { ...@@ -309,7 +333,6 @@ public class LitemallAdminExample {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andIdNotEqualToColumn(LitemallAdmin.Column column) { public Criteria andIdNotEqualToColumn(LitemallAdmin.Column column) {
addCriterion(new StringBuilder("id <> ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("id <> ").append(column.getEscapedColumnName()).toString());
...@@ -326,7 +349,6 @@ public class LitemallAdminExample { ...@@ -326,7 +349,6 @@ public class LitemallAdminExample {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andIdGreaterThanColumn(LitemallAdmin.Column column) { public Criteria andIdGreaterThanColumn(LitemallAdmin.Column column) {
addCriterion(new StringBuilder("id > ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("id > ").append(column.getEscapedColumnName()).toString());
...@@ -343,7 +365,6 @@ public class LitemallAdminExample { ...@@ -343,7 +365,6 @@ public class LitemallAdminExample {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andIdGreaterThanOrEqualToColumn(LitemallAdmin.Column column) { public Criteria andIdGreaterThanOrEqualToColumn(LitemallAdmin.Column column) {
addCriterion(new StringBuilder("id >= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("id >= ").append(column.getEscapedColumnName()).toString());
...@@ -360,7 +381,6 @@ public class LitemallAdminExample { ...@@ -360,7 +381,6 @@ public class LitemallAdminExample {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andIdLessThanColumn(LitemallAdmin.Column column) { public Criteria andIdLessThanColumn(LitemallAdmin.Column column) {
addCriterion(new StringBuilder("id < ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("id < ").append(column.getEscapedColumnName()).toString());
...@@ -377,7 +397,6 @@ public class LitemallAdminExample { ...@@ -377,7 +397,6 @@ public class LitemallAdminExample {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andIdLessThanOrEqualToColumn(LitemallAdmin.Column column) { public Criteria andIdLessThanOrEqualToColumn(LitemallAdmin.Column column) {
addCriterion(new StringBuilder("id <= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("id <= ").append(column.getEscapedColumnName()).toString());
...@@ -424,7 +443,6 @@ public class LitemallAdminExample { ...@@ -424,7 +443,6 @@ public class LitemallAdminExample {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andUsernameEqualToColumn(LitemallAdmin.Column column) { public Criteria andUsernameEqualToColumn(LitemallAdmin.Column column) {
addCriterion(new StringBuilder("username = ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("username = ").append(column.getEscapedColumnName()).toString());
...@@ -441,7 +459,6 @@ public class LitemallAdminExample { ...@@ -441,7 +459,6 @@ public class LitemallAdminExample {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andUsernameNotEqualToColumn(LitemallAdmin.Column column) { public Criteria andUsernameNotEqualToColumn(LitemallAdmin.Column column) {
addCriterion(new StringBuilder("username <> ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("username <> ").append(column.getEscapedColumnName()).toString());
...@@ -458,7 +475,6 @@ public class LitemallAdminExample { ...@@ -458,7 +475,6 @@ public class LitemallAdminExample {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andUsernameGreaterThanColumn(LitemallAdmin.Column column) { public Criteria andUsernameGreaterThanColumn(LitemallAdmin.Column column) {
addCriterion(new StringBuilder("username > ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("username > ").append(column.getEscapedColumnName()).toString());
...@@ -475,7 +491,6 @@ public class LitemallAdminExample { ...@@ -475,7 +491,6 @@ public class LitemallAdminExample {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andUsernameGreaterThanOrEqualToColumn(LitemallAdmin.Column column) { public Criteria andUsernameGreaterThanOrEqualToColumn(LitemallAdmin.Column column) {
addCriterion(new StringBuilder("username >= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("username >= ").append(column.getEscapedColumnName()).toString());
...@@ -492,7 +507,6 @@ public class LitemallAdminExample { ...@@ -492,7 +507,6 @@ public class LitemallAdminExample {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andUsernameLessThanColumn(LitemallAdmin.Column column) { public Criteria andUsernameLessThanColumn(LitemallAdmin.Column column) {
addCriterion(new StringBuilder("username < ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("username < ").append(column.getEscapedColumnName()).toString());
...@@ -509,7 +523,6 @@ public class LitemallAdminExample { ...@@ -509,7 +523,6 @@ public class LitemallAdminExample {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andUsernameLessThanOrEqualToColumn(LitemallAdmin.Column column) { public Criteria andUsernameLessThanOrEqualToColumn(LitemallAdmin.Column column) {
addCriterion(new StringBuilder("username <= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("username <= ").append(column.getEscapedColumnName()).toString());
...@@ -566,7 +579,6 @@ public class LitemallAdminExample { ...@@ -566,7 +579,6 @@ public class LitemallAdminExample {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andPasswordEqualToColumn(LitemallAdmin.Column column) { public Criteria andPasswordEqualToColumn(LitemallAdmin.Column column) {
addCriterion(new StringBuilder("`password` = ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("`password` = ").append(column.getEscapedColumnName()).toString());
...@@ -583,7 +595,6 @@ public class LitemallAdminExample { ...@@ -583,7 +595,6 @@ public class LitemallAdminExample {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andPasswordNotEqualToColumn(LitemallAdmin.Column column) { public Criteria andPasswordNotEqualToColumn(LitemallAdmin.Column column) {
addCriterion(new StringBuilder("`password` <> ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("`password` <> ").append(column.getEscapedColumnName()).toString());
...@@ -600,7 +611,6 @@ public class LitemallAdminExample { ...@@ -600,7 +611,6 @@ public class LitemallAdminExample {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andPasswordGreaterThanColumn(LitemallAdmin.Column column) { public Criteria andPasswordGreaterThanColumn(LitemallAdmin.Column column) {
addCriterion(new StringBuilder("`password` > ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("`password` > ").append(column.getEscapedColumnName()).toString());
...@@ -617,7 +627,6 @@ public class LitemallAdminExample { ...@@ -617,7 +627,6 @@ public class LitemallAdminExample {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andPasswordGreaterThanOrEqualToColumn(LitemallAdmin.Column column) { public Criteria andPasswordGreaterThanOrEqualToColumn(LitemallAdmin.Column column) {
addCriterion(new StringBuilder("`password` >= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("`password` >= ").append(column.getEscapedColumnName()).toString());
...@@ -634,7 +643,6 @@ public class LitemallAdminExample { ...@@ -634,7 +643,6 @@ public class LitemallAdminExample {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andPasswordLessThanColumn(LitemallAdmin.Column column) { public Criteria andPasswordLessThanColumn(LitemallAdmin.Column column) {
addCriterion(new StringBuilder("`password` < ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("`password` < ").append(column.getEscapedColumnName()).toString());
...@@ -651,7 +659,6 @@ public class LitemallAdminExample { ...@@ -651,7 +659,6 @@ public class LitemallAdminExample {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andPasswordLessThanOrEqualToColumn(LitemallAdmin.Column column) { public Criteria andPasswordLessThanOrEqualToColumn(LitemallAdmin.Column column) {
addCriterion(new StringBuilder("`password` <= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("`password` <= ").append(column.getEscapedColumnName()).toString());
...@@ -708,7 +715,6 @@ public class LitemallAdminExample { ...@@ -708,7 +715,6 @@ public class LitemallAdminExample {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andLastLoginIpEqualToColumn(LitemallAdmin.Column column) { public Criteria andLastLoginIpEqualToColumn(LitemallAdmin.Column column) {
addCriterion(new StringBuilder("last_login_ip = ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("last_login_ip = ").append(column.getEscapedColumnName()).toString());
...@@ -725,7 +731,6 @@ public class LitemallAdminExample { ...@@ -725,7 +731,6 @@ public class LitemallAdminExample {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andLastLoginIpNotEqualToColumn(LitemallAdmin.Column column) { public Criteria andLastLoginIpNotEqualToColumn(LitemallAdmin.Column column) {
addCriterion(new StringBuilder("last_login_ip <> ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("last_login_ip <> ").append(column.getEscapedColumnName()).toString());
...@@ -742,7 +747,6 @@ public class LitemallAdminExample { ...@@ -742,7 +747,6 @@ public class LitemallAdminExample {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andLastLoginIpGreaterThanColumn(LitemallAdmin.Column column) { public Criteria andLastLoginIpGreaterThanColumn(LitemallAdmin.Column column) {
addCriterion(new StringBuilder("last_login_ip > ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("last_login_ip > ").append(column.getEscapedColumnName()).toString());
...@@ -759,7 +763,6 @@ public class LitemallAdminExample { ...@@ -759,7 +763,6 @@ public class LitemallAdminExample {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andLastLoginIpGreaterThanOrEqualToColumn(LitemallAdmin.Column column) { public Criteria andLastLoginIpGreaterThanOrEqualToColumn(LitemallAdmin.Column column) {
addCriterion(new StringBuilder("last_login_ip >= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("last_login_ip >= ").append(column.getEscapedColumnName()).toString());
...@@ -776,7 +779,6 @@ public class LitemallAdminExample { ...@@ -776,7 +779,6 @@ public class LitemallAdminExample {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andLastLoginIpLessThanColumn(LitemallAdmin.Column column) { public Criteria andLastLoginIpLessThanColumn(LitemallAdmin.Column column) {
addCriterion(new StringBuilder("last_login_ip < ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("last_login_ip < ").append(column.getEscapedColumnName()).toString());
...@@ -793,7 +795,6 @@ public class LitemallAdminExample { ...@@ -793,7 +795,6 @@ public class LitemallAdminExample {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andLastLoginIpLessThanOrEqualToColumn(LitemallAdmin.Column column) { public Criteria andLastLoginIpLessThanOrEqualToColumn(LitemallAdmin.Column column) {
addCriterion(new StringBuilder("last_login_ip <= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("last_login_ip <= ").append(column.getEscapedColumnName()).toString());
...@@ -850,7 +851,6 @@ public class LitemallAdminExample { ...@@ -850,7 +851,6 @@ public class LitemallAdminExample {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andLastLoginTimeEqualToColumn(LitemallAdmin.Column column) { public Criteria andLastLoginTimeEqualToColumn(LitemallAdmin.Column column) {
addCriterion(new StringBuilder("last_login_time = ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("last_login_time = ").append(column.getEscapedColumnName()).toString());
...@@ -867,7 +867,6 @@ public class LitemallAdminExample { ...@@ -867,7 +867,6 @@ public class LitemallAdminExample {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andLastLoginTimeNotEqualToColumn(LitemallAdmin.Column column) { public Criteria andLastLoginTimeNotEqualToColumn(LitemallAdmin.Column column) {
addCriterion(new StringBuilder("last_login_time <> ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("last_login_time <> ").append(column.getEscapedColumnName()).toString());
...@@ -884,7 +883,6 @@ public class LitemallAdminExample { ...@@ -884,7 +883,6 @@ public class LitemallAdminExample {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andLastLoginTimeGreaterThanColumn(LitemallAdmin.Column column) { public Criteria andLastLoginTimeGreaterThanColumn(LitemallAdmin.Column column) {
addCriterion(new StringBuilder("last_login_time > ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("last_login_time > ").append(column.getEscapedColumnName()).toString());
...@@ -901,7 +899,6 @@ public class LitemallAdminExample { ...@@ -901,7 +899,6 @@ public class LitemallAdminExample {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andLastLoginTimeGreaterThanOrEqualToColumn(LitemallAdmin.Column column) { public Criteria andLastLoginTimeGreaterThanOrEqualToColumn(LitemallAdmin.Column column) {
addCriterion(new StringBuilder("last_login_time >= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("last_login_time >= ").append(column.getEscapedColumnName()).toString());
...@@ -918,7 +915,6 @@ public class LitemallAdminExample { ...@@ -918,7 +915,6 @@ public class LitemallAdminExample {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andLastLoginTimeLessThanColumn(LitemallAdmin.Column column) { public Criteria andLastLoginTimeLessThanColumn(LitemallAdmin.Column column) {
addCriterion(new StringBuilder("last_login_time < ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("last_login_time < ").append(column.getEscapedColumnName()).toString());
...@@ -935,7 +931,6 @@ public class LitemallAdminExample { ...@@ -935,7 +931,6 @@ public class LitemallAdminExample {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andLastLoginTimeLessThanOrEqualToColumn(LitemallAdmin.Column column) { public Criteria andLastLoginTimeLessThanOrEqualToColumn(LitemallAdmin.Column column) {
addCriterion(new StringBuilder("last_login_time <= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("last_login_time <= ").append(column.getEscapedColumnName()).toString());
...@@ -982,7 +977,6 @@ public class LitemallAdminExample { ...@@ -982,7 +977,6 @@ public class LitemallAdminExample {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andAvatarEqualToColumn(LitemallAdmin.Column column) { public Criteria andAvatarEqualToColumn(LitemallAdmin.Column column) {
addCriterion(new StringBuilder("avatar = ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("avatar = ").append(column.getEscapedColumnName()).toString());
...@@ -999,7 +993,6 @@ public class LitemallAdminExample { ...@@ -999,7 +993,6 @@ public class LitemallAdminExample {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andAvatarNotEqualToColumn(LitemallAdmin.Column column) { public Criteria andAvatarNotEqualToColumn(LitemallAdmin.Column column) {
addCriterion(new StringBuilder("avatar <> ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("avatar <> ").append(column.getEscapedColumnName()).toString());
...@@ -1016,7 +1009,6 @@ public class LitemallAdminExample { ...@@ -1016,7 +1009,6 @@ public class LitemallAdminExample {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andAvatarGreaterThanColumn(LitemallAdmin.Column column) { public Criteria andAvatarGreaterThanColumn(LitemallAdmin.Column column) {
addCriterion(new StringBuilder("avatar > ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("avatar > ").append(column.getEscapedColumnName()).toString());
...@@ -1033,7 +1025,6 @@ public class LitemallAdminExample { ...@@ -1033,7 +1025,6 @@ public class LitemallAdminExample {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andAvatarGreaterThanOrEqualToColumn(LitemallAdmin.Column column) { public Criteria andAvatarGreaterThanOrEqualToColumn(LitemallAdmin.Column column) {
addCriterion(new StringBuilder("avatar >= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("avatar >= ").append(column.getEscapedColumnName()).toString());
...@@ -1050,7 +1041,6 @@ public class LitemallAdminExample { ...@@ -1050,7 +1041,6 @@ public class LitemallAdminExample {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andAvatarLessThanColumn(LitemallAdmin.Column column) { public Criteria andAvatarLessThanColumn(LitemallAdmin.Column column) {
addCriterion(new StringBuilder("avatar < ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("avatar < ").append(column.getEscapedColumnName()).toString());
...@@ -1067,7 +1057,6 @@ public class LitemallAdminExample { ...@@ -1067,7 +1057,6 @@ public class LitemallAdminExample {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andAvatarLessThanOrEqualToColumn(LitemallAdmin.Column column) { public Criteria andAvatarLessThanOrEqualToColumn(LitemallAdmin.Column column) {
addCriterion(new StringBuilder("avatar <= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("avatar <= ").append(column.getEscapedColumnName()).toString());
...@@ -1124,7 +1113,6 @@ public class LitemallAdminExample { ...@@ -1124,7 +1113,6 @@ public class LitemallAdminExample {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andAddTimeEqualToColumn(LitemallAdmin.Column column) { public Criteria andAddTimeEqualToColumn(LitemallAdmin.Column column) {
addCriterion(new StringBuilder("add_time = ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("add_time = ").append(column.getEscapedColumnName()).toString());
...@@ -1141,7 +1129,6 @@ public class LitemallAdminExample { ...@@ -1141,7 +1129,6 @@ public class LitemallAdminExample {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andAddTimeNotEqualToColumn(LitemallAdmin.Column column) { public Criteria andAddTimeNotEqualToColumn(LitemallAdmin.Column column) {
addCriterion(new StringBuilder("add_time <> ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("add_time <> ").append(column.getEscapedColumnName()).toString());
...@@ -1158,7 +1145,6 @@ public class LitemallAdminExample { ...@@ -1158,7 +1145,6 @@ public class LitemallAdminExample {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andAddTimeGreaterThanColumn(LitemallAdmin.Column column) { public Criteria andAddTimeGreaterThanColumn(LitemallAdmin.Column column) {
addCriterion(new StringBuilder("add_time > ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("add_time > ").append(column.getEscapedColumnName()).toString());
...@@ -1175,7 +1161,6 @@ public class LitemallAdminExample { ...@@ -1175,7 +1161,6 @@ public class LitemallAdminExample {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andAddTimeGreaterThanOrEqualToColumn(LitemallAdmin.Column column) { public Criteria andAddTimeGreaterThanOrEqualToColumn(LitemallAdmin.Column column) {
addCriterion(new StringBuilder("add_time >= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("add_time >= ").append(column.getEscapedColumnName()).toString());
...@@ -1192,7 +1177,6 @@ public class LitemallAdminExample { ...@@ -1192,7 +1177,6 @@ public class LitemallAdminExample {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andAddTimeLessThanColumn(LitemallAdmin.Column column) { public Criteria andAddTimeLessThanColumn(LitemallAdmin.Column column) {
addCriterion(new StringBuilder("add_time < ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("add_time < ").append(column.getEscapedColumnName()).toString());
...@@ -1209,7 +1193,6 @@ public class LitemallAdminExample { ...@@ -1209,7 +1193,6 @@ public class LitemallAdminExample {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andAddTimeLessThanOrEqualToColumn(LitemallAdmin.Column column) { public Criteria andAddTimeLessThanOrEqualToColumn(LitemallAdmin.Column column) {
addCriterion(new StringBuilder("add_time <= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("add_time <= ").append(column.getEscapedColumnName()).toString());
...@@ -1256,7 +1239,6 @@ public class LitemallAdminExample { ...@@ -1256,7 +1239,6 @@ public class LitemallAdminExample {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andUpdateTimeEqualToColumn(LitemallAdmin.Column column) { public Criteria andUpdateTimeEqualToColumn(LitemallAdmin.Column column) {
addCriterion(new StringBuilder("update_time = ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("update_time = ").append(column.getEscapedColumnName()).toString());
...@@ -1273,7 +1255,6 @@ public class LitemallAdminExample { ...@@ -1273,7 +1255,6 @@ public class LitemallAdminExample {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andUpdateTimeNotEqualToColumn(LitemallAdmin.Column column) { public Criteria andUpdateTimeNotEqualToColumn(LitemallAdmin.Column column) {
addCriterion(new StringBuilder("update_time <> ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("update_time <> ").append(column.getEscapedColumnName()).toString());
...@@ -1290,7 +1271,6 @@ public class LitemallAdminExample { ...@@ -1290,7 +1271,6 @@ public class LitemallAdminExample {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andUpdateTimeGreaterThanColumn(LitemallAdmin.Column column) { public Criteria andUpdateTimeGreaterThanColumn(LitemallAdmin.Column column) {
addCriterion(new StringBuilder("update_time > ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("update_time > ").append(column.getEscapedColumnName()).toString());
...@@ -1307,7 +1287,6 @@ public class LitemallAdminExample { ...@@ -1307,7 +1287,6 @@ public class LitemallAdminExample {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andUpdateTimeGreaterThanOrEqualToColumn(LitemallAdmin.Column column) { public Criteria andUpdateTimeGreaterThanOrEqualToColumn(LitemallAdmin.Column column) {
addCriterion(new StringBuilder("update_time >= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("update_time >= ").append(column.getEscapedColumnName()).toString());
...@@ -1324,7 +1303,6 @@ public class LitemallAdminExample { ...@@ -1324,7 +1303,6 @@ public class LitemallAdminExample {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andUpdateTimeLessThanColumn(LitemallAdmin.Column column) { public Criteria andUpdateTimeLessThanColumn(LitemallAdmin.Column column) {
addCriterion(new StringBuilder("update_time < ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("update_time < ").append(column.getEscapedColumnName()).toString());
...@@ -1341,7 +1319,6 @@ public class LitemallAdminExample { ...@@ -1341,7 +1319,6 @@ public class LitemallAdminExample {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andUpdateTimeLessThanOrEqualToColumn(LitemallAdmin.Column column) { public Criteria andUpdateTimeLessThanOrEqualToColumn(LitemallAdmin.Column column) {
addCriterion(new StringBuilder("update_time <= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("update_time <= ").append(column.getEscapedColumnName()).toString());
...@@ -1388,7 +1365,6 @@ public class LitemallAdminExample { ...@@ -1388,7 +1365,6 @@ public class LitemallAdminExample {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andDeletedEqualToColumn(LitemallAdmin.Column column) { public Criteria andDeletedEqualToColumn(LitemallAdmin.Column column) {
addCriterion(new StringBuilder("deleted = ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("deleted = ").append(column.getEscapedColumnName()).toString());
...@@ -1405,7 +1381,6 @@ public class LitemallAdminExample { ...@@ -1405,7 +1381,6 @@ public class LitemallAdminExample {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andDeletedNotEqualToColumn(LitemallAdmin.Column column) { public Criteria andDeletedNotEqualToColumn(LitemallAdmin.Column column) {
addCriterion(new StringBuilder("deleted <> ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("deleted <> ").append(column.getEscapedColumnName()).toString());
...@@ -1422,7 +1397,6 @@ public class LitemallAdminExample { ...@@ -1422,7 +1397,6 @@ public class LitemallAdminExample {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andDeletedGreaterThanColumn(LitemallAdmin.Column column) { public Criteria andDeletedGreaterThanColumn(LitemallAdmin.Column column) {
addCriterion(new StringBuilder("deleted > ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("deleted > ").append(column.getEscapedColumnName()).toString());
...@@ -1439,7 +1413,6 @@ public class LitemallAdminExample { ...@@ -1439,7 +1413,6 @@ public class LitemallAdminExample {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andDeletedGreaterThanOrEqualToColumn(LitemallAdmin.Column column) { public Criteria andDeletedGreaterThanOrEqualToColumn(LitemallAdmin.Column column) {
addCriterion(new StringBuilder("deleted >= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("deleted >= ").append(column.getEscapedColumnName()).toString());
...@@ -1456,7 +1429,6 @@ public class LitemallAdminExample { ...@@ -1456,7 +1429,6 @@ public class LitemallAdminExample {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andDeletedLessThanColumn(LitemallAdmin.Column column) { public Criteria andDeletedLessThanColumn(LitemallAdmin.Column column) {
addCriterion(new StringBuilder("deleted < ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("deleted < ").append(column.getEscapedColumnName()).toString());
...@@ -1473,7 +1445,6 @@ public class LitemallAdminExample { ...@@ -1473,7 +1445,6 @@ public class LitemallAdminExample {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andDeletedLessThanOrEqualToColumn(LitemallAdmin.Column column) { public Criteria andDeletedLessThanOrEqualToColumn(LitemallAdmin.Column column) {
addCriterion(new StringBuilder("deleted <= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("deleted <= ").append(column.getEscapedColumnName()).toString());
...@@ -1520,7 +1491,6 @@ public class LitemallAdminExample { ...@@ -1520,7 +1491,6 @@ public class LitemallAdminExample {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andRoleIdsEqualToColumn(LitemallAdmin.Column column) { public Criteria andRoleIdsEqualToColumn(LitemallAdmin.Column column) {
addCriterion(new StringBuilder("role_ids = ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("role_ids = ").append(column.getEscapedColumnName()).toString());
...@@ -1537,7 +1507,6 @@ public class LitemallAdminExample { ...@@ -1537,7 +1507,6 @@ public class LitemallAdminExample {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andRoleIdsNotEqualToColumn(LitemallAdmin.Column column) { public Criteria andRoleIdsNotEqualToColumn(LitemallAdmin.Column column) {
addCriterion(new StringBuilder("role_ids <> ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("role_ids <> ").append(column.getEscapedColumnName()).toString());
...@@ -1554,7 +1523,6 @@ public class LitemallAdminExample { ...@@ -1554,7 +1523,6 @@ public class LitemallAdminExample {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andRoleIdsGreaterThanColumn(LitemallAdmin.Column column) { public Criteria andRoleIdsGreaterThanColumn(LitemallAdmin.Column column) {
addCriterion(new StringBuilder("role_ids > ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("role_ids > ").append(column.getEscapedColumnName()).toString());
...@@ -1571,7 +1539,6 @@ public class LitemallAdminExample { ...@@ -1571,7 +1539,6 @@ public class LitemallAdminExample {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andRoleIdsGreaterThanOrEqualToColumn(LitemallAdmin.Column column) { public Criteria andRoleIdsGreaterThanOrEqualToColumn(LitemallAdmin.Column column) {
addCriterion(new StringBuilder("role_ids >= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("role_ids >= ").append(column.getEscapedColumnName()).toString());
...@@ -1588,7 +1555,6 @@ public class LitemallAdminExample { ...@@ -1588,7 +1555,6 @@ public class LitemallAdminExample {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andRoleIdsLessThanColumn(LitemallAdmin.Column column) { public Criteria andRoleIdsLessThanColumn(LitemallAdmin.Column column) {
addCriterion(new StringBuilder("role_ids < ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("role_ids < ").append(column.getEscapedColumnName()).toString());
...@@ -1605,7 +1571,6 @@ public class LitemallAdminExample { ...@@ -1605,7 +1571,6 @@ public class LitemallAdminExample {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andRoleIdsLessThanOrEqualToColumn(LitemallAdmin.Column column) { public Criteria andRoleIdsLessThanOrEqualToColumn(LitemallAdmin.Column column) {
addCriterion(new StringBuilder("role_ids <= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("role_ids <= ").append(column.getEscapedColumnName()).toString());
...@@ -1655,7 +1620,6 @@ public class LitemallAdminExample { ...@@ -1655,7 +1620,6 @@ public class LitemallAdminExample {
* This field corresponds to the database table litemall_admin * This field corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
private LitemallAdminExample example; private LitemallAdminExample example;
...@@ -1664,7 +1628,6 @@ public class LitemallAdminExample { ...@@ -1664,7 +1628,6 @@ public class LitemallAdminExample {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
protected Criteria(LitemallAdminExample example) { protected Criteria(LitemallAdminExample example) {
super(); super();
...@@ -1676,7 +1639,6 @@ public class LitemallAdminExample { ...@@ -1676,7 +1639,6 @@ public class LitemallAdminExample {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public LitemallAdminExample example() { public LitemallAdminExample example() {
return this.example; return this.example;
...@@ -1687,8 +1649,8 @@ public class LitemallAdminExample { ...@@ -1687,8 +1649,8 @@ public class LitemallAdminExample {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
@Deprecated
public Criteria andIf(boolean ifAdd, ICriteriaAdd add) { public Criteria andIf(boolean ifAdd, ICriteriaAdd add) {
if (ifAdd) { if (ifAdd) {
add.add(this); add.add(this);
...@@ -1701,26 +1663,46 @@ public class LitemallAdminExample { ...@@ -1701,26 +1663,46 @@ public class LitemallAdminExample {
* This method corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andLogicalDeleted(boolean deleted) { public Criteria when(boolean condition, ICriteriaWhen then) {
return deleted ? andDeletedEqualTo(LitemallAdmin.IS_DELETED) : andDeletedNotEqualTo(LitemallAdmin.IS_DELETED); if (condition) {
then.criteria(this);
}
return this;
} }
/** /**
* This interface was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This interface corresponds to the database table litemall_admin * This method corresponds to the database table litemall_admin
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria when(boolean condition, ICriteriaWhen then, ICriteriaWhen otherwise) {
if (condition) {
then.criteria(this);
} else {
otherwise.criteria(this);
}
return this;
}
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_admin
*
* @mbg.generated
*/
public Criteria andLogicalDeleted(boolean deleted) {
return deleted ? andDeletedEqualTo(LitemallAdmin.Deleted.IS_DELETED.value()) : andDeletedNotEqualTo(LitemallAdmin.Deleted.IS_DELETED.value());
}
@Deprecated
public interface ICriteriaAdd { public interface ICriteriaAdd {
/** /**
* 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 * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
Criteria add(Criteria add); Criteria add(Criteria add);
} }
...@@ -1817,4 +1799,24 @@ public class LitemallAdminExample { ...@@ -1817,4 +1799,24 @@ public class LitemallAdminExample {
this(condition, value, secondValue, null); this(condition, value, secondValue, null);
} }
} }
public interface ICriteriaWhen {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_admin
*
* @mbg.generated
*/
void criteria(Criteria criteria);
}
public interface IExampleWhen {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_admin
*
* @mbg.generated
*/
void example(org.linlinjava.litemall.db.domain.LitemallAdminExample example);
}
} }
\ No newline at end of file
...@@ -11,18 +11,16 @@ public class LitemallBrand { ...@@ -11,18 +11,16 @@ public class LitemallBrand {
* This field corresponds to the database table litemall_brand * This field corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public static final Boolean NOT_DELETED = false; public static final Boolean IS_DELETED = Deleted.IS_DELETED.value();
/** /**
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database table litemall_brand * This field corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public static final Boolean IS_DELETED = true; public static final Boolean NOT_DELETED = Deleted.NOT_DELETED.value();
/** /**
* *
...@@ -297,6 +295,16 @@ public class LitemallBrand { ...@@ -297,6 +295,16 @@ public class LitemallBrand {
this.updateTime = updateTime; this.updateTime = updateTime;
} }
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_brand
*
* @mbg.generated
*/
public void andLogicalDeleted(boolean deleted) {
setDeleted(deleted ? Deleted.IS_DELETED.value() : Deleted.NOT_DELETED.value());
}
/** /**
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method returns the value of the database column litemall_brand.deleted * This method returns the value of the database column litemall_brand.deleted
...@@ -333,6 +341,8 @@ public class LitemallBrand { ...@@ -333,6 +341,8 @@ public class LitemallBrand {
sb.append(getClass().getSimpleName()); sb.append(getClass().getSimpleName());
sb.append(" ["); sb.append(" [");
sb.append("Hash = ").append(hashCode()); sb.append("Hash = ").append(hashCode());
sb.append(", IS_DELETED=").append(IS_DELETED);
sb.append(", NOT_DELETED=").append(NOT_DELETED);
sb.append(", id=").append(id); sb.append(", id=").append(id);
sb.append(", name=").append(name); sb.append(", name=").append(name);
sb.append(", desc=").append(desc); sb.append(", desc=").append(desc);
...@@ -398,14 +408,71 @@ public class LitemallBrand { ...@@ -398,14 +408,71 @@ public class LitemallBrand {
} }
/** /**
* This method was generated by MyBatis Generator. * This enum was generated by MyBatis Generator.
* This method corresponds to the database table litemall_brand * This enum corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public void andLogicalDeleted(boolean deleted) { public enum Deleted {
setDeleted(deleted ? IS_DELETED : NOT_DELETED); NOT_DELETED(new Boolean("0"), "未删除"),
IS_DELETED(new Boolean("1"), "已删除");
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database table litemall_brand
*
* @mbg.generated
*/
private final Boolean value;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database table litemall_brand
*
* @mbg.generated
*/
private final String name;
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_brand
*
* @mbg.generated
*/
Deleted(Boolean value, String name) {
this.value = value;
this.name = name;
}
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_brand
*
* @mbg.generated
*/
public Boolean getValue() {
return this.value;
}
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_brand
*
* @mbg.generated
*/
public Boolean value() {
return this.value;
}
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_brand
*
* @mbg.generated
*/
public String getName() {
return this.name;
}
} }
/** /**
...@@ -413,7 +480,6 @@ public class LitemallBrand { ...@@ -413,7 +480,6 @@ public class LitemallBrand {
* This enum corresponds to the database table litemall_brand * This enum corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public enum Column { public enum Column {
id("id", "id", "INTEGER", false), id("id", "id", "INTEGER", false),
...@@ -431,7 +497,6 @@ public class LitemallBrand { ...@@ -431,7 +497,6 @@ public class LitemallBrand {
* This field corresponds to the database table litemall_brand * This field corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
private static final String BEGINNING_DELIMITER = "`"; private static final String BEGINNING_DELIMITER = "`";
...@@ -440,7 +505,6 @@ public class LitemallBrand { ...@@ -440,7 +505,6 @@ public class LitemallBrand {
* This field corresponds to the database table litemall_brand * This field corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
private static final String ENDING_DELIMITER = "`"; private static final String ENDING_DELIMITER = "`";
...@@ -449,7 +513,6 @@ public class LitemallBrand { ...@@ -449,7 +513,6 @@ public class LitemallBrand {
* This field corresponds to the database table litemall_brand * This field corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
private final String column; private final String column;
...@@ -458,7 +521,6 @@ public class LitemallBrand { ...@@ -458,7 +521,6 @@ public class LitemallBrand {
* This field corresponds to the database table litemall_brand * This field corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
private final boolean isColumnNameDelimited; private final boolean isColumnNameDelimited;
...@@ -467,7 +529,6 @@ public class LitemallBrand { ...@@ -467,7 +529,6 @@ public class LitemallBrand {
* This field corresponds to the database table litemall_brand * This field corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
private final String javaProperty; private final String javaProperty;
...@@ -476,7 +537,6 @@ public class LitemallBrand { ...@@ -476,7 +537,6 @@ public class LitemallBrand {
* This field corresponds to the database table litemall_brand * This field corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
private final String jdbcType; private final String jdbcType;
...@@ -485,7 +545,6 @@ public class LitemallBrand { ...@@ -485,7 +545,6 @@ public class LitemallBrand {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public String value() { public String value() {
return this.column; return this.column;
...@@ -496,7 +555,6 @@ public class LitemallBrand { ...@@ -496,7 +555,6 @@ public class LitemallBrand {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public String getValue() { public String getValue() {
return this.column; return this.column;
...@@ -507,7 +565,6 @@ public class LitemallBrand { ...@@ -507,7 +565,6 @@ public class LitemallBrand {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public String getJavaProperty() { public String getJavaProperty() {
return this.javaProperty; return this.javaProperty;
...@@ -518,7 +575,6 @@ public class LitemallBrand { ...@@ -518,7 +575,6 @@ public class LitemallBrand {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public String getJdbcType() { public String getJdbcType() {
return this.jdbcType; return this.jdbcType;
...@@ -529,7 +585,6 @@ public class LitemallBrand { ...@@ -529,7 +585,6 @@ public class LitemallBrand {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
Column(String column, String javaProperty, String jdbcType, boolean isColumnNameDelimited) { Column(String column, String javaProperty, String jdbcType, boolean isColumnNameDelimited) {
this.column = column; this.column = column;
...@@ -543,7 +598,6 @@ public class LitemallBrand { ...@@ -543,7 +598,6 @@ public class LitemallBrand {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public String desc() { public String desc() {
return this.getEscapedColumnName() + " DESC"; return this.getEscapedColumnName() + " DESC";
...@@ -554,7 +608,6 @@ public class LitemallBrand { ...@@ -554,7 +608,6 @@ public class LitemallBrand {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public String asc() { public String asc() {
return this.getEscapedColumnName() + " ASC"; return this.getEscapedColumnName() + " ASC";
...@@ -565,7 +618,6 @@ public class LitemallBrand { ...@@ -565,7 +618,6 @@ public class LitemallBrand {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public static Column[] excludes(Column ... excludes) { public static Column[] excludes(Column ... excludes) {
ArrayList<Column> columns = new ArrayList<>(Arrays.asList(Column.values())); ArrayList<Column> columns = new ArrayList<>(Arrays.asList(Column.values()));
...@@ -580,7 +632,6 @@ public class LitemallBrand { ...@@ -580,7 +632,6 @@ public class LitemallBrand {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public String getEscapedColumnName() { public String getEscapedColumnName() {
if (this.isColumnNameDelimited) { if (this.isColumnNameDelimited) {
...@@ -589,5 +640,15 @@ public class LitemallBrand { ...@@ -589,5 +640,15 @@ public class LitemallBrand {
return this.column; return this.column;
} }
} }
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_brand
*
* @mbg.generated
*/
public String getAliasedEscapedColumnName() {
return this.getEscapedColumnName();
}
} }
} }
\ No newline at end of file
...@@ -117,7 +117,6 @@ public class LitemallBrandExample { ...@@ -117,7 +117,6 @@ public class LitemallBrandExample {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public LitemallBrandExample orderBy(String orderByClause) { public LitemallBrandExample orderBy(String orderByClause) {
this.setOrderByClause(orderByClause); this.setOrderByClause(orderByClause);
...@@ -129,7 +128,6 @@ public class LitemallBrandExample { ...@@ -129,7 +128,6 @@ public class LitemallBrandExample {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public LitemallBrandExample orderBy(String ... orderByClauses) { public LitemallBrandExample orderBy(String ... orderByClauses) {
StringBuffer sb = new StringBuffer(); StringBuffer sb = new StringBuffer();
...@@ -185,13 +183,40 @@ public class LitemallBrandExample { ...@@ -185,13 +183,40 @@ public class LitemallBrandExample {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public static Criteria newAndCreateCriteria() { public static Criteria newAndCreateCriteria() {
LitemallBrandExample example = new LitemallBrandExample(); LitemallBrandExample example = new LitemallBrandExample();
return example.createCriteria(); return example.createCriteria();
} }
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_brand
*
* @mbg.generated
*/
public LitemallBrandExample when(boolean condition, IExampleWhen then) {
if (condition) {
then.example(this);
}
return this;
}
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_brand
*
* @mbg.generated
*/
public LitemallBrandExample when(boolean condition, IExampleWhen then, IExampleWhen otherwise) {
if (condition) {
then.example(this);
} else {
otherwise.example(this);
}
return this;
}
/** /**
* This class was generated by MyBatis Generator. * This class was generated by MyBatis Generator.
* This class corresponds to the database table litemall_brand * This class corresponds to the database table litemall_brand
...@@ -259,7 +284,6 @@ public class LitemallBrandExample { ...@@ -259,7 +284,6 @@ public class LitemallBrandExample {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andIdEqualToColumn(LitemallBrand.Column column) { public Criteria andIdEqualToColumn(LitemallBrand.Column column) {
addCriterion(new StringBuilder("id = ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("id = ").append(column.getEscapedColumnName()).toString());
...@@ -276,7 +300,6 @@ public class LitemallBrandExample { ...@@ -276,7 +300,6 @@ public class LitemallBrandExample {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andIdNotEqualToColumn(LitemallBrand.Column column) { public Criteria andIdNotEqualToColumn(LitemallBrand.Column column) {
addCriterion(new StringBuilder("id <> ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("id <> ").append(column.getEscapedColumnName()).toString());
...@@ -293,7 +316,6 @@ public class LitemallBrandExample { ...@@ -293,7 +316,6 @@ public class LitemallBrandExample {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andIdGreaterThanColumn(LitemallBrand.Column column) { public Criteria andIdGreaterThanColumn(LitemallBrand.Column column) {
addCriterion(new StringBuilder("id > ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("id > ").append(column.getEscapedColumnName()).toString());
...@@ -310,7 +332,6 @@ public class LitemallBrandExample { ...@@ -310,7 +332,6 @@ public class LitemallBrandExample {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andIdGreaterThanOrEqualToColumn(LitemallBrand.Column column) { public Criteria andIdGreaterThanOrEqualToColumn(LitemallBrand.Column column) {
addCriterion(new StringBuilder("id >= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("id >= ").append(column.getEscapedColumnName()).toString());
...@@ -327,7 +348,6 @@ public class LitemallBrandExample { ...@@ -327,7 +348,6 @@ public class LitemallBrandExample {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andIdLessThanColumn(LitemallBrand.Column column) { public Criteria andIdLessThanColumn(LitemallBrand.Column column) {
addCriterion(new StringBuilder("id < ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("id < ").append(column.getEscapedColumnName()).toString());
...@@ -344,7 +364,6 @@ public class LitemallBrandExample { ...@@ -344,7 +364,6 @@ public class LitemallBrandExample {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andIdLessThanOrEqualToColumn(LitemallBrand.Column column) { public Criteria andIdLessThanOrEqualToColumn(LitemallBrand.Column column) {
addCriterion(new StringBuilder("id <= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("id <= ").append(column.getEscapedColumnName()).toString());
...@@ -391,7 +410,6 @@ public class LitemallBrandExample { ...@@ -391,7 +410,6 @@ public class LitemallBrandExample {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andNameEqualToColumn(LitemallBrand.Column column) { public Criteria andNameEqualToColumn(LitemallBrand.Column column) {
addCriterion(new StringBuilder("`name` = ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("`name` = ").append(column.getEscapedColumnName()).toString());
...@@ -408,7 +426,6 @@ public class LitemallBrandExample { ...@@ -408,7 +426,6 @@ public class LitemallBrandExample {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andNameNotEqualToColumn(LitemallBrand.Column column) { public Criteria andNameNotEqualToColumn(LitemallBrand.Column column) {
addCriterion(new StringBuilder("`name` <> ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("`name` <> ").append(column.getEscapedColumnName()).toString());
...@@ -425,7 +442,6 @@ public class LitemallBrandExample { ...@@ -425,7 +442,6 @@ public class LitemallBrandExample {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andNameGreaterThanColumn(LitemallBrand.Column column) { public Criteria andNameGreaterThanColumn(LitemallBrand.Column column) {
addCriterion(new StringBuilder("`name` > ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("`name` > ").append(column.getEscapedColumnName()).toString());
...@@ -442,7 +458,6 @@ public class LitemallBrandExample { ...@@ -442,7 +458,6 @@ public class LitemallBrandExample {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andNameGreaterThanOrEqualToColumn(LitemallBrand.Column column) { public Criteria andNameGreaterThanOrEqualToColumn(LitemallBrand.Column column) {
addCriterion(new StringBuilder("`name` >= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("`name` >= ").append(column.getEscapedColumnName()).toString());
...@@ -459,7 +474,6 @@ public class LitemallBrandExample { ...@@ -459,7 +474,6 @@ public class LitemallBrandExample {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andNameLessThanColumn(LitemallBrand.Column column) { public Criteria andNameLessThanColumn(LitemallBrand.Column column) {
addCriterion(new StringBuilder("`name` < ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("`name` < ").append(column.getEscapedColumnName()).toString());
...@@ -476,7 +490,6 @@ public class LitemallBrandExample { ...@@ -476,7 +490,6 @@ public class LitemallBrandExample {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andNameLessThanOrEqualToColumn(LitemallBrand.Column column) { public Criteria andNameLessThanOrEqualToColumn(LitemallBrand.Column column) {
addCriterion(new StringBuilder("`name` <= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("`name` <= ").append(column.getEscapedColumnName()).toString());
...@@ -533,7 +546,6 @@ public class LitemallBrandExample { ...@@ -533,7 +546,6 @@ public class LitemallBrandExample {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andDescEqualToColumn(LitemallBrand.Column column) { public Criteria andDescEqualToColumn(LitemallBrand.Column column) {
addCriterion(new StringBuilder("`desc` = ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("`desc` = ").append(column.getEscapedColumnName()).toString());
...@@ -550,7 +562,6 @@ public class LitemallBrandExample { ...@@ -550,7 +562,6 @@ public class LitemallBrandExample {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andDescNotEqualToColumn(LitemallBrand.Column column) { public Criteria andDescNotEqualToColumn(LitemallBrand.Column column) {
addCriterion(new StringBuilder("`desc` <> ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("`desc` <> ").append(column.getEscapedColumnName()).toString());
...@@ -567,7 +578,6 @@ public class LitemallBrandExample { ...@@ -567,7 +578,6 @@ public class LitemallBrandExample {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andDescGreaterThanColumn(LitemallBrand.Column column) { public Criteria andDescGreaterThanColumn(LitemallBrand.Column column) {
addCriterion(new StringBuilder("`desc` > ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("`desc` > ").append(column.getEscapedColumnName()).toString());
...@@ -584,7 +594,6 @@ public class LitemallBrandExample { ...@@ -584,7 +594,6 @@ public class LitemallBrandExample {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andDescGreaterThanOrEqualToColumn(LitemallBrand.Column column) { public Criteria andDescGreaterThanOrEqualToColumn(LitemallBrand.Column column) {
addCriterion(new StringBuilder("`desc` >= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("`desc` >= ").append(column.getEscapedColumnName()).toString());
...@@ -601,7 +610,6 @@ public class LitemallBrandExample { ...@@ -601,7 +610,6 @@ public class LitemallBrandExample {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andDescLessThanColumn(LitemallBrand.Column column) { public Criteria andDescLessThanColumn(LitemallBrand.Column column) {
addCriterion(new StringBuilder("`desc` < ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("`desc` < ").append(column.getEscapedColumnName()).toString());
...@@ -618,7 +626,6 @@ public class LitemallBrandExample { ...@@ -618,7 +626,6 @@ public class LitemallBrandExample {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andDescLessThanOrEqualToColumn(LitemallBrand.Column column) { public Criteria andDescLessThanOrEqualToColumn(LitemallBrand.Column column) {
addCriterion(new StringBuilder("`desc` <= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("`desc` <= ").append(column.getEscapedColumnName()).toString());
...@@ -675,7 +682,6 @@ public class LitemallBrandExample { ...@@ -675,7 +682,6 @@ public class LitemallBrandExample {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andPicUrlEqualToColumn(LitemallBrand.Column column) { public Criteria andPicUrlEqualToColumn(LitemallBrand.Column column) {
addCriterion(new StringBuilder("pic_url = ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("pic_url = ").append(column.getEscapedColumnName()).toString());
...@@ -692,7 +698,6 @@ public class LitemallBrandExample { ...@@ -692,7 +698,6 @@ public class LitemallBrandExample {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andPicUrlNotEqualToColumn(LitemallBrand.Column column) { public Criteria andPicUrlNotEqualToColumn(LitemallBrand.Column column) {
addCriterion(new StringBuilder("pic_url <> ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("pic_url <> ").append(column.getEscapedColumnName()).toString());
...@@ -709,7 +714,6 @@ public class LitemallBrandExample { ...@@ -709,7 +714,6 @@ public class LitemallBrandExample {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andPicUrlGreaterThanColumn(LitemallBrand.Column column) { public Criteria andPicUrlGreaterThanColumn(LitemallBrand.Column column) {
addCriterion(new StringBuilder("pic_url > ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("pic_url > ").append(column.getEscapedColumnName()).toString());
...@@ -726,7 +730,6 @@ public class LitemallBrandExample { ...@@ -726,7 +730,6 @@ public class LitemallBrandExample {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andPicUrlGreaterThanOrEqualToColumn(LitemallBrand.Column column) { public Criteria andPicUrlGreaterThanOrEqualToColumn(LitemallBrand.Column column) {
addCriterion(new StringBuilder("pic_url >= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("pic_url >= ").append(column.getEscapedColumnName()).toString());
...@@ -743,7 +746,6 @@ public class LitemallBrandExample { ...@@ -743,7 +746,6 @@ public class LitemallBrandExample {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andPicUrlLessThanColumn(LitemallBrand.Column column) { public Criteria andPicUrlLessThanColumn(LitemallBrand.Column column) {
addCriterion(new StringBuilder("pic_url < ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("pic_url < ").append(column.getEscapedColumnName()).toString());
...@@ -760,7 +762,6 @@ public class LitemallBrandExample { ...@@ -760,7 +762,6 @@ public class LitemallBrandExample {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andPicUrlLessThanOrEqualToColumn(LitemallBrand.Column column) { public Criteria andPicUrlLessThanOrEqualToColumn(LitemallBrand.Column column) {
addCriterion(new StringBuilder("pic_url <= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("pic_url <= ").append(column.getEscapedColumnName()).toString());
...@@ -817,7 +818,6 @@ public class LitemallBrandExample { ...@@ -817,7 +818,6 @@ public class LitemallBrandExample {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andSortOrderEqualToColumn(LitemallBrand.Column column) { public Criteria andSortOrderEqualToColumn(LitemallBrand.Column column) {
addCriterion(new StringBuilder("sort_order = ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("sort_order = ").append(column.getEscapedColumnName()).toString());
...@@ -834,7 +834,6 @@ public class LitemallBrandExample { ...@@ -834,7 +834,6 @@ public class LitemallBrandExample {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andSortOrderNotEqualToColumn(LitemallBrand.Column column) { public Criteria andSortOrderNotEqualToColumn(LitemallBrand.Column column) {
addCriterion(new StringBuilder("sort_order <> ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("sort_order <> ").append(column.getEscapedColumnName()).toString());
...@@ -851,7 +850,6 @@ public class LitemallBrandExample { ...@@ -851,7 +850,6 @@ public class LitemallBrandExample {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andSortOrderGreaterThanColumn(LitemallBrand.Column column) { public Criteria andSortOrderGreaterThanColumn(LitemallBrand.Column column) {
addCriterion(new StringBuilder("sort_order > ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("sort_order > ").append(column.getEscapedColumnName()).toString());
...@@ -868,7 +866,6 @@ public class LitemallBrandExample { ...@@ -868,7 +866,6 @@ public class LitemallBrandExample {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andSortOrderGreaterThanOrEqualToColumn(LitemallBrand.Column column) { public Criteria andSortOrderGreaterThanOrEqualToColumn(LitemallBrand.Column column) {
addCriterion(new StringBuilder("sort_order >= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("sort_order >= ").append(column.getEscapedColumnName()).toString());
...@@ -885,7 +882,6 @@ public class LitemallBrandExample { ...@@ -885,7 +882,6 @@ public class LitemallBrandExample {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andSortOrderLessThanColumn(LitemallBrand.Column column) { public Criteria andSortOrderLessThanColumn(LitemallBrand.Column column) {
addCriterion(new StringBuilder("sort_order < ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("sort_order < ").append(column.getEscapedColumnName()).toString());
...@@ -902,7 +898,6 @@ public class LitemallBrandExample { ...@@ -902,7 +898,6 @@ public class LitemallBrandExample {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andSortOrderLessThanOrEqualToColumn(LitemallBrand.Column column) { public Criteria andSortOrderLessThanOrEqualToColumn(LitemallBrand.Column column) {
addCriterion(new StringBuilder("sort_order <= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("sort_order <= ").append(column.getEscapedColumnName()).toString());
...@@ -949,7 +944,6 @@ public class LitemallBrandExample { ...@@ -949,7 +944,6 @@ public class LitemallBrandExample {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andFloorPriceEqualToColumn(LitemallBrand.Column column) { public Criteria andFloorPriceEqualToColumn(LitemallBrand.Column column) {
addCriterion(new StringBuilder("floor_price = ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("floor_price = ").append(column.getEscapedColumnName()).toString());
...@@ -966,7 +960,6 @@ public class LitemallBrandExample { ...@@ -966,7 +960,6 @@ public class LitemallBrandExample {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andFloorPriceNotEqualToColumn(LitemallBrand.Column column) { public Criteria andFloorPriceNotEqualToColumn(LitemallBrand.Column column) {
addCriterion(new StringBuilder("floor_price <> ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("floor_price <> ").append(column.getEscapedColumnName()).toString());
...@@ -983,7 +976,6 @@ public class LitemallBrandExample { ...@@ -983,7 +976,6 @@ public class LitemallBrandExample {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andFloorPriceGreaterThanColumn(LitemallBrand.Column column) { public Criteria andFloorPriceGreaterThanColumn(LitemallBrand.Column column) {
addCriterion(new StringBuilder("floor_price > ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("floor_price > ").append(column.getEscapedColumnName()).toString());
...@@ -1000,7 +992,6 @@ public class LitemallBrandExample { ...@@ -1000,7 +992,6 @@ public class LitemallBrandExample {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andFloorPriceGreaterThanOrEqualToColumn(LitemallBrand.Column column) { public Criteria andFloorPriceGreaterThanOrEqualToColumn(LitemallBrand.Column column) {
addCriterion(new StringBuilder("floor_price >= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("floor_price >= ").append(column.getEscapedColumnName()).toString());
...@@ -1017,7 +1008,6 @@ public class LitemallBrandExample { ...@@ -1017,7 +1008,6 @@ public class LitemallBrandExample {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andFloorPriceLessThanColumn(LitemallBrand.Column column) { public Criteria andFloorPriceLessThanColumn(LitemallBrand.Column column) {
addCriterion(new StringBuilder("floor_price < ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("floor_price < ").append(column.getEscapedColumnName()).toString());
...@@ -1034,7 +1024,6 @@ public class LitemallBrandExample { ...@@ -1034,7 +1024,6 @@ public class LitemallBrandExample {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andFloorPriceLessThanOrEqualToColumn(LitemallBrand.Column column) { public Criteria andFloorPriceLessThanOrEqualToColumn(LitemallBrand.Column column) {
addCriterion(new StringBuilder("floor_price <= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("floor_price <= ").append(column.getEscapedColumnName()).toString());
...@@ -1081,7 +1070,6 @@ public class LitemallBrandExample { ...@@ -1081,7 +1070,6 @@ public class LitemallBrandExample {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andAddTimeEqualToColumn(LitemallBrand.Column column) { public Criteria andAddTimeEqualToColumn(LitemallBrand.Column column) {
addCriterion(new StringBuilder("add_time = ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("add_time = ").append(column.getEscapedColumnName()).toString());
...@@ -1098,7 +1086,6 @@ public class LitemallBrandExample { ...@@ -1098,7 +1086,6 @@ public class LitemallBrandExample {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andAddTimeNotEqualToColumn(LitemallBrand.Column column) { public Criteria andAddTimeNotEqualToColumn(LitemallBrand.Column column) {
addCriterion(new StringBuilder("add_time <> ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("add_time <> ").append(column.getEscapedColumnName()).toString());
...@@ -1115,7 +1102,6 @@ public class LitemallBrandExample { ...@@ -1115,7 +1102,6 @@ public class LitemallBrandExample {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andAddTimeGreaterThanColumn(LitemallBrand.Column column) { public Criteria andAddTimeGreaterThanColumn(LitemallBrand.Column column) {
addCriterion(new StringBuilder("add_time > ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("add_time > ").append(column.getEscapedColumnName()).toString());
...@@ -1132,7 +1118,6 @@ public class LitemallBrandExample { ...@@ -1132,7 +1118,6 @@ public class LitemallBrandExample {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andAddTimeGreaterThanOrEqualToColumn(LitemallBrand.Column column) { public Criteria andAddTimeGreaterThanOrEqualToColumn(LitemallBrand.Column column) {
addCriterion(new StringBuilder("add_time >= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("add_time >= ").append(column.getEscapedColumnName()).toString());
...@@ -1149,7 +1134,6 @@ public class LitemallBrandExample { ...@@ -1149,7 +1134,6 @@ public class LitemallBrandExample {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andAddTimeLessThanColumn(LitemallBrand.Column column) { public Criteria andAddTimeLessThanColumn(LitemallBrand.Column column) {
addCriterion(new StringBuilder("add_time < ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("add_time < ").append(column.getEscapedColumnName()).toString());
...@@ -1166,7 +1150,6 @@ public class LitemallBrandExample { ...@@ -1166,7 +1150,6 @@ public class LitemallBrandExample {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andAddTimeLessThanOrEqualToColumn(LitemallBrand.Column column) { public Criteria andAddTimeLessThanOrEqualToColumn(LitemallBrand.Column column) {
addCriterion(new StringBuilder("add_time <= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("add_time <= ").append(column.getEscapedColumnName()).toString());
...@@ -1213,7 +1196,6 @@ public class LitemallBrandExample { ...@@ -1213,7 +1196,6 @@ public class LitemallBrandExample {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andUpdateTimeEqualToColumn(LitemallBrand.Column column) { public Criteria andUpdateTimeEqualToColumn(LitemallBrand.Column column) {
addCriterion(new StringBuilder("update_time = ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("update_time = ").append(column.getEscapedColumnName()).toString());
...@@ -1230,7 +1212,6 @@ public class LitemallBrandExample { ...@@ -1230,7 +1212,6 @@ public class LitemallBrandExample {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andUpdateTimeNotEqualToColumn(LitemallBrand.Column column) { public Criteria andUpdateTimeNotEqualToColumn(LitemallBrand.Column column) {
addCriterion(new StringBuilder("update_time <> ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("update_time <> ").append(column.getEscapedColumnName()).toString());
...@@ -1247,7 +1228,6 @@ public class LitemallBrandExample { ...@@ -1247,7 +1228,6 @@ public class LitemallBrandExample {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andUpdateTimeGreaterThanColumn(LitemallBrand.Column column) { public Criteria andUpdateTimeGreaterThanColumn(LitemallBrand.Column column) {
addCriterion(new StringBuilder("update_time > ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("update_time > ").append(column.getEscapedColumnName()).toString());
...@@ -1264,7 +1244,6 @@ public class LitemallBrandExample { ...@@ -1264,7 +1244,6 @@ public class LitemallBrandExample {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andUpdateTimeGreaterThanOrEqualToColumn(LitemallBrand.Column column) { public Criteria andUpdateTimeGreaterThanOrEqualToColumn(LitemallBrand.Column column) {
addCriterion(new StringBuilder("update_time >= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("update_time >= ").append(column.getEscapedColumnName()).toString());
...@@ -1281,7 +1260,6 @@ public class LitemallBrandExample { ...@@ -1281,7 +1260,6 @@ public class LitemallBrandExample {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andUpdateTimeLessThanColumn(LitemallBrand.Column column) { public Criteria andUpdateTimeLessThanColumn(LitemallBrand.Column column) {
addCriterion(new StringBuilder("update_time < ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("update_time < ").append(column.getEscapedColumnName()).toString());
...@@ -1298,7 +1276,6 @@ public class LitemallBrandExample { ...@@ -1298,7 +1276,6 @@ public class LitemallBrandExample {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andUpdateTimeLessThanOrEqualToColumn(LitemallBrand.Column column) { public Criteria andUpdateTimeLessThanOrEqualToColumn(LitemallBrand.Column column) {
addCriterion(new StringBuilder("update_time <= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("update_time <= ").append(column.getEscapedColumnName()).toString());
...@@ -1345,7 +1322,6 @@ public class LitemallBrandExample { ...@@ -1345,7 +1322,6 @@ public class LitemallBrandExample {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andDeletedEqualToColumn(LitemallBrand.Column column) { public Criteria andDeletedEqualToColumn(LitemallBrand.Column column) {
addCriterion(new StringBuilder("deleted = ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("deleted = ").append(column.getEscapedColumnName()).toString());
...@@ -1362,7 +1338,6 @@ public class LitemallBrandExample { ...@@ -1362,7 +1338,6 @@ public class LitemallBrandExample {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andDeletedNotEqualToColumn(LitemallBrand.Column column) { public Criteria andDeletedNotEqualToColumn(LitemallBrand.Column column) {
addCriterion(new StringBuilder("deleted <> ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("deleted <> ").append(column.getEscapedColumnName()).toString());
...@@ -1379,7 +1354,6 @@ public class LitemallBrandExample { ...@@ -1379,7 +1354,6 @@ public class LitemallBrandExample {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andDeletedGreaterThanColumn(LitemallBrand.Column column) { public Criteria andDeletedGreaterThanColumn(LitemallBrand.Column column) {
addCriterion(new StringBuilder("deleted > ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("deleted > ").append(column.getEscapedColumnName()).toString());
...@@ -1396,7 +1370,6 @@ public class LitemallBrandExample { ...@@ -1396,7 +1370,6 @@ public class LitemallBrandExample {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andDeletedGreaterThanOrEqualToColumn(LitemallBrand.Column column) { public Criteria andDeletedGreaterThanOrEqualToColumn(LitemallBrand.Column column) {
addCriterion(new StringBuilder("deleted >= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("deleted >= ").append(column.getEscapedColumnName()).toString());
...@@ -1413,7 +1386,6 @@ public class LitemallBrandExample { ...@@ -1413,7 +1386,6 @@ public class LitemallBrandExample {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andDeletedLessThanColumn(LitemallBrand.Column column) { public Criteria andDeletedLessThanColumn(LitemallBrand.Column column) {
addCriterion(new StringBuilder("deleted < ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("deleted < ").append(column.getEscapedColumnName()).toString());
...@@ -1430,7 +1402,6 @@ public class LitemallBrandExample { ...@@ -1430,7 +1402,6 @@ public class LitemallBrandExample {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andDeletedLessThanOrEqualToColumn(LitemallBrand.Column column) { public Criteria andDeletedLessThanOrEqualToColumn(LitemallBrand.Column column) {
addCriterion(new StringBuilder("deleted <= ").append(column.getEscapedColumnName()).toString()); addCriterion(new StringBuilder("deleted <= ").append(column.getEscapedColumnName()).toString());
...@@ -1470,7 +1441,6 @@ public class LitemallBrandExample { ...@@ -1470,7 +1441,6 @@ public class LitemallBrandExample {
* This field corresponds to the database table litemall_brand * This field corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
private LitemallBrandExample example; private LitemallBrandExample example;
...@@ -1479,7 +1449,6 @@ public class LitemallBrandExample { ...@@ -1479,7 +1449,6 @@ public class LitemallBrandExample {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
protected Criteria(LitemallBrandExample example) { protected Criteria(LitemallBrandExample example) {
super(); super();
...@@ -1491,7 +1460,6 @@ public class LitemallBrandExample { ...@@ -1491,7 +1460,6 @@ public class LitemallBrandExample {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public LitemallBrandExample example() { public LitemallBrandExample example() {
return this.example; return this.example;
...@@ -1502,8 +1470,8 @@ public class LitemallBrandExample { ...@@ -1502,8 +1470,8 @@ public class LitemallBrandExample {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
@Deprecated
public Criteria andIf(boolean ifAdd, ICriteriaAdd add) { public Criteria andIf(boolean ifAdd, ICriteriaAdd add) {
if (ifAdd) { if (ifAdd) {
add.add(this); add.add(this);
...@@ -1516,26 +1484,46 @@ public class LitemallBrandExample { ...@@ -1516,26 +1484,46 @@ public class LitemallBrandExample {
* This method corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria andLogicalDeleted(boolean deleted) { public Criteria when(boolean condition, ICriteriaWhen then) {
return deleted ? andDeletedEqualTo(LitemallBrand.IS_DELETED) : andDeletedNotEqualTo(LitemallBrand.IS_DELETED); if (condition) {
then.criteria(this);
}
return this;
} }
/** /**
* This interface was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This interface corresponds to the database table litemall_brand * This method corresponds to the database table litemall_brand
* *
* @mbg.generated * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
public Criteria when(boolean condition, ICriteriaWhen then, ICriteriaWhen otherwise) {
if (condition) {
then.criteria(this);
} else {
otherwise.criteria(this);
}
return this;
}
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_brand
*
* @mbg.generated
*/
public Criteria andLogicalDeleted(boolean deleted) {
return deleted ? andDeletedEqualTo(LitemallBrand.Deleted.IS_DELETED.value()) : andDeletedNotEqualTo(LitemallBrand.Deleted.IS_DELETED.value());
}
@Deprecated
public interface ICriteriaAdd { public interface ICriteriaAdd {
/** /**
* 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 * @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/ */
Criteria add(Criteria add); Criteria add(Criteria add);
} }
...@@ -1632,4 +1620,24 @@ public class LitemallBrandExample { ...@@ -1632,4 +1620,24 @@ public class LitemallBrandExample {
this(condition, value, secondValue, null); this(condition, value, secondValue, null);
} }
} }
public interface ICriteriaWhen {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_brand
*
* @mbg.generated
*/
void criteria(Criteria criteria);
}
public interface IExampleWhen {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_brand
*
* @mbg.generated
*/
void example(org.linlinjava.litemall.db.domain.LitemallBrandExample example);
}
} }
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment