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
wwwanlingxiao
mall
Commits
310696e2
Commit
310696e2
authored
Jun 19, 2019
by
macro
Browse files
修复mybatis generator重复生成mapper.xml内容的问题
parent
79000a1e
Changes
149
Hide whitespace changes
Inline
Side-by-side
mall-mbg/src/main/java/com/macro/mall/mapper/PmsProductOperateLogMapper.java
View file @
310696e2
...
...
@@ -6,7 +6,7 @@ import java.util.List;
import
org.apache.ibatis.annotations.Param
;
public
interface
PmsProductOperateLogMapper
{
int
countByExample
(
PmsProductOperateLogExample
example
);
long
countByExample
(
PmsProductOperateLogExample
example
);
int
deleteByExample
(
PmsProductOperateLogExample
example
);
...
...
mall-mbg/src/main/java/com/macro/mall/mapper/PmsProductVertifyRecordMapper.java
View file @
310696e2
...
...
@@ -6,7 +6,7 @@ import java.util.List;
import
org.apache.ibatis.annotations.Param
;
public
interface
PmsProductVertifyRecordMapper
{
int
countByExample
(
PmsProductVertifyRecordExample
example
);
long
countByExample
(
PmsProductVertifyRecordExample
example
);
int
deleteByExample
(
PmsProductVertifyRecordExample
example
);
...
...
mall-mbg/src/main/java/com/macro/mall/mapper/PmsSkuStockMapper.java
View file @
310696e2
...
...
@@ -6,7 +6,7 @@ import java.util.List;
import
org.apache.ibatis.annotations.Param
;
public
interface
PmsSkuStockMapper
{
int
countByExample
(
PmsSkuStockExample
example
);
long
countByExample
(
PmsSkuStockExample
example
);
int
deleteByExample
(
PmsSkuStockExample
example
);
...
...
mall-mbg/src/main/java/com/macro/mall/mapper/SmsCouponHistoryMapper.java
View file @
310696e2
...
...
@@ -6,7 +6,7 @@ import java.util.List;
import
org.apache.ibatis.annotations.Param
;
public
interface
SmsCouponHistoryMapper
{
int
countByExample
(
SmsCouponHistoryExample
example
);
long
countByExample
(
SmsCouponHistoryExample
example
);
int
deleteByExample
(
SmsCouponHistoryExample
example
);
...
...
mall-mbg/src/main/java/com/macro/mall/mapper/SmsCouponMapper.java
View file @
310696e2
...
...
@@ -6,7 +6,7 @@ import java.util.List;
import
org.apache.ibatis.annotations.Param
;
public
interface
SmsCouponMapper
{
int
countByExample
(
SmsCouponExample
example
);
long
countByExample
(
SmsCouponExample
example
);
int
deleteByExample
(
SmsCouponExample
example
);
...
...
mall-mbg/src/main/java/com/macro/mall/mapper/SmsCouponProductCategoryRelationMapper.java
View file @
310696e2
...
...
@@ -6,7 +6,7 @@ import java.util.List;
import
org.apache.ibatis.annotations.Param
;
public
interface
SmsCouponProductCategoryRelationMapper
{
int
countByExample
(
SmsCouponProductCategoryRelationExample
example
);
long
countByExample
(
SmsCouponProductCategoryRelationExample
example
);
int
deleteByExample
(
SmsCouponProductCategoryRelationExample
example
);
...
...
mall-mbg/src/main/java/com/macro/mall/mapper/SmsCouponProductRelationMapper.java
View file @
310696e2
...
...
@@ -6,7 +6,7 @@ import java.util.List;
import
org.apache.ibatis.annotations.Param
;
public
interface
SmsCouponProductRelationMapper
{
int
countByExample
(
SmsCouponProductRelationExample
example
);
long
countByExample
(
SmsCouponProductRelationExample
example
);
int
deleteByExample
(
SmsCouponProductRelationExample
example
);
...
...
mall-mbg/src/main/java/com/macro/mall/mapper/SmsFlashPromotionLogMapper.java
View file @
310696e2
...
...
@@ -6,7 +6,7 @@ import java.util.List;
import
org.apache.ibatis.annotations.Param
;
public
interface
SmsFlashPromotionLogMapper
{
int
countByExample
(
SmsFlashPromotionLogExample
example
);
long
countByExample
(
SmsFlashPromotionLogExample
example
);
int
deleteByExample
(
SmsFlashPromotionLogExample
example
);
...
...
mall-mbg/src/main/java/com/macro/mall/mapper/SmsFlashPromotionMapper.java
View file @
310696e2
...
...
@@ -6,7 +6,7 @@ import java.util.List;
import
org.apache.ibatis.annotations.Param
;
public
interface
SmsFlashPromotionMapper
{
int
countByExample
(
SmsFlashPromotionExample
example
);
long
countByExample
(
SmsFlashPromotionExample
example
);
int
deleteByExample
(
SmsFlashPromotionExample
example
);
...
...
mall-mbg/src/main/java/com/macro/mall/mapper/SmsFlashPromotionProductRelationMapper.java
View file @
310696e2
...
...
@@ -6,7 +6,7 @@ import java.util.List;
import
org.apache.ibatis.annotations.Param
;
public
interface
SmsFlashPromotionProductRelationMapper
{
int
countByExample
(
SmsFlashPromotionProductRelationExample
example
);
long
countByExample
(
SmsFlashPromotionProductRelationExample
example
);
int
deleteByExample
(
SmsFlashPromotionProductRelationExample
example
);
...
...
mall-mbg/src/main/java/com/macro/mall/mapper/SmsFlashPromotionSessionMapper.java
View file @
310696e2
...
...
@@ -6,7 +6,7 @@ import java.util.List;
import
org.apache.ibatis.annotations.Param
;
public
interface
SmsFlashPromotionSessionMapper
{
int
countByExample
(
SmsFlashPromotionSessionExample
example
);
long
countByExample
(
SmsFlashPromotionSessionExample
example
);
int
deleteByExample
(
SmsFlashPromotionSessionExample
example
);
...
...
mall-mbg/src/main/java/com/macro/mall/mapper/SmsHomeAdvertiseMapper.java
View file @
310696e2
...
...
@@ -6,7 +6,7 @@ import java.util.List;
import
org.apache.ibatis.annotations.Param
;
public
interface
SmsHomeAdvertiseMapper
{
int
countByExample
(
SmsHomeAdvertiseExample
example
);
long
countByExample
(
SmsHomeAdvertiseExample
example
);
int
deleteByExample
(
SmsHomeAdvertiseExample
example
);
...
...
mall-mbg/src/main/java/com/macro/mall/mapper/SmsHomeBrandMapper.java
View file @
310696e2
...
...
@@ -6,7 +6,7 @@ import java.util.List;
import
org.apache.ibatis.annotations.Param
;
public
interface
SmsHomeBrandMapper
{
int
countByExample
(
SmsHomeBrandExample
example
);
long
countByExample
(
SmsHomeBrandExample
example
);
int
deleteByExample
(
SmsHomeBrandExample
example
);
...
...
mall-mbg/src/main/java/com/macro/mall/mapper/SmsHomeNewProductMapper.java
View file @
310696e2
...
...
@@ -6,7 +6,7 @@ import java.util.List;
import
org.apache.ibatis.annotations.Param
;
public
interface
SmsHomeNewProductMapper
{
int
countByExample
(
SmsHomeNewProductExample
example
);
long
countByExample
(
SmsHomeNewProductExample
example
);
int
deleteByExample
(
SmsHomeNewProductExample
example
);
...
...
mall-mbg/src/main/java/com/macro/mall/mapper/SmsHomeRecommendProductMapper.java
View file @
310696e2
...
...
@@ -6,7 +6,7 @@ import java.util.List;
import
org.apache.ibatis.annotations.Param
;
public
interface
SmsHomeRecommendProductMapper
{
int
countByExample
(
SmsHomeRecommendProductExample
example
);
long
countByExample
(
SmsHomeRecommendProductExample
example
);
int
deleteByExample
(
SmsHomeRecommendProductExample
example
);
...
...
mall-mbg/src/main/java/com/macro/mall/mapper/SmsHomeRecommendSubjectMapper.java
View file @
310696e2
...
...
@@ -6,7 +6,7 @@ import java.util.List;
import
org.apache.ibatis.annotations.Param
;
public
interface
SmsHomeRecommendSubjectMapper
{
int
countByExample
(
SmsHomeRecommendSubjectExample
example
);
long
countByExample
(
SmsHomeRecommendSubjectExample
example
);
int
deleteByExample
(
SmsHomeRecommendSubjectExample
example
);
...
...
mall-mbg/src/main/java/com/macro/mall/mapper/UmsAdminLoginLogMapper.java
View file @
310696e2
...
...
@@ -6,7 +6,7 @@ import java.util.List;
import
org.apache.ibatis.annotations.Param
;
public
interface
UmsAdminLoginLogMapper
{
int
countByExample
(
UmsAdminLoginLogExample
example
);
long
countByExample
(
UmsAdminLoginLogExample
example
);
int
deleteByExample
(
UmsAdminLoginLogExample
example
);
...
...
mall-mbg/src/main/java/com/macro/mall/mapper/UmsAdminMapper.java
View file @
310696e2
...
...
@@ -6,7 +6,7 @@ import java.util.List;
import
org.apache.ibatis.annotations.Param
;
public
interface
UmsAdminMapper
{
int
countByExample
(
UmsAdminExample
example
);
long
countByExample
(
UmsAdminExample
example
);
int
deleteByExample
(
UmsAdminExample
example
);
...
...
mall-mbg/src/main/java/com/macro/mall/mapper/UmsAdminPermissionRelationMapper.java
View file @
310696e2
...
...
@@ -6,7 +6,7 @@ import java.util.List;
import
org.apache.ibatis.annotations.Param
;
public
interface
UmsAdminPermissionRelationMapper
{
int
countByExample
(
UmsAdminPermissionRelationExample
example
);
long
countByExample
(
UmsAdminPermissionRelationExample
example
);
int
deleteByExample
(
UmsAdminPermissionRelationExample
example
);
...
...
mall-mbg/src/main/java/com/macro/mall/mapper/UmsAdminRoleRelationMapper.java
View file @
310696e2
...
...
@@ -6,7 +6,7 @@ import java.util.List;
import
org.apache.ibatis.annotations.Param
;
public
interface
UmsAdminRoleRelationMapper
{
int
countByExample
(
UmsAdminRoleRelationExample
example
);
long
countByExample
(
UmsAdminRoleRelationExample
example
);
int
deleteByExample
(
UmsAdminRoleRelationExample
example
);
...
...
Prev
1
2
3
4
5
6
7
8
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