"mall-mbg/src/main/vscode:/vscode.git/clone" did not exist on "0653278125f4428f1d8c9e038b1d2936b60cd60b"
Commit 310696e2 authored by macro's avatar macro
Browse files

修复mybatis generator重复生成mapper.xml内容的问题

parent 79000a1e
...@@ -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);
......
...@@ -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);
......
...@@ -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);
......
...@@ -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);
......
...@@ -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);
......
...@@ -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);
......
...@@ -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);
......
...@@ -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);
......
...@@ -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);
......
...@@ -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);
......
...@@ -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);
......
...@@ -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);
......
...@@ -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);
......
...@@ -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);
......
...@@ -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);
......
...@@ -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);
......
...@@ -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);
......
...@@ -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);
......
...@@ -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);
......
...@@ -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);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment