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/OmsOrderMapper.java
View file @
310696e2
...
@@ -6,7 +6,7 @@ import java.util.List;
...
@@ -6,7 +6,7 @@ import java.util.List;
import
org.apache.ibatis.annotations.Param
;
import
org.apache.ibatis.annotations.Param
;
public
interface
OmsOrderMapper
{
public
interface
OmsOrderMapper
{
int
countByExample
(
OmsOrderExample
example
);
long
countByExample
(
OmsOrderExample
example
);
int
deleteByExample
(
OmsOrderExample
example
);
int
deleteByExample
(
OmsOrderExample
example
);
...
...
mall-mbg/src/main/java/com/macro/mall/mapper/OmsOrderOperateHistoryMapper.java
View file @
310696e2
...
@@ -6,7 +6,7 @@ import java.util.List;
...
@@ -6,7 +6,7 @@ import java.util.List;
import
org.apache.ibatis.annotations.Param
;
import
org.apache.ibatis.annotations.Param
;
public
interface
OmsOrderOperateHistoryMapper
{
public
interface
OmsOrderOperateHistoryMapper
{
int
countByExample
(
OmsOrderOperateHistoryExample
example
);
long
countByExample
(
OmsOrderOperateHistoryExample
example
);
int
deleteByExample
(
OmsOrderOperateHistoryExample
example
);
int
deleteByExample
(
OmsOrderOperateHistoryExample
example
);
...
...
mall-mbg/src/main/java/com/macro/mall/mapper/OmsOrderReturnApplyMapper.java
View file @
310696e2
...
@@ -6,7 +6,7 @@ import java.util.List;
...
@@ -6,7 +6,7 @@ import java.util.List;
import
org.apache.ibatis.annotations.Param
;
import
org.apache.ibatis.annotations.Param
;
public
interface
OmsOrderReturnApplyMapper
{
public
interface
OmsOrderReturnApplyMapper
{
int
countByExample
(
OmsOrderReturnApplyExample
example
);
long
countByExample
(
OmsOrderReturnApplyExample
example
);
int
deleteByExample
(
OmsOrderReturnApplyExample
example
);
int
deleteByExample
(
OmsOrderReturnApplyExample
example
);
...
...
mall-mbg/src/main/java/com/macro/mall/mapper/OmsOrderReturnReasonMapper.java
View file @
310696e2
...
@@ -6,7 +6,7 @@ import java.util.List;
...
@@ -6,7 +6,7 @@ import java.util.List;
import
org.apache.ibatis.annotations.Param
;
import
org.apache.ibatis.annotations.Param
;
public
interface
OmsOrderReturnReasonMapper
{
public
interface
OmsOrderReturnReasonMapper
{
int
countByExample
(
OmsOrderReturnReasonExample
example
);
long
countByExample
(
OmsOrderReturnReasonExample
example
);
int
deleteByExample
(
OmsOrderReturnReasonExample
example
);
int
deleteByExample
(
OmsOrderReturnReasonExample
example
);
...
...
mall-mbg/src/main/java/com/macro/mall/mapper/OmsOrderSettingMapper.java
View file @
310696e2
...
@@ -6,7 +6,7 @@ import java.util.List;
...
@@ -6,7 +6,7 @@ import java.util.List;
import
org.apache.ibatis.annotations.Param
;
import
org.apache.ibatis.annotations.Param
;
public
interface
OmsOrderSettingMapper
{
public
interface
OmsOrderSettingMapper
{
int
countByExample
(
OmsOrderSettingExample
example
);
long
countByExample
(
OmsOrderSettingExample
example
);
int
deleteByExample
(
OmsOrderSettingExample
example
);
int
deleteByExample
(
OmsOrderSettingExample
example
);
...
...
mall-mbg/src/main/java/com/macro/mall/mapper/PmsAlbumMapper.java
View file @
310696e2
...
@@ -6,7 +6,7 @@ import java.util.List;
...
@@ -6,7 +6,7 @@ import java.util.List;
import
org.apache.ibatis.annotations.Param
;
import
org.apache.ibatis.annotations.Param
;
public
interface
PmsAlbumMapper
{
public
interface
PmsAlbumMapper
{
int
countByExample
(
PmsAlbumExample
example
);
long
countByExample
(
PmsAlbumExample
example
);
int
deleteByExample
(
PmsAlbumExample
example
);
int
deleteByExample
(
PmsAlbumExample
example
);
...
...
mall-mbg/src/main/java/com/macro/mall/mapper/PmsAlbumPicMapper.java
View file @
310696e2
...
@@ -6,7 +6,7 @@ import java.util.List;
...
@@ -6,7 +6,7 @@ import java.util.List;
import
org.apache.ibatis.annotations.Param
;
import
org.apache.ibatis.annotations.Param
;
public
interface
PmsAlbumPicMapper
{
public
interface
PmsAlbumPicMapper
{
int
countByExample
(
PmsAlbumPicExample
example
);
long
countByExample
(
PmsAlbumPicExample
example
);
int
deleteByExample
(
PmsAlbumPicExample
example
);
int
deleteByExample
(
PmsAlbumPicExample
example
);
...
...
mall-mbg/src/main/java/com/macro/mall/mapper/PmsBrandMapper.java
View file @
310696e2
...
@@ -6,7 +6,7 @@ import java.util.List;
...
@@ -6,7 +6,7 @@ import java.util.List;
import
org.apache.ibatis.annotations.Param
;
import
org.apache.ibatis.annotations.Param
;
public
interface
PmsBrandMapper
{
public
interface
PmsBrandMapper
{
int
countByExample
(
PmsBrandExample
example
);
long
countByExample
(
PmsBrandExample
example
);
int
deleteByExample
(
PmsBrandExample
example
);
int
deleteByExample
(
PmsBrandExample
example
);
...
...
mall-mbg/src/main/java/com/macro/mall/mapper/PmsCommentMapper.java
View file @
310696e2
...
@@ -6,7 +6,7 @@ import java.util.List;
...
@@ -6,7 +6,7 @@ import java.util.List;
import
org.apache.ibatis.annotations.Param
;
import
org.apache.ibatis.annotations.Param
;
public
interface
PmsCommentMapper
{
public
interface
PmsCommentMapper
{
int
countByExample
(
PmsCommentExample
example
);
long
countByExample
(
PmsCommentExample
example
);
int
deleteByExample
(
PmsCommentExample
example
);
int
deleteByExample
(
PmsCommentExample
example
);
...
...
mall-mbg/src/main/java/com/macro/mall/mapper/PmsCommentReplayMapper.java
View file @
310696e2
...
@@ -6,7 +6,7 @@ import java.util.List;
...
@@ -6,7 +6,7 @@ import java.util.List;
import
org.apache.ibatis.annotations.Param
;
import
org.apache.ibatis.annotations.Param
;
public
interface
PmsCommentReplayMapper
{
public
interface
PmsCommentReplayMapper
{
int
countByExample
(
PmsCommentReplayExample
example
);
long
countByExample
(
PmsCommentReplayExample
example
);
int
deleteByExample
(
PmsCommentReplayExample
example
);
int
deleteByExample
(
PmsCommentReplayExample
example
);
...
...
mall-mbg/src/main/java/com/macro/mall/mapper/PmsFeightTemplateMapper.java
View file @
310696e2
...
@@ -6,7 +6,7 @@ import java.util.List;
...
@@ -6,7 +6,7 @@ import java.util.List;
import
org.apache.ibatis.annotations.Param
;
import
org.apache.ibatis.annotations.Param
;
public
interface
PmsFeightTemplateMapper
{
public
interface
PmsFeightTemplateMapper
{
int
countByExample
(
PmsFeightTemplateExample
example
);
long
countByExample
(
PmsFeightTemplateExample
example
);
int
deleteByExample
(
PmsFeightTemplateExample
example
);
int
deleteByExample
(
PmsFeightTemplateExample
example
);
...
...
mall-mbg/src/main/java/com/macro/mall/mapper/PmsMemberPriceMapper.java
View file @
310696e2
...
@@ -6,7 +6,7 @@ import java.util.List;
...
@@ -6,7 +6,7 @@ import java.util.List;
import
org.apache.ibatis.annotations.Param
;
import
org.apache.ibatis.annotations.Param
;
public
interface
PmsMemberPriceMapper
{
public
interface
PmsMemberPriceMapper
{
int
countByExample
(
PmsMemberPriceExample
example
);
long
countByExample
(
PmsMemberPriceExample
example
);
int
deleteByExample
(
PmsMemberPriceExample
example
);
int
deleteByExample
(
PmsMemberPriceExample
example
);
...
...
mall-mbg/src/main/java/com/macro/mall/mapper/PmsProductAttributeCategoryMapper.java
View file @
310696e2
...
@@ -6,7 +6,7 @@ import java.util.List;
...
@@ -6,7 +6,7 @@ import java.util.List;
import
org.apache.ibatis.annotations.Param
;
import
org.apache.ibatis.annotations.Param
;
public
interface
PmsProductAttributeCategoryMapper
{
public
interface
PmsProductAttributeCategoryMapper
{
int
countByExample
(
PmsProductAttributeCategoryExample
example
);
long
countByExample
(
PmsProductAttributeCategoryExample
example
);
int
deleteByExample
(
PmsProductAttributeCategoryExample
example
);
int
deleteByExample
(
PmsProductAttributeCategoryExample
example
);
...
...
mall-mbg/src/main/java/com/macro/mall/mapper/PmsProductAttributeMapper.java
View file @
310696e2
...
@@ -6,7 +6,7 @@ import java.util.List;
...
@@ -6,7 +6,7 @@ import java.util.List;
import
org.apache.ibatis.annotations.Param
;
import
org.apache.ibatis.annotations.Param
;
public
interface
PmsProductAttributeMapper
{
public
interface
PmsProductAttributeMapper
{
int
countByExample
(
PmsProductAttributeExample
example
);
long
countByExample
(
PmsProductAttributeExample
example
);
int
deleteByExample
(
PmsProductAttributeExample
example
);
int
deleteByExample
(
PmsProductAttributeExample
example
);
...
...
mall-mbg/src/main/java/com/macro/mall/mapper/PmsProductAttributeValueMapper.java
View file @
310696e2
...
@@ -6,7 +6,7 @@ import java.util.List;
...
@@ -6,7 +6,7 @@ import java.util.List;
import
org.apache.ibatis.annotations.Param
;
import
org.apache.ibatis.annotations.Param
;
public
interface
PmsProductAttributeValueMapper
{
public
interface
PmsProductAttributeValueMapper
{
int
countByExample
(
PmsProductAttributeValueExample
example
);
long
countByExample
(
PmsProductAttributeValueExample
example
);
int
deleteByExample
(
PmsProductAttributeValueExample
example
);
int
deleteByExample
(
PmsProductAttributeValueExample
example
);
...
...
mall-mbg/src/main/java/com/macro/mall/mapper/PmsProductCategoryAttributeRelationMapper.java
View file @
310696e2
...
@@ -6,7 +6,7 @@ import java.util.List;
...
@@ -6,7 +6,7 @@ import java.util.List;
import
org.apache.ibatis.annotations.Param
;
import
org.apache.ibatis.annotations.Param
;
public
interface
PmsProductCategoryAttributeRelationMapper
{
public
interface
PmsProductCategoryAttributeRelationMapper
{
int
countByExample
(
PmsProductCategoryAttributeRelationExample
example
);
long
countByExample
(
PmsProductCategoryAttributeRelationExample
example
);
int
deleteByExample
(
PmsProductCategoryAttributeRelationExample
example
);
int
deleteByExample
(
PmsProductCategoryAttributeRelationExample
example
);
...
...
mall-mbg/src/main/java/com/macro/mall/mapper/PmsProductCategoryMapper.java
View file @
310696e2
...
@@ -6,7 +6,7 @@ import java.util.List;
...
@@ -6,7 +6,7 @@ import java.util.List;
import
org.apache.ibatis.annotations.Param
;
import
org.apache.ibatis.annotations.Param
;
public
interface
PmsProductCategoryMapper
{
public
interface
PmsProductCategoryMapper
{
int
countByExample
(
PmsProductCategoryExample
example
);
long
countByExample
(
PmsProductCategoryExample
example
);
int
deleteByExample
(
PmsProductCategoryExample
example
);
int
deleteByExample
(
PmsProductCategoryExample
example
);
...
...
mall-mbg/src/main/java/com/macro/mall/mapper/PmsProductFullReductionMapper.java
View file @
310696e2
...
@@ -6,7 +6,7 @@ import java.util.List;
...
@@ -6,7 +6,7 @@ import java.util.List;
import
org.apache.ibatis.annotations.Param
;
import
org.apache.ibatis.annotations.Param
;
public
interface
PmsProductFullReductionMapper
{
public
interface
PmsProductFullReductionMapper
{
int
countByExample
(
PmsProductFullReductionExample
example
);
long
countByExample
(
PmsProductFullReductionExample
example
);
int
deleteByExample
(
PmsProductFullReductionExample
example
);
int
deleteByExample
(
PmsProductFullReductionExample
example
);
...
...
mall-mbg/src/main/java/com/macro/mall/mapper/PmsProductLadderMapper.java
View file @
310696e2
...
@@ -6,7 +6,7 @@ import java.util.List;
...
@@ -6,7 +6,7 @@ import java.util.List;
import
org.apache.ibatis.annotations.Param
;
import
org.apache.ibatis.annotations.Param
;
public
interface
PmsProductLadderMapper
{
public
interface
PmsProductLadderMapper
{
int
countByExample
(
PmsProductLadderExample
example
);
long
countByExample
(
PmsProductLadderExample
example
);
int
deleteByExample
(
PmsProductLadderExample
example
);
int
deleteByExample
(
PmsProductLadderExample
example
);
...
...
mall-mbg/src/main/java/com/macro/mall/mapper/PmsProductMapper.java
View file @
310696e2
...
@@ -6,7 +6,7 @@ import java.util.List;
...
@@ -6,7 +6,7 @@ import java.util.List;
import
org.apache.ibatis.annotations.Param
;
import
org.apache.ibatis.annotations.Param
;
public
interface
PmsProductMapper
{
public
interface
PmsProductMapper
{
int
countByExample
(
PmsProductExample
example
);
long
countByExample
(
PmsProductExample
example
);
int
deleteByExample
(
PmsProductExample
example
);
int
deleteByExample
(
PmsProductExample
example
);
...
...
Prev
1
2
3
4
5
6
…
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