Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
d5082658
Commit
d5082658
authored
May 16, 2019
by
Junling Bu
Browse files
更新第三方插件mybatis-generator-plugin到1.3.2,所以代码都是自动生成。
parent
7a4c6023
Changes
129
Expand all
Hide whitespace changes
Inline
Side-by-side
litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallKeywordMapper.java
View file @
d5082658
...
...
@@ -51,7 +51,6 @@ public interface LitemallKeywordMapper {
* This method corresponds to the database table litemall_keyword
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
LitemallKeyword
selectOneByExample
(
LitemallKeywordExample
example
);
...
...
@@ -60,7 +59,6 @@ public interface LitemallKeywordMapper {
* This method corresponds to the database table litemall_keyword
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
LitemallKeyword
selectOneByExampleSelective
(
@Param
(
"example"
)
LitemallKeywordExample
example
,
@Param
(
"selective"
)
LitemallKeyword
.
Column
...
selective
);
...
...
@@ -69,7 +67,6 @@ public interface LitemallKeywordMapper {
* This method corresponds to the database table litemall_keyword
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
List
<
LitemallKeyword
>
selectByExampleSelective
(
@Param
(
"example"
)
LitemallKeywordExample
example
,
@Param
(
"selective"
)
LitemallKeyword
.
Column
...
selective
);
...
...
@@ -86,7 +83,6 @@ public interface LitemallKeywordMapper {
* This method corresponds to the database table litemall_keyword
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
LitemallKeyword
selectByPrimaryKeySelective
(
@Param
(
"id"
)
Integer
id
,
@Param
(
"selective"
)
LitemallKeyword
.
Column
...
selective
);
...
...
@@ -103,7 +99,6 @@ public interface LitemallKeywordMapper {
* This method corresponds to the database table litemall_keyword
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
LitemallKeyword
selectByPrimaryKeyWithLogicalDelete
(
@Param
(
"id"
)
Integer
id
,
@Param
(
"andLogicalDeleted"
)
boolean
andLogicalDeleted
);
...
...
@@ -144,7 +139,6 @@ public interface LitemallKeywordMapper {
* This method corresponds to the database table litemall_keyword
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
int
logicalDeleteByExample
(
@Param
(
"example"
)
LitemallKeywordExample
example
);
...
...
@@ -153,7 +147,6 @@ public interface LitemallKeywordMapper {
* This method corresponds to the database table litemall_keyword
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
int
logicalDeleteByPrimaryKey
(
Integer
id
);
}
\ No newline at end of file
litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallLogMapper.java
View file @
d5082658
...
...
@@ -51,7 +51,6 @@ public interface LitemallLogMapper {
* This method corresponds to the database table litemall_log
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
LitemallLog
selectOneByExample
(
LitemallLogExample
example
);
...
...
@@ -60,7 +59,6 @@ public interface LitemallLogMapper {
* This method corresponds to the database table litemall_log
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
LitemallLog
selectOneByExampleSelective
(
@Param
(
"example"
)
LitemallLogExample
example
,
@Param
(
"selective"
)
LitemallLog
.
Column
...
selective
);
...
...
@@ -69,7 +67,6 @@ public interface LitemallLogMapper {
* This method corresponds to the database table litemall_log
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
List
<
LitemallLog
>
selectByExampleSelective
(
@Param
(
"example"
)
LitemallLogExample
example
,
@Param
(
"selective"
)
LitemallLog
.
Column
...
selective
);
...
...
@@ -86,7 +83,6 @@ public interface LitemallLogMapper {
* This method corresponds to the database table litemall_log
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
LitemallLog
selectByPrimaryKeySelective
(
@Param
(
"id"
)
Integer
id
,
@Param
(
"selective"
)
LitemallLog
.
Column
...
selective
);
...
...
@@ -103,7 +99,6 @@ public interface LitemallLogMapper {
* This method corresponds to the database table litemall_log
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
LitemallLog
selectByPrimaryKeyWithLogicalDelete
(
@Param
(
"id"
)
Integer
id
,
@Param
(
"andLogicalDeleted"
)
boolean
andLogicalDeleted
);
...
...
@@ -144,7 +139,6 @@ public interface LitemallLogMapper {
* This method corresponds to the database table litemall_log
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
int
logicalDeleteByExample
(
@Param
(
"example"
)
LitemallLogExample
example
);
...
...
@@ -153,7 +147,6 @@ public interface LitemallLogMapper {
* This method corresponds to the database table litemall_log
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
int
logicalDeleteByPrimaryKey
(
Integer
id
);
}
\ No newline at end of file
litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallOrderGoodsMapper.java
View file @
d5082658
...
...
@@ -51,7 +51,6 @@ public interface LitemallOrderGoodsMapper {
* This method corresponds to the database table litemall_order_goods
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
LitemallOrderGoods
selectOneByExample
(
LitemallOrderGoodsExample
example
);
...
...
@@ -60,7 +59,6 @@ public interface LitemallOrderGoodsMapper {
* This method corresponds to the database table litemall_order_goods
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
LitemallOrderGoods
selectOneByExampleSelective
(
@Param
(
"example"
)
LitemallOrderGoodsExample
example
,
@Param
(
"selective"
)
LitemallOrderGoods
.
Column
...
selective
);
...
...
@@ -69,7 +67,6 @@ public interface LitemallOrderGoodsMapper {
* This method corresponds to the database table litemall_order_goods
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
List
<
LitemallOrderGoods
>
selectByExampleSelective
(
@Param
(
"example"
)
LitemallOrderGoodsExample
example
,
@Param
(
"selective"
)
LitemallOrderGoods
.
Column
...
selective
);
...
...
@@ -86,7 +83,6 @@ public interface LitemallOrderGoodsMapper {
* This method corresponds to the database table litemall_order_goods
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
LitemallOrderGoods
selectByPrimaryKeySelective
(
@Param
(
"id"
)
Integer
id
,
@Param
(
"selective"
)
LitemallOrderGoods
.
Column
...
selective
);
...
...
@@ -103,7 +99,6 @@ public interface LitemallOrderGoodsMapper {
* This method corresponds to the database table litemall_order_goods
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
LitemallOrderGoods
selectByPrimaryKeyWithLogicalDelete
(
@Param
(
"id"
)
Integer
id
,
@Param
(
"andLogicalDeleted"
)
boolean
andLogicalDeleted
);
...
...
@@ -144,7 +139,6 @@ public interface LitemallOrderGoodsMapper {
* This method corresponds to the database table litemall_order_goods
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
int
logicalDeleteByExample
(
@Param
(
"example"
)
LitemallOrderGoodsExample
example
);
...
...
@@ -153,7 +147,6 @@ public interface LitemallOrderGoodsMapper {
* This method corresponds to the database table litemall_order_goods
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
int
logicalDeleteByPrimaryKey
(
Integer
id
);
}
\ No newline at end of file
litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallOrderMapper.java
View file @
d5082658
...
...
@@ -51,7 +51,6 @@ public interface LitemallOrderMapper {
* This method corresponds to the database table litemall_order
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
LitemallOrder
selectOneByExample
(
LitemallOrderExample
example
);
...
...
@@ -60,7 +59,6 @@ public interface LitemallOrderMapper {
* This method corresponds to the database table litemall_order
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
LitemallOrder
selectOneByExampleSelective
(
@Param
(
"example"
)
LitemallOrderExample
example
,
@Param
(
"selective"
)
LitemallOrder
.
Column
...
selective
);
...
...
@@ -69,7 +67,6 @@ public interface LitemallOrderMapper {
* This method corresponds to the database table litemall_order
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
List
<
LitemallOrder
>
selectByExampleSelective
(
@Param
(
"example"
)
LitemallOrderExample
example
,
@Param
(
"selective"
)
LitemallOrder
.
Column
...
selective
);
...
...
@@ -86,7 +83,6 @@ public interface LitemallOrderMapper {
* This method corresponds to the database table litemall_order
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
LitemallOrder
selectByPrimaryKeySelective
(
@Param
(
"id"
)
Integer
id
,
@Param
(
"selective"
)
LitemallOrder
.
Column
...
selective
);
...
...
@@ -103,7 +99,6 @@ public interface LitemallOrderMapper {
* This method corresponds to the database table litemall_order
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
LitemallOrder
selectByPrimaryKeyWithLogicalDelete
(
@Param
(
"id"
)
Integer
id
,
@Param
(
"andLogicalDeleted"
)
boolean
andLogicalDeleted
);
...
...
@@ -144,7 +139,6 @@ public interface LitemallOrderMapper {
* This method corresponds to the database table litemall_order
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
int
logicalDeleteByExample
(
@Param
(
"example"
)
LitemallOrderExample
example
);
...
...
@@ -153,7 +147,6 @@ public interface LitemallOrderMapper {
* This method corresponds to the database table litemall_order
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
int
logicalDeleteByPrimaryKey
(
Integer
id
);
}
\ No newline at end of file
litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallPermissionMapper.java
View file @
d5082658
...
...
@@ -51,7 +51,6 @@ public interface LitemallPermissionMapper {
* This method corresponds to the database table litemall_permission
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
LitemallPermission
selectOneByExample
(
LitemallPermissionExample
example
);
...
...
@@ -60,7 +59,6 @@ public interface LitemallPermissionMapper {
* This method corresponds to the database table litemall_permission
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
LitemallPermission
selectOneByExampleSelective
(
@Param
(
"example"
)
LitemallPermissionExample
example
,
@Param
(
"selective"
)
LitemallPermission
.
Column
...
selective
);
...
...
@@ -69,7 +67,6 @@ public interface LitemallPermissionMapper {
* This method corresponds to the database table litemall_permission
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
List
<
LitemallPermission
>
selectByExampleSelective
(
@Param
(
"example"
)
LitemallPermissionExample
example
,
@Param
(
"selective"
)
LitemallPermission
.
Column
...
selective
);
...
...
@@ -86,7 +83,6 @@ public interface LitemallPermissionMapper {
* This method corresponds to the database table litemall_permission
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
LitemallPermission
selectByPrimaryKeySelective
(
@Param
(
"id"
)
Integer
id
,
@Param
(
"selective"
)
LitemallPermission
.
Column
...
selective
);
...
...
@@ -103,7 +99,6 @@ public interface LitemallPermissionMapper {
* This method corresponds to the database table litemall_permission
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
LitemallPermission
selectByPrimaryKeyWithLogicalDelete
(
@Param
(
"id"
)
Integer
id
,
@Param
(
"andLogicalDeleted"
)
boolean
andLogicalDeleted
);
...
...
@@ -144,7 +139,6 @@ public interface LitemallPermissionMapper {
* This method corresponds to the database table litemall_permission
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
int
logicalDeleteByExample
(
@Param
(
"example"
)
LitemallPermissionExample
example
);
...
...
@@ -153,7 +147,6 @@ public interface LitemallPermissionMapper {
* This method corresponds to the database table litemall_permission
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
int
logicalDeleteByPrimaryKey
(
Integer
id
);
}
\ No newline at end of file
litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallRegionMapper.java
View file @
d5082658
...
...
@@ -51,7 +51,6 @@ public interface LitemallRegionMapper {
* This method corresponds to the database table litemall_region
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
LitemallRegion
selectOneByExample
(
LitemallRegionExample
example
);
...
...
@@ -60,7 +59,6 @@ public interface LitemallRegionMapper {
* This method corresponds to the database table litemall_region
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
LitemallRegion
selectOneByExampleSelective
(
@Param
(
"example"
)
LitemallRegionExample
example
,
@Param
(
"selective"
)
LitemallRegion
.
Column
...
selective
);
...
...
@@ -69,7 +67,6 @@ public interface LitemallRegionMapper {
* This method corresponds to the database table litemall_region
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
List
<
LitemallRegion
>
selectByExampleSelective
(
@Param
(
"example"
)
LitemallRegionExample
example
,
@Param
(
"selective"
)
LitemallRegion
.
Column
...
selective
);
...
...
@@ -86,7 +83,6 @@ public interface LitemallRegionMapper {
* This method corresponds to the database table litemall_region
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
LitemallRegion
selectByPrimaryKeySelective
(
@Param
(
"id"
)
Integer
id
,
@Param
(
"selective"
)
LitemallRegion
.
Column
...
selective
);
...
...
litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallRoleMapper.java
View file @
d5082658
...
...
@@ -51,7 +51,6 @@ public interface LitemallRoleMapper {
* This method corresponds to the database table litemall_role
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
LitemallRole
selectOneByExample
(
LitemallRoleExample
example
);
...
...
@@ -60,7 +59,6 @@ public interface LitemallRoleMapper {
* This method corresponds to the database table litemall_role
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
LitemallRole
selectOneByExampleSelective
(
@Param
(
"example"
)
LitemallRoleExample
example
,
@Param
(
"selective"
)
LitemallRole
.
Column
...
selective
);
...
...
@@ -69,7 +67,6 @@ public interface LitemallRoleMapper {
* This method corresponds to the database table litemall_role
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
List
<
LitemallRole
>
selectByExampleSelective
(
@Param
(
"example"
)
LitemallRoleExample
example
,
@Param
(
"selective"
)
LitemallRole
.
Column
...
selective
);
...
...
@@ -86,7 +83,6 @@ public interface LitemallRoleMapper {
* This method corresponds to the database table litemall_role
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
LitemallRole
selectByPrimaryKeySelective
(
@Param
(
"id"
)
Integer
id
,
@Param
(
"selective"
)
LitemallRole
.
Column
...
selective
);
...
...
@@ -103,7 +99,6 @@ public interface LitemallRoleMapper {
* This method corresponds to the database table litemall_role
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
LitemallRole
selectByPrimaryKeyWithLogicalDelete
(
@Param
(
"id"
)
Integer
id
,
@Param
(
"andLogicalDeleted"
)
boolean
andLogicalDeleted
);
...
...
@@ -144,7 +139,6 @@ public interface LitemallRoleMapper {
* This method corresponds to the database table litemall_role
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
int
logicalDeleteByExample
(
@Param
(
"example"
)
LitemallRoleExample
example
);
...
...
@@ -153,7 +147,6 @@ public interface LitemallRoleMapper {
* This method corresponds to the database table litemall_role
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
int
logicalDeleteByPrimaryKey
(
Integer
id
);
}
\ No newline at end of file
litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallSearchHistoryMapper.java
View file @
d5082658
...
...
@@ -51,7 +51,6 @@ public interface LitemallSearchHistoryMapper {
* This method corresponds to the database table litemall_search_history
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
LitemallSearchHistory
selectOneByExample
(
LitemallSearchHistoryExample
example
);
...
...
@@ -60,7 +59,6 @@ public interface LitemallSearchHistoryMapper {
* This method corresponds to the database table litemall_search_history
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
LitemallSearchHistory
selectOneByExampleSelective
(
@Param
(
"example"
)
LitemallSearchHistoryExample
example
,
@Param
(
"selective"
)
LitemallSearchHistory
.
Column
...
selective
);
...
...
@@ -69,7 +67,6 @@ public interface LitemallSearchHistoryMapper {
* This method corresponds to the database table litemall_search_history
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
List
<
LitemallSearchHistory
>
selectByExampleSelective
(
@Param
(
"example"
)
LitemallSearchHistoryExample
example
,
@Param
(
"selective"
)
LitemallSearchHistory
.
Column
...
selective
);
...
...
@@ -86,7 +83,6 @@ public interface LitemallSearchHistoryMapper {
* This method corresponds to the database table litemall_search_history
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
LitemallSearchHistory
selectByPrimaryKeySelective
(
@Param
(
"id"
)
Integer
id
,
@Param
(
"selective"
)
LitemallSearchHistory
.
Column
...
selective
);
...
...
@@ -103,7 +99,6 @@ public interface LitemallSearchHistoryMapper {
* This method corresponds to the database table litemall_search_history
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
LitemallSearchHistory
selectByPrimaryKeyWithLogicalDelete
(
@Param
(
"id"
)
Integer
id
,
@Param
(
"andLogicalDeleted"
)
boolean
andLogicalDeleted
);
...
...
@@ -144,7 +139,6 @@ public interface LitemallSearchHistoryMapper {
* This method corresponds to the database table litemall_search_history
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
int
logicalDeleteByExample
(
@Param
(
"example"
)
LitemallSearchHistoryExample
example
);
...
...
@@ -153,7 +147,6 @@ public interface LitemallSearchHistoryMapper {
* This method corresponds to the database table litemall_search_history
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
int
logicalDeleteByPrimaryKey
(
Integer
id
);
}
\ No newline at end of file
litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallStorageMapper.java
View file @
d5082658
...
...
@@ -51,7 +51,6 @@ public interface LitemallStorageMapper {
* This method corresponds to the database table litemall_storage
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
LitemallStorage
selectOneByExample
(
LitemallStorageExample
example
);
...
...
@@ -60,7 +59,6 @@ public interface LitemallStorageMapper {
* This method corresponds to the database table litemall_storage
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
LitemallStorage
selectOneByExampleSelective
(
@Param
(
"example"
)
LitemallStorageExample
example
,
@Param
(
"selective"
)
LitemallStorage
.
Column
...
selective
);
...
...
@@ -69,7 +67,6 @@ public interface LitemallStorageMapper {
* This method corresponds to the database table litemall_storage
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
List
<
LitemallStorage
>
selectByExampleSelective
(
@Param
(
"example"
)
LitemallStorageExample
example
,
@Param
(
"selective"
)
LitemallStorage
.
Column
...
selective
);
...
...
@@ -86,7 +83,6 @@ public interface LitemallStorageMapper {
* This method corresponds to the database table litemall_storage
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
LitemallStorage
selectByPrimaryKeySelective
(
@Param
(
"id"
)
Integer
id
,
@Param
(
"selective"
)
LitemallStorage
.
Column
...
selective
);
...
...
@@ -103,7 +99,6 @@ public interface LitemallStorageMapper {
* This method corresponds to the database table litemall_storage
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
LitemallStorage
selectByPrimaryKeyWithLogicalDelete
(
@Param
(
"id"
)
Integer
id
,
@Param
(
"andLogicalDeleted"
)
boolean
andLogicalDeleted
);
...
...
@@ -144,7 +139,6 @@ public interface LitemallStorageMapper {
* This method corresponds to the database table litemall_storage
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
int
logicalDeleteByExample
(
@Param
(
"example"
)
LitemallStorageExample
example
);
...
...
@@ -153,7 +147,6 @@ public interface LitemallStorageMapper {
* This method corresponds to the database table litemall_storage
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
int
logicalDeleteByPrimaryKey
(
Integer
id
);
}
\ No newline at end of file
litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallSystemMapper.java
View file @
d5082658
...
...
@@ -51,7 +51,6 @@ public interface LitemallSystemMapper {
* This method corresponds to the database table litemall_system
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
LitemallSystem
selectOneByExample
(
LitemallSystemExample
example
);
...
...
@@ -60,7 +59,6 @@ public interface LitemallSystemMapper {
* This method corresponds to the database table litemall_system
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
LitemallSystem
selectOneByExampleSelective
(
@Param
(
"example"
)
LitemallSystemExample
example
,
@Param
(
"selective"
)
LitemallSystem
.
Column
...
selective
);
...
...
@@ -69,7 +67,6 @@ public interface LitemallSystemMapper {
* This method corresponds to the database table litemall_system
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
List
<
LitemallSystem
>
selectByExampleSelective
(
@Param
(
"example"
)
LitemallSystemExample
example
,
@Param
(
"selective"
)
LitemallSystem
.
Column
...
selective
);
...
...
@@ -86,7 +83,6 @@ public interface LitemallSystemMapper {
* This method corresponds to the database table litemall_system
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
LitemallSystem
selectByPrimaryKeySelective
(
@Param
(
"id"
)
Integer
id
,
@Param
(
"selective"
)
LitemallSystem
.
Column
...
selective
);
...
...
@@ -103,7 +99,6 @@ public interface LitemallSystemMapper {
* This method corresponds to the database table litemall_system
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
LitemallSystem
selectByPrimaryKeyWithLogicalDelete
(
@Param
(
"id"
)
Integer
id
,
@Param
(
"andLogicalDeleted"
)
boolean
andLogicalDeleted
);
...
...
@@ -144,7 +139,6 @@ public interface LitemallSystemMapper {
* This method corresponds to the database table litemall_system
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
int
logicalDeleteByExample
(
@Param
(
"example"
)
LitemallSystemExample
example
);
...
...
@@ -153,7 +147,6 @@ public interface LitemallSystemMapper {
* This method corresponds to the database table litemall_system
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
int
logicalDeleteByPrimaryKey
(
Integer
id
);
}
\ No newline at end of file
litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallTopicMapper.java
View file @
d5082658
...
...
@@ -51,7 +51,6 @@ public interface LitemallTopicMapper {
* This method corresponds to the database table litemall_topic
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
LitemallTopic
selectOneByExample
(
LitemallTopicExample
example
);
...
...
@@ -60,7 +59,6 @@ public interface LitemallTopicMapper {
* This method corresponds to the database table litemall_topic
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
LitemallTopic
selectOneByExampleSelective
(
@Param
(
"example"
)
LitemallTopicExample
example
,
@Param
(
"selective"
)
LitemallTopic
.
Column
...
selective
);
...
...
@@ -69,7 +67,6 @@ public interface LitemallTopicMapper {
* This method corresponds to the database table litemall_topic
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
LitemallTopic
selectOneByExampleWithBLOBs
(
LitemallTopicExample
example
);
...
...
@@ -78,7 +75,6 @@ public interface LitemallTopicMapper {
* This method corresponds to the database table litemall_topic
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
List
<
LitemallTopic
>
selectByExampleSelective
(
@Param
(
"example"
)
LitemallTopicExample
example
,
@Param
(
"selective"
)
LitemallTopic
.
Column
...
selective
);
...
...
@@ -103,7 +99,6 @@ public interface LitemallTopicMapper {
* This method corresponds to the database table litemall_topic
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
LitemallTopic
selectByPrimaryKeySelective
(
@Param
(
"id"
)
Integer
id
,
@Param
(
"selective"
)
LitemallTopic
.
Column
...
selective
);
...
...
@@ -120,7 +115,6 @@ public interface LitemallTopicMapper {
* This method corresponds to the database table litemall_topic
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
LitemallTopic
selectByPrimaryKeyWithLogicalDelete
(
@Param
(
"id"
)
Integer
id
,
@Param
(
"andLogicalDeleted"
)
boolean
andLogicalDeleted
);
...
...
@@ -177,7 +171,6 @@ public interface LitemallTopicMapper {
* This method corresponds to the database table litemall_topic
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
int
logicalDeleteByExample
(
@Param
(
"example"
)
LitemallTopicExample
example
);
...
...
@@ -186,7 +179,6 @@ public interface LitemallTopicMapper {
* This method corresponds to the database table litemall_topic
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
int
logicalDeleteByPrimaryKey
(
Integer
id
);
}
\ No newline at end of file
litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallUserFormidMapper.java
View file @
d5082658
...
...
@@ -51,7 +51,6 @@ public interface LitemallUserFormidMapper {
* This method corresponds to the database table litemall_user_formid
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
LitemallUserFormid
selectOneByExample
(
LitemallUserFormidExample
example
);
...
...
@@ -60,7 +59,6 @@ public interface LitemallUserFormidMapper {
* This method corresponds to the database table litemall_user_formid
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
LitemallUserFormid
selectOneByExampleSelective
(
@Param
(
"example"
)
LitemallUserFormidExample
example
,
@Param
(
"selective"
)
LitemallUserFormid
.
Column
...
selective
);
...
...
@@ -69,7 +67,6 @@ public interface LitemallUserFormidMapper {
* This method corresponds to the database table litemall_user_formid
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
List
<
LitemallUserFormid
>
selectByExampleSelective
(
@Param
(
"example"
)
LitemallUserFormidExample
example
,
@Param
(
"selective"
)
LitemallUserFormid
.
Column
...
selective
);
...
...
@@ -86,7 +83,6 @@ public interface LitemallUserFormidMapper {
* This method corresponds to the database table litemall_user_formid
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
LitemallUserFormid
selectByPrimaryKeySelective
(
@Param
(
"id"
)
Integer
id
,
@Param
(
"selective"
)
LitemallUserFormid
.
Column
...
selective
);
...
...
@@ -103,7 +99,6 @@ public interface LitemallUserFormidMapper {
* This method corresponds to the database table litemall_user_formid
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
LitemallUserFormid
selectByPrimaryKeyWithLogicalDelete
(
@Param
(
"id"
)
Integer
id
,
@Param
(
"andLogicalDeleted"
)
boolean
andLogicalDeleted
);
...
...
@@ -144,7 +139,6 @@ public interface LitemallUserFormidMapper {
* This method corresponds to the database table litemall_user_formid
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
int
logicalDeleteByExample
(
@Param
(
"example"
)
LitemallUserFormidExample
example
);
...
...
@@ -153,7 +147,6 @@ public interface LitemallUserFormidMapper {
* This method corresponds to the database table litemall_user_formid
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
int
logicalDeleteByPrimaryKey
(
Integer
id
);
}
\ No newline at end of file
litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallUserMapper.java
View file @
d5082658
...
...
@@ -51,7 +51,6 @@ public interface LitemallUserMapper {
* This method corresponds to the database table litemall_user
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
LitemallUser
selectOneByExample
(
LitemallUserExample
example
);
...
...
@@ -60,7 +59,6 @@ public interface LitemallUserMapper {
* This method corresponds to the database table litemall_user
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
LitemallUser
selectOneByExampleSelective
(
@Param
(
"example"
)
LitemallUserExample
example
,
@Param
(
"selective"
)
LitemallUser
.
Column
...
selective
);
...
...
@@ -69,7 +67,6 @@ public interface LitemallUserMapper {
* This method corresponds to the database table litemall_user
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
List
<
LitemallUser
>
selectByExampleSelective
(
@Param
(
"example"
)
LitemallUserExample
example
,
@Param
(
"selective"
)
LitemallUser
.
Column
...
selective
);
...
...
@@ -86,7 +83,6 @@ public interface LitemallUserMapper {
* This method corresponds to the database table litemall_user
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
LitemallUser
selectByPrimaryKeySelective
(
@Param
(
"id"
)
Integer
id
,
@Param
(
"selective"
)
LitemallUser
.
Column
...
selective
);
...
...
@@ -103,7 +99,6 @@ public interface LitemallUserMapper {
* This method corresponds to the database table litemall_user
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
LitemallUser
selectByPrimaryKeyWithLogicalDelete
(
@Param
(
"id"
)
Integer
id
,
@Param
(
"andLogicalDeleted"
)
boolean
andLogicalDeleted
);
...
...
@@ -144,7 +139,6 @@ public interface LitemallUserMapper {
* This method corresponds to the database table litemall_user
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
int
logicalDeleteByExample
(
@Param
(
"example"
)
LitemallUserExample
example
);
...
...
@@ -153,7 +147,6 @@ public interface LitemallUserMapper {
* This method corresponds to the database table litemall_user
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
int
logicalDeleteByPrimaryKey
(
Integer
id
);
}
\ No newline at end of file
litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallAd.java
View file @
d5082658
...
...
@@ -10,18 +10,16 @@ public class LitemallAd {
* This field corresponds to the database table litemall_ad
*
* @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 corresponds to the database table litemall_ad
*
* @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 {
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 returns the value of the database column litemall_ad.deleted
...
...
@@ -431,6 +439,8 @@ public class LitemallAd {
sb
.
append
(
getClass
().
getSimpleName
());
sb
.
append
(
" ["
);
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
(
", name="
).
append
(
name
);
sb
.
append
(
", link="
).
append
(
link
);
...
...
@@ -505,14 +515,71 @@ public class LitemallAd {
}
/**
* This
method
was generated by MyBatis Generator.
* This
method
corresponds to the database table litemall_ad
* This
enum
was generated by MyBatis Generator.
* This
enum
corresponds to the database table litemall_ad
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
public
void
andLogicalDeleted
(
boolean
deleted
)
{
setDeleted
(
deleted
?
IS_DELETED
:
NOT_DELETED
);
public
enum
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 {
* This enum corresponds to the database table litemall_ad
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
public
enum
Column
{
id
(
"id"
,
"id"
,
"INTEGER"
,
false
),
...
...
@@ -541,7 +607,6 @@ public class LitemallAd {
* This field corresponds to the database table litemall_ad
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
private
static
final
String
BEGINNING_DELIMITER
=
"`"
;
...
...
@@ -550,7 +615,6 @@ public class LitemallAd {
* This field corresponds to the database table litemall_ad
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
private
static
final
String
ENDING_DELIMITER
=
"`"
;
...
...
@@ -559,7 +623,6 @@ public class LitemallAd {
* This field corresponds to the database table litemall_ad
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
private
final
String
column
;
...
...
@@ -568,7 +631,6 @@ public class LitemallAd {
* This field corresponds to the database table litemall_ad
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
private
final
boolean
isColumnNameDelimited
;
...
...
@@ -577,7 +639,6 @@ public class LitemallAd {
* This field corresponds to the database table litemall_ad
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
private
final
String
javaProperty
;
...
...
@@ -586,7 +647,6 @@ public class LitemallAd {
* This field corresponds to the database table litemall_ad
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
private
final
String
jdbcType
;
...
...
@@ -595,7 +655,6 @@ public class LitemallAd {
* This method corresponds to the database table litemall_ad
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
public
String
value
()
{
return
this
.
column
;
...
...
@@ -606,7 +665,6 @@ public class LitemallAd {
* This method corresponds to the database table litemall_ad
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
public
String
getValue
()
{
return
this
.
column
;
...
...
@@ -617,7 +675,6 @@ public class LitemallAd {
* This method corresponds to the database table litemall_ad
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
public
String
getJavaProperty
()
{
return
this
.
javaProperty
;
...
...
@@ -628,7 +685,6 @@ public class LitemallAd {
* This method corresponds to the database table litemall_ad
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
public
String
getJdbcType
()
{
return
this
.
jdbcType
;
...
...
@@ -639,7 +695,6 @@ public class LitemallAd {
* This method corresponds to the database table litemall_ad
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
Column
(
String
column
,
String
javaProperty
,
String
jdbcType
,
boolean
isColumnNameDelimited
)
{
this
.
column
=
column
;
...
...
@@ -653,7 +708,6 @@ public class LitemallAd {
* This method corresponds to the database table litemall_ad
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
public
String
desc
()
{
return
this
.
getEscapedColumnName
()
+
" DESC"
;
...
...
@@ -664,7 +718,6 @@ public class LitemallAd {
* This method corresponds to the database table litemall_ad
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
public
String
asc
()
{
return
this
.
getEscapedColumnName
()
+
" ASC"
;
...
...
@@ -675,7 +728,6 @@ public class LitemallAd {
* This method corresponds to the database table litemall_ad
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
public
static
Column
[]
excludes
(
Column
...
excludes
)
{
ArrayList
<
Column
>
columns
=
new
ArrayList
<>(
Arrays
.
asList
(
Column
.
values
()));
...
...
@@ -690,7 +742,6 @@ public class LitemallAd {
* This method corresponds to the database table litemall_ad
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
public
String
getEscapedColumnName
()
{
if
(
this
.
isColumnNameDelimited
)
{
...
...
@@ -699,5 +750,15 @@ public class LitemallAd {
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
litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallAdExample.java
View file @
d5082658
This diff is collapsed.
Click to expand it.
litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallAddress.java
View file @
d5082658
...
...
@@ -10,18 +10,16 @@ public class LitemallAddress {
* This field corresponds to the database table litemall_address
*
* @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 corresponds to the database table litemall_address
*
* @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 {
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 returns the value of the database column litemall_address.deleted
...
...
@@ -497,6 +505,8 @@ public class LitemallAddress {
sb
.
append
(
getClass
().
getSimpleName
());
sb
.
append
(
" ["
);
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
(
", name="
).
append
(
name
);
sb
.
append
(
", userId="
).
append
(
userId
);
...
...
@@ -577,14 +587,71 @@ public class LitemallAddress {
}
/**
* This
method
was generated by MyBatis Generator.
* This
method
corresponds to the database table litemall_address
* This
enum
was generated by MyBatis Generator.
* This
enum
corresponds to the database table litemall_address
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
public
void
andLogicalDeleted
(
boolean
deleted
)
{
setDeleted
(
deleted
?
IS_DELETED
:
NOT_DELETED
);
public
enum
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 {
* This enum corresponds to the database table litemall_address
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
public
enum
Column
{
id
(
"id"
,
"id"
,
"INTEGER"
,
false
),
...
...
@@ -615,7 +681,6 @@ public class LitemallAddress {
* This field corresponds to the database table litemall_address
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
private
static
final
String
BEGINNING_DELIMITER
=
"`"
;
...
...
@@ -624,7 +689,6 @@ public class LitemallAddress {
* This field corresponds to the database table litemall_address
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
private
static
final
String
ENDING_DELIMITER
=
"`"
;
...
...
@@ -633,7 +697,6 @@ public class LitemallAddress {
* This field corresponds to the database table litemall_address
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
private
final
String
column
;
...
...
@@ -642,7 +705,6 @@ public class LitemallAddress {
* This field corresponds to the database table litemall_address
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
private
final
boolean
isColumnNameDelimited
;
...
...
@@ -651,7 +713,6 @@ public class LitemallAddress {
* This field corresponds to the database table litemall_address
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
private
final
String
javaProperty
;
...
...
@@ -660,7 +721,6 @@ public class LitemallAddress {
* This field corresponds to the database table litemall_address
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
private
final
String
jdbcType
;
...
...
@@ -669,7 +729,6 @@ public class LitemallAddress {
* This method corresponds to the database table litemall_address
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
public
String
value
()
{
return
this
.
column
;
...
...
@@ -680,7 +739,6 @@ public class LitemallAddress {
* This method corresponds to the database table litemall_address
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
public
String
getValue
()
{
return
this
.
column
;
...
...
@@ -691,7 +749,6 @@ public class LitemallAddress {
* This method corresponds to the database table litemall_address
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
public
String
getJavaProperty
()
{
return
this
.
javaProperty
;
...
...
@@ -702,7 +759,6 @@ public class LitemallAddress {
* This method corresponds to the database table litemall_address
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
public
String
getJdbcType
()
{
return
this
.
jdbcType
;
...
...
@@ -713,7 +769,6 @@ public class LitemallAddress {
* This method corresponds to the database table litemall_address
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
Column
(
String
column
,
String
javaProperty
,
String
jdbcType
,
boolean
isColumnNameDelimited
)
{
this
.
column
=
column
;
...
...
@@ -727,7 +782,6 @@ public class LitemallAddress {
* This method corresponds to the database table litemall_address
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
public
String
desc
()
{
return
this
.
getEscapedColumnName
()
+
" DESC"
;
...
...
@@ -738,7 +792,6 @@ public class LitemallAddress {
* This method corresponds to the database table litemall_address
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
public
String
asc
()
{
return
this
.
getEscapedColumnName
()
+
" ASC"
;
...
...
@@ -749,7 +802,6 @@ public class LitemallAddress {
* This method corresponds to the database table litemall_address
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
public
static
Column
[]
excludes
(
Column
...
excludes
)
{
ArrayList
<
Column
>
columns
=
new
ArrayList
<>(
Arrays
.
asList
(
Column
.
values
()));
...
...
@@ -764,7 +816,6 @@ public class LitemallAddress {
* This method corresponds to the database table litemall_address
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
public
String
getEscapedColumnName
()
{
if
(
this
.
isColumnNameDelimited
)
{
...
...
@@ -773,5 +824,15 @@ public class LitemallAddress {
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
litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallAddressExample.java
View file @
d5082658
This diff is collapsed.
Click to expand it.
litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallAdmin.java
View file @
d5082658
...
...
@@ -10,18 +10,16 @@ public class LitemallAdmin {
* This field corresponds to the database table litemall_admin
*
* @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 corresponds to the database table litemall_admin
*
* @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 {
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 returns the value of the database column litemall_admin.deleted
...
...
@@ -365,6 +373,8 @@ public class LitemallAdmin {
sb
.
append
(
getClass
().
getSimpleName
());
sb
.
append
(
" ["
);
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
(
", username="
).
append
(
username
);
sb
.
append
(
", password="
).
append
(
password
);
...
...
@@ -433,14 +443,71 @@ public class LitemallAdmin {
}
/**
* This
method
was generated by MyBatis Generator.
* This
method
corresponds to the database table litemall_admin
* This
enum
was generated by MyBatis Generator.
* This
enum
corresponds to the database table litemall_admin
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
public
void
andLogicalDeleted
(
boolean
deleted
)
{
setDeleted
(
deleted
?
IS_DELETED
:
NOT_DELETED
);
public
enum
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 {
* This enum corresponds to the database table litemall_admin
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
public
enum
Column
{
id
(
"id"
,
"id"
,
"INTEGER"
,
false
),
...
...
@@ -467,7 +533,6 @@ public class LitemallAdmin {
* This field corresponds to the database table litemall_admin
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
private
static
final
String
BEGINNING_DELIMITER
=
"`"
;
...
...
@@ -476,7 +541,6 @@ public class LitemallAdmin {
* This field corresponds to the database table litemall_admin
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
private
static
final
String
ENDING_DELIMITER
=
"`"
;
...
...
@@ -485,7 +549,6 @@ public class LitemallAdmin {
* This field corresponds to the database table litemall_admin
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
private
final
String
column
;
...
...
@@ -494,7 +557,6 @@ public class LitemallAdmin {
* This field corresponds to the database table litemall_admin
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
private
final
boolean
isColumnNameDelimited
;
...
...
@@ -503,7 +565,6 @@ public class LitemallAdmin {
* This field corresponds to the database table litemall_admin
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
private
final
String
javaProperty
;
...
...
@@ -512,7 +573,6 @@ public class LitemallAdmin {
* This field corresponds to the database table litemall_admin
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
private
final
String
jdbcType
;
...
...
@@ -521,7 +581,6 @@ public class LitemallAdmin {
* This method corresponds to the database table litemall_admin
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
public
String
value
()
{
return
this
.
column
;
...
...
@@ -532,7 +591,6 @@ public class LitemallAdmin {
* This method corresponds to the database table litemall_admin
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
public
String
getValue
()
{
return
this
.
column
;
...
...
@@ -543,7 +601,6 @@ public class LitemallAdmin {
* This method corresponds to the database table litemall_admin
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
public
String
getJavaProperty
()
{
return
this
.
javaProperty
;
...
...
@@ -554,7 +611,6 @@ public class LitemallAdmin {
* This method corresponds to the database table litemall_admin
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
public
String
getJdbcType
()
{
return
this
.
jdbcType
;
...
...
@@ -565,7 +621,6 @@ public class LitemallAdmin {
* This method corresponds to the database table litemall_admin
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
Column
(
String
column
,
String
javaProperty
,
String
jdbcType
,
boolean
isColumnNameDelimited
)
{
this
.
column
=
column
;
...
...
@@ -579,7 +634,6 @@ public class LitemallAdmin {
* This method corresponds to the database table litemall_admin
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
public
String
desc
()
{
return
this
.
getEscapedColumnName
()
+
" DESC"
;
...
...
@@ -590,7 +644,6 @@ public class LitemallAdmin {
* This method corresponds to the database table litemall_admin
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
public
String
asc
()
{
return
this
.
getEscapedColumnName
()
+
" ASC"
;
...
...
@@ -601,7 +654,6 @@ public class LitemallAdmin {
* This method corresponds to the database table litemall_admin
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
public
static
Column
[]
excludes
(
Column
...
excludes
)
{
ArrayList
<
Column
>
columns
=
new
ArrayList
<>(
Arrays
.
asList
(
Column
.
values
()));
...
...
@@ -616,7 +668,6 @@ public class LitemallAdmin {
* This method corresponds to the database table litemall_admin
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
public
String
getEscapedColumnName
()
{
if
(
this
.
isColumnNameDelimited
)
{
...
...
@@ -625,5 +676,15 @@ public class LitemallAdmin {
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
litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallAdminExample.java
View file @
d5082658
This diff is collapsed.
Click to expand it.
litemall-db/src/main/java/org/linlinjava/litemall/db/domain/LitemallBrand.java
View file @
d5082658
...
...
@@ -11,18 +11,16 @@ public class LitemallBrand {
* This field corresponds to the database table litemall_brand
*
* @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 corresponds to the database table litemall_brand
*
* @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 {
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 returns the value of the database column litemall_brand.deleted
...
...
@@ -333,6 +341,8 @@ public class LitemallBrand {
sb
.
append
(
getClass
().
getSimpleName
());
sb
.
append
(
" ["
);
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
(
", name="
).
append
(
name
);
sb
.
append
(
", desc="
).
append
(
desc
);
...
...
@@ -398,14 +408,71 @@ public class LitemallBrand {
}
/**
* This
method
was generated by MyBatis Generator.
* This
method
corresponds to the database table litemall_brand
* This
enum
was generated by MyBatis Generator.
* This
enum
corresponds to the database table litemall_brand
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
public
void
andLogicalDeleted
(
boolean
deleted
)
{
setDeleted
(
deleted
?
IS_DELETED
:
NOT_DELETED
);
public
enum
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 {
* This enum corresponds to the database table litemall_brand
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
public
enum
Column
{
id
(
"id"
,
"id"
,
"INTEGER"
,
false
),
...
...
@@ -431,7 +497,6 @@ public class LitemallBrand {
* This field corresponds to the database table litemall_brand
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
private
static
final
String
BEGINNING_DELIMITER
=
"`"
;
...
...
@@ -440,7 +505,6 @@ public class LitemallBrand {
* This field corresponds to the database table litemall_brand
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
private
static
final
String
ENDING_DELIMITER
=
"`"
;
...
...
@@ -449,7 +513,6 @@ public class LitemallBrand {
* This field corresponds to the database table litemall_brand
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
private
final
String
column
;
...
...
@@ -458,7 +521,6 @@ public class LitemallBrand {
* This field corresponds to the database table litemall_brand
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
private
final
boolean
isColumnNameDelimited
;
...
...
@@ -467,7 +529,6 @@ public class LitemallBrand {
* This field corresponds to the database table litemall_brand
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
private
final
String
javaProperty
;
...
...
@@ -476,7 +537,6 @@ public class LitemallBrand {
* This field corresponds to the database table litemall_brand
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
private
final
String
jdbcType
;
...
...
@@ -485,7 +545,6 @@ public class LitemallBrand {
* This method corresponds to the database table litemall_brand
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
public
String
value
()
{
return
this
.
column
;
...
...
@@ -496,7 +555,6 @@ public class LitemallBrand {
* This method corresponds to the database table litemall_brand
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
public
String
getValue
()
{
return
this
.
column
;
...
...
@@ -507,7 +565,6 @@ public class LitemallBrand {
* This method corresponds to the database table litemall_brand
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
public
String
getJavaProperty
()
{
return
this
.
javaProperty
;
...
...
@@ -518,7 +575,6 @@ public class LitemallBrand {
* This method corresponds to the database table litemall_brand
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
public
String
getJdbcType
()
{
return
this
.
jdbcType
;
...
...
@@ -529,7 +585,6 @@ public class LitemallBrand {
* This method corresponds to the database table litemall_brand
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
Column
(
String
column
,
String
javaProperty
,
String
jdbcType
,
boolean
isColumnNameDelimited
)
{
this
.
column
=
column
;
...
...
@@ -543,7 +598,6 @@ public class LitemallBrand {
* This method corresponds to the database table litemall_brand
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
public
String
desc
()
{
return
this
.
getEscapedColumnName
()
+
" DESC"
;
...
...
@@ -554,7 +608,6 @@ public class LitemallBrand {
* This method corresponds to the database table litemall_brand
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
public
String
asc
()
{
return
this
.
getEscapedColumnName
()
+
" ASC"
;
...
...
@@ -565,7 +618,6 @@ public class LitemallBrand {
* This method corresponds to the database table litemall_brand
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
public
static
Column
[]
excludes
(
Column
...
excludes
)
{
ArrayList
<
Column
>
columns
=
new
ArrayList
<>(
Arrays
.
asList
(
Column
.
values
()));
...
...
@@ -580,7 +632,6 @@ public class LitemallBrand {
* This method corresponds to the database table litemall_brand
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
public
String
getEscapedColumnName
()
{
if
(
this
.
isColumnNameDelimited
)
{
...
...
@@ -589,5 +640,15 @@ public class LitemallBrand {
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
Prev
1
2
3
4
5
6
7
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment