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
4ff5534f
Commit
4ff5534f
authored
Apr 06, 2018
by
Junling Bu
Browse files
update[all]: 在数据库的(除了region几个表)每个表中添加add_time和delete属性。
parent
4b49c3b2
Changes
118
Hide whitespace changes
Inline
Side-by-side
litemall-db/mybatis-generator/generatorConfig.xml
View file @
4ff5534f
...
...
@@ -26,10 +26,10 @@
<!-- 数据Model属性对应Column获取插件 -->
<plugin
type=
"com.itfsw.mybatis.generator.plugins.ModelColumnPlugin"
/>
<!--
<commentGenerator>
-->
<commentGenerator>
<!--<property name="suppressDate" value="true"/>-->
<!--<property name="suppressAllComments" value="true"/>-->
<!--
</commentGenerator>
-->
</commentGenerator>
<!--数据库连接信息-->
<jdbcConnection
driverClass=
"com.mysql.jdbc.Driver"
...
...
@@ -46,33 +46,38 @@
<generatedKey
column=
"id"
sqlStatement=
"MySql"
identity=
"true"
/>
<columnOverride
javaType=
"java.time.LocalDateTime"
column=
"start_time"
/>
<columnOverride
javaType=
"java.time.LocalDateTime"
column=
"end_time"
/>
<columnOverride
javaType=
"java.time.LocalDateTime"
column=
"add_time"
/>
</table>
<table
tableName=
"litemall_address"
>
<generatedKey
column=
"id"
sqlStatement=
"MySql"
identity=
"true"
/>
<columnOverride
javaType=
"java.time.LocalDateTime"
column=
"add_time"
/>
</table>
<table
tableName=
"litemall_admin"
>
<generatedKey
column=
"id"
sqlStatement=
"MySql"
identity=
"true"
/>
<columnOverride
javaType=
"java.time.LocalDateTime"
column=
"last_login_time"
/>
<columnOverride
javaType=
"java.time.LocalDateTime"
column=
"add_time"
/>
<columnOverride
javaType=
"java.time.LocalDateTime"
column=
"update_time"
/>
<columnOverride
javaType=
"java.time.LocalDateTime"
column=
"add_time"
/>
</table>
<table
tableName=
"litemall_brand"
>
<generatedKey
column=
"id"
sqlStatement=
"MySql"
identity=
"true"
/>
<columnOverride
javaType=
"java.time.LocalDateTime"
column=
"add_time"
/>
</table>
<table
tableName=
"litemall_cart"
>
<generatedKey
column=
"id"
sqlStatement=
"MySql"
identity=
"true"
/>
<columnOverride
column=
"goods_specification_ids"
javaType=
"java.lang.Integer[]"
typeHandler=
"org.linlinjava.litemall.db.mybatis.JsonIntegerArrayTypeHandler"
/>
<columnOverride
javaType=
"java.time.LocalDateTime"
column=
"add_time"
/>
</table>
<table
tableName=
"litemall_category"
>
<generatedKey
column=
"id"
sqlStatement=
"MySql"
identity=
"true"
/>
<columnOverride
javaType=
"java.time.LocalDateTime"
column=
"add_time"
/>
</table>
<table
tableName=
"litemall_collect"
>
<generatedKey
column=
"id"
sqlStatement=
"MySql"
identity=
"true"
/>
<columnOverride
javaType=
"java.time.LocalDate"
column=
"add_time"
/>
<columnOverride
javaType=
"java.time.LocalDate
Time
"
column=
"add_time"
/>
</table>
<table
tableName=
"litemall_comment"
>
<generatedKey
column=
"id"
sqlStatement=
"MySql"
identity=
"true"
/>
<columnOverride
javaType=
"java.time.LocalDate"
column=
"add_time"
/>
<columnOverride
javaType=
"java.time.LocalDate
Time
"
column=
"add_time"
/>
<columnOverride
column=
"pic_urls"
javaType=
"java.lang.String[]"
typeHandler=
"org.linlinjava.litemall.db.mybatis.JsonStringArrayTypeHandler"
/>
</table>
<table
tableName=
"litemall_coupon"
>
...
...
@@ -81,6 +86,7 @@
<columnOverride
javaType=
"java.time.LocalDateTime"
column=
"send_end"
/>
<columnOverride
javaType=
"java.time.LocalDateTime"
column=
"use_start"
/>
<columnOverride
javaType=
"java.time.LocalDateTime"
column=
"use_end"
/>
<columnOverride
javaType=
"java.time.LocalDateTime"
column=
"add_time"
/>
</table>
<table
tableName=
"litemall_footprint"
>
<generatedKey
column=
"id"
sqlStatement=
"MySql"
identity=
"true"
/>
...
...
@@ -88,20 +94,24 @@
</table>
<table
tableName=
"litemall_goods"
>
<generatedKey
column=
"id"
sqlStatement=
"MySql"
identity=
"true"
/>
<columnOverride
javaType=
"java.time.LocalDate"
column=
"add_time"
/>
<columnOverride
javaType=
"java.time.LocalDate
Time
"
column=
"add_time"
/>
<columnOverride
column=
"gallery"
javaType=
"java.lang.String[]"
typeHandler=
"org.linlinjava.litemall.db.mybatis.JsonStringArrayTypeHandler"
/>
</table>
<table
tableName=
"litemall_goods_attribute"
>
<generatedKey
column=
"id"
sqlStatement=
"MySql"
identity=
"true"
/>
<columnOverride
javaType=
"java.time.LocalDateTime"
column=
"add_time"
/>
</table>
<table
tableName=
"litemall_goods_specification"
>
<generatedKey
column=
"id"
sqlStatement=
"MySql"
identity=
"true"
/>
<columnOverride
javaType=
"java.time.LocalDateTime"
column=
"add_time"
/>
</table>
<table
tableName=
"litemall_issue"
>
<generatedKey
column=
"id"
sqlStatement=
"MySql"
identity=
"true"
/>
<columnOverride
javaType=
"java.time.LocalDateTime"
column=
"add_time"
/>
</table>
<table
tableName=
"litemall_keyword"
>
<generatedKey
column=
"id"
sqlStatement=
"MySql"
identity=
"true"
/>
<columnOverride
javaType=
"java.time.LocalDateTime"
column=
"add_time"
/>
</table>
<table
tableName=
"litemall_order"
>
<generatedKey
column=
"id"
sqlStatement=
"MySql"
identity=
"true"
/>
...
...
@@ -115,10 +125,12 @@
<table
tableName=
"litemall_order_goods"
>
<generatedKey
column=
"id"
sqlStatement=
"MySql"
identity=
"true"
/>
<columnOverride
column=
"goods_specification_ids"
javaType=
"java.lang.Integer[]"
typeHandler=
"org.linlinjava.litemall.db.mybatis.JsonIntegerArrayTypeHandler"
/>
<columnOverride
javaType=
"java.time.LocalDateTime"
column=
"add_time"
/>
</table>
<table
tableName=
"litemall_product"
>
<generatedKey
column=
"id"
sqlStatement=
"MySql"
identity=
"true"
/>
<columnOverride
column=
"goods_specification_ids"
javaType=
"java.lang.Integer[]"
typeHandler=
"org.linlinjava.litemall.db.mybatis.JsonIntegerArrayTypeHandler"
/>
<columnOverride
javaType=
"java.time.LocalDateTime"
column=
"add_time"
/>
</table>
<table
tableName=
"litemall_region"
>
<generatedKey
column=
"id"
sqlStatement=
"MySql"
identity=
"true"
/>
...
...
@@ -137,24 +149,27 @@
</table>
<table
tableName=
"litemall_search_history"
>
<generatedKey
column=
"id"
sqlStatement=
"MySql"
identity=
"true"
/>
<columnOverride
javaType=
"java.time.LocalDate"
column=
"add_time"
/>
<columnOverride
javaType=
"java.time.LocalDate
Time
"
column=
"add_time"
/>
</table>
<table
tableName=
"litemall_storage"
>
<generatedKey
column=
"id"
sqlStatement=
"MySql"
identity=
"true"
/>
<columnOverride
javaType=
"java.time.LocalDate"
column=
"modified"
/>
<columnOverride
javaType=
"java.time.LocalDateTime"
column=
"modified"
/>
<columnOverride
javaType=
"java.time.LocalDateTime"
column=
"add_time"
/>
</table>
<table
tableName=
"litemall_topic"
>
<generatedKey
column=
"id"
sqlStatement=
"MySql"
identity=
"true"
/>
<columnOverride
javaType=
"java.time.LocalDateTime"
column=
"add_time"
/>
</table>
<table
tableName=
"litemall_user"
>
<generatedKey
column=
"id"
sqlStatement=
"MySql"
identity=
"true"
/>
<columnOverride
javaType=
"java.time.LocalDate"
column=
"birthday"
/>
<columnOverride
javaType=
"java.time.LocalDate"
column=
"
register
_time"
/>
<columnOverride
javaType=
"java.time.LocalDate"
column=
"
last_login
_time"
/>
<columnOverride
javaType=
"java.time.LocalDate
Time
"
column=
"
last_login
_time"
/>
<columnOverride
javaType=
"java.time.LocalDate
Time
"
column=
"
add
_time"
/>
</table>
<table
tableName=
"litemall_user_coupon"
>
<generatedKey
column=
"id"
sqlStatement=
"MySql"
identity=
"true"
/>
<columnOverride
javaType=
"java.time.LocalDateTime"
column=
"used_time"
/>
<columnOverride
javaType=
"java.time.LocalDateTime"
column=
"add_time"
/>
</table>
...
...
litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallAdMapper.java
View file @
4ff5534f
...
...
@@ -10,7 +10,7 @@ public interface LitemallAdMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_ad
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
long
countByExample
(
LitemallAdExample
example
);
...
...
@@ -18,7 +18,7 @@ public interface LitemallAdMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_ad
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
deleteByExample
(
LitemallAdExample
example
);
...
...
@@ -26,7 +26,7 @@ public interface LitemallAdMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_ad
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
deleteByPrimaryKey
(
Integer
id
);
...
...
@@ -34,7 +34,7 @@ public interface LitemallAdMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_ad
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
insert
(
LitemallAd
record
);
...
...
@@ -42,7 +42,7 @@ public interface LitemallAdMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_ad
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
insertSelective
(
LitemallAd
record
);
...
...
@@ -50,7 +50,7 @@ public interface LitemallAdMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_ad
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
List
<
LitemallAd
>
selectByExample
(
LitemallAdExample
example
);
...
...
@@ -67,7 +67,7 @@ public interface LitemallAdMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_ad
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
LitemallAd
selectByPrimaryKey
(
Integer
id
);
...
...
@@ -84,7 +84,7 @@ public interface LitemallAdMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_ad
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByExampleSelective
(
@Param
(
"record"
)
LitemallAd
record
,
@Param
(
"example"
)
LitemallAdExample
example
);
...
...
@@ -92,7 +92,7 @@ public interface LitemallAdMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_ad
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByExample
(
@Param
(
"record"
)
LitemallAd
record
,
@Param
(
"example"
)
LitemallAdExample
example
);
...
...
@@ -100,7 +100,7 @@ public interface LitemallAdMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_ad
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByPrimaryKeySelective
(
LitemallAd
record
);
...
...
@@ -108,7 +108,7 @@ public interface LitemallAdMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_ad
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByPrimaryKey
(
LitemallAd
record
);
...
...
litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallAddressMapper.java
View file @
4ff5534f
...
...
@@ -10,7 +10,7 @@ public interface LitemallAddressMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_address
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
long
countByExample
(
LitemallAddressExample
example
);
...
...
@@ -18,7 +18,7 @@ public interface LitemallAddressMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_address
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
deleteByExample
(
LitemallAddressExample
example
);
...
...
@@ -26,7 +26,7 @@ public interface LitemallAddressMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_address
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
deleteByPrimaryKey
(
Integer
id
);
...
...
@@ -34,7 +34,7 @@ public interface LitemallAddressMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_address
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
insert
(
LitemallAddress
record
);
...
...
@@ -42,7 +42,7 @@ public interface LitemallAddressMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_address
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
insertSelective
(
LitemallAddress
record
);
...
...
@@ -50,7 +50,7 @@ public interface LitemallAddressMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_address
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
List
<
LitemallAddress
>
selectByExample
(
LitemallAddressExample
example
);
...
...
@@ -67,7 +67,7 @@ public interface LitemallAddressMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_address
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
LitemallAddress
selectByPrimaryKey
(
Integer
id
);
...
...
@@ -84,7 +84,7 @@ public interface LitemallAddressMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_address
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByExampleSelective
(
@Param
(
"record"
)
LitemallAddress
record
,
@Param
(
"example"
)
LitemallAddressExample
example
);
...
...
@@ -92,7 +92,7 @@ public interface LitemallAddressMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_address
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByExample
(
@Param
(
"record"
)
LitemallAddress
record
,
@Param
(
"example"
)
LitemallAddressExample
example
);
...
...
@@ -100,7 +100,7 @@ public interface LitemallAddressMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_address
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByPrimaryKeySelective
(
LitemallAddress
record
);
...
...
@@ -108,7 +108,7 @@ public interface LitemallAddressMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_address
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByPrimaryKey
(
LitemallAddress
record
);
...
...
litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallAdminMapper.java
View file @
4ff5534f
...
...
@@ -10,7 +10,7 @@ public interface LitemallAdminMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_admin
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
long
countByExample
(
LitemallAdminExample
example
);
...
...
@@ -18,7 +18,7 @@ public interface LitemallAdminMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_admin
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
deleteByExample
(
LitemallAdminExample
example
);
...
...
@@ -26,7 +26,7 @@ public interface LitemallAdminMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_admin
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
deleteByPrimaryKey
(
Integer
id
);
...
...
@@ -34,7 +34,7 @@ public interface LitemallAdminMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_admin
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
insert
(
LitemallAdmin
record
);
...
...
@@ -42,7 +42,7 @@ public interface LitemallAdminMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_admin
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
insertSelective
(
LitemallAdmin
record
);
...
...
@@ -50,7 +50,7 @@ public interface LitemallAdminMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_admin
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
List
<
LitemallAdmin
>
selectByExample
(
LitemallAdminExample
example
);
...
...
@@ -67,7 +67,7 @@ public interface LitemallAdminMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_admin
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
LitemallAdmin
selectByPrimaryKey
(
Integer
id
);
...
...
@@ -84,7 +84,7 @@ public interface LitemallAdminMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_admin
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByExampleSelective
(
@Param
(
"record"
)
LitemallAdmin
record
,
@Param
(
"example"
)
LitemallAdminExample
example
);
...
...
@@ -92,7 +92,7 @@ public interface LitemallAdminMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_admin
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByExample
(
@Param
(
"record"
)
LitemallAdmin
record
,
@Param
(
"example"
)
LitemallAdminExample
example
);
...
...
@@ -100,7 +100,7 @@ public interface LitemallAdminMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_admin
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByPrimaryKeySelective
(
LitemallAdmin
record
);
...
...
@@ -108,7 +108,7 @@ public interface LitemallAdminMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_admin
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByPrimaryKey
(
LitemallAdmin
record
);
...
...
litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallBrandMapper.java
View file @
4ff5534f
...
...
@@ -10,7 +10,7 @@ public interface LitemallBrandMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_brand
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
long
countByExample
(
LitemallBrandExample
example
);
...
...
@@ -18,7 +18,7 @@ public interface LitemallBrandMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_brand
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
deleteByExample
(
LitemallBrandExample
example
);
...
...
@@ -26,7 +26,7 @@ public interface LitemallBrandMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_brand
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
deleteByPrimaryKey
(
Integer
id
);
...
...
@@ -34,7 +34,7 @@ public interface LitemallBrandMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_brand
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
insert
(
LitemallBrand
record
);
...
...
@@ -42,7 +42,7 @@ public interface LitemallBrandMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_brand
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
insertSelective
(
LitemallBrand
record
);
...
...
@@ -50,7 +50,7 @@ public interface LitemallBrandMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_brand
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
List
<
LitemallBrand
>
selectByExample
(
LitemallBrandExample
example
);
...
...
@@ -67,7 +67,7 @@ public interface LitemallBrandMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_brand
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
LitemallBrand
selectByPrimaryKey
(
Integer
id
);
...
...
@@ -84,7 +84,7 @@ public interface LitemallBrandMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_brand
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByExampleSelective
(
@Param
(
"record"
)
LitemallBrand
record
,
@Param
(
"example"
)
LitemallBrandExample
example
);
...
...
@@ -92,7 +92,7 @@ public interface LitemallBrandMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_brand
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByExample
(
@Param
(
"record"
)
LitemallBrand
record
,
@Param
(
"example"
)
LitemallBrandExample
example
);
...
...
@@ -100,7 +100,7 @@ public interface LitemallBrandMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_brand
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByPrimaryKeySelective
(
LitemallBrand
record
);
...
...
@@ -108,7 +108,7 @@ public interface LitemallBrandMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_brand
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByPrimaryKey
(
LitemallBrand
record
);
...
...
litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallCartMapper.java
View file @
4ff5534f
...
...
@@ -10,7 +10,7 @@ public interface LitemallCartMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_cart
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
long
countByExample
(
LitemallCartExample
example
);
...
...
@@ -18,7 +18,7 @@ public interface LitemallCartMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_cart
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
deleteByExample
(
LitemallCartExample
example
);
...
...
@@ -26,7 +26,7 @@ public interface LitemallCartMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_cart
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
deleteByPrimaryKey
(
Integer
id
);
...
...
@@ -34,7 +34,7 @@ public interface LitemallCartMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_cart
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
insert
(
LitemallCart
record
);
...
...
@@ -42,7 +42,7 @@ public interface LitemallCartMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_cart
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
insertSelective
(
LitemallCart
record
);
...
...
@@ -50,7 +50,7 @@ public interface LitemallCartMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_cart
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
List
<
LitemallCart
>
selectByExample
(
LitemallCartExample
example
);
...
...
@@ -67,7 +67,7 @@ public interface LitemallCartMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_cart
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
LitemallCart
selectByPrimaryKey
(
Integer
id
);
...
...
@@ -84,7 +84,7 @@ public interface LitemallCartMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_cart
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByExampleSelective
(
@Param
(
"record"
)
LitemallCart
record
,
@Param
(
"example"
)
LitemallCartExample
example
);
...
...
@@ -92,7 +92,7 @@ public interface LitemallCartMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_cart
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByExample
(
@Param
(
"record"
)
LitemallCart
record
,
@Param
(
"example"
)
LitemallCartExample
example
);
...
...
@@ -100,7 +100,7 @@ public interface LitemallCartMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_cart
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByPrimaryKeySelective
(
LitemallCart
record
);
...
...
@@ -108,7 +108,7 @@ public interface LitemallCartMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_cart
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByPrimaryKey
(
LitemallCart
record
);
...
...
litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallCategoryMapper.java
View file @
4ff5534f
...
...
@@ -10,7 +10,7 @@ public interface LitemallCategoryMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_category
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
long
countByExample
(
LitemallCategoryExample
example
);
...
...
@@ -18,7 +18,7 @@ public interface LitemallCategoryMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_category
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
deleteByExample
(
LitemallCategoryExample
example
);
...
...
@@ -26,7 +26,7 @@ public interface LitemallCategoryMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_category
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
deleteByPrimaryKey
(
Integer
id
);
...
...
@@ -34,7 +34,7 @@ public interface LitemallCategoryMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_category
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
insert
(
LitemallCategory
record
);
...
...
@@ -42,7 +42,7 @@ public interface LitemallCategoryMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_category
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
insertSelective
(
LitemallCategory
record
);
...
...
@@ -50,7 +50,7 @@ public interface LitemallCategoryMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_category
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
List
<
LitemallCategory
>
selectByExample
(
LitemallCategoryExample
example
);
...
...
@@ -67,7 +67,7 @@ public interface LitemallCategoryMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_category
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
LitemallCategory
selectByPrimaryKey
(
Integer
id
);
...
...
@@ -84,7 +84,7 @@ public interface LitemallCategoryMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_category
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByExampleSelective
(
@Param
(
"record"
)
LitemallCategory
record
,
@Param
(
"example"
)
LitemallCategoryExample
example
);
...
...
@@ -92,7 +92,7 @@ public interface LitemallCategoryMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_category
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByExample
(
@Param
(
"record"
)
LitemallCategory
record
,
@Param
(
"example"
)
LitemallCategoryExample
example
);
...
...
@@ -100,7 +100,7 @@ public interface LitemallCategoryMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_category
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByPrimaryKeySelective
(
LitemallCategory
record
);
...
...
@@ -108,7 +108,7 @@ public interface LitemallCategoryMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_category
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByPrimaryKey
(
LitemallCategory
record
);
...
...
litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallCollectMapper.java
View file @
4ff5534f
...
...
@@ -10,7 +10,7 @@ public interface LitemallCollectMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_collect
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
long
countByExample
(
LitemallCollectExample
example
);
...
...
@@ -18,7 +18,7 @@ public interface LitemallCollectMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_collect
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
deleteByExample
(
LitemallCollectExample
example
);
...
...
@@ -26,7 +26,7 @@ public interface LitemallCollectMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_collect
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
deleteByPrimaryKey
(
Integer
id
);
...
...
@@ -34,7 +34,7 @@ public interface LitemallCollectMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_collect
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
insert
(
LitemallCollect
record
);
...
...
@@ -42,7 +42,7 @@ public interface LitemallCollectMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_collect
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
insertSelective
(
LitemallCollect
record
);
...
...
@@ -50,7 +50,7 @@ public interface LitemallCollectMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_collect
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
List
<
LitemallCollect
>
selectByExample
(
LitemallCollectExample
example
);
...
...
@@ -67,7 +67,7 @@ public interface LitemallCollectMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_collect
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
LitemallCollect
selectByPrimaryKey
(
Integer
id
);
...
...
@@ -84,7 +84,7 @@ public interface LitemallCollectMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_collect
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByExampleSelective
(
@Param
(
"record"
)
LitemallCollect
record
,
@Param
(
"example"
)
LitemallCollectExample
example
);
...
...
@@ -92,7 +92,7 @@ public interface LitemallCollectMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_collect
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByExample
(
@Param
(
"record"
)
LitemallCollect
record
,
@Param
(
"example"
)
LitemallCollectExample
example
);
...
...
@@ -100,7 +100,7 @@ public interface LitemallCollectMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_collect
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByPrimaryKeySelective
(
LitemallCollect
record
);
...
...
@@ -108,7 +108,7 @@ public interface LitemallCollectMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_collect
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByPrimaryKey
(
LitemallCollect
record
);
...
...
litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallCommentMapper.java
View file @
4ff5534f
...
...
@@ -10,7 +10,7 @@ public interface LitemallCommentMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_comment
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
long
countByExample
(
LitemallCommentExample
example
);
...
...
@@ -18,7 +18,7 @@ public interface LitemallCommentMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_comment
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
deleteByExample
(
LitemallCommentExample
example
);
...
...
@@ -26,7 +26,7 @@ public interface LitemallCommentMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_comment
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
deleteByPrimaryKey
(
Integer
id
);
...
...
@@ -34,7 +34,7 @@ public interface LitemallCommentMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_comment
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
insert
(
LitemallComment
record
);
...
...
@@ -42,7 +42,7 @@ public interface LitemallCommentMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_comment
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
insertSelective
(
LitemallComment
record
);
...
...
@@ -50,7 +50,7 @@ public interface LitemallCommentMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_comment
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
List
<
LitemallComment
>
selectByExample
(
LitemallCommentExample
example
);
...
...
@@ -67,7 +67,7 @@ public interface LitemallCommentMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_comment
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
LitemallComment
selectByPrimaryKey
(
Integer
id
);
...
...
@@ -84,7 +84,7 @@ public interface LitemallCommentMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_comment
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByExampleSelective
(
@Param
(
"record"
)
LitemallComment
record
,
@Param
(
"example"
)
LitemallCommentExample
example
);
...
...
@@ -92,7 +92,7 @@ public interface LitemallCommentMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_comment
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByExample
(
@Param
(
"record"
)
LitemallComment
record
,
@Param
(
"example"
)
LitemallCommentExample
example
);
...
...
@@ -100,7 +100,7 @@ public interface LitemallCommentMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_comment
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByPrimaryKeySelective
(
LitemallComment
record
);
...
...
@@ -108,7 +108,7 @@ public interface LitemallCommentMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_comment
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByPrimaryKey
(
LitemallComment
record
);
...
...
litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallCouponMapper.java
View file @
4ff5534f
...
...
@@ -10,7 +10,7 @@ public interface LitemallCouponMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_coupon
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
long
countByExample
(
LitemallCouponExample
example
);
...
...
@@ -18,7 +18,7 @@ public interface LitemallCouponMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_coupon
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
deleteByExample
(
LitemallCouponExample
example
);
...
...
@@ -26,7 +26,7 @@ public interface LitemallCouponMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_coupon
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
deleteByPrimaryKey
(
Integer
id
);
...
...
@@ -34,7 +34,7 @@ public interface LitemallCouponMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_coupon
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
insert
(
LitemallCoupon
record
);
...
...
@@ -42,7 +42,7 @@ public interface LitemallCouponMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_coupon
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
insertSelective
(
LitemallCoupon
record
);
...
...
@@ -50,7 +50,7 @@ public interface LitemallCouponMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_coupon
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
List
<
LitemallCoupon
>
selectByExample
(
LitemallCouponExample
example
);
...
...
@@ -67,7 +67,7 @@ public interface LitemallCouponMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_coupon
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
LitemallCoupon
selectByPrimaryKey
(
Integer
id
);
...
...
@@ -84,7 +84,7 @@ public interface LitemallCouponMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_coupon
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByExampleSelective
(
@Param
(
"record"
)
LitemallCoupon
record
,
@Param
(
"example"
)
LitemallCouponExample
example
);
...
...
@@ -92,7 +92,7 @@ public interface LitemallCouponMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_coupon
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByExample
(
@Param
(
"record"
)
LitemallCoupon
record
,
@Param
(
"example"
)
LitemallCouponExample
example
);
...
...
@@ -100,7 +100,7 @@ public interface LitemallCouponMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_coupon
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByPrimaryKeySelective
(
LitemallCoupon
record
);
...
...
@@ -108,7 +108,7 @@ public interface LitemallCouponMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_coupon
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByPrimaryKey
(
LitemallCoupon
record
);
...
...
litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallFootprintMapper.java
View file @
4ff5534f
...
...
@@ -10,7 +10,7 @@ public interface LitemallFootprintMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_footprint
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
long
countByExample
(
LitemallFootprintExample
example
);
...
...
@@ -18,7 +18,7 @@ public interface LitemallFootprintMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_footprint
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
deleteByExample
(
LitemallFootprintExample
example
);
...
...
@@ -26,7 +26,7 @@ public interface LitemallFootprintMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_footprint
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
deleteByPrimaryKey
(
Integer
id
);
...
...
@@ -34,7 +34,7 @@ public interface LitemallFootprintMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_footprint
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
insert
(
LitemallFootprint
record
);
...
...
@@ -42,7 +42,7 @@ public interface LitemallFootprintMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_footprint
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
insertSelective
(
LitemallFootprint
record
);
...
...
@@ -50,7 +50,7 @@ public interface LitemallFootprintMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_footprint
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
List
<
LitemallFootprint
>
selectByExample
(
LitemallFootprintExample
example
);
...
...
@@ -67,7 +67,7 @@ public interface LitemallFootprintMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_footprint
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
LitemallFootprint
selectByPrimaryKey
(
Integer
id
);
...
...
@@ -84,7 +84,7 @@ public interface LitemallFootprintMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_footprint
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByExampleSelective
(
@Param
(
"record"
)
LitemallFootprint
record
,
@Param
(
"example"
)
LitemallFootprintExample
example
);
...
...
@@ -92,7 +92,7 @@ public interface LitemallFootprintMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_footprint
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByExample
(
@Param
(
"record"
)
LitemallFootprint
record
,
@Param
(
"example"
)
LitemallFootprintExample
example
);
...
...
@@ -100,7 +100,7 @@ public interface LitemallFootprintMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_footprint
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByPrimaryKeySelective
(
LitemallFootprint
record
);
...
...
@@ -108,7 +108,7 @@ public interface LitemallFootprintMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_footprint
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByPrimaryKey
(
LitemallFootprint
record
);
...
...
litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallGoodsAttributeMapper.java
View file @
4ff5534f
...
...
@@ -10,7 +10,7 @@ public interface LitemallGoodsAttributeMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_goods_attribute
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
long
countByExample
(
LitemallGoodsAttributeExample
example
);
...
...
@@ -18,7 +18,7 @@ public interface LitemallGoodsAttributeMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_goods_attribute
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
deleteByExample
(
LitemallGoodsAttributeExample
example
);
...
...
@@ -26,7 +26,7 @@ public interface LitemallGoodsAttributeMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_goods_attribute
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
deleteByPrimaryKey
(
Integer
id
);
...
...
@@ -34,7 +34,7 @@ public interface LitemallGoodsAttributeMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_goods_attribute
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
insert
(
LitemallGoodsAttribute
record
);
...
...
@@ -42,7 +42,7 @@ public interface LitemallGoodsAttributeMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_goods_attribute
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
insertSelective
(
LitemallGoodsAttribute
record
);
...
...
@@ -50,7 +50,7 @@ public interface LitemallGoodsAttributeMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_goods_attribute
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
List
<
LitemallGoodsAttribute
>
selectByExample
(
LitemallGoodsAttributeExample
example
);
...
...
@@ -67,7 +67,7 @@ public interface LitemallGoodsAttributeMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_goods_attribute
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
LitemallGoodsAttribute
selectByPrimaryKey
(
Integer
id
);
...
...
@@ -84,7 +84,7 @@ public interface LitemallGoodsAttributeMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_goods_attribute
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByExampleSelective
(
@Param
(
"record"
)
LitemallGoodsAttribute
record
,
@Param
(
"example"
)
LitemallGoodsAttributeExample
example
);
...
...
@@ -92,7 +92,7 @@ public interface LitemallGoodsAttributeMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_goods_attribute
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByExample
(
@Param
(
"record"
)
LitemallGoodsAttribute
record
,
@Param
(
"example"
)
LitemallGoodsAttributeExample
example
);
...
...
@@ -100,7 +100,7 @@ public interface LitemallGoodsAttributeMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_goods_attribute
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByPrimaryKeySelective
(
LitemallGoodsAttribute
record
);
...
...
@@ -108,7 +108,7 @@ public interface LitemallGoodsAttributeMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_goods_attribute
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByPrimaryKey
(
LitemallGoodsAttribute
record
);
...
...
litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallGoodsMapper.java
View file @
4ff5534f
...
...
@@ -10,7 +10,7 @@ public interface LitemallGoodsMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_goods
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
long
countByExample
(
LitemallGoodsExample
example
);
...
...
@@ -18,7 +18,7 @@ public interface LitemallGoodsMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_goods
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
deleteByExample
(
LitemallGoodsExample
example
);
...
...
@@ -26,7 +26,7 @@ public interface LitemallGoodsMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_goods
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
deleteByPrimaryKey
(
Integer
id
);
...
...
@@ -34,7 +34,7 @@ public interface LitemallGoodsMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_goods
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
insert
(
LitemallGoods
record
);
...
...
@@ -42,7 +42,7 @@ public interface LitemallGoodsMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_goods
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
insertSelective
(
LitemallGoods
record
);
...
...
@@ -50,7 +50,7 @@ public interface LitemallGoodsMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_goods
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
List
<
LitemallGoods
>
selectByExampleWithBLOBs
(
LitemallGoodsExample
example
);
...
...
@@ -58,7 +58,7 @@ public interface LitemallGoodsMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_goods
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
List
<
LitemallGoods
>
selectByExample
(
LitemallGoodsExample
example
);
...
...
@@ -75,7 +75,7 @@ public interface LitemallGoodsMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_goods
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
LitemallGoods
selectByPrimaryKey
(
Integer
id
);
...
...
@@ -92,7 +92,7 @@ public interface LitemallGoodsMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_goods
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByExampleSelective
(
@Param
(
"record"
)
LitemallGoods
record
,
@Param
(
"example"
)
LitemallGoodsExample
example
);
...
...
@@ -100,7 +100,7 @@ public interface LitemallGoodsMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_goods
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByExampleWithBLOBs
(
@Param
(
"record"
)
LitemallGoods
record
,
@Param
(
"example"
)
LitemallGoodsExample
example
);
...
...
@@ -108,7 +108,7 @@ public interface LitemallGoodsMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_goods
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByExample
(
@Param
(
"record"
)
LitemallGoods
record
,
@Param
(
"example"
)
LitemallGoodsExample
example
);
...
...
@@ -116,7 +116,7 @@ public interface LitemallGoodsMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_goods
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByPrimaryKeySelective
(
LitemallGoods
record
);
...
...
@@ -124,7 +124,7 @@ public interface LitemallGoodsMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_goods
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByPrimaryKeyWithBLOBs
(
LitemallGoods
record
);
...
...
@@ -132,7 +132,7 @@ public interface LitemallGoodsMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_goods
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByPrimaryKey
(
LitemallGoods
record
);
...
...
litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallGoodsSpecificationMapper.java
View file @
4ff5534f
...
...
@@ -10,7 +10,7 @@ public interface LitemallGoodsSpecificationMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_goods_specification
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
long
countByExample
(
LitemallGoodsSpecificationExample
example
);
...
...
@@ -18,7 +18,7 @@ public interface LitemallGoodsSpecificationMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_goods_specification
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
deleteByExample
(
LitemallGoodsSpecificationExample
example
);
...
...
@@ -26,7 +26,7 @@ public interface LitemallGoodsSpecificationMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_goods_specification
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
deleteByPrimaryKey
(
Integer
id
);
...
...
@@ -34,7 +34,7 @@ public interface LitemallGoodsSpecificationMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_goods_specification
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
insert
(
LitemallGoodsSpecification
record
);
...
...
@@ -42,7 +42,7 @@ public interface LitemallGoodsSpecificationMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_goods_specification
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
insertSelective
(
LitemallGoodsSpecification
record
);
...
...
@@ -50,7 +50,7 @@ public interface LitemallGoodsSpecificationMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_goods_specification
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
List
<
LitemallGoodsSpecification
>
selectByExample
(
LitemallGoodsSpecificationExample
example
);
...
...
@@ -67,7 +67,7 @@ public interface LitemallGoodsSpecificationMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_goods_specification
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
LitemallGoodsSpecification
selectByPrimaryKey
(
Integer
id
);
...
...
@@ -84,7 +84,7 @@ public interface LitemallGoodsSpecificationMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_goods_specification
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByExampleSelective
(
@Param
(
"record"
)
LitemallGoodsSpecification
record
,
@Param
(
"example"
)
LitemallGoodsSpecificationExample
example
);
...
...
@@ -92,7 +92,7 @@ public interface LitemallGoodsSpecificationMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_goods_specification
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByExample
(
@Param
(
"record"
)
LitemallGoodsSpecification
record
,
@Param
(
"example"
)
LitemallGoodsSpecificationExample
example
);
...
...
@@ -100,7 +100,7 @@ public interface LitemallGoodsSpecificationMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_goods_specification
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByPrimaryKeySelective
(
LitemallGoodsSpecification
record
);
...
...
@@ -108,7 +108,7 @@ public interface LitemallGoodsSpecificationMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_goods_specification
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByPrimaryKey
(
LitemallGoodsSpecification
record
);
...
...
litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallIssueMapper.java
View file @
4ff5534f
...
...
@@ -10,7 +10,7 @@ public interface LitemallIssueMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_issue
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
long
countByExample
(
LitemallIssueExample
example
);
...
...
@@ -18,7 +18,7 @@ public interface LitemallIssueMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_issue
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
deleteByExample
(
LitemallIssueExample
example
);
...
...
@@ -26,7 +26,7 @@ public interface LitemallIssueMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_issue
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
deleteByPrimaryKey
(
Integer
id
);
...
...
@@ -34,7 +34,7 @@ public interface LitemallIssueMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_issue
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
insert
(
LitemallIssue
record
);
...
...
@@ -42,7 +42,7 @@ public interface LitemallIssueMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_issue
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
insertSelective
(
LitemallIssue
record
);
...
...
@@ -50,7 +50,7 @@ public interface LitemallIssueMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_issue
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
List
<
LitemallIssue
>
selectByExample
(
LitemallIssueExample
example
);
...
...
@@ -67,7 +67,7 @@ public interface LitemallIssueMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_issue
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
LitemallIssue
selectByPrimaryKey
(
Integer
id
);
...
...
@@ -84,7 +84,7 @@ public interface LitemallIssueMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_issue
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByExampleSelective
(
@Param
(
"record"
)
LitemallIssue
record
,
@Param
(
"example"
)
LitemallIssueExample
example
);
...
...
@@ -92,7 +92,7 @@ public interface LitemallIssueMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_issue
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByExample
(
@Param
(
"record"
)
LitemallIssue
record
,
@Param
(
"example"
)
LitemallIssueExample
example
);
...
...
@@ -100,7 +100,7 @@ public interface LitemallIssueMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_issue
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByPrimaryKeySelective
(
LitemallIssue
record
);
...
...
@@ -108,7 +108,7 @@ public interface LitemallIssueMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_issue
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByPrimaryKey
(
LitemallIssue
record
);
...
...
litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallKeywordMapper.java
View file @
4ff5534f
...
...
@@ -10,7 +10,7 @@ public interface LitemallKeywordMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_keyword
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
long
countByExample
(
LitemallKeywordExample
example
);
...
...
@@ -18,7 +18,7 @@ public interface LitemallKeywordMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_keyword
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
deleteByExample
(
LitemallKeywordExample
example
);
...
...
@@ -26,7 +26,7 @@ public interface LitemallKeywordMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_keyword
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
deleteByPrimaryKey
(
Integer
id
);
...
...
@@ -34,7 +34,7 @@ public interface LitemallKeywordMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_keyword
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
insert
(
LitemallKeyword
record
);
...
...
@@ -42,7 +42,7 @@ public interface LitemallKeywordMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_keyword
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
insertSelective
(
LitemallKeyword
record
);
...
...
@@ -50,7 +50,7 @@ public interface LitemallKeywordMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_keyword
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
List
<
LitemallKeyword
>
selectByExample
(
LitemallKeywordExample
example
);
...
...
@@ -67,7 +67,7 @@ public interface LitemallKeywordMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_keyword
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
LitemallKeyword
selectByPrimaryKey
(
Integer
id
);
...
...
@@ -84,7 +84,7 @@ public interface LitemallKeywordMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_keyword
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByExampleSelective
(
@Param
(
"record"
)
LitemallKeyword
record
,
@Param
(
"example"
)
LitemallKeywordExample
example
);
...
...
@@ -92,7 +92,7 @@ public interface LitemallKeywordMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_keyword
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByExample
(
@Param
(
"record"
)
LitemallKeyword
record
,
@Param
(
"example"
)
LitemallKeywordExample
example
);
...
...
@@ -100,7 +100,7 @@ public interface LitemallKeywordMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_keyword
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByPrimaryKeySelective
(
LitemallKeyword
record
);
...
...
@@ -108,7 +108,7 @@ public interface LitemallKeywordMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_keyword
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByPrimaryKey
(
LitemallKeyword
record
);
...
...
litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallOrderGoodsMapper.java
View file @
4ff5534f
...
...
@@ -10,7 +10,7 @@ public interface LitemallOrderGoodsMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_order_goods
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
long
countByExample
(
LitemallOrderGoodsExample
example
);
...
...
@@ -18,7 +18,7 @@ public interface LitemallOrderGoodsMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_order_goods
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
deleteByExample
(
LitemallOrderGoodsExample
example
);
...
...
@@ -26,7 +26,7 @@ public interface LitemallOrderGoodsMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_order_goods
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
deleteByPrimaryKey
(
Integer
id
);
...
...
@@ -34,7 +34,7 @@ public interface LitemallOrderGoodsMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_order_goods
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
insert
(
LitemallOrderGoods
record
);
...
...
@@ -42,7 +42,7 @@ public interface LitemallOrderGoodsMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_order_goods
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
insertSelective
(
LitemallOrderGoods
record
);
...
...
@@ -50,7 +50,7 @@ public interface LitemallOrderGoodsMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_order_goods
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
List
<
LitemallOrderGoods
>
selectByExample
(
LitemallOrderGoodsExample
example
);
...
...
@@ -67,7 +67,7 @@ public interface LitemallOrderGoodsMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_order_goods
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
LitemallOrderGoods
selectByPrimaryKey
(
Integer
id
);
...
...
@@ -84,7 +84,7 @@ public interface LitemallOrderGoodsMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_order_goods
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByExampleSelective
(
@Param
(
"record"
)
LitemallOrderGoods
record
,
@Param
(
"example"
)
LitemallOrderGoodsExample
example
);
...
...
@@ -92,7 +92,7 @@ public interface LitemallOrderGoodsMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_order_goods
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByExample
(
@Param
(
"record"
)
LitemallOrderGoods
record
,
@Param
(
"example"
)
LitemallOrderGoodsExample
example
);
...
...
@@ -100,7 +100,7 @@ public interface LitemallOrderGoodsMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_order_goods
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByPrimaryKeySelective
(
LitemallOrderGoods
record
);
...
...
@@ -108,7 +108,7 @@ public interface LitemallOrderGoodsMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_order_goods
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByPrimaryKey
(
LitemallOrderGoods
record
);
...
...
litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallOrderMapper.java
View file @
4ff5534f
...
...
@@ -10,7 +10,7 @@ public interface LitemallOrderMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_order
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
long
countByExample
(
LitemallOrderExample
example
);
...
...
@@ -18,7 +18,7 @@ public interface LitemallOrderMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_order
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
deleteByExample
(
LitemallOrderExample
example
);
...
...
@@ -26,7 +26,7 @@ public interface LitemallOrderMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_order
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
deleteByPrimaryKey
(
Integer
id
);
...
...
@@ -34,7 +34,7 @@ public interface LitemallOrderMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_order
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
insert
(
LitemallOrder
record
);
...
...
@@ -42,7 +42,7 @@ public interface LitemallOrderMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_order
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
insertSelective
(
LitemallOrder
record
);
...
...
@@ -50,7 +50,7 @@ public interface LitemallOrderMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_order
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
List
<
LitemallOrder
>
selectByExample
(
LitemallOrderExample
example
);
...
...
@@ -67,7 +67,7 @@ public interface LitemallOrderMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_order
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
LitemallOrder
selectByPrimaryKey
(
Integer
id
);
...
...
@@ -84,7 +84,7 @@ public interface LitemallOrderMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_order
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByExampleSelective
(
@Param
(
"record"
)
LitemallOrder
record
,
@Param
(
"example"
)
LitemallOrderExample
example
);
...
...
@@ -92,7 +92,7 @@ public interface LitemallOrderMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_order
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByExample
(
@Param
(
"record"
)
LitemallOrder
record
,
@Param
(
"example"
)
LitemallOrderExample
example
);
...
...
@@ -100,7 +100,7 @@ public interface LitemallOrderMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_order
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByPrimaryKeySelective
(
LitemallOrder
record
);
...
...
@@ -108,7 +108,7 @@ public interface LitemallOrderMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_order
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByPrimaryKey
(
LitemallOrder
record
);
...
...
litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallProductMapper.java
View file @
4ff5534f
...
...
@@ -10,7 +10,7 @@ public interface LitemallProductMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_product
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
long
countByExample
(
LitemallProductExample
example
);
...
...
@@ -18,7 +18,7 @@ public interface LitemallProductMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_product
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
deleteByExample
(
LitemallProductExample
example
);
...
...
@@ -26,7 +26,7 @@ public interface LitemallProductMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_product
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
deleteByPrimaryKey
(
Integer
id
);
...
...
@@ -34,7 +34,7 @@ public interface LitemallProductMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_product
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
insert
(
LitemallProduct
record
);
...
...
@@ -42,7 +42,7 @@ public interface LitemallProductMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_product
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
insertSelective
(
LitemallProduct
record
);
...
...
@@ -50,7 +50,7 @@ public interface LitemallProductMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_product
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
List
<
LitemallProduct
>
selectByExample
(
LitemallProductExample
example
);
...
...
@@ -67,7 +67,7 @@ public interface LitemallProductMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_product
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
LitemallProduct
selectByPrimaryKey
(
Integer
id
);
...
...
@@ -84,7 +84,7 @@ public interface LitemallProductMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_product
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByExampleSelective
(
@Param
(
"record"
)
LitemallProduct
record
,
@Param
(
"example"
)
LitemallProductExample
example
);
...
...
@@ -92,7 +92,7 @@ public interface LitemallProductMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_product
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByExample
(
@Param
(
"record"
)
LitemallProduct
record
,
@Param
(
"example"
)
LitemallProductExample
example
);
...
...
@@ -100,7 +100,7 @@ public interface LitemallProductMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_product
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByPrimaryKeySelective
(
LitemallProduct
record
);
...
...
@@ -108,7 +108,7 @@ public interface LitemallProductMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_product
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
6
CST 2018
*/
int
updateByPrimaryKey
(
LitemallProduct
record
);
...
...
litemall-db/src/main/java/org/linlinjava/litemall/db/dao/LitemallRegionAreaMapper.java
View file @
4ff5534f
...
...
@@ -10,7 +10,7 @@ public interface LitemallRegionAreaMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_region_area
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
7
CST 2018
*/
long
countByExample
(
LitemallRegionAreaExample
example
);
...
...
@@ -18,7 +18,7 @@ public interface LitemallRegionAreaMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_region_area
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
7
CST 2018
*/
int
deleteByExample
(
LitemallRegionAreaExample
example
);
...
...
@@ -26,7 +26,7 @@ public interface LitemallRegionAreaMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_region_area
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
7
CST 2018
*/
int
insert
(
LitemallRegionArea
record
);
...
...
@@ -34,7 +34,7 @@ public interface LitemallRegionAreaMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_region_area
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
7
CST 2018
*/
int
insertSelective
(
LitemallRegionArea
record
);
...
...
@@ -42,7 +42,7 @@ public interface LitemallRegionAreaMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_region_area
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
7
CST 2018
*/
List
<
LitemallRegionArea
>
selectByExample
(
LitemallRegionAreaExample
example
);
...
...
@@ -59,7 +59,7 @@ public interface LitemallRegionAreaMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_region_area
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
7
CST 2018
*/
int
updateByExampleSelective
(
@Param
(
"record"
)
LitemallRegionArea
record
,
@Param
(
"example"
)
LitemallRegionAreaExample
example
);
...
...
@@ -67,7 +67,7 @@ public interface LitemallRegionAreaMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_region_area
*
* @mbg.generated
Tue Mar 20 00:11
:3
3
CST 2018
* @mbg.generated
Fri Apr 06 22:55
:3
7
CST 2018
*/
int
updateByExample
(
@Param
(
"record"
)
LitemallRegionArea
record
,
@Param
(
"example"
)
LitemallRegionAreaExample
example
);
...
...
Prev
1
2
3
4
5
6
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