From d8abccd6a7f061ba440ee17a5b45dc1f17832310 Mon Sep 17 00:00:00 2001
From: zld <3097954170@qq.com>
Date: Tue, 17 Dec 2024 20:38:26 +0800
Subject: [PATCH 1/2] =?UTF-8?q?=E8=90=A5=E9=94=80=E6=A8=A1=E5=9D=97?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
mall-mbg/.gitignore | 2 -
mall-mbg/pom.xml | 44 -
.../java/com/macro/mall/CommentGenerator.java | 88 -
.../main/java/com/macro/mall/Generator.java | 42 -
.../mall/mapper/CmsHelpCategoryMapper.java | 90 -
.../com/macro/mall/mapper/CmsHelpMapper.java | 112 -
.../mall/mapper/CmsMemberReportMapper.java | 62 -
.../mall/mapper/CmsPrefrenceAreaMapper.java | 112 -
...CmsPrefrenceAreaProductRelationMapper.java | 32 -
.../mall/mapper/CmsSubjectCategoryMapper.java | 32 -
.../mall/mapper/CmsSubjectCommentMapper.java | 32 -
.../macro/mall/mapper/CmsSubjectMapper.java | 38 -
.../CmsSubjectProductRelationMapper.java | 32 -
.../mall/mapper/CmsTopicCategoryMapper.java | 32 -
.../mall/mapper/CmsTopicCommentMapper.java | 32 -
.../com/macro/mall/mapper/CmsTopicMapper.java | 38 -
.../macro/mall/mapper/OmsCartItemMapper.java | 32 -
.../mall/mapper/OmsCompanyAddressMapper.java | 32 -
.../macro/mall/mapper/OmsOrderItemMapper.java | 32 -
.../com/macro/mall/mapper/OmsOrderMapper.java | 32 -
.../mapper/OmsOrderOperateHistoryMapper.java | 32 -
.../mapper/OmsOrderReturnApplyMapper.java | 32 -
.../mapper/OmsOrderReturnReasonMapper.java | 32 -
.../mall/mapper/OmsOrderSettingMapper.java | 32 -
.../com/macro/mall/mapper/PmsAlbumMapper.java | 32 -
.../macro/mall/mapper/PmsAlbumPicMapper.java | 32 -
.../com/macro/mall/mapper/PmsBrandMapper.java | 38 -
.../macro/mall/mapper/PmsCommentMapper.java | 38 -
.../mall/mapper/PmsCommentReplayMapper.java | 32 -
.../mall/mapper/PmsFeightTemplateMapper.java | 32 -
.../mall/mapper/PmsMemberPriceMapper.java | 32 -
.../PmsProductAttributeCategoryMapper.java | 32 -
.../mapper/PmsProductAttributeMapper.java | 32 -
.../PmsProductAttributeValueMapper.java | 32 -
...roductCategoryAttributeRelationMapper.java | 32 -
.../mall/mapper/PmsProductCategoryMapper.java | 38 -
.../mapper/PmsProductFullReductionMapper.java | 32 -
.../mall/mapper/PmsProductLadderMapper.java | 32 -
.../macro/mall/mapper/PmsProductMapper.java | 38 -
.../mapper/PmsProductOperateLogMapper.java | 32 -
.../mapper/PmsProductVertifyRecordMapper.java | 32 -
.../macro/mall/mapper/PmsSkuStockMapper.java | 32 -
.../mall/mapper/SmsCouponHistoryMapper.java | 32 -
.../macro/mall/mapper/SmsCouponMapper.java | 32 -
...msCouponProductCategoryRelationMapper.java | 32 -
.../SmsCouponProductRelationMapper.java | 32 -
.../mapper/SmsFlashPromotionLogMapper.java | 32 -
.../mall/mapper/SmsFlashPromotionMapper.java | 32 -
...msFlashPromotionProductRelationMapper.java | 32 -
.../SmsFlashPromotionSessionMapper.java | 32 -
.../mall/mapper/SmsHomeAdvertiseMapper.java | 32 -
.../macro/mall/mapper/SmsHomeBrandMapper.java | 32 -
.../mall/mapper/SmsHomeNewProductMapper.java | 32 -
.../mapper/SmsHomeRecommendProductMapper.java | 32 -
.../mapper/SmsHomeRecommendSubjectMapper.java | 32 -
.../mall/mapper/UmsAdminLoginLogMapper.java | 32 -
.../com/macro/mall/mapper/UmsAdminMapper.java | 32 -
.../UmsAdminPermissionRelationMapper.java | 32 -
.../mapper/UmsAdminRoleRelationMapper.java | 32 -
.../mapper/UmsGrowthChangeHistoryMapper.java | 32 -
.../UmsIntegrationChangeHistoryMapper.java | 32 -
.../UmsIntegrationConsumeSettingMapper.java | 30 -
.../mall/mapper/UmsMemberLevelMapper.java | 30 -
.../mall/mapper/UmsMemberLoginLogMapper.java | 30 -
.../macro/mall/mapper/UmsMemberMapper.java | 30 -
.../UmsMemberMemberTagRelationMapper.java | 30 -
...msMemberProductCategoryRelationMapper.java | 30 -
.../mapper/UmsMemberReceiveAddressMapper.java | 30 -
.../mapper/UmsMemberRuleSettingMapper.java | 30 -
.../mapper/UmsMemberStatisticsInfoMapper.java | 30 -
.../macro/mall/mapper/UmsMemberTagMapper.java | 30 -
.../mall/mapper/UmsMemberTaskMapper.java | 30 -
.../com/macro/mall/mapper/UmsMenuMapper.java | 30 -
.../mall/mapper/UmsPermissionMapper.java | 30 -
.../mapper/UmsResourceCategoryMapper.java | 30 -
.../macro/mall/mapper/UmsResourceMapper.java | 30 -
.../com/macro/mall/mapper/UmsRoleMapper.java | 30 -
.../mapper/UmsRoleMenuRelationMapper.java | 30 -
.../UmsRolePermissionRelationMapper.java | 30 -
.../mapper/UmsRoleResourceRelationMapper.java | 30 -
.../java/com/macro/mall/model/CmsHelp.java | 108 -
.../com/macro/mall/model/CmsHelpCategory.java | 109 -
.../mall/model/CmsHelpCategoryExample.java | 724 ----
.../com/macro/mall/model/CmsHelpExample.java | 738 ----
.../com/macro/mall/model/CmsMemberReport.java | 118 -
.../mall/model/CmsMemberReportExample.java | 847 -----
.../macro/mall/model/CmsPrefrenceArea.java | 91 -
.../mall/model/CmsPrefrenceAreaExample.java | 595 ----
.../CmsPrefrenceAreaProductRelation.java | 87 -
...msPrefrenceAreaProductRelationExample.java | 447 ---
.../java/com/macro/mall/model/CmsSubject.java | 246 --
.../macro/mall/model/CmsSubjectCategory.java | 99 -
.../mall/model/CmsSubjectCategoryExample.java | 697 ----
.../macro/mall/model/CmsSubjectComment.java | 100 -
.../mall/model/CmsSubjectCommentExample.java | 770 -----
.../macro/mall/model/CmsSubjectExample.java | 1347 --------
.../mall/model/CmsSubjectProductRelation.java | 72 -
.../CmsSubjectProductRelationExample.java | 424 ---
.../java/com/macro/mall/model/CmsTopic.java | 161 -
.../macro/mall/model/CmsTopicCategory.java | 91 -
.../mall/model/CmsTopicCategoryExample.java | 664 ----
.../com/macro/mall/model/CmsTopicComment.java | 108 -
.../mall/model/CmsTopicCommentExample.java | 743 ----
.../com/macro/mall/model/CmsTopicExample.java | 1035 ------
.../com/macro/mall/model/OmsCartItem.java | 241 --
.../macro/mall/model/OmsCartItemExample.java | 1751 ----------
.../macro/mall/model/OmsCompanyAddress.java | 142 -
.../mall/model/OmsCompanyAddressExample.java | 869 -----
.../java/com/macro/mall/model/OmsOrder.java | 547 ---
.../com/macro/mall/model/OmsOrderExample.java | 3011 -----------------
.../com/macro/mall/model/OmsOrderItem.java | 264 --
.../macro/mall/model/OmsOrderItemExample.java | 1540 ---------
.../mall/model/OmsOrderOperateHistory.java | 91 -
.../model/OmsOrderOperateHistoryExample.java | 580 ----
.../macro/mall/model/OmsOrderReturnApply.java | 344 --
.../model/OmsOrderReturnApplyExample.java | 1971 -----------
.../mall/model/OmsOrderReturnReason.java | 78 -
.../model/OmsOrderReturnReasonExample.java | 510 ---
.../com/macro/mall/model/OmsOrderSetting.java | 90 -
.../mall/model/OmsOrderSettingExample.java | 559 ---
.../java/com/macro/mall/model/PmsAlbum.java | 85 -
.../com/macro/mall/model/PmsAlbumExample.java | 589 ----
.../com/macro/mall/model/PmsAlbumPic.java | 52 -
.../macro/mall/model/PmsAlbumPicExample.java | 389 ---
.../java/com/macro/mall/model/PmsBrand.java | 147 -
.../com/macro/mall/model/PmsBrandExample.java | 839 -----
.../java/com/macro/mall/model/PmsComment.java | 190 --
.../macro/mall/model/PmsCommentExample.java | 1100 ------
.../macro/mall/model/PmsCommentReplay.java | 98 -
.../mall/model/PmsCommentReplayExample.java | 650 ----
.../macro/mall/model/PmsFeightTemplate.java | 112 -
.../mall/model/PmsFeightTemplateExample.java | 700 ----
.../com/macro/mall/model/PmsMemberPrice.java | 76 -
.../mall/model/PmsMemberPriceExample.java | 510 ---
.../java/com/macro/mall/model/PmsProduct.java | 513 ---
.../macro/mall/model/PmsProductAttribute.java | 160 -
.../model/PmsProductAttributeCategory.java | 65 -
.../PmsProductAttributeCategoryExample.java | 449 ---
.../model/PmsProductAttributeExample.java | 939 -----
.../mall/model/PmsProductAttributeValue.java | 64 -
.../PmsProductAttributeValueExample.java | 449 ---
.../macro/mall/model/PmsProductCategory.java | 157 -
.../PmsProductCategoryAttributeRelation.java | 52 -
...oductCategoryAttributeRelationExample.java | 379 ---
.../mall/model/PmsProductCategoryExample.java | 899 -----
.../macro/mall/model/PmsProductExample.java | 2601 --------------
.../mall/model/PmsProductFullReduction.java | 64 -
.../model/PmsProductFullReductionExample.java | 440 ---
.../macro/mall/model/PmsProductLadder.java | 78 -
.../mall/model/PmsProductLadderExample.java | 500 ---
.../mall/model/PmsProductOperateLog.java | 155 -
.../model/PmsProductOperateLogExample.java | 931 -----
.../mall/model/PmsProductVertifyRecord.java | 88 -
.../model/PmsProductVertifyRecordExample.java | 580 ----
.../com/macro/mall/model/PmsSkuStock.java | 149 -
.../macro/mall/model/PmsSkuStockExample.java | 890 -----
.../java/com/macro/mall/model/SmsCoupon.java | 233 --
.../macro/mall/model/SmsCouponExample.java | 1311 -------
.../macro/mall/model/SmsCouponHistory.java | 147 -
.../mall/model/SmsCouponHistoryExample.java | 890 -----
.../SmsCouponProductCategoryRelation.java | 76 -
...sCouponProductCategoryRelationExample.java | 519 ---
.../mall/model/SmsCouponProductRelation.java | 76 -
.../SmsCouponProductRelationExample.java | 519 ---
.../macro/mall/model/SmsFlashPromotion.java | 91 -
.../mall/model/SmsFlashPromotionExample.java | 597 ----
.../mall/model/SmsFlashPromotionLog.java | 98 -
.../model/SmsFlashPromotionLogExample.java | 640 ----
.../SmsFlashPromotionProductRelation.java | 114 -
...sFlashPromotionProductRelationExample.java | 680 ----
.../mall/model/SmsFlashPromotionSession.java | 92 -
.../SmsFlashPromotionSessionExample.java | 597 ----
.../macro/mall/model/SmsHomeAdvertise.java | 159 -
.../mall/model/SmsHomeAdvertiseExample.java | 960 ------
.../com/macro/mall/model/SmsHomeBrand.java | 74 -
.../macro/mall/model/SmsHomeBrandExample.java | 509 ---
.../macro/mall/model/SmsHomeNewProduct.java | 74 -
.../mall/model/SmsHomeNewProductExample.java | 509 ---
.../mall/model/SmsHomeRecommendProduct.java | 74 -
.../model/SmsHomeRecommendProductExample.java | 509 ---
.../mall/model/SmsHomeRecommendSubject.java | 74 -
.../model/SmsHomeRecommendSubjectExample.java | 509 ---
.../java/com/macro/mall/model/UmsAdmin.java | 137 -
.../com/macro/mall/model/UmsAdminExample.java | 860 -----
.../macro/mall/model/UmsAdminLoginLog.java | 87 -
.../mall/model/UmsAdminLoginLogExample.java | 590 ----
.../model/UmsAdminPermissionRelation.java | 63 -
.../UmsAdminPermissionRelationExample.java | 439 ---
.../mall/model/UmsAdminRoleRelation.java | 52 -
.../model/UmsAdminRoleRelationExample.java | 379 ---
.../mall/model/UmsGrowthChangeHistory.java | 113 -
.../model/UmsGrowthChangeHistoryExample.java | 700 ----
.../model/UmsIntegrationChangeHistory.java | 113 -
.../UmsIntegrationChangeHistoryExample.java | 700 ----
.../model/UmsIntegrationConsumeSetting.java | 78 -
.../UmsIntegrationConsumeSettingExample.java | 499 ---
.../java/com/macro/mall/model/UmsMember.java | 246 --
.../macro/mall/model/UmsMemberExample.java | 1447 --------
.../com/macro/mall/model/UmsMemberLevel.java | 172 -
.../mall/model/UmsMemberLevelExample.java | 1000 ------
.../macro/mall/model/UmsMemberLoginLog.java | 98 -
.../mall/model/UmsMemberLoginLogExample.java | 650 ----
.../model/UmsMemberMemberTagRelation.java | 52 -
.../UmsMemberMemberTagRelationExample.java | 379 ---
.../UmsMemberProductCategoryRelation.java | 52 -
...sMemberProductCategoryRelationExample.java | 379 ---
.../mall/model/UmsMemberReceiveAddress.java | 136 -
.../model/UmsMemberReceiveAddressExample.java | 869 -----
.../mall/model/UmsMemberRuleSetting.java | 103 -
.../model/UmsMemberRuleSettingExample.java | 620 ----
.../mall/model/UmsMemberStatisticsInfo.java | 206 --
.../model/UmsMemberStatisticsInfoExample.java | 1161 -------
.../com/macro/mall/model/UmsMemberTag.java | 66 -
.../macro/mall/model/UmsMemberTagExample.java | 450 ---
.../com/macro/mall/model/UmsMemberTask.java | 77 -
.../mall/model/UmsMemberTaskExample.java | 509 ---
.../java/com/macro/mall/model/UmsMenu.java | 127 -
.../com/macro/mall/model/UmsMenuExample.java | 770 -----
.../com/macro/mall/model/UmsPermission.java | 139 -
.../mall/model/UmsPermissionExample.java | 840 -----
.../com/macro/mall/model/UmsResource.java | 91 -
.../macro/mall/model/UmsResourceCategory.java | 67 -
.../model/UmsResourceCategoryExample.java | 450 ---
.../macro/mall/model/UmsResourceExample.java | 590 ----
.../java/com/macro/mall/model/UmsRole.java | 102 -
.../com/macro/mall/model/UmsRoleExample.java | 860 -----
.../macro/mall/model/UmsRoleMenuRelation.java | 69 -
.../model/UmsRoleMenuRelationExample.java | 424 ---
.../mall/model/UmsRolePermissionRelation.java | 87 -
.../UmsRolePermissionRelationExample.java | 386 ---
.../mall/model/UmsRoleResourceRelation.java | 97 -
.../model/UmsRoleResourceRelationExample.java | 389 ---
.../mall/mapper/CmsHelpCategoryMapper.xml | 226 --
.../com/macro/mall/mapper/CmsHelpMapper.xml | 304 --
.../mall/mapper/CmsMemberReportMapper.xml | 211 --
.../mall/mapper/CmsPrefrenceAreaMapper.xml | 268 --
.../CmsPrefrenceAreaProductRelationMapper.xml | 179 -
.../mall/mapper/CmsSubjectCategoryMapper.xml | 226 --
.../mall/mapper/CmsSubjectCommentMapper.xml | 243 --
.../macro/mall/mapper/CmsSubjectMapper.xml | 447 ---
.../CmsSubjectProductRelationMapper.xml | 179 -
.../mall/mapper/CmsTopicCategoryMapper.xml | 226 --
.../mall/mapper/CmsTopicCommentMapper.xml | 243 --
.../com/macro/mall/mapper/CmsTopicMapper.xml | 375 --
.../macro/mall/mapper/OmsCartItemMapper.xml | 416 ---
.../mall/mapper/OmsCompanyAddressMapper.xml | 291 --
.../macro/mall/mapper/OmsOrderItemMapper.xml | 464 ---
.../com/macro/mall/mapper/OmsOrderMapper.xml | 828 -----
.../mapper/OmsOrderOperateHistoryMapper.xml | 226 --
.../mall/mapper/OmsOrderReturnApplyMapper.xml | 558 ---
.../mapper/OmsOrderReturnReasonMapper.xml | 211 --
.../mall/mapper/OmsOrderSettingMapper.xml | 229 --
.../com/macro/mall/mapper/PmsAlbumMapper.xml | 226 --
.../macro/mall/mapper/PmsAlbumPicMapper.xml | 179 -
.../com/macro/mall/mapper/PmsBrandMapper.xml | 358 --
.../macro/mall/mapper/PmsCommentMapper.xml | 428 ---
.../mall/mapper/PmsCommentReplayMapper.xml | 243 --
.../mall/mapper/PmsFeightTemplateMapper.xml | 258 --
.../mall/mapper/PmsMemberPriceMapper.xml | 211 --
.../PmsProductAttributeCategoryMapper.xml | 196 --
.../mall/mapper/PmsProductAttributeMapper.xml | 323 --
.../mapper/PmsProductAttributeValueMapper.xml | 196 --
...ProductCategoryAttributeRelationMapper.xml | 181 -
.../mall/mapper/PmsProductCategoryMapper.xml | 375 --
.../mapper/PmsProductFullReductionMapper.xml | 196 --
.../mall/mapper/PmsProductLadderMapper.xml | 211 --
.../macro/mall/mapper/PmsProductMapper.xml | 903 -----
.../mapper/PmsProductOperateLogMapper.xml | 321 --
.../mapper/PmsProductVertifyRecordMapper.xml | 226 --
.../macro/mall/mapper/PmsSkuStockMapper.xml | 306 --
.../mall/mapper/SmsCouponHistoryMapper.xml | 306 --
.../com/macro/mall/mapper/SmsCouponMapper.xml | 415 ---
...SmsCouponProductCategoryRelationMapper.xml | 211 --
.../mapper/SmsCouponProductRelationMapper.xml | 211 --
.../mapper/SmsFlashPromotionLogMapper.xml | 243 --
.../mall/mapper/SmsFlashPromotionMapper.xml | 226 --
...SmsFlashPromotionProductRelationMapper.xml | 259 --
.../mapper/SmsFlashPromotionSessionMapper.xml | 226 --
.../mall/mapper/SmsHomeAdvertiseMapper.xml | 321 --
.../macro/mall/mapper/SmsHomeBrandMapper.xml | 211 --
.../mall/mapper/SmsHomeNewProductMapper.xml | 211 --
.../mapper/SmsHomeRecommendProductMapper.xml | 211 --
.../mapper/SmsHomeRecommendSubjectMapper.xml | 211 --
.../mall/mapper/UmsAdminLoginLogMapper.xml | 226 --
.../com/macro/mall/mapper/UmsAdminMapper.xml | 290 --
.../UmsAdminPermissionRelationMapper.xml | 196 --
.../mapper/UmsAdminRoleRelationMapper.xml | 179 -
.../mapper/UmsGrowthChangeHistoryMapper.xml | 259 --
.../UmsIntegrationChangeHistoryMapper.xml | 259 --
.../UmsIntegrationConsumeSettingMapper.xml | 211 --
.../mall/mapper/UmsMemberLevelMapper.xml | 339 --
.../mall/mapper/UmsMemberLoginLogMapper.xml | 243 --
.../com/macro/mall/mapper/UmsMemberMapper.xml | 431 ---
.../UmsMemberMemberTagRelationMapper.xml | 179 -
...UmsMemberProductCategoryRelationMapper.xml | 179 -
.../mapper/UmsMemberReceiveAddressMapper.xml | 291 --
.../mapper/UmsMemberRuleSettingMapper.xml | 244 --
.../mapper/UmsMemberStatisticsInfoMapper.xml | 386 ---
.../macro/mall/mapper/UmsMemberTagMapper.xml | 196 --
.../macro/mall/mapper/UmsMemberTaskMapper.xml | 211 --
.../com/macro/mall/mapper/UmsMenuMapper.xml | 273 --
.../macro/mall/mapper/UmsPermissionMapper.xml | 288 --
.../mall/mapper/UmsResourceCategoryMapper.xml | 196 --
.../macro/mall/mapper/UmsResourceMapper.xml | 226 --
.../com/macro/mall/mapper/UmsRoleMapper.xml | 243 --
.../mall/mapper/UmsRoleMenuRelationMapper.xml | 179 -
.../UmsRolePermissionRelationMapper.xml | 179 -
.../mapper/UmsRoleResourceRelationMapper.xml | 179 -
.../src/main/resources/generator.properties | 4 -
.../src/main/resources/generatorConfig.xml | 50 -
310 files changed, 92188 deletions(-)
delete mode 100644 mall-mbg/.gitignore
delete mode 100644 mall-mbg/pom.xml
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/CommentGenerator.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/Generator.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/CmsHelpCategoryMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/CmsHelpMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/CmsMemberReportMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/CmsPrefrenceAreaMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/CmsPrefrenceAreaProductRelationMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/CmsSubjectCategoryMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/CmsSubjectCommentMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/CmsSubjectMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/CmsSubjectProductRelationMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/CmsTopicCategoryMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/CmsTopicCommentMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/CmsTopicMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/OmsCartItemMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/OmsCompanyAddressMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/OmsOrderItemMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/OmsOrderMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/OmsOrderOperateHistoryMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/OmsOrderReturnApplyMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/OmsOrderReturnReasonMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/OmsOrderSettingMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/PmsAlbumMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/PmsAlbumPicMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/PmsBrandMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/PmsCommentMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/PmsCommentReplayMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/PmsFeightTemplateMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/PmsMemberPriceMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/PmsProductAttributeCategoryMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/PmsProductAttributeMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/PmsProductAttributeValueMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/PmsProductCategoryAttributeRelationMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/PmsProductCategoryMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/PmsProductFullReductionMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/PmsProductLadderMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/PmsProductMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/PmsProductOperateLogMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/PmsProductVertifyRecordMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/PmsSkuStockMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/SmsCouponHistoryMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/SmsCouponMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/SmsCouponProductCategoryRelationMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/SmsCouponProductRelationMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/SmsFlashPromotionLogMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/SmsFlashPromotionMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/SmsFlashPromotionProductRelationMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/SmsFlashPromotionSessionMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/SmsHomeAdvertiseMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/SmsHomeBrandMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/SmsHomeNewProductMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/SmsHomeRecommendProductMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/SmsHomeRecommendSubjectMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/UmsAdminLoginLogMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/UmsAdminMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/UmsAdminPermissionRelationMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/UmsAdminRoleRelationMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/UmsGrowthChangeHistoryMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/UmsIntegrationChangeHistoryMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/UmsIntegrationConsumeSettingMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/UmsMemberLevelMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/UmsMemberLoginLogMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/UmsMemberMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/UmsMemberMemberTagRelationMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/UmsMemberProductCategoryRelationMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/UmsMemberReceiveAddressMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/UmsMemberRuleSettingMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/UmsMemberStatisticsInfoMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/UmsMemberTagMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/UmsMemberTaskMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/UmsMenuMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/UmsPermissionMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/UmsResourceCategoryMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/UmsResourceMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/UmsRoleMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/UmsRoleMenuRelationMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/UmsRolePermissionRelationMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/mapper/UmsRoleResourceRelationMapper.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/CmsHelp.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/CmsHelpCategory.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/CmsHelpCategoryExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/CmsHelpExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/CmsMemberReport.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/CmsMemberReportExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/CmsPrefrenceArea.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/CmsPrefrenceAreaExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/CmsPrefrenceAreaProductRelation.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/CmsPrefrenceAreaProductRelationExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/CmsSubject.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/CmsSubjectCategory.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/CmsSubjectCategoryExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/CmsSubjectComment.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/CmsSubjectCommentExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/CmsSubjectExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/CmsSubjectProductRelation.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/CmsSubjectProductRelationExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/CmsTopic.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/CmsTopicCategory.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/CmsTopicCategoryExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/CmsTopicComment.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/CmsTopicCommentExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/CmsTopicExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/OmsCartItem.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/OmsCartItemExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/OmsCompanyAddress.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/OmsCompanyAddressExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/OmsOrder.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/OmsOrderExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/OmsOrderItem.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/OmsOrderItemExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/OmsOrderOperateHistory.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/OmsOrderOperateHistoryExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/OmsOrderReturnApply.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/OmsOrderReturnApplyExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/OmsOrderReturnReason.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/OmsOrderReturnReasonExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/OmsOrderSetting.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/OmsOrderSettingExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/PmsAlbum.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/PmsAlbumExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/PmsAlbumPic.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/PmsAlbumPicExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/PmsBrand.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/PmsBrandExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/PmsComment.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/PmsCommentExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/PmsCommentReplay.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/PmsCommentReplayExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/PmsFeightTemplate.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/PmsFeightTemplateExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/PmsMemberPrice.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/PmsMemberPriceExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/PmsProduct.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/PmsProductAttribute.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/PmsProductAttributeCategory.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/PmsProductAttributeCategoryExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/PmsProductAttributeExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/PmsProductAttributeValue.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/PmsProductAttributeValueExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/PmsProductCategory.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/PmsProductCategoryAttributeRelation.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/PmsProductCategoryAttributeRelationExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/PmsProductCategoryExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/PmsProductExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/PmsProductFullReduction.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/PmsProductFullReductionExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/PmsProductLadder.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/PmsProductLadderExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/PmsProductOperateLog.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/PmsProductOperateLogExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/PmsProductVertifyRecord.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/PmsProductVertifyRecordExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/PmsSkuStock.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/PmsSkuStockExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/SmsCoupon.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/SmsCouponExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/SmsCouponHistory.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/SmsCouponHistoryExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/SmsCouponProductCategoryRelation.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/SmsCouponProductCategoryRelationExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/SmsCouponProductRelation.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/SmsCouponProductRelationExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/SmsFlashPromotion.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/SmsFlashPromotionExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/SmsFlashPromotionLog.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/SmsFlashPromotionLogExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/SmsFlashPromotionProductRelation.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/SmsFlashPromotionProductRelationExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/SmsFlashPromotionSession.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/SmsFlashPromotionSessionExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/SmsHomeAdvertise.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/SmsHomeAdvertiseExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/SmsHomeBrand.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/SmsHomeBrandExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/SmsHomeNewProduct.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/SmsHomeNewProductExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/SmsHomeRecommendProduct.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/SmsHomeRecommendProductExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/SmsHomeRecommendSubject.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/SmsHomeRecommendSubjectExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/UmsAdmin.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/UmsAdminExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/UmsAdminLoginLog.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/UmsAdminLoginLogExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/UmsAdminPermissionRelation.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/UmsAdminPermissionRelationExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/UmsAdminRoleRelation.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/UmsAdminRoleRelationExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/UmsGrowthChangeHistory.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/UmsGrowthChangeHistoryExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/UmsIntegrationChangeHistory.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/UmsIntegrationChangeHistoryExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/UmsIntegrationConsumeSetting.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/UmsIntegrationConsumeSettingExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/UmsMember.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/UmsMemberExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/UmsMemberLevel.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/UmsMemberLevelExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/UmsMemberLoginLog.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/UmsMemberLoginLogExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/UmsMemberMemberTagRelation.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/UmsMemberMemberTagRelationExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/UmsMemberProductCategoryRelation.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/UmsMemberProductCategoryRelationExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/UmsMemberReceiveAddress.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/UmsMemberReceiveAddressExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/UmsMemberRuleSetting.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/UmsMemberRuleSettingExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/UmsMemberStatisticsInfo.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/UmsMemberStatisticsInfoExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/UmsMemberTag.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/UmsMemberTagExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/UmsMemberTask.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/UmsMemberTaskExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/UmsMenu.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/UmsMenuExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/UmsPermission.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/UmsPermissionExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/UmsResource.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/UmsResourceCategory.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/UmsResourceCategoryExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/UmsResourceExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/UmsRole.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/UmsRoleExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/UmsRoleMenuRelation.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/UmsRoleMenuRelationExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/UmsRolePermissionRelation.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/UmsRolePermissionRelationExample.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/UmsRoleResourceRelation.java
delete mode 100644 mall-mbg/src/main/java/com/macro/mall/model/UmsRoleResourceRelationExample.java
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/CmsHelpCategoryMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/CmsHelpMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/CmsMemberReportMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/CmsPrefrenceAreaMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/CmsPrefrenceAreaProductRelationMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/CmsSubjectCategoryMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/CmsSubjectCommentMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/CmsSubjectMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/CmsSubjectProductRelationMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/CmsTopicCategoryMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/CmsTopicCommentMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/CmsTopicMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/OmsCartItemMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/OmsCompanyAddressMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/OmsOrderItemMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/OmsOrderMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/OmsOrderOperateHistoryMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/OmsOrderReturnApplyMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/OmsOrderReturnReasonMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/OmsOrderSettingMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/PmsAlbumMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/PmsAlbumPicMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/PmsBrandMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/PmsCommentMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/PmsCommentReplayMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/PmsFeightTemplateMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/PmsMemberPriceMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/PmsProductAttributeCategoryMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/PmsProductAttributeMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/PmsProductAttributeValueMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/PmsProductCategoryAttributeRelationMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/PmsProductCategoryMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/PmsProductFullReductionMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/PmsProductLadderMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/PmsProductMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/PmsProductOperateLogMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/PmsProductVertifyRecordMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/PmsSkuStockMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/SmsCouponHistoryMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/SmsCouponMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/SmsCouponProductCategoryRelationMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/SmsCouponProductRelationMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/SmsFlashPromotionLogMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/SmsFlashPromotionMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/SmsFlashPromotionProductRelationMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/SmsFlashPromotionSessionMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/SmsHomeAdvertiseMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/SmsHomeBrandMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/SmsHomeNewProductMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/SmsHomeRecommendProductMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/SmsHomeRecommendSubjectMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/UmsAdminLoginLogMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/UmsAdminMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/UmsAdminPermissionRelationMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/UmsAdminRoleRelationMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/UmsGrowthChangeHistoryMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/UmsIntegrationChangeHistoryMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/UmsIntegrationConsumeSettingMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/UmsMemberLevelMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/UmsMemberLoginLogMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/UmsMemberMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/UmsMemberMemberTagRelationMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/UmsMemberProductCategoryRelationMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/UmsMemberReceiveAddressMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/UmsMemberRuleSettingMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/UmsMemberStatisticsInfoMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/UmsMemberTagMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/UmsMemberTaskMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/UmsMenuMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/UmsPermissionMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/UmsResourceCategoryMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/UmsResourceMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/UmsRoleMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/UmsRoleMenuRelationMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/UmsRolePermissionRelationMapper.xml
delete mode 100644 mall-mbg/src/main/resources/com/macro/mall/mapper/UmsRoleResourceRelationMapper.xml
delete mode 100644 mall-mbg/src/main/resources/generator.properties
delete mode 100644 mall-mbg/src/main/resources/generatorConfig.xml
diff --git a/mall-mbg/.gitignore b/mall-mbg/.gitignore
deleted file mode 100644
index eac6d71..0000000
--- a/mall-mbg/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-# MyBatis generate files #
-src\main\resources\com\macro\mall\mapper
\ No newline at end of file
diff --git a/mall-mbg/pom.xml b/mall-mbg/pom.xml
deleted file mode 100644
index 2a4d17a..0000000
--- a/mall-mbg/pom.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-
-
- 4.0.0
-
- com.macro.mall
- mall-mbg
- 1.0-SNAPSHOT
- jar
-
- mall-mbg
- mall-mbg project for mall
-
-
- com.macro.mall
- mall
- 1.0-SNAPSHOT
-
-
-
-
- com.macro.mall
- mall-common
-
-
- com.github.pagehelper
- pagehelper-spring-boot-starter
-
-
- com.alibaba
- druid-spring-boot-starter
-
-
- org.mybatis.generator
- mybatis-generator-core
-
-
- mysql
- mysql-connector-java
-
-
-
-
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/CommentGenerator.java b/mall-mbg/src/main/java/com/macro/mall/CommentGenerator.java
deleted file mode 100644
index c18efd6..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/CommentGenerator.java
+++ /dev/null
@@ -1,88 +0,0 @@
-package com.macro.mall;
-
-import org.mybatis.generator.api.IntrospectedColumn;
-import org.mybatis.generator.api.IntrospectedTable;
-import org.mybatis.generator.api.dom.java.CompilationUnit;
-import org.mybatis.generator.api.dom.java.Field;
-import org.mybatis.generator.api.dom.java.FullyQualifiedJavaType;
-import org.mybatis.generator.internal.DefaultCommentGenerator;
-import org.mybatis.generator.internal.util.StringUtility;
-
-import java.util.Properties;
-
-/**
- * 自定义注释生成器,用于生成Java代码中的注释。
- * Created by macro on 2018/4/26.
- */
-public class CommentGenerator extends DefaultCommentGenerator {
- // 是否添加备注信息的标志,默认为false
- private boolean addRemarkComments = false;
- // Example类的后缀
- private static final String EXAMPLE_SUFFIX = "Example";
- // Mapper类的后缀
- private static final String MAPPER_SUFFIX = "Mapper";
- // Swagger注解的完整类名
- private static final String API_MODEL_PROPERTY_FULL_CLASS_NAME = "io.swagger.annotations.ApiModelProperty";
-
- /**
- * 设置用户配置的参数,从配置文件中读取是否添加备注信息。
- */
- @Override
- public void addConfigurationProperties(Properties properties) {
- // 调用父类方法
- super.addConfigurationProperties(properties);
- // 从配置文件中获取addRemarkComments的值,并转换为布尔值
- this.addRemarkComments = StringUtility.isTrue(properties.getProperty("addRemarkComments"));
- }
-
- /**
- * 给字段添加注释,包括Swagger的注解。
- */
- @Override
- public void addFieldComment(Field field, IntrospectedTable introspectedTable,
- IntrospectedColumn introspectedColumn) {
- // 获取数据库字段的备注信息
- String remarks = introspectedColumn.getRemarks();
- // 根据参数和备注信息判断是否添加Swagger注解信息
- if (addRemarkComments && StringUtility.stringHasValue(remarks)) {
- // 数据库中特殊字符需要转义
- if (remarks.contains("\"")) {
- remarks = remarks.replace("\"", "'");
- }
- // 给model的字段添加Swagger注解
- field.addJavaDocLine("@ApiModelProperty(value = \"" + remarks + "\")");
- }
- }
-
- /**
- * 给model的字段添加注释,包括文档注释。
- */
- private void addFieldJavaDoc(Field field, String remarks) {
- // 文档注释开始
- field.addJavaDocLine("/**");
- // 获取数据库字段的备注信息
- String[] remarkLines = remarks.split(System.getProperty("line.separator"));
- for (String remarkLine : remarkLines) {
- field.addJavaDocLine(" * " + remarkLine);
- }
- // 添加注释标签
- addJavadocTag(field, false);
- // 文档注释结束
- field.addJavaDocLine(" */");
- }
-
- /**
- * 给Java文件添加注释,包括导入Swagger注解类。
- */
- @Override
- public void addJavaFileComment(CompilationUnit compilationUnit) {
- // 调用父类方法
- super.addJavaFileComment(compilationUnit);
- // 只在model中添加Swagger注解类的导入
- if (!compilationUnit.getType().getFullyQualifiedName().contains(MAPPER_SUFFIX) &&
- !compilationUnit.getType().getFullyQualifiedName().contains(EXAMPLE_SUFFIX)) {
- // 导入Swagger注解类
- compilationUnit.addImportedType(new FullyQualifiedJavaType(API_MODEL_PROPERTY_FULL_CLASS_NAME));
- }
- }
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/Generator.java b/mall-mbg/src/main/java/com/macro/mall/Generator.java
deleted file mode 100644
index af1f40a..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/Generator.java
+++ /dev/null
@@ -1,42 +0,0 @@
-package com.macro.mall;
-
-import org.mybatis.generator.api.MyBatisGenerator;
-import org.mybatis.generator.config.Configuration;
-import org.mybatis.generator.config.xml.ConfigurationParser;
-import org.mybatis.generator.internal.DefaultShellCallback;
-
-import java.io.InputStream;
-import java.util.ArrayList;
-import java.util.List;
-
-/**
- * MBG代码生成工具,用于自动生成MyBatis的Mapper接口、XML映射文件和实体类。
- * Created by macro on 2018/4/26.
- */
-public class Generator {
- public static void main(String[] args) throws Exception {
- // 存储MBG执行过程中的警告信息
- List warnings = new ArrayList();
- // 当生成的代码重复时,是否覆盖原代码
- boolean overwrite = true;
- // 读取MBG配置文件,该文件定义了代码生成的规则和数据库连接信息
- InputStream is = Generator.class.getResourceAsStream("/generatorConfig.xml");
- // 创建ConfigurationParser对象,用于解析配置文件
- ConfigurationParser cp = new ConfigurationParser(warnings);
- // 解析配置文件,生成Configuration对象
- Configuration config = cp.parseConfiguration(is);
- // 关闭输入流
- is.close();
-
- // 创建DefaultShellCallback对象,处理代码生成过程中的文件覆盖问题
- DefaultShellCallback callback = new DefaultShellCallback(overwrite);
- // 创建MyBatisGenerator对象,用于执行代码生成
- MyBatisGenerator myBatisGenerator = new MyBatisGenerator(config, callback, warnings);
- // 执行代码生成
- myBatisGenerator.generate(null);
- // 输出MBG执行过程中的警告信息
- for (String warning : warnings) {
- System.out.println(warning);
- }
- }
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/CmsHelpCategoryMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/CmsHelpCategoryMapper.java
deleted file mode 100644
index be0b2b9..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/CmsHelpCategoryMapper.java
+++ /dev/null
@@ -1,90 +0,0 @@
-package com.macro.mall.mapper;
-
-import com.macro.mall.model.CmsHelpCategory;
-import com.macro.mall.model.CmsHelpCategoryExample;
-import java.util.List;
-import org.apache.ibatis.annotations.Param;
-
-/**
- * CmsHelpCategoryMapper 接口定义了与 CmsHelpCategory 表相关的数据库操作。
- */
-public interface CmsHelpCategoryMapper {
- /**
- * 根据条件统计数量。
- * @param example 条件实例
- * @return 符合条件的记录数
- */
- long countByExample(CmsHelpCategoryExample example);
-
- /**
- * 根据条件删除记录。
- * @param example 条件实例
- * @return 影响的行数
- */
- int deleteByExample(CmsHelpCategoryExample example);
-
- /**
- * 根据主键删除记录。
- * @param id 主键ID
- * @return 影响的行数
- */
- int deleteByPrimaryKey(Long id);
-
- /**
- * 插入一条记录。
- * @param record 要插入的记录
- * @return 影响的行数
- */
- int insert(CmsHelpCategory record);
-
- /**
- * 插入一条记录,只插入不为null的字段。
- * @param record 要插入的记录
- * @return 影响的行数
- */
- int insertSelective(CmsHelpCategory record);
-
- /**
- * 根据条件查询记录。
- * @param example 条件实例
- * @return 符合条件的记录列表
- */
- List selectByExample(CmsHelpCategoryExample example);
-
- /**
- * 根据主键查询记录。
- * @param id 主键ID
- * @return 对应的记录
- */
- CmsHelpCategory selectByPrimaryKey(Long id);
-
- /**
- * 根据条件更新记录,只更新不为null的字段。
- * @param record 要更新的记录
- * @param example 条件实例
- * @return 影响的行数
- */
- int updateByExampleSelective(@Param("record") CmsHelpCategory record, @Param("example") CmsHelpCategoryExample example);
-
- /**
- * 根据条件更新记录。
- * @param record 要更新的记录
- * @param example 条件实例
- * @return 影响的行数
- */
- int updateByExample(@Param("record") CmsHelpCategory record, @Param("example") CmsHelpCategoryExample example);
-
- /**
- * 根据主键更新记录,只更新不为null的字段。
- * @param record 要更新的记录
- * @return 影响的行数
- */
- int updateByPrimaryKeySelective(CmsHelpCategory record);
-
- /**
- * 根据主键更新记录。
- * @param record 要更新的记录
- * @return 影响的行数
- */
- int updateByPrimaryKey(CmsHelpCategory record);
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/CmsHelpMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/CmsHelpMapper.java
deleted file mode 100644
index 5d7f968..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/CmsHelpMapper.java
+++ /dev/null
@@ -1,112 +0,0 @@
-package com.macro.mall.mapper;
-
-import com.macro.mall.model.CmsHelp;
-import com.macro.mall.model.CmsHelpExample;
-import java.util.List;
-import org.apache.ibatis.annotations.Param;
-
-/**
- * CmsHelpMapper 接口定义了与 CmsHelp 表相关的数据库操作。
- */
-public interface CmsHelpMapper {
- /**
- * 根据条件统计数量。
- * @param example 条件实例
- * @return 符合条件的记录数
- */
- long countByExample(CmsHelpExample example);
-
- /**
- * 根据条件删除记录。
- * @param example 条件实例
- * @return 影响的行数
- */
- int deleteByExample(CmsHelpExample example);
-
- /**
- * 根据主键删除记录。
- * @param id 主键ID
- * @return 影响的行数
- */
- int deleteByPrimaryKey(Long id);
-
- /**
- * 插入一条记录。
- * @param record 要插入的记录
- * @return 影响的行数
- */
- int insert(CmsHelp record);
-
- /**
- * 插入一条记录,只插入不为null的字段。
- * @param record 要插入的记录
- * @return 影响的行数
- */
- int insertSelective(CmsHelp record);
-
- /**
- * 根据条件查询记录,包括BLOB字段。
- * @param example 条件实例
- * @return 符合条件的记录列表,包括BLOB字段
- */
- List selectByExampleWithBLOBs(CmsHelpExample example);
-
- /**
- * 根据条件查询记录,不包括BLOB字段。
- * @param example 条件实例
- * @return 符合条件的记录列表,不包括BLOB字段
- */
- List selectByExample(CmsHelpExample example);
-
- /**
- * 根据主键查询记录。
- * @param id 主键ID
- * @return 对应的记录
- */
- CmsHelp selectByPrimaryKey(Long id);
-
- /**
- * 根据条件更新记录,只更新不为null的字段。
- * @param record 要更新的记录
- * @param example 条件实例
- * @return 影响的行数
- */
- int updateByExampleSelective(@Param("record") CmsHelp record, @Param("example") CmsHelpExample example);
-
- /**
- * 根据条件更新记录,包括BLOB字段。
- * @param record 要更新的记录
- * @param example 条件实例
- * @return 影响的行数
- */
- int updateByExampleWithBLOBs(@Param("record") CmsHelp record, @Param("example") CmsHelpExample example);
-
- /**
- * 根据条件更新记录。
- * @param record 要更新的记录
- * @param example 条件实例
- * @return 影响的行数
- */
- int updateByExample(@Param("record") CmsHelp record, @Param("example") CmsHelpExample example);
-
- /**
- * 根据主键更新记录,只更新不为null的字段。
- * @param record 要更新的记录
- * @return 影响的行数
- */
- int updateByPrimaryKeySelective(CmsHelp record);
-
- /**
- * 根据主键更新记录,包括BLOB字段。
- * @param record 要更新的记录
- * @return 影响的行数
- */
- int updateByPrimaryKeyWithBLOBs(CmsHelp record);
-
- /**
- * 根据主键更新记录。
- * @param record 要更新的记录
- * @return 影响的行数
- */
- int updateByPrimaryKey(CmsHelp record);
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/CmsMemberReportMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/CmsMemberReportMapper.java
deleted file mode 100644
index 6b54f32..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/CmsMemberReportMapper.java
+++ /dev/null
@@ -1,62 +0,0 @@
-package com.macro.mall.mapper;
-
-import com.macro.mall.model.CmsMemberReport;
-import com.macro.mall.model.CmsMemberReportExample;
-import java.util.List;
-import org.apache.ibatis.annotations.Param;
-
-/**
- * CmsMemberReportMapper 接口定义了与 CmsMemberReport 表相关的数据库操作。
- */
-public interface CmsMemberReportMapper {
- /**
- * 根据条件统计数量。
- * @param example 条件实例
- * @return 符合条件的记录数
- */
- long countByExample(CmsMemberReportExample example);
-
- /**
- * 根据条件删除记录。
- * @param example 条件实例
- * @return 影响的行数
- */
- int deleteByExample(CmsMemberReportExample example);
-
- /**
- * 插入一条记录。
- * @param record 要插入的记录
- * @return 影响的行数
- */
- int insert(CmsMemberReport record);
-
- /**
- * 插入一条记录,只插入不为null的字段。
- * @param record 要插入的记录
- * @return 影响的行数
- */
- int insertSelective(CmsMemberReport record);
-
- /**
- * 根据条件查询记录。
- * @param example 条件实例
- * @return 符合条件的记录列表
- */
- List selectByExample(CmsMemberReportExample example);
-
- /**
- * 根据条件更新记录,只更新不为null的字段。
- * @param record 要更新的记录
- * @param example 条件实例
- * @return 影响的行数
- */
- int updateByExampleSelective(@Param("record") CmsMemberReport record, @Param("example") CmsMemberReportExample example);
-
- /**
- * 根据条件更新记录。
- * @param record 要更新的记录
- * @param example 条件实例
- * @return 影响的行数
- */
- int updateByExample(@Param("record") CmsMemberReport record, @Param("example") CmsMemberReportExample example);
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/CmsPrefrenceAreaMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/CmsPrefrenceAreaMapper.java
deleted file mode 100644
index da3d603..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/CmsPrefrenceAreaMapper.java
+++ /dev/null
@@ -1,112 +0,0 @@
-package com.macro.mall.mapper;
-
-import com.macro.mall.model.CmsPrefrenceArea;
-import com.macro.mall.model.CmsPrefrenceAreaExample;
-import java.util.List;
-import org.apache.ibatis.annotations.Param;
-
-/**
- * CmsPrefrenceAreaMapper 接口定义了与 CmsPrefrenceArea 表相关的数据库操作。
- */
-public interface CmsPrefrenceAreaMapper {
- /**
- * 根据条件统计数量。
- * @param example 条件实例
- * @return 符合条件的记录数
- */
- long countByExample(CmsPrefrenceAreaExample example);
-
- /**
- * 根据条件删除记录。
- * @param example 条件实例
- * @return 影响的行数
- */
- int deleteByExample(CmsPrefrenceAreaExample example);
-
- /**
- * 根据主键删除记录。
- * @param id 主键ID
- * @return 影响的行数
- */
- int deleteByPrimaryKey(Long id);
-
- /**
- * 插入一条记录。
- * @param record 要插入的记录
- * @return 影响的行数
- */
- int insert(CmsPrefrenceArea record);
-
- /**
- * 插入一条记录,只插入不为null的字段。
- * @param record 要插入的记录
- * @return 影响的行数
- */
- int insertSelective(CmsPrefrenceArea record);
-
- /**
- * 根据条件查询记录,包括BLOB字段。
- * @param example 条件实例
- * @return 符合条件的记录列表,包括BLOB字段
- */
- List selectByExampleWithBLOBs(CmsPrefrenceAreaExample example);
-
- /**
- * 根据条件查询记录,不包括BLOB字段。
- * @param example 条件实例
- * @return 符合条件的记录列表,不包括BLOB字段
- */
- List selectByExample(CmsPrefrenceAreaExample example);
-
- /**
- * 根据主键查询记录。
- * @param id 主键ID
- * @return 对应的记录
- */
- CmsPrefrenceArea selectByPrimaryKey(Long id);
-
- /**
- * 根据条件更新记录,只更新不为null的字段。
- * @param record 要更新的记录
- * @param example 条件实例
- * @return 影响的行数
- */
- int updateByExampleSelective(@Param("record") CmsPrefrenceArea record, @Param("example") CmsPrefrenceAreaExample example);
-
- /**
- * 根据条件更新记录,包括BLOB字段。
- * @param record 要更新的记录
- * @param example 条件实例
- * @return 影响的行数
- */
- int updateByExampleWithBLOBs(@Param("record") CmsPrefrenceArea record, @Param("example") CmsPrefrenceAreaExample example);
-
- /**
- * 根据条件更新记录。
- * @param record 要更新的记录
- * @param example 条件实例
- * @return 影响的行数
- */
- int updateByExample(@Param("record") CmsPrefrenceArea record, @Param("example") CmsPrefrenceAreaExample example);
-
- /**
- * 根据主键更新记录,只更新不为null的字段。
- * @param record 要更新的记录
- * @return 影响的行数
- */
- int updateByPrimaryKeySelective(CmsPrefrenceArea record);
-
- /**
- * 根据主键更新记录,包括BLOB字段。
- * @param record 要更新的记录
- * @return 影响的行数
- */
- int updateByPrimaryKeyWithBLOBs(CmsPrefrenceArea record);
-
- /**
- * 根据主键更新记录。
- * @param record 要更新的记录
- * @return 影响的行数
- */
- int updateByPrimaryKey(CmsPrefrenceArea record);
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/CmsPrefrenceAreaProductRelationMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/CmsPrefrenceAreaProductRelationMapper.java
deleted file mode 100644
index 65368b4..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/CmsPrefrenceAreaProductRelationMapper.java
+++ /dev/null
@@ -1,32 +0,0 @@
-package com.macro.mall.mapper; // 定义了该接口所属的包名,用于Java的包管理
-
-import com.macro.mall.model.CmsPrefrenceAreaProductRelation; // 导入了实体类,用于数据库表的映射
-import com.macro.mall.model.CmsPrefrenceAreaProductRelationExample; // 导入了实体类的Example类,用于构建查询条件
-import java.util.List; // 导入了List接口,用于存储查询结果集
-import org.apache.ibatis.annotations.Param; // 导入了MyBatis的Param注解,用于指定参数名称
-
-public interface CmsPrefrenceAreaProductRelationMapper { // 声明了一个MyBatis的Mapper接口
- // 以下方法都是MyBatis映射的方法,用于数据库的CRUD操作
-
- long countByExample(CmsPrefrenceAreaProductRelationExample example); // 根据example条件统计记录数
-
- int deleteByExample(CmsPrefrenceAreaProductRelationExample example); // 根据example条件删除记录
-
- int deleteByPrimaryKey(Long id); // 根据主键删除记录
-
- int insert(CmsPrefrenceAreaProductRelation record); // 插入一条记录
-
- int insertSelective(CmsPrefrenceAreaProductRelation record); // 插入一条记录,只插入不为null的字段
-
- List selectByExample(CmsPrefrenceAreaProductRelationExample example); // 根据example条件查询记录
-
- CmsPrefrenceAreaProductRelation selectByPrimaryKey(Long id); // 根据主键查询记录
-
- int updateByExampleSelective(@Param("record") CmsPrefrenceAreaProductRelation record, @Param("example") CmsPrefrenceAreaProductRelationExample example); // 根据example条件更新记录,只更新不为null的字段
-
- int updateByExample(@Param("record") CmsPrefrenceAreaProductRelation record, @Param("example") CmsPrefrenceAreaProductRelationExample example); // 根据example条件更新记录
-
- int updateByPrimaryKeySelective(CmsPrefrenceAreaProductRelation record); // 根据主键更新记录,只更新不为null的字段
-
- int updateByPrimaryKey(CmsPrefrenceAreaProductRelation record); // 根据主键更新记录
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/CmsSubjectCategoryMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/CmsSubjectCategoryMapper.java
deleted file mode 100644
index 2d2d44c..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/CmsSubjectCategoryMapper.java
+++ /dev/null
@@ -1,32 +0,0 @@
-package com.macro.mall.mapper; // 定义了该接口所属的包名,用于Java的包管理
-
-import com.macro.mall.model.CmsSubjectCategory; // 导入了CmsSubjectCategory实体类,用于数据库表的映射
-import com.macro.mall.model.CmsSubjectCategoryExample; // 导入了CmsSubjectCategoryExample类,用于构建查询条件
-import java.util.List; // 导入了List接口,用于存储查询结果集
-import org.apache.ibatis.annotations.Param; // 导入了MyBatis的Param注解,用于指定参数名称
-
-public interface CmsSubjectCategoryMapper { // 声明了一个MyBatis的Mapper接口,用于数据库操作
- // 以下方法都是MyBatis映射的方法,用于数据库的CRUD操作
-
- long countByExample(CmsSubjectCategoryExample example); // 根据example条件统计记录数
-
- int deleteByExample(CmsSubjectCategoryExample example); // 根据example条件删除记录
-
- int deleteByPrimaryKey(Long id); // 根据主键id删除记录
-
- int insert(CmsSubjectCategory record); // 插入一条CmsSubjectCategory记录
-
- int insertSelective(CmsSubjectCategory record); // 插入一条CmsSubjectCategory记录,只插入不为null的字段
-
- List selectByExample(CmsSubjectCategoryExample example); // 根据example条件查询CmsSubjectCategory记录
-
- CmsSubjectCategory selectByPrimaryKey(Long id); // 根据主键id查询CmsSubjectCategory记录
-
- int updateByExampleSelective(@Param("record") CmsSubjectCategory record, @Param("example") CmsSubjectCategoryExample example); // 根据example条件更新CmsSubjectCategory记录,只更新不为null的字段
-
- int updateByExample(@Param("record") CmsSubjectCategory record, @Param("example") CmsSubjectCategoryExample example); // 根据example条件更新CmsSubjectCategory记录
-
- int updateByPrimaryKeySelective(CmsSubjectCategory record); // 根据主键id更新CmsSubjectCategory记录,只更新不为null的字段
-
- int updateByPrimaryKey(CmsSubjectCategory record); // 根据主键id更新CmsSubjectCategory记录
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/CmsSubjectCommentMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/CmsSubjectCommentMapper.java
deleted file mode 100644
index 4d02e60..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/CmsSubjectCommentMapper.java
+++ /dev/null
@@ -1,32 +0,0 @@
-package com.macro.mall.mapper; // 定义了该接口所属的包名,用于Java的包管理
-
-import com.macro.mall.model.CmsSubjectComment; // 导入了CmsSubjectComment实体类,用于数据库表的映射
-import com.macro.mall.model.CmsSubjectCommentExample; // 导入了CmsSubjectCommentExample类,用于构建查询条件
-import java.util.List; // 导入了List接口,用于存储查询结果集
-import org.apache.ibatis.annotations.Param; // 导入了MyBatis的Param注解,用于指定参数名称
-
-public interface CmsSubjectCommentMapper { // 声明了一个MyBatis的Mapper接口,用于数据库操作
- // 以下方法都是MyBatis映射的方法,用于数据库的CRUD操作
-
- long countByExample(CmsSubjectCommentExample example); // 根据example条件统计记录数
-
- int deleteByExample(CmsSubjectCommentExample example); // 根据example条件删除记录
-
- int deleteByPrimaryKey(Long id); // 根据主键id删除记录
-
- int insert(CmsSubjectComment record); // 插入一条CmsSubjectComment记录
-
- int insertSelective(CmsSubjectComment record); // 插入一条CmsSubjectComment记录,只插入不为null的字段
-
- List selectByExample(CmsSubjectCommentExample example); // 根据example条件查询CmsSubjectComment记录
-
- CmsSubjectComment selectByPrimaryKey(Long id); // 根据主键id查询CmsSubjectComment记录
-
- int updateByExampleSelective(@Param("record") CmsSubjectComment record, @Param("example") CmsSubjectCommentExample example); // 根据example条件更新CmsSubjectComment记录,只更新不为null的字段
-
- int updateByExample(@Param("record") CmsSubjectComment record, @Param("example") CmsSubjectCommentExample example); // 根据example条件更新CmsSubjectComment记录
-
- int updateByPrimaryKeySelective(CmsSubjectComment record); // 根据主键id更新CmsSubjectComment记录,只更新不为null的字段
-
- int updateByPrimaryKey(CmsSubjectComment record); // 根据主键id更新CmsSubjectComment记录
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/CmsSubjectMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/CmsSubjectMapper.java
deleted file mode 100644
index 0ed57b6..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/CmsSubjectMapper.java
+++ /dev/null
@@ -1,38 +0,0 @@
-package com.macro.mall.mapper; // 定义了该接口所属的包名,用于Java的包管理
-
-import com.macro.mall.model.CmsSubject; // 导入了CmsSubject实体类,用于数据库表的映射
-import com.macro.mall.model.CmsSubjectExample; // 导入了CmsSubjectExample类,用于构建查询条件
-import java.util.List; // 导入了List接口,用于存储查询结果集
-import org.apache.ibatis.annotations.Param; // 导入了MyBatis的Param注解,用于指定参数名称
-
-public interface CmsSubjectMapper { // 声明了一个MyBatis的Mapper接口,用于数据库操作
- // 以下方法都是MyBatis映射的方法,用于数据库的CRUD操作
-
- long countByExample(CmsSubjectExample example); // 根据example条件统计记录数
-
- int deleteByExample(CmsSubjectExample example); // 根据example条件删除记录
-
- int deleteByPrimaryKey(Long id); // 根据主键id删除记录
-
- int insert(CmsSubject record); // 插入一条CmsSubject记录
-
- int insertSelective(CmsSubject record); // 插入一条CmsSubject记录,只插入不为null的字段
-
- List selectByExampleWithBLOBs(CmsSubjectExample example); // 根据example条件查询CmsSubject记录,包括BLOB字段
-
- List selectByExample(CmsSubjectExample example); // 根据example条件查询CmsSubject记录,不包括BLOB字段
-
- CmsSubject selectByPrimaryKey(Long id); // 根据主键id查询CmsSubject记录
-
- int updateByExampleSelective(@Param("record") CmsSubject record, @Param("example") CmsSubjectExample example); // 根据example条件更新CmsSubject记录,只更新不为null的字段
-
- int updateByExampleWithBLOBs(@Param("record") CmsSubject record, @Param("example") CmsSubjectExample example); // 根据example条件更新CmsSubject记录,包括BLOB字段
-
- int updateByExample(@Param("record") CmsSubject record, @Param("example") CmsSubjectExample example); // 根据example条件更新CmsSubject记录
-
- int updateByPrimaryKeySelective(CmsSubject record); // 根据主键id更新CmsSubject记录,只更新不为null的字段
-
- int updateByPrimaryKeyWithBLOBs(CmsSubject record); // 根据主键id更新CmsSubject记录,包括BLOB字段
-
- int updateByPrimaryKey(CmsSubject record); // 根据主键id更新CmsSubject记录
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/CmsSubjectProductRelationMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/CmsSubjectProductRelationMapper.java
deleted file mode 100644
index 6cb73f4..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/CmsSubjectProductRelationMapper.java
+++ /dev/null
@@ -1,32 +0,0 @@
-package com.macro.mall.mapper; // 定义了该接口所属的包名,用于Java的包管理
-
-import com.macro.mall.model.CmsSubjectProductRelation; // 导入了CmsSubjectProductRelation实体类,用于数据库表的映射
-import com.macro.mall.model.CmsSubjectProductRelationExample; // 导入了CmsSubjectProductRelationExample类,用于构建查询条件
-import java.util.List; // 导入了List接口,用于存储查询结果集
-import org.apache.ibatis.annotations.Param; // 导入了MyBatis的Param注解,用于指定参数名称
-
-public interface CmsSubjectProductRelationMapper { // 声明了一个MyBatis的Mapper接口,用于数据库操作
- // 以下方法都是MyBatis映射的方法,用于数据库的CRUD操作
-
- long countByExample(CmsSubjectProductRelationExample example); // 根据example条件统计记录数
-
- int deleteByExample(CmsSubjectProductRelationExample example); // 根据example条件删除记录
-
- int deleteByPrimaryKey(Long id); // 根据主键id删除记录
-
- int insert(CmsSubjectProductRelation record); // 插入一条CmsSubjectProductRelation记录
-
- int insertSelective(CmsSubjectProductRelation record); // 插入一条CmsSubjectProductRelation记录,只插入不为null的字段
-
- List selectByExample(CmsSubjectProductRelationExample example); // 根据example条件查询CmsSubjectProductRelation记录
-
- CmsSubjectProductRelation selectByPrimaryKey(Long id); // 根据主键id查询CmsSubjectProductRelation记录
-
- int updateByExampleSelective(@Param("record") CmsSubjectProductRelation record, @Param("example") CmsSubjectProductRelationExample example); // 根据example条件更新CmsSubjectProductRelation记录,只更新不为null的字段
-
- int updateByExample(@Param("record") CmsSubjectProductRelation record, @Param("example") CmsSubjectProductRelationExample example); // 根据example条件更新CmsSubjectProductRelation记录
-
- int updateByPrimaryKeySelective(CmsSubjectProductRelation record); // 根据主键id更新CmsSubjectProductRelation记录,只更新不为null的字段
-
- int updateByPrimaryKey(CmsSubjectProductRelation record); // 根据主键id更新CmsSubjectProductRelation记录
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/CmsTopicCategoryMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/CmsTopicCategoryMapper.java
deleted file mode 100644
index e8f9a7e..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/CmsTopicCategoryMapper.java
+++ /dev/null
@@ -1,32 +0,0 @@
-package com.macro.mall.mapper; // 定义了该接口所属的包名,用于Java的包管理
-
-import com.macro.mall.model.CmsTopicCategory; // 导入了CmsTopicCategory实体类,用于数据库表的映射
-import com.macro.mall.model.CmsTopicCategoryExample; // 导入了CmsTopicCategoryExample类,用于构建查询条件
-import java.util.List; // 导入了List接口,用于存储查询结果集
-import org.apache.ibatis.annotations.Param; // 导入了MyBatis的Param注解,用于指定参数名称
-
-public interface CmsTopicCategoryMapper { // 声明了一个MyBatis的Mapper接口,用于数据库操作
- // 以下方法都是MyBatis映射的方法,用于数据库的CRUD操作
-
- long countByExample(CmsTopicCategoryExample example); // 根据example条件统计记录数
-
- int deleteByExample(CmsTopicCategoryExample example); // 根据example条件删除记录
-
- int deleteByPrimaryKey(Long id); // 根据主键id删除记录
-
- int insert(CmsTopicCategory record); // 插入一条CmsTopicCategory记录
-
- int insertSelective(CmsTopicCategory record); // 插入一条CmsTopicCategory记录,只插入不为null的字段
-
- List selectByExample(CmsTopicCategoryExample example); // 根据example条件查询CmsTopicCategory记录
-
- CmsTopicCategory selectByPrimaryKey(Long id); // 根据主键id查询CmsTopicCategory记录
-
- int updateByExampleSelective(@Param("record") CmsTopicCategory record, @Param("example") CmsTopicCategoryExample example); // 根据example条件更新CmsTopicCategory记录,只更新不为null的字段
-
- int updateByExample(@Param("record") CmsTopicCategory record, @Param("example") CmsTopicCategoryExample example); // 根据example条件更新CmsTopicCategory记录
-
- int updateByPrimaryKeySelective(CmsTopicCategory record); // 根据主键id更新CmsTopicCategory记录,只更新不为null的字段
-
- int updateByPrimaryKey(CmsTopicCategory record); // 根据主键id更新CmsTopicCategory记录
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/CmsTopicCommentMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/CmsTopicCommentMapper.java
deleted file mode 100644
index 273555e..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/CmsTopicCommentMapper.java
+++ /dev/null
@@ -1,32 +0,0 @@
-package com.macro.mall.mapper; // 定义了该接口所属的包名,用于Java的包管理
-
-import com.macro.mall.model.CmsTopicComment; // 导入了CmsTopicComment实体类,用于数据库表的映射
-import com.macro.mall.model.CmsTopicCommentExample; // 导入了CmsTopicCommentExample类,用于构建查询条件
-import java.util.List; // 导入了List接口,用于存储查询结果集
-import org.apache.ibatis.annotations.Param; // 导入了MyBatis的Param注解,用于指定参数名称
-
-public interface CmsTopicCommentMapper { // 声明了一个MyBatis的Mapper接口,用于数据库操作
- // 以下方法都是MyBatis映射的方法,用于数据库的CRUD操作
-
- long countByExample(CmsTopicCommentExample example); // 根据example条件统计记录数
-
- int deleteByExample(CmsTopicCommentExample example); // 根据example条件删除记录
-
- int deleteByPrimaryKey(Long id); // 根据主键id删除记录
-
- int insert(CmsTopicComment record); // 插入一条CmsTopicComment记录
-
- int insertSelective(CmsTopicComment record); // 插入一条CmsTopicComment记录,只插入不为null的字段
-
- List selectByExample(CmsTopicCommentExample example); // 根据example条件查询CmsTopicComment记录
-
- CmsTopicComment selectByPrimaryKey(Long id); // 根据主键id查询CmsTopicComment记录
-
- int updateByExampleSelective(@Param("record") CmsTopicComment record, @Param("example") CmsTopicCommentExample example); // 根据example条件更新CmsTopicComment记录,只更新不为null的字段
-
- int updateByExample(@Param("record") CmsTopicComment record, @Param("example") CmsTopicCommentExample example); // 根据example条件更新CmsTopicComment记录
-
- int updateByPrimaryKeySelective(CmsTopicComment record); // 根据主键id更新CmsTopicComment记录,只更新不为null的字段
-
- int updateByPrimaryKey(CmsTopicComment record); // 根据主键id更新CmsTopicComment记录
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/CmsTopicMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/CmsTopicMapper.java
deleted file mode 100644
index d7bf96d..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/CmsTopicMapper.java
+++ /dev/null
@@ -1,38 +0,0 @@
-package com.macro.mall.mapper; // 定义了该接口所属的包名,用于Java的包管理
-
-import com.macro.mall.model.CmsTopic; // 导入了CmsTopic实体类,用于数据库表的映射
-import com.macro.mall.model.CmsTopicExample; // 导入了CmsTopicExample类,用于构建查询条件
-import java.util.List; // 导入了List接口,用于存储查询结果集
-import org.apache.ibatis.annotations.Param; // 导入了MyBatis的Param注解,用于指定参数名称
-
-public interface CmsTopicMapper { // 声明了一个MyBatis的Mapper接口,用于数据库操作
- // 以下方法都是MyBatis映射的方法,用于数据库的CRUD操作
-
- long countByExample(CmsTopicExample example); // 根据example条件统计记录数
-
- int deleteByExample(CmsTopicExample example); // 根据example条件删除记录
-
- int deleteByPrimaryKey(Long id); // 根据主键id删除记录
-
- int insert(CmsTopic record); // 插入一条CmsTopic记录
-
- int insertSelective(CmsTopic record); // 插入一条CmsTopic记录,只插入不为null的字段
-
- List selectByExampleWithBLOBs(CmsTopicExample example); // 根据example条件查询CmsTopic记录,包括BLOB字段
-
- List selectByExample(CmsTopicExample example); // 根据example条件查询CmsTopic记录,不包括BLOB字段
-
- CmsTopic selectByPrimaryKey(Long id); // 根据主键id查询CmsTopic记录
-
- int updateByExampleSelective(@Param("record") CmsTopic record, @Param("example") CmsTopicExample example); // 根据example条件更新CmsTopic记录,只更新不为null的字段
-
- int updateByExampleWithBLOBs(@Param("record") CmsTopic record, @Param("example") CmsTopicExample example); // 根据example条件更新CmsTopic记录,包括BLOB字段
-
- int updateByExample(@Param("record") CmsTopic record, @Param("example") CmsTopicExample example); // 根据example条件更新CmsTopic记录
-
- int updateByPrimaryKeySelective(CmsTopic record); // 根据主键id更新CmsTopic记录,只更新不为null的字段
-
- int updateByPrimaryKeyWithBLOBs(CmsTopic record); // 根据主键id更新CmsTopic记录,包括BLOB字段
-
- int updateByPrimaryKey(CmsTopic record); // 根据主键id更新CmsTopic记录
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/OmsCartItemMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/OmsCartItemMapper.java
deleted file mode 100644
index 08e8e08..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/OmsCartItemMapper.java
+++ /dev/null
@@ -1,32 +0,0 @@
-package com.macro.mall.mapper; // 定义了该接口所属的包名,用于Java的包管理
-
-import com.macro.mall.model.OmsCartItem; // 导入了OmsCartItem实体类,用于数据库表的映射
-import com.macro.mall.model.OmsCartItemExample; // 导入了OmsCartItemExample类,用于构建查询条件
-import java.util.List; // 导入了List接口,用于存储查询结果集
-import org.apache.ibatis.annotations.Param; // 导入了MyBatis的Param注解,用于指定参数名称
-
-public interface OmsCartItemMapper { // 声明了一个MyBatis的Mapper接口,用于数据库操作
- // 以下方法都是MyBatis映射的方法,用于数据库的CRUD操作
-
- long countByExample(OmsCartItemExample example); // 根据example条件统计记录数
-
- int deleteByExample(OmsCartItemExample example); // 根据example条件删除记录
-
- int deleteByPrimaryKey(Long id); // 根据主键id删除记录
-
- int insert(OmsCartItem record); // 插入一条OmsCartItem记录
-
- int insertSelective(OmsCartItem record); // 插入一条OmsCartItem记录,只插入不为null的字段
-
- List selectByExample(OmsCartItemExample example); // 根据example条件查询OmsCartItem记录
-
- OmsCartItem selectByPrimaryKey(Long id); // 根据主键id查询OmsCartItem记录
-
- int updateByExampleSelective(@Param("record") OmsCartItem record, @Param("example") OmsCartItemExample example); // 根据example条件更新OmsCartItem记录,只更新不为null的字段
-
- int updateByExample(@Param("record") OmsCartItem record, @Param("example") OmsCartItemExample example); // 根据example条件更新OmsCartItem记录
-
- int updateByPrimaryKeySelective(OmsCartItem record); // 根据主键id更新OmsCartItem记录,只更新不为null的字段
-
- int updateByPrimaryKey(OmsCartItem record); // 根据主键id更新OmsCartItem记录
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/OmsCompanyAddressMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/OmsCompanyAddressMapper.java
deleted file mode 100644
index ec07f76..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/OmsCompanyAddressMapper.java
+++ /dev/null
@@ -1,32 +0,0 @@
-package com.macro.mall.mapper; // 定义了该接口所属的包名,用于Java的包管理
-
-import com.macro.mall.model.OmsCompanyAddress; // 导入了OmsCompanyAddress实体类,用于数据库表的映射
-import com.macro.mall.model.OmsCompanyAddressExample; // 导入了OmsCompanyAddressExample类,用于构建查询条件
-import java.util.List; // 导入了List接口,用于存储查询结果集
-import org.apache.ibatis.annotations.Param; // 导入了MyBatis的Param注解,用于指定参数名称
-
-public interface OmsCompanyAddressMapper { // 声明了一个MyBatis的Mapper接口,用于数据库操作
- // 以下方法都是MyBatis映射的方法,用于数据库的CRUD操作
-
- long countByExample(OmsCompanyAddressExample example); // 根据example条件统计记录数
-
- int deleteByExample(OmsCompanyAddressExample example); // 根据example条件删除记录
-
- int deleteByPrimaryKey(Long id); // 根据主键id删除记录
-
- int insert(OmsCompanyAddress record); // 插入一条OmsCompanyAddress记录
-
- int insertSelective(OmsCompanyAddress record); // 插入一条OmsCompanyAddress记录,只插入不为null的字段
-
- List selectByExample(OmsCompanyAddressExample example); // 根据example条件查询OmsCompanyAddress记录
-
- OmsCompanyAddress selectByPrimaryKey(Long id); // 根据主键id查询OmsCompanyAddress记录
-
- int updateByExampleSelective(@Param("record") OmsCompanyAddress record, @Param("example") OmsCompanyAddressExample example); // 根据example条件更新OmsCompanyAddress记录,只更新不为null的字段
-
- int updateByExample(@Param("record") OmsCompanyAddress record, @Param("example") OmsCompanyAddressExample example); // 根据example条件更新OmsCompanyAddress记录
-
- int updateByPrimaryKeySelective(OmsCompanyAddress record); // 根据主键id更新OmsCompanyAddress记录,只更新不为null的字段
-
- int updateByPrimaryKey(OmsCompanyAddress record); // 根据主键id更新OmsCompanyAddress记录
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/OmsOrderItemMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/OmsOrderItemMapper.java
deleted file mode 100644
index e8258ab..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/OmsOrderItemMapper.java
+++ /dev/null
@@ -1,32 +0,0 @@
-package com.macro.mall.mapper; // 定义了该接口所属的包名,用于Java的包管理
-
-import com.macro.mall.model.OmsOrderItem; // 导入了OmsOrderItem实体类,用于数据库表的映射
-import com.macro.mall.model.OmsOrderItemExample; // 导入了OmsOrderItemExample类,用于构建查询条件
-import java.util.List; // 导入了List接口,用于存储查询结果集
-import org.apache.ibatis.annotations.Param; // 导入了MyBatis的Param注解,用于指定参数名称
-
-public interface OmsOrderItemMapper { // 声明了一个MyBatis的Mapper接口,用于数据库操作
- // 以下方法都是MyBatis映射的方法,用于数据库的CRUD操作
-
- long countByExample(OmsOrderItemExample example); // 根据example条件统计记录数
-
- int deleteByExample(OmsOrderItemExample example); // 根据example条件删除记录
-
- int deleteByPrimaryKey(Long id); // 根据主键id删除记录
-
- int insert(OmsOrderItem record); // 插入一条OmsOrderItem记录
-
- int insertSelective(OmsOrderItem record); // 插入一条OmsOrderItem记录,只插入不为null的字段
-
- List selectByExample(OmsOrderItemExample example); // 根据example条件查询OmsOrderItem记录
-
- OmsOrderItem selectByPrimaryKey(Long id); // 根据主键id查询OmsOrderItem记录
-
- int updateByExampleSelective(@Param("record") OmsOrderItem record, @Param("example") OmsOrderItemExample example); // 根据example条件更新OmsOrderItem记录,只更新不为null的字段
-
- int updateByExample(@Param("record") OmsOrderItem record, @Param("example") OmsOrderItemExample example); // 根据example条件更新OmsOrderItem记录
-
- int updateByPrimaryKeySelective(OmsOrderItem record); // 根据主键id更新OmsOrderItem记录,只更新不为null的字段
-
- int updateByPrimaryKey(OmsOrderItem record); // 根据主键id更新OmsOrderItem记录
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/OmsOrderMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/OmsOrderMapper.java
deleted file mode 100644
index be1d5b6..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/OmsOrderMapper.java
+++ /dev/null
@@ -1,32 +0,0 @@
-package com.macro.mall.mapper; // 定义了该接口所属的包名,用于Java的包管理
-
-import com.macro.mall.model.OmsOrder; // 导入了OmsOrder实体类,用于数据库表的映射
-import com.macro.mall.model.OmsOrderExample; // 导入了OmsOrderExample类,用于构建查询条件
-import java.util.List; // 导入了List接口,用于存储查询结果集
-import org.apache.ibatis.annotations.Param; // 导入了MyBatis的Param注解,用于指定参数名称
-
-public interface OmsOrderMapper { // 声明了一个MyBatis的Mapper接口,用于数据库操作
- // 以下方法都是MyBatis映射的方法,用于数据库的CRUD操作
-
- long countByExample(OmsOrderExample example); // 根据example条件统计记录数
-
- int deleteByExample(OmsOrderExample example); // 根据example条件删除记录
-
- int deleteByPrimaryKey(Long id); // 根据主键id删除记录
-
- int insert(OmsOrder record); // 插入一条OmsOrder记录
-
- int insertSelective(OmsOrder record); // 插入一条OmsOrder记录,只插入不为null的字段
-
- List selectByExample(OmsOrderExample example); // 根据example条件查询OmsOrder记录
-
- OmsOrder selectByPrimaryKey(Long id); // 根据主键id查询OmsOrder记录
-
- int updateByExampleSelective(@Param("record") OmsOrder record, @Param("example") OmsOrderExample example); // 根据example条件更新OmsOrder记录,只更新不为null的字段
-
- int updateByExample(@Param("record") OmsOrder record, @Param("example") OmsOrderExample example); // 根据example条件更新OmsOrder记录
-
- int updateByPrimaryKeySelective(OmsOrder record); // 根据主键id更新OmsOrder记录,只更新不为null的字段
-
- int updateByPrimaryKey(OmsOrder record); // 根据主键id更新OmsOrder记录
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/OmsOrderOperateHistoryMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/OmsOrderOperateHistoryMapper.java
deleted file mode 100644
index 62d8cdd..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/OmsOrderOperateHistoryMapper.java
+++ /dev/null
@@ -1,32 +0,0 @@
-package com.macro.mall.mapper; // 定义了该接口所属的包名,用于Java的包管理
-
-import com.macro.mall.model.OmsOrderOperateHistory; // 导入了OmsOrderOperateHistory实体类,用于数据库表的映射
-import com.macro.mall.model.OmsOrderOperateHistoryExample; // 导入了OmsOrderOperateHistoryExample类,用于构建查询条件
-import java.util.List; // 导入了List接口,用于存储查询结果集
-import org.apache.ibatis.annotations.Param; // 导入了MyBatis的Param注解,用于指定参数名称
-
-public interface OmsOrderOperateHistoryMapper { // 声明了一个MyBatis的Mapper接口,用于数据库操作
- // 以下方法都是MyBatis映射的方法,用于数据库的CRUD操作
-
- long countByExample(OmsOrderOperateHistoryExample example); // 根据example条件统计记录数
-
- int deleteByExample(OmsOrderOperateHistoryExample example); // 根据example条件删除记录
-
- int deleteByPrimaryKey(Long id); // 根据主键id删除记录
-
- int insert(OmsOrderOperateHistory record); // 插入一条OmsOrderOperateHistory记录
-
- int insertSelective(OmsOrderOperateHistory record); // 插入一条OmsOrderOperateHistory记录,只插入不为null的字段
-
- List selectByExample(OmsOrderOperateHistoryExample example); // 根据example条件查询OmsOrderOperateHistory记录
-
- OmsOrderOperateHistory selectByPrimaryKey(Long id); // 根据主键id查询OmsOrderOperateHistory记录
-
- int updateByExampleSelective(@Param("record") OmsOrderOperateHistory record, @Param("example") OmsOrderOperateHistoryExample example); // 根据example条件更新OmsOrderOperateHistory记录,只更新不为null的字段
-
- int updateByExample(@Param("record") OmsOrderOperateHistory record, @Param("example") OmsOrderOperateHistoryExample example); // 根据example条件更新OmsOrderOperateHistory记录
-
- int updateByPrimaryKeySelective(OmsOrderOperateHistory record); // 根据主键id更新OmsOrderOperateHistory记录,只更新不为null的字段
-
- int updateByPrimaryKey(OmsOrderOperateHistory record); // 根据主键id更新OmsOrderOperateHistory记录
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/OmsOrderReturnApplyMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/OmsOrderReturnApplyMapper.java
deleted file mode 100644
index abf143b..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/OmsOrderReturnApplyMapper.java
+++ /dev/null
@@ -1,32 +0,0 @@
-package com.macro.mall.mapper; // 定义了该接口所属的包名,用于Java的包管理
-
-import com.macro.mall.model.OmsOrderReturnApply; // 导入了OmsOrderReturnApply实体类,用于数据库表的映射
-import com.macro.mall.model.OmsOrderReturnApplyExample; // 导入了OmsOrderReturnApplyExample类,用于构建查询条件
-import java.util.List; // 导入了List接口,用于存储查询结果集
-import org.apache.ibatis.annotations.Param; // 导入了MyBatis的Param注解,用于指定参数名称
-
-public interface OmsOrderReturnApplyMapper { // 声明了一个MyBatis的Mapper接口,用于数据库操作
- // 以下方法都是MyBatis映射的方法,用于数据库的CRUD操作
-
- long countByExample(OmsOrderReturnApplyExample example); // 根据example条件统计记录数
-
- int deleteByExample(OmsOrderReturnApplyExample example); // 根据example条件删除记录
-
- int deleteByPrimaryKey(Long id); // 根据主键id删除记录
-
- int insert(OmsOrderReturnApply record); // 插入一条OmsOrderReturnApply记录
-
- int insertSelective(OmsOrderReturnApply record); // 插入一条OmsOrderReturnApply记录,只插入不为null的字段
-
- List selectByExample(OmsOrderReturnApplyExample example); // 根据example条件查询OmsOrderReturnApply记录
-
- OmsOrderReturnApply selectByPrimaryKey(Long id); // 根据主键id查询OmsOrderReturnApply记录
-
- int updateByExampleSelective(@Param("record") OmsOrderReturnApply record, @Param("example") OmsOrderReturnApplyExample example); // 根据example条件更新OmsOrderReturnApply记录,只更新不为null的字段
-
- int updateByExample(@Param("record") OmsOrderReturnApply record, @Param("example") OmsOrderReturnApplyExample example); // 根据example条件更新OmsOrderReturnApply记录
-
- int updateByPrimaryKeySelective(OmsOrderReturnApply record); // 根据主键id更新OmsOrderReturnApply记录,只更新不为null的字段
-
- int updateByPrimaryKey(OmsOrderReturnApply record); // 根据主键id更新OmsOrderReturnApply记录
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/OmsOrderReturnReasonMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/OmsOrderReturnReasonMapper.java
deleted file mode 100644
index 0fe4eac..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/OmsOrderReturnReasonMapper.java
+++ /dev/null
@@ -1,32 +0,0 @@
-package com.macro.mall.mapper; // 定义了该接口所属的包名,用于Java的包管理
-
-import com.macro.mall.model.OmsOrderReturnReason; // 导入了OmsOrderReturnReason实体类,用于数据库表的映射
-import com.macro.mall.model.OmsOrderReturnReasonExample; // 导入了OmsOrderReturnReasonExample类,用于构建查询条件
-import java.util.List; // 导入了List接口,用于存储查询结果集
-import org.apache.ibatis.annotations.Param; // 导入了MyBatis的Param注解,用于指定参数名称
-
-public interface OmsOrderReturnReasonMapper { // 声明了一个MyBatis的Mapper接口,用于数据库操作
- // 以下方法都是MyBatis映射的方法,用于数据库的CRUD操作
-
- long countByExample(OmsOrderReturnReasonExample example); // 根据example条件统计记录数
-
- int deleteByExample(OmsOrderReturnReasonExample example); // 根据example条件删除记录
-
- int deleteByPrimaryKey(Long id); // 根据主键id删除记录
-
- int insert(OmsOrderReturnReason record); // 插入一条OmsOrderReturnReason记录
-
- int insertSelective(OmsOrderReturnReason record); // 插入一条OmsOrderReturnReason记录,只插入不为null的字段
-
- List selectByExample(OmsOrderReturnReasonExample example); // 根据example条件查询OmsOrderReturnReason记录
-
- OmsOrderReturnReason selectByPrimaryKey(Long id); // 根据主键id查询OmsOrderReturnReason记录
-
- int updateByExampleSelective(@Param("record") OmsOrderReturnReason record, @Param("example") OmsOrderReturnReasonExample example); // 根据example条件更新OmsOrderReturnReason记录,只更新不为null的字段
-
- int updateByExample(@Param("record") OmsOrderReturnReason record, @Param("example") OmsOrderReturnReasonExample example); // 根据example条件更新OmsOrderReturnReason记录
-
- int updateByPrimaryKeySelective(OmsOrderReturnReason record); // 根据主键id更新OmsOrderReturnReason记录,只更新不为null的字段
-
- int updateByPrimaryKey(OmsOrderReturnReason record); // 根据主键id更新OmsOrderReturnReason记录
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/OmsOrderSettingMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/OmsOrderSettingMapper.java
deleted file mode 100644
index 2199bae..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/OmsOrderSettingMapper.java
+++ /dev/null
@@ -1,32 +0,0 @@
-package com.macro.mall.mapper; // 定义了该接口所属的包名,用于Java的包管理
-
-import com.macro.mall.model.OmsOrderSetting; // 导入了OmsOrderSetting实体类,用于数据库表的映射
-import com.macro.mall.model.OmsOrderSettingExample; // 导入了OmsOrderSettingExample类,用于构建查询条件
-import java.util.List; // 导入了List接口,用于存储查询结果集
-import org.apache.ibatis.annotations.Param; // 导入了MyBatis的Param注解,用于指定参数名称
-
-public interface OmsOrderSettingMapper { // 声明了一个MyBatis的Mapper接口,用于数据库操作
- // 以下方法都是MyBatis映射的方法,用于数据库的CRUD操作
-
- long countByExample(OmsOrderSettingExample example); // 根据example条件统计记录数
-
- int deleteByExample(OmsOrderSettingExample example); // 根据example条件删除记录
-
- int deleteByPrimaryKey(Long id); // 根据主键id删除记录
-
- int insert(OmsOrderSetting record); // 插入一条OmsOrderSetting记录
-
- int insertSelective(OmsOrderSetting record); // 插入一条OmsOrderSetting记录,只插入不为null的字段
-
- List selectByExample(OmsOrderSettingExample example); // 根据example条件查询OmsOrderSetting记录
-
- OmsOrderSetting selectByPrimaryKey(Long id); // 根据主键id查询OmsOrderSetting记录
-
- int updateByExampleSelective(@Param("record") OmsOrderSetting record, @Param("example") OmsOrderSettingExample example); // 根据example条件更新OmsOrderSetting记录,只更新不为null的字段
-
- int updateByExample(@Param("record") OmsOrderSetting record, @Param("example") OmsOrderSettingExample example); // 根据example条件更新OmsOrderSetting记录
-
- int updateByPrimaryKeySelective(OmsOrderSetting record); // 根据主键id更新OmsOrderSetting记录,只更新不为null的字段
-
- int updateByPrimaryKey(OmsOrderSetting record); // 根据主键id更新OmsOrderSetting记录
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/PmsAlbumMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/PmsAlbumMapper.java
deleted file mode 100644
index 0c68ade..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/PmsAlbumMapper.java
+++ /dev/null
@@ -1,32 +0,0 @@
-package com.macro.mall.mapper; // 定义了该接口所属的包名,用于Java的包管理
-
-import com.macro.mall.model.PmsAlbum; // 导入了PmsAlbum实体类,用于数据库表的映射
-import com.macro.mall.model.PmsAlbumExample; // 导入了PmsAlbumExample类,用于构建查询条件
-import java.util.List; // 导入了List接口,用于存储查询结果集
-import org.apache.ibatis.annotations.Param; // 导入了MyBatis的Param注解,用于指定参数名称
-
-public interface PmsAlbumMapper { // 声明了一个MyBatis的Mapper接口,用于数据库操作
- // 以下方法都是MyBatis映射的方法,用于数据库的CRUD操作
-
- long countByExample(PmsAlbumExample example); // 根据example条件统计记录数
-
- int deleteByExample(PmsAlbumExample example); // 根据example条件删除记录
-
- int deleteByPrimaryKey(Long id); // 根据主键id删除记录
-
- int insert(PmsAlbum record); // 插入一条PmsAlbum记录
-
- int insertSelective(PmsAlbum record); // 插入一条PmsAlbum记录,只插入不为null的字段
-
- List selectByExample(PmsAlbumExample example); // 根据example条件查询PmsAlbum记录
-
- PmsAlbum selectByPrimaryKey(Long id); // 根据主键id查询PmsAlbum记录
-
- int updateByExampleSelective(@Param("record") PmsAlbum record, @Param("example") PmsAlbumExample example); // 根据example条件更新PmsAlbum记录,只更新不为null的字段
-
- int updateByExample(@Param("record") PmsAlbum record, @Param("example") PmsAlbumExample example); // 根据example条件更新PmsAlbum记录
-
- int updateByPrimaryKeySelective(PmsAlbum record); // 根据主键id更新PmsAlbum记录,只更新不为null的字段
-
- int updateByPrimaryKey(PmsAlbum record); // 根据主键id更新PmsAlbum记录
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/PmsAlbumPicMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/PmsAlbumPicMapper.java
deleted file mode 100644
index a01c687..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/PmsAlbumPicMapper.java
+++ /dev/null
@@ -1,32 +0,0 @@
-package com.macro.mall.mapper; // 定义了该接口所属的包名,用于Java的包管理
-
-import com.macro.mall.model.PmsAlbumPic; // 导入了PmsAlbumPic实体类,用于数据库表的映射
-import com.macro.mall.model.PmsAlbumPicExample; // 导入了PmsAlbumPicExample类,用于构建查询条件
-import java.util.List; // 导入了List接口,用于存储查询结果集
-import org.apache.ibatis.annotations.Param; // 导入了MyBatis的Param注解,用于指定参数名称
-
-public interface PmsAlbumPicMapper { // 声明了一个MyBatis的Mapper接口,用于数据库操作
- // 以下方法都是MyBatis映射的方法,用于数据库的CRUD操作
-
- long countByExample(PmsAlbumPicExample example); // 根据example条件统计记录数
-
- int deleteByExample(PmsAlbumPicExample example); // 根据example条件删除记录
-
- int deleteByPrimaryKey(Long id); // 根据主键id删除记录
-
- int insert(PmsAlbumPic record); // 插入一条PmsAlbumPic记录
-
- int insertSelective(PmsAlbumPic record); // 插入一条PmsAlbumPic记录,只插入不为null的字段
-
- List selectByExample(PmsAlbumPicExample example); // 根据example条件查询PmsAlbumPic记录
-
- PmsAlbumPic selectByPrimaryKey(Long id); // 根据主键id查询PmsAlbumPic记录
-
- int updateByExampleSelective(@Param("record") PmsAlbumPic record, @Param("example") PmsAlbumPicExample example); // 根据example条件更新PmsAlbumPic记录,只更新不为null的字段
-
- int updateByExample(@Param("record") PmsAlbumPic record, @Param("example") PmsAlbumPicExample example); // 根据example条件更新PmsAlbumPic记录
-
- int updateByPrimaryKeySelective(PmsAlbumPic record); // 根据主键id更新PmsAlbumPic记录,只更新不为null的字段
-
- int updateByPrimaryKey(PmsAlbumPic record); // 根据主键id更新PmsAlbumPic记录
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/PmsBrandMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/PmsBrandMapper.java
deleted file mode 100644
index 3f4bac0..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/PmsBrandMapper.java
+++ /dev/null
@@ -1,38 +0,0 @@
-package com.macro.mall.mapper; // 定义了该接口所属的包名,用于Java的包管理
-
-import com.macro.mall.model.PmsBrand; // 导入了PmsBrand实体类,用于数据库表的映射
-import com.macro.mall.model.PmsBrandExample; // 导入了PmsBrandExample类,用于构建查询条件
-import java.util.List; // 导入了List接口,用于存储查询结果集
-import org.apache.ibatis.annotations.Param; // 导入了MyBatis的Param注解,用于指定参数名称
-
-public interface PmsBrandMapper { // 声明了一个MyBatis的Mapper接口,用于数据库操作
- // 以下方法都是MyBatis映射的方法,用于数据库的CRUD操作
-
- long countByExample(PmsBrandExample example); // 根据example条件统计记录数
-
- int deleteByExample(PmsBrandExample example); // 根据example条件删除记录
-
- int deleteByPrimaryKey(Long id); // 根据主键id删除记录
-
- int insert(PmsBrand record); // 插入一条PmsBrand记录
-
- int insertSelective(PmsBrand record); // 插入一条PmsBrand记录,只插入不为null的字段
-
- List selectByExampleWithBLOBs(PmsBrandExample example); // 根据example条件查询PmsBrand记录,包括BLOB字段
-
- List selectByExample(PmsBrandExample example); // 根据example条件查询PmsBrand记录,不包括BLOB字段
-
- PmsBrand selectByPrimaryKey(Long id); // 根据主键id查询PmsBrand记录
-
- int updateByExampleSelective(@Param("record") PmsBrand record, @Param("example") PmsBrandExample example); // 根据example条件更新PmsBrand记录,只更新不为null的字段
-
- int updateByExampleWithBLOBs(@Param("record") PmsBrand record, @Param("example") PmsBrandExample example); // 根据example条件更新PmsBrand记录,包括BLOB字段
-
- int updateByExample(@Param("record") PmsBrand record, @Param("example") PmsBrandExample example); // 根据example条件更新PmsBrand记录
-
- int updateByPrimaryKeySelective(PmsBrand record); // 根据主键id更新PmsBrand记录,只更新不为null的字段
-
- int updateByPrimaryKeyWithBLOBs(PmsBrand record); // 根据主键id更新PmsBrand记录,包括BLOB字段
-
- int updateByPrimaryKey(PmsBrand record); // 根据主键id更新PmsBrand记录
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/PmsCommentMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/PmsCommentMapper.java
deleted file mode 100644
index 05171f1..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/PmsCommentMapper.java
+++ /dev/null
@@ -1,38 +0,0 @@
-package com.macro.mall.mapper; // 定义了该接口所属的包名,用于Java的包管理
-
-import com.macro.mall.model.PmsComment; // 导入了PmsComment实体类,用于数据库表的映射
-import com.macro.mall.model.PmsCommentExample; // 导入了PmsCommentExample类,用于构建查询条件
-import java.util.List; // 导入了List接口,用于存储查询结果集
-import org.apache.ibatis.annotations.Param; // 导入了MyBatis的Param注解,用于指定参数名称
-
-public interface PmsCommentMapper { // 声明了一个MyBatis的Mapper接口,用于数据库操作
- // 以下方法都是MyBatis映射的方法,用于数据库的CRUD操作
-
- long countByExample(PmsCommentExample example); // 根据example条件统计记录数
-
- int deleteByExample(PmsCommentExample example); // 根据example条件删除记录
-
- int deleteByPrimaryKey(Long id); // 根据主键id删除记录
-
- int insert(PmsComment record); // 插入一条PmsComment记录
-
- int insertSelective(PmsComment record); // 插入一条PmsComment记录,只插入不为null的字段
-
- List selectByExampleWithBLOBs(PmsCommentExample example); // 根据example条件查询PmsComment记录,包括BLOB字段
-
- List selectByExample(PmsCommentExample example); // 根据example条件查询PmsComment记录,不包括BLOB字段
-
- PmsComment selectByPrimaryKey(Long id); // 根据主键id查询PmsComment记录
-
- int updateByExampleSelective(@Param("record") PmsComment record, @Param("example") PmsCommentExample example); // 根据example条件更新PmsComment记录,只更新不为null的字段
-
- int updateByExampleWithBLOBs(@Param("record") PmsComment record, @Param("example") PmsCommentExample example); // 根据example条件更新PmsComment记录,包括BLOB字段
-
- int updateByExample(@Param("record") PmsComment record, @Param("example") PmsCommentExample example); // 根据example条件更新PmsComment记录
-
- int updateByPrimaryKeySelective(PmsComment record); // 根据主键id更新PmsComment记录,只更新不为null的字段
-
- int updateByPrimaryKeyWithBLOBs(PmsComment record); // 根据主键id更新PmsComment记录,包括BLOB字段
-
- int updateByPrimaryKey(PmsComment record); // 根据主键id更新PmsComment记录
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/PmsCommentReplayMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/PmsCommentReplayMapper.java
deleted file mode 100644
index 1ed5fa7..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/PmsCommentReplayMapper.java
+++ /dev/null
@@ -1,32 +0,0 @@
-package com.macro.mall.mapper; // 定义了该接口所属的包名,用于Java的包管理
-
-import com.macro.mall.model.PmsCommentReplay; // 导入了PmsCommentReplay实体类,用于数据库表的映射
-import com.macro.mall.model.PmsCommentReplayExample; // 导入了PmsCommentReplayExample类,用于构建查询条件
-import java.util.List; // 导入了List接口,用于存储查询结果集
-import org.apache.ibatis.annotations.Param; // 导入了MyBatis的Param注解,用于指定参数名称
-
-public interface PmsCommentReplayMapper { // 声明了一个MyBatis的Mapper接口,用于数据库操作
- // 以下方法都是MyBatis映射的方法,用于数据库的CRUD操作
-
- long countByExample(PmsCommentReplayExample example); // 根据example条件统计记录数
-
- int deleteByExample(PmsCommentReplayExample example); // 根据example条件删除记录
-
- int deleteByPrimaryKey(Long id); // 根据主键id删除记录
-
- int insert(PmsCommentReplay record); // 插入一条PmsCommentReplay记录
-
- int insertSelective(PmsCommentReplay record); // 插入一条PmsCommentReplay记录,只插入不为null的字段
-
- List selectByExample(PmsCommentReplayExample example); // 根据example条件查询PmsCommentReplay记录
-
- PmsCommentReplay selectByPrimaryKey(Long id); // 根据主键id查询PmsCommentReplay记录
-
- int updateByExampleSelective(@Param("record") PmsCommentReplay record, @Param("example") PmsCommentReplayExample example); // 根据example条件更新PmsCommentReplay记录,只更新不为null的字段
-
- int updateByExample(@Param("record") PmsCommentReplay record, @Param("example") PmsCommentReplayExample example); // 根据example条件更新PmsCommentReplay记录
-
- int updateByPrimaryKeySelective(PmsCommentReplay record); // 根据主键id更新PmsCommentReplay记录,只更新不为null的字段
-
- int updateByPrimaryKey(PmsCommentReplay record); // 根据主键id更新PmsCommentReplay记录
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/PmsFeightTemplateMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/PmsFeightTemplateMapper.java
deleted file mode 100644
index f3ad0a5..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/PmsFeightTemplateMapper.java
+++ /dev/null
@@ -1,32 +0,0 @@
-package com.macro.mall.mapper; // 定义了该接口所属的包名,用于Java的包管理
-
-import com.macro.mall.model.PmsFeightTemplate; // 导入了PmsFeightTemplate实体类,用于数据库表的映射
-import com.macro.mall.model.PmsFeightTemplateExample; // 导入了PmsFeightTemplateExample类,用于构建查询条件
-import java.util.List; // 导入了List接口,用于存储查询结果集
-import org.apache.ibatis.annotations.Param; // 导入了MyBatis的Param注解,用于指定参数名称
-
-public interface PmsFeightTemplateMapper { // 声明了一个MyBatis的Mapper接口,用于数据库操作
- // 以下方法都是MyBatis映射的方法,用于数据库的CRUD操作
-
- long countByExample(PmsFeightTemplateExample example); // 根据example条件统计记录数
-
- int deleteByExample(PmsFeightTemplateExample example); // 根据example条件删除记录
-
- int deleteByPrimaryKey(Long id); // 根据主键id删除记录
-
- int insert(PmsFeightTemplate record); // 插入一条PmsFeightTemplate记录
-
- int insertSelective(PmsFeightTemplate record); // 插入一条PmsFeightTemplate记录,只插入不为null的字段
-
- List selectByExample(PmsFeightTemplateExample example); // 根据example条件查询PmsFeightTemplate记录
-
- PmsFeightTemplate selectByPrimaryKey(Long id); // 根据主键id查询PmsFeightTemplate记录
-
- int updateByExampleSelective(@Param("record") PmsFeightTemplate record, @Param("example") PmsFeightTemplateExample example); // 根据example条件更新PmsFeightTemplate记录,只更新不为null的字段
-
- int updateByExample(@Param("record") PmsFeightTemplate record, @Param("example") PmsFeightTemplateExample example); // 根据example条件更新PmsFeightTemplate记录
-
- int updateByPrimaryKeySelective(PmsFeightTemplate record); // 根据主键id更新PmsFeightTemplate记录,只更新不为null的字段
-
- int updateByPrimaryKey(PmsFeightTemplate record); // 根据主键id更新PmsFeightTemplate记录
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/PmsMemberPriceMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/PmsMemberPriceMapper.java
deleted file mode 100644
index 707e53b..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/PmsMemberPriceMapper.java
+++ /dev/null
@@ -1,32 +0,0 @@
-package com.macro.mall.mapper; // 定义了该接口所属的包名,用于Java的包管理
-
-import com.macro.mall.model.PmsMemberPrice; // 导入了PmsMemberPrice实体类,用于数据库表的映射
-import com.macro.mall.model.PmsMemberPriceExample; // 导入了PmsMemberPriceExample类,用于构建查询条件
-import java.util.List; // 导入了List接口,用于存储查询结果集
-import org.apache.ibatis.annotations.Param; // 导入了MyBatis的Param注解,用于指定参数名称
-
-public interface PmsMemberPriceMapper { // 声明了一个MyBatis的Mapper接口,用于数据库操作
- // 以下方法都是MyBatis映射的方法,用于数据库的CRUD操作
-
- long countByExample(PmsMemberPriceExample example); // 根据example条件统计记录数
-
- int deleteByExample(PmsMemberPriceExample example); // 根据example条件删除记录
-
- int deleteByPrimaryKey(Long id); // 根据主键id删除记录
-
- int insert(PmsMemberPrice record); // 插入一条PmsMemberPrice记录
-
- int insertSelective(PmsMemberPrice record); // 插入一条PmsMemberPrice记录,只插入不为null的字段
-
- List selectByExample(PmsMemberPriceExample example); // 根据example条件查询PmsMemberPrice记录
-
- PmsMemberPrice selectByPrimaryKey(Long id); // 根据主键id查询PmsMemberPrice记录
-
- int updateByExampleSelective(@Param("record") PmsMemberPrice record, @Param("example") PmsMemberPriceExample example); // 根据example条件更新PmsMemberPrice记录,只更新不为null的字段
-
- int updateByExample(@Param("record") PmsMemberPrice record, @Param("example") PmsMemberPriceExample example); // 根据example条件更新PmsMemberPrice记录
-
- int updateByPrimaryKeySelective(PmsMemberPrice record); // 根据主键id更新PmsMemberPrice记录,只更新不为null的字段
-
- int updateByPrimaryKey(PmsMemberPrice record); // 根据主键id更新PmsMemberPrice记录
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/PmsProductAttributeCategoryMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/PmsProductAttributeCategoryMapper.java
deleted file mode 100644
index b9f6800..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/PmsProductAttributeCategoryMapper.java
+++ /dev/null
@@ -1,32 +0,0 @@
-package com.macro.mall.mapper; // 定义了该接口所属的包名,用于Java的包管理
-
-import com.macro.mall.model.PmsProductAttributeCategory; // 导入了PmsProductAttributeCategory实体类,用于数据库表的映射
-import com.macro.mall.model.PmsProductAttributeCategoryExample; // 导入了PmsProductAttributeCategoryExample类,用于构建查询条件
-import java.util.List; // 导入了List接口,用于存储查询结果集
-import org.apache.ibatis.annotations.Param; // 导入了MyBatis的Param注解,用于指定参数名称
-
-public interface PmsProductAttributeCategoryMapper { // 声明了一个MyBatis的Mapper接口,用于数据库操作
- // 以下方法都是MyBatis映射的方法,用于数据库的CRUD操作
-
- long countByExample(PmsProductAttributeCategoryExample example); // 根据example条件统计记录数
-
- int deleteByExample(PmsProductAttributeCategoryExample example); // 根据example条件删除记录
-
- int deleteByPrimaryKey(Long id); // 根据主键id删除记录
-
- int insert(PmsProductAttributeCategory record); // 插入一条PmsProductAttributeCategory记录
-
- int insertSelective(PmsProductAttributeCategory record); // 插入一条PmsProductAttributeCategory记录,只插入不为null的字段
-
- List selectByExample(PmsProductAttributeCategoryExample example); // 根据example条件查询PmsProductAttributeCategory记录
-
- PmsProductAttributeCategory selectByPrimaryKey(Long id); // 根据主键id查询PmsProductAttributeCategory记录
-
- int updateByExampleSelective(@Param("record") PmsProductAttributeCategory record, @Param("example") PmsProductAttributeCategoryExample example); // 根据example条件更新PmsProductAttributeCategory记录,只更新不为null的字段
-
- int updateByExample(@Param("record") PmsProductAttributeCategory record, @Param("example") PmsProductAttributeCategoryExample example); // 根据example条件更新PmsProductAttributeCategory记录
-
- int updateByPrimaryKeySelective(PmsProductAttributeCategory record); // 根据主键id更新PmsProductAttributeCategory记录,只更新不为null的字段
-
- int updateByPrimaryKey(PmsProductAttributeCategory record); // 根据主键id更新PmsProductAttributeCategory记录
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/PmsProductAttributeMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/PmsProductAttributeMapper.java
deleted file mode 100644
index 4883cff..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/PmsProductAttributeMapper.java
+++ /dev/null
@@ -1,32 +0,0 @@
-package com.macro.mall.mapper; // 定义了该接口所属的包名,用于Java的包管理
-
-import com.macro.mall.model.PmsProductAttribute; // 导入了PmsProductAttribute实体类,用于数据库表的映射
-import com.macro.mall.model.PmsProductAttributeExample; // 导入了PmsProductAttributeExample类,用于构建查询条件
-import java.util.List; // 导入了List接口,用于存储查询结果集
-import org.apache.ibatis.annotations.Param; // 导入了MyBatis的Param注解,用于指定参数名称
-
-public interface PmsProductAttributeMapper { // 声明了一个MyBatis的Mapper接口,用于数据库操作
- // 以下方法都是MyBatis映射的方法,用于数据库的CRUD操作
-
- long countByExample(PmsProductAttributeExample example); // 根据example条件统计记录数
-
- int deleteByExample(PmsProductAttributeExample example); // 根据example条件删除记录
-
- int deleteByPrimaryKey(Long id); // 根据主键id删除记录
-
- int insert(PmsProductAttribute record); // 插入一条PmsProductAttribute记录
-
- int insertSelective(PmsProductAttribute record); // 插入一条PmsProductAttribute记录,只插入不为null的字段
-
- List selectByExample(PmsProductAttributeExample example); // 根据example条件查询PmsProductAttribute记录
-
- PmsProductAttribute selectByPrimaryKey(Long id); // 根据主键id查询PmsProductAttribute记录
-
- int updateByExampleSelective(@Param("record") PmsProductAttribute record, @Param("example") PmsProductAttributeExample example); // 根据example条件更新PmsProductAttribute记录,只更新不为null的字段
-
- int updateByExample(@Param("record") PmsProductAttribute record, @Param("example") PmsProductAttributeExample example); // 根据example条件更新PmsProductAttribute记录
-
- int updateByPrimaryKeySelective(PmsProductAttribute record); // 根据主键id更新PmsProductAttribute记录,只更新不为null的字段
-
- int updateByPrimaryKey(PmsProductAttribute record); // 根据主键id更新PmsProductAttribute记录
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/PmsProductAttributeValueMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/PmsProductAttributeValueMapper.java
deleted file mode 100644
index db2eafd..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/PmsProductAttributeValueMapper.java
+++ /dev/null
@@ -1,32 +0,0 @@
-package com.macro.mall.mapper; // 定义了该接口所属的包名,用于Java的包管理
-
-import com.macro.mall.model.PmsProductAttributeValue; // 导入了PmsProductAttributeValue实体类,用于数据库表的映射
-import com.macro.mall.model.PmsProductAttributeValueExample; // 导入了PmsProductAttributeValueExample类,用于构建查询条件
-import java.util.List; // 导入了List接口,用于存储查询结果集
-import org.apache.ibatis.annotations.Param; // 导入了MyBatis的Param注解,用于指定参数名称
-
-public interface PmsProductAttributeValueMapper { // 声明了一个MyBatis的Mapper接口,用于数据库操作
- // 以下方法都是MyBatis映射的方法,用于数据库的CRUD操作
-
- long countByExample(PmsProductAttributeValueExample example); // 根据example条件统计记录数
-
- int deleteByExample(PmsProductAttributeValueExample example); // 根据example条件删除记录
-
- int deleteByPrimaryKey(Long id); // 根据主键id删除记录
-
- int insert(PmsProductAttributeValue record); // 插入一条PmsProductAttributeValue记录
-
- int insertSelective(PmsProductAttributeValue record); // 插入一条PmsProductAttributeValue记录,只插入不为null的字段
-
- List selectByExample(PmsProductAttributeValueExample example); // 根据example条件查询PmsProductAttributeValue记录
-
- PmsProductAttributeValue selectByPrimaryKey(Long id); // 根据主键id查询PmsProductAttributeValue记录
-
- int updateByExampleSelective(@Param("record") PmsProductAttributeValue record, @Param("example") PmsProductAttributeValueExample example); // 根据example条件更新PmsProductAttributeValue记录,只更新不为null的字段
-
- int updateByExample(@Param("record") PmsProductAttributeValue record, @Param("example") PmsProductAttributeValueExample example); // 根据example条件更新PmsProductAttributeValue记录
-
- int updateByPrimaryKeySelective(PmsProductAttributeValue record); // 根据主键id更新PmsProductAttributeValue记录,只更新不为null的字段
-
- int updateByPrimaryKey(PmsProductAttributeValue record); // 根据主键id更新PmsProductAttributeValue记录
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/PmsProductCategoryAttributeRelationMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/PmsProductCategoryAttributeRelationMapper.java
deleted file mode 100644
index 288f789..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/PmsProductCategoryAttributeRelationMapper.java
+++ /dev/null
@@ -1,32 +0,0 @@
-package com.macro.mall.mapper; // 定义了该接口所属的包名,用于Java的包管理
-
-import com.macro.mall.model.PmsProductCategoryAttributeRelation; // 导入了PmsProductCategoryAttributeRelation实体类,用于数据库表的映射
-import com.macro.mall.model.PmsProductCategoryAttributeRelationExample; // 导入了PmsProductCategoryAttributeRelationExample类,用于构建查询条件
-import java.util.List; // 导入了List接口,用于存储查询结果集
-import org.apache.ibatis.annotations.Param; // 导入了MyBatis的Param注解,用于指定参数名称
-
-public interface PmsProductCategoryAttributeRelationMapper { // 声明了一个MyBatis的Mapper接口,用于数据库操作
- // 以下方法都是MyBatis映射的方法,用于数据库的CRUD操作
-
- long countByExample(PmsProductCategoryAttributeRelationExample example); // 根据example条件统计记录数
-
- int deleteByExample(PmsProductCategoryAttributeRelationExample example); // 根据example条件删除记录
-
- int deleteByPrimaryKey(Long id); // 根据主键id删除记录
-
- int insert(PmsProductCategoryAttributeRelation record); // 插入一条PmsProductCategoryAttributeRelation记录
-
- int insertSelective(PmsProductCategoryAttributeRelation record); // 插入一条PmsProductCategoryAttributeRelation记录,只插入不为null的字段
-
- List selectByExample(PmsProductCategoryAttributeRelationExample example); // 根据example条件查询PmsProductCategoryAttributeRelation记录
-
- PmsProductCategoryAttributeRelation selectByPrimaryKey(Long id); // 根据主键id查询PmsProductCategoryAttributeRelation记录
-
- int updateByExampleSelective(@Param("record") PmsProductCategoryAttributeRelation record, @Param("example") PmsProductCategoryAttributeRelationExample example); // 根据example条件更新PmsProductCategoryAttributeRelation记录,只更新不为null的字段
-
- int updateByExample(@Param("record") PmsProductCategoryAttributeRelation record, @Param("example") PmsProductCategoryAttributeRelationExample example); // 根据example条件更新PmsProductCategoryAttributeRelation记录
-
- int updateByPrimaryKeySelective(PmsProductCategoryAttributeRelation record); // 根据主键id更新PmsProductCategoryAttributeRelation记录,只更新不为null的字段
-
- int updateByPrimaryKey(PmsProductCategoryAttributeRelation record); // 根据主键id更新PmsProductCategoryAttributeRelation记录
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/PmsProductCategoryMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/PmsProductCategoryMapper.java
deleted file mode 100644
index 8374e3e..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/PmsProductCategoryMapper.java
+++ /dev/null
@@ -1,38 +0,0 @@
-package com.macro.mall.mapper; // 定义了该接口所属的包名,用于Java的包管理
-
-import com.macro.mall.model.PmsProductCategory; // 导入了PmsProductCategory实体类,用于数据库表的映射
-import com.macro.mall.model.PmsProductCategoryExample; // 导入了PmsProductCategoryExample类,用于构建查询条件
-import java.util.List; // 导入了List接口,用于存储查询结果集
-import org.apache.ibatis.annotations.Param; // 导入了MyBatis的Param注解,用于指定参数名称
-
-public interface PmsProductCategoryMapper { // 声明了一个MyBatis的Mapper接口,用于数据库操作
- // 以下方法都是MyBatis映射的方法,用于数据库的CRUD操作
-
- long countByExample(PmsProductCategoryExample example); // 根据example条件统计记录数
-
- int deleteByExample(PmsProductCategoryExample example); // 根据example条件删除记录
-
- int deleteByPrimaryKey(Long id); // 根据主键id删除记录
-
- int insert(PmsProductCategory record); // 插入一条PmsProductCategory记录
-
- int insertSelective(PmsProductCategory record); // 插入一条PmsProductCategory记录,只插入不为null的字段
-
- List selectByExampleWithBLOBs(PmsProductCategoryExample example); // 根据example条件查询PmsProductCategory记录,包括BLOB字段
-
- List selectByExample(PmsProductCategoryExample example); // 根据example条件查询PmsProductCategory记录,不包括BLOB字段
-
- PmsProductCategory selectByPrimaryKey(Long id); // 根据主键id查询PmsProductCategory记录
-
- int updateByExampleSelective(@Param("record") PmsProductCategory record, @Param("example") PmsProductCategoryExample example); // 根据example条件更新PmsProductCategory记录,只更新不为null的字段
-
- int updateByExampleWithBLOBs(@Param("record") PmsProductCategory record, @Param("example") PmsProductCategoryExample example); // 根据example条件更新PmsProductCategory记录,包括BLOB字段
-
- int updateByExample(@Param("record") PmsProductCategory record, @Param("example") PmsProductCategoryExample example); // 根据example条件更新PmsProductCategory记录
-
- int updateByPrimaryKeySelective(PmsProductCategory record); // 根据主键id更新PmsProductCategory记录,只更新不为null的字段
-
- int updateByPrimaryKeyWithBLOBs(PmsProductCategory record); // 根据主键id更新PmsProductCategory记录,包括BLOB字段
-
- int updateByPrimaryKey(PmsProductCategory record); // 根据主键id更新PmsProductCategory记录
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/PmsProductFullReductionMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/PmsProductFullReductionMapper.java
deleted file mode 100644
index 3d95d58..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/PmsProductFullReductionMapper.java
+++ /dev/null
@@ -1,32 +0,0 @@
-package com.macro.mall.mapper; // 定义了该接口所属的包名,用于Java的包管理
-
-import com.macro.mall.model.PmsProductFullReduction; // 导入了PmsProductFullReduction实体类,用于数据库表的映射
-import com.macro.mall.model.PmsProductFullReductionExample; // 导入了PmsProductFullReductionExample类,用于构建查询条件
-import java.util.List; // 导入了List接口,用于存储查询结果集
-import org.apache.ibatis.annotations.Param; // 导入了MyBatis的Param注解,用于指定参数名称
-
-public interface PmsProductFullReductionMapper { // 声明了一个MyBatis的Mapper接口,用于数据库操作
- // 以下方法都是MyBatis映射的方法,用于数据库的CRUD操作
-
- long countByExample(PmsProductFullReductionExample example); // 根据example条件统计记录数
-
- int deleteByExample(PmsProductFullReductionExample example); // 根据example条件删除记录
-
- int deleteByPrimaryKey(Long id); // 根据主键id删除记录
-
- int insert(PmsProductFullReduction record); // 插入一条PmsProductFullReduction记录
-
- int insertSelective(PmsProductFullReduction record); // 插入一条PmsProductFullReduction记录,只插入不为null的字段
-
- List selectByExample(PmsProductFullReductionExample example); // 根据example条件查询PmsProductFullReduction记录
-
- PmsProductFullReduction selectByPrimaryKey(Long id); // 根据主键id查询PmsProductFullReduction记录
-
- int updateByExampleSelective(@Param("record") PmsProductFullReduction record, @Param("example") PmsProductFullReductionExample example); // 根据example条件更新PmsProductFullReduction记录,只更新不为null的字段
-
- int updateByExample(@Param("record") PmsProductFullReduction record, @Param("example") PmsProductFullReductionExample example); // 根据example条件更新PmsProductFullReduction记录
-
- int updateByPrimaryKeySelective(PmsProductFullReduction record); // 根据主键id更新PmsProductFullReduction记录,只更新不为null的字段
-
- int updateByPrimaryKey(PmsProductFullReduction record); // 根据主键id更新PmsProductFullReduction记录
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/PmsProductLadderMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/PmsProductLadderMapper.java
deleted file mode 100644
index ee3af84..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/PmsProductLadderMapper.java
+++ /dev/null
@@ -1,32 +0,0 @@
-package com.macro.mall.mapper; // 定义了该接口所属的包名,用于Java的包管理
-
-import com.macro.mall.model.PmsProductLadder; // 导入了PmsProductLadder实体类,用于数据库表的映射
-import com.macro.mall.model.PmsProductLadderExample; // 导入了PmsProductLadderExample类,用于构建查询条件
-import java.util.List; // 导入了List接口,用于存储查询结果集
-import org.apache.ibatis.annotations.Param; // 导入了MyBatis的Param注解,用于指定参数名称
-
-public interface PmsProductLadderMapper { // 声明了一个MyBatis的Mapper接口,用于数据库操作
- // 以下方法都是MyBatis映射的方法,用于数据库的CRUD操作
-
- long countByExample(PmsProductLadderExample example); // 根据example条件统计记录数
-
- int deleteByExample(PmsProductLadderExample example); // 根据example条件删除记录
-
- int deleteByPrimaryKey(Long id); // 根据主键id删除记录
-
- int insert(PmsProductLadder record); // 插入一条PmsProductLadder记录
-
- int insertSelective(PmsProductLadder record); // 插入一条PmsProductLadder记录,只插入不为null的字段
-
- List selectByExample(PmsProductLadderExample example); // 根据example条件查询PmsProductLadder记录
-
- PmsProductLadder selectByPrimaryKey(Long id); // 根据主键id查询PmsProductLadder记录
-
- int updateByExampleSelective(@Param("record") PmsProductLadder record, @Param("example") PmsProductLadderExample example); // 根据example条件更新PmsProductLadder记录,只更新不为null的字段
-
- int updateByExample(@Param("record") PmsProductLadder record, @Param("example") PmsProductLadderExample example); // 根据example条件更新PmsProductLadder记录
-
- int updateByPrimaryKeySelective(PmsProductLadder record); // 根据主键id更新PmsProductLadder记录,只更新不为null的字段
-
- int updateByPrimaryKey(PmsProductLadder record); // 根据主键id更新PmsProductLadder记录
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/PmsProductMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/PmsProductMapper.java
deleted file mode 100644
index b11c9f8..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/PmsProductMapper.java
+++ /dev/null
@@ -1,38 +0,0 @@
-package com.macro.mall.mapper; // 定义了该接口所属的包名,用于Java的包管理
-
-import com.macro.mall.model.PmsProduct; // 导入了PmsProduct实体类,用于数据库表的映射
-import com.macro.mall.model.PmsProductExample; // 导入了PmsProductExample类,用于构建查询条件
-import java.util.List; // 导入了List接口,用于存储查询结果集
-import org.apache.ibatis.annotations.Param; // 导入了MyBatis的Param注解,用于指定参数名称
-
-public interface PmsProductMapper { // 声明了一个MyBatis的Mapper接口,用于数据库操作
- // 以下方法都是MyBatis映射的方法,用于数据库的CRUD操作
-
- long countByExample(PmsProductExample example); // 根据example条件统计记录数
-
- int deleteByExample(PmsProductExample example); // 根据example条件删除记录
-
- int deleteByPrimaryKey(Long id); // 根据主键id删除记录
-
- int insert(PmsProduct record); // 插入一条PmsProduct记录
-
- int insertSelective(PmsProduct record); // 插入一条PmsProduct记录,只插入不为null的字段
-
- List selectByExampleWithBLOBs(PmsProductExample example); // 根据example条件查询PmsProduct记录,包括BLOB字段
-
- List selectByExample(PmsProductExample example); // 根据example条件查询PmsProduct记录,不包括BLOB字段
-
- PmsProduct selectByPrimaryKey(Long id); // 根据主键id查询PmsProduct记录
-
- int updateByExampleSelective(@Param("record") PmsProduct record, @Param("example") PmsProductExample example); // 根据example条件更新PmsProduct记录,只更新不为null的字段
-
- int updateByExampleWithBLOBs(@Param("record") PmsProduct record, @Param("example") PmsProductExample example); // 根据example条件更新PmsProduct记录,包括BLOB字段
-
- int updateByExample(@Param("record") PmsProduct record, @Param("example") PmsProductExample example); // 根据example条件更新PmsProduct记录
-
- int updateByPrimaryKeySelective(PmsProduct record); // 根据主键id更新PmsProduct记录,只更新不为null的字段
-
- int updateByPrimaryKeyWithBLOBs(PmsProduct record); // 根据主键id更新PmsProduct记录,包括BLOB字段
-
- int updateByPrimaryKey(PmsProduct record); // 根据主键id更新PmsProduct记录
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/PmsProductOperateLogMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/PmsProductOperateLogMapper.java
deleted file mode 100644
index 4c4e01b..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/PmsProductOperateLogMapper.java
+++ /dev/null
@@ -1,32 +0,0 @@
-package com.macro.mall.mapper; // 定义了该接口所属的包名,用于Java的包管理
-
-import com.macro.mall.model.PmsProductOperateLog; // 导入了PmsProductOperateLog实体类,用于数据库表的映射
-import com.macro.mall.model.PmsProductOperateLogExample; // 导入了PmsProductOperateLogExample类,用于构建查询条件
-import java.util.List; // 导入了List接口,用于存储查询结果集
-import org.apache.ibatis.annotations.Param; // 导入了MyBatis的Param注解,用于指定参数名称
-
-public interface PmsProductOperateLogMapper { // 声明了一个MyBatis的Mapper接口,用于数据库操作
- // 以下方法都是MyBatis映射的方法,用于数据库的CRUD操作
-
- long countByExample(PmsProductOperateLogExample example); // 根据example条件统计记录数
-
- int deleteByExample(PmsProductOperateLogExample example); // 根据example条件删除记录
-
- int deleteByPrimaryKey(Long id); // 根据主键id删除记录
-
- int insert(PmsProductOperateLog record); // 插入一条PmsProductOperateLog记录
-
- int insertSelective(PmsProductOperateLog record); // 插入一条PmsProductOperateLog记录,只插入不为null的字段
-
- List selectByExample(PmsProductOperateLogExample example); // 根据example条件查询PmsProductOperateLog记录
-
- PmsProductOperateLog selectByPrimaryKey(Long id); // 根据主键id查询PmsProductOperateLog记录
-
- int updateByExampleSelective(@Param("record") PmsProductOperateLog record, @Param("example") PmsProductOperateLogExample example); // 根据example条件更新PmsProductOperateLog记录,只更新不为null的字段
-
- int updateByExample(@Param("record") PmsProductOperateLog record, @Param("example") PmsProductOperateLogExample example); // 根据example条件更新PmsProductOperateLog记录
-
- int updateByPrimaryKeySelective(PmsProductOperateLog record); // 根据主键id更新PmsProductOperateLog记录,只更新不为null的字段
-
- int updateByPrimaryKey(PmsProductOperateLog record); // 根据主键id更新PmsProductOperateLog记录
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/PmsProductVertifyRecordMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/PmsProductVertifyRecordMapper.java
deleted file mode 100644
index e63f743..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/PmsProductVertifyRecordMapper.java
+++ /dev/null
@@ -1,32 +0,0 @@
-package com.macro.mall.mapper; // 定义了该接口所属的包名,用于Java的包管理
-
-import com.macro.mall.model.PmsProductVertifyRecord; // 导入了PmsProductVertifyRecord实体类,用于数据库表的映射
-import com.macro.mall.model.PmsProductVertifyRecordExample; // 导入了PmsProductVertifyRecordExample类,用于构建查询条件
-import java.util.List; // 导入了List接口,用于存储查询结果集
-import org.apache.ibatis.annotations.Param; // 导入了MyBatis的Param注解,用于指定参数名称
-
-public interface PmsProductVertifyRecordMapper { // 声明了一个MyBatis的Mapper接口,用于数据库操作
- // 以下方法都是MyBatis映射的方法,用于数据库的CRUD操作
-
- long countByExample(PmsProductVertifyRecordExample example); // 根据example条件统计记录数
-
- int deleteByExample(PmsProductVertifyRecordExample example); // 根据example条件删除记录
-
- int deleteByPrimaryKey(Long id); // 根据主键id删除记录
-
- int insert(PmsProductVertifyRecord record); // 插入一条PmsProductVertifyRecord记录
-
- int insertSelective(PmsProductVertifyRecord record); // 插入一条PmsProductVertifyRecord记录,只插入不为null的字段
-
- List selectByExample(PmsProductVertifyRecordExample example); // 根据example条件查询PmsProductVertifyRecord记录
-
- PmsProductVertifyRecord selectByPrimaryKey(Long id); // 根据主键id查询PmsProductVertifyRecord记录
-
- int updateByExampleSelective(@Param("record") PmsProductVertifyRecord record, @Param("example") PmsProductVertifyRecordExample example); // 根据example条件更新PmsProductVertifyRecord记录,只更新不为null的字段
-
- int updateByExample(@Param("record") PmsProductVertifyRecord record, @Param("example") PmsProductVertifyRecordExample example); // 根据example条件更新PmsProductVertifyRecord记录
-
- int updateByPrimaryKeySelective(PmsProductVertifyRecord record); // 根据主键id更新PmsProductVertifyRecord记录,只更新不为null的字段
-
- int updateByPrimaryKey(PmsProductVertifyRecord record); // 根据主键id更新PmsProductVertifyRecord记录
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/PmsSkuStockMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/PmsSkuStockMapper.java
deleted file mode 100644
index 1608253..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/PmsSkuStockMapper.java
+++ /dev/null
@@ -1,32 +0,0 @@
-package com.macro.mall.mapper; // 定义了该接口所属的包名,用于Java的包管理
-
-import com.macro.mall.model.PmsSkuStock; // 导入了PmsSkuStock实体类,用于数据库表的映射
-import com.macro.mall.model.PmsSkuStockExample; // 导入了PmsSkuStockExample类,用于构建查询条件
-import java.util.List; // 导入了List接口,用于存储查询结果集
-import org.apache.ibatis.annotations.Param; // 导入了MyBatis的Param注解,用于指定参数名称
-
-public interface PmsSkuStockMapper { // 声明了一个MyBatis的Mapper接口,用于数据库操作
- // 以下方法都是MyBatis映射的方法,用于数据库的CRUD操作
-
- long countByExample(PmsSkuStockExample example); // 根据example条件统计记录数
-
- int deleteByExample(PmsSkuStockExample example); // 根据example条件删除记录
-
- int deleteByPrimaryKey(Long id); // 根据主键id删除记录
-
- int insert(PmsSkuStock record); // 插入一条PmsSkuStock记录
-
- int insertSelective(PmsSkuStock record); // 插入一条PmsSkuStock记录,只插入不为null的字段
-
- List selectByExample(PmsSkuStockExample example); // 根据example条件查询PmsSkuStock记录
-
- PmsSkuStock selectByPrimaryKey(Long id); // 根据主键id查询PmsSkuStock记录
-
- int updateByExampleSelective(@Param("record") PmsSkuStock record, @Param("example") PmsSkuStockExample example); // 根据example条件更新PmsSkuStock记录,只更新不为null的字段
-
- int updateByExample(@Param("record") PmsSkuStock record, @Param("example") PmsSkuStockExample example); // 根据example条件更新PmsSkuStock记录
-
- int updateByPrimaryKeySelective(PmsSkuStock record); // 根据主键id更新PmsSkuStock记录,只更新不为null的字段
-
- int updateByPrimaryKey(PmsSkuStock record); // 根据主键id更新PmsSkuStock记录
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/SmsCouponHistoryMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/SmsCouponHistoryMapper.java
deleted file mode 100644
index 2ec6899..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/SmsCouponHistoryMapper.java
+++ /dev/null
@@ -1,32 +0,0 @@
-package com.macro.mall.mapper; // 定义了该接口所属的包名,用于Java的包管理
-
-import com.macro.mall.model.SmsCouponHistory; // 导入了SmsCouponHistory实体类,用于数据库表的映射
-import com.macro.mall.model.SmsCouponHistoryExample; // 导入了SmsCouponHistoryExample类,用于构建查询条件
-import java.util.List; // 导入了List接口,用于存储查询结果集
-import org.apache.ibatis.annotations.Param; // 导入了MyBatis的Param注解,用于指定参数名称
-
-public interface SmsCouponHistoryMapper { // 声明了一个MyBatis的Mapper接口,用于数据库操作
- // 以下方法都是MyBatis映射的方法,用于数据库的CRUD操作
-
- long countByExample(SmsCouponHistoryExample example); // 根据example条件统计记录数
-
- int deleteByExample(SmsCouponHistoryExample example); // 根据example条件删除记录
-
- int deleteByPrimaryKey(Long id); // 根据主键id删除记录
-
- int insert(SmsCouponHistory record); // 插入一条SmsCouponHistory记录
-
- int insertSelective(SmsCouponHistory record); // 插入一条SmsCouponHistory记录,只插入不为null的字段
-
- List selectByExample(SmsCouponHistoryExample example); // 根据example条件查询SmsCouponHistory记录
-
- SmsCouponHistory selectByPrimaryKey(Long id); // 根据主键id查询SmsCouponHistory记录
-
- int updateByExampleSelective(@Param("record") SmsCouponHistory record, @Param("example") SmsCouponHistoryExample example); // 根据example条件更新SmsCouponHistory记录,只更新不为null的字段
-
- int updateByExample(@Param("record") SmsCouponHistory record, @Param("example") SmsCouponHistoryExample example); // 根据example条件更新SmsCouponHistory记录
-
- int updateByPrimaryKeySelective(SmsCouponHistory record); // 根据主键id更新SmsCouponHistory记录,只更新不为null的字段
-
- int updateByPrimaryKey(SmsCouponHistory record); // 根据主键id更新SmsCouponHistory记录
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/SmsCouponMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/SmsCouponMapper.java
deleted file mode 100644
index a8d2e5d..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/SmsCouponMapper.java
+++ /dev/null
@@ -1,32 +0,0 @@
-package com.macro.mall.mapper; // 定义了该接口所属的包名,用于Java的包管理
-
-import com.macro.mall.model.SmsCoupon; // 导入了SmsCoupon实体类,用于数据库表的映射
-import com.macro.mall.model.SmsCouponExample; // 导入了SmsCouponExample类,用于构建查询条件
-import java.util.List; // 导入了List接口,用于存储查询结果集
-import org.apache.ibatis.annotations.Param; // 导入了MyBatis的Param注解,用于指定参数名称
-
-public interface SmsCouponMapper { // 声明了一个MyBatis的Mapper接口,用于数据库操作
- // 以下方法都是MyBatis映射的方法,用于数据库的CRUD操作
-
- long countByExample(SmsCouponExample example); // 根据example条件统计记录数
-
- int deleteByExample(SmsCouponExample example); // 根据example条件删除记录
-
- int deleteByPrimaryKey(Long id); // 根据主键id删除记录
-
- int insert(SmsCoupon record); // 插入一条SmsCoupon记录
-
- int insertSelective(SmsCoupon record); // 插入一条SmsCoupon记录,只插入不为null的字段
-
- List selectByExample(SmsCouponExample example); // 根据example条件查询SmsCoupon记录
-
- SmsCoupon selectByPrimaryKey(Long id); // 根据主键id查询SmsCoupon记录
-
- int updateByExampleSelective(@Param("record") SmsCoupon record, @Param("example") SmsCouponExample example); // 根据example条件更新SmsCoupon记录,只更新不为null的字段
-
- int updateByExample(@Param("record") SmsCoupon record, @Param("example") SmsCouponExample example); // 根据example条件更新SmsCoupon记录
-
- int updateByPrimaryKeySelective(SmsCoupon record); // 根据主键id更新SmsCoupon记录,只更新不为null的字段
-
- int updateByPrimaryKey(SmsCoupon record); // 根据主键id更新SmsCoupon记录
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/SmsCouponProductCategoryRelationMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/SmsCouponProductCategoryRelationMapper.java
deleted file mode 100644
index df8b8ee..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/SmsCouponProductCategoryRelationMapper.java
+++ /dev/null
@@ -1,32 +0,0 @@
-package com.macro.mall.mapper; // 定义了该接口所属的包名,用于Java的包管理
-
-import com.macro.mall.model.SmsCouponProductCategoryRelation; // 导入了SmsCouponProductCategoryRelation实体类,用于数据库表的映射
-import com.macro.mall.model.SmsCouponProductCategoryRelationExample; // 导入了SmsCouponProductCategoryRelationExample类,用于构建查询条件
-import java.util.List; // 导入了List接口,用于存储查询结果集
-import org.apache.ibatis.annotations.Param; // 导入了MyBatis的Param注解,用于指定参数名称
-
-public interface SmsCouponProductCategoryRelationMapper { // 声明了一个MyBatis的Mapper接口,用于数据库操作
- // 以下方法都是MyBatis映射的方法,用于数据库的CRUD操作
-
- long countByExample(SmsCouponProductCategoryRelationExample example); // 根据example条件统计记录数
-
- int deleteByExample(SmsCouponProductCategoryRelationExample example); // 根据example条件删除记录
-
- int deleteByPrimaryKey(Long id); // 根据主键id删除记录
-
- int insert(SmsCouponProductCategoryRelation record); // 插入一条SmsCouponProductCategoryRelation记录
-
- int insertSelective(SmsCouponProductCategoryRelation record); // 插入一条SmsCouponProductCategoryRelation记录,只插入不为null的字段
-
- List selectByExample(SmsCouponProductCategoryRelationExample example); // 根据example条件查询SmsCouponProductCategoryRelation记录
-
- SmsCouponProductCategoryRelation selectByPrimaryKey(Long id); // 根据主键id查询SmsCouponProductCategoryRelation记录
-
- int updateByExampleSelective(@Param("record") SmsCouponProductCategoryRelation record, @Param("example") SmsCouponProductCategoryRelationExample example); // 根据example条件更新SmsCouponProductCategoryRelation记录,只更新不为null的字段
-
- int updateByExample(@Param("record") SmsCouponProductCategoryRelation record, @Param("example") SmsCouponProductCategoryRelationExample example); // 根据example条件更新SmsCouponProductCategoryRelation记录
-
- int updateByPrimaryKeySelective(SmsCouponProductCategoryRelation record); // 根据主键id更新SmsCouponProductCategoryRelation记录,只更新不为null的字段
-
- int updateByPrimaryKey(SmsCouponProductCategoryRelation record); // 根据主键id更新SmsCouponProductCategoryRelation记录
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/SmsCouponProductRelationMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/SmsCouponProductRelationMapper.java
deleted file mode 100644
index c0c0cb7..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/SmsCouponProductRelationMapper.java
+++ /dev/null
@@ -1,32 +0,0 @@
-package com.macro.mall.mapper; // 定义了该接口所属的包名,用于Java的包管理
-
-import com.macro.mall.model.SmsCouponProductRelation; // 导入了SmsCouponProductRelation实体类,用于数据库表的映射
-import com.macro.mall.model.SmsCouponProductRelationExample; // 导入了SmsCouponProductRelationExample类,用于构建查询条件
-import java.util.List; // 导入了List接口,用于存储查询结果集
-import org.apache.ibatis.annotations.Param; // 导入了MyBatis的Param注解,用于指定参数名称
-
-public interface SmsCouponProductRelationMapper { // 声明了一个MyBatis的Mapper接口,用于数据库操作
- // 以下方法都是MyBatis映射的方法,用于数据库的CRUD操作
-
- long countByExample(SmsCouponProductRelationExample example); // 根据example条件统计记录数
-
- int deleteByExample(SmsCouponProductRelationExample example); // 根据example条件删除记录
-
- int deleteByPrimaryKey(Long id); // 根据主键id删除记录
-
- int insert(SmsCouponProductRelation record); // 插入一条SmsCouponProductRelation记录
-
- int insertSelective(SmsCouponProductRelation record); // 插入一条SmsCouponProductRelation记录,只插入不为null的字段
-
- List selectByExample(SmsCouponProductRelationExample example); // 根据example条件查询SmsCouponProductRelation记录
-
- SmsCouponProductRelation selectByPrimaryKey(Long id); // 根据主键id查询SmsCouponProductRelation记录
-
- int updateByExampleSelective(@Param("record") SmsCouponProductRelation record, @Param("example") SmsCouponProductRelationExample example); // 根据example条件更新SmsCouponProductRelation记录,只更新不为null的字段
-
- int updateByExample(@Param("record") SmsCouponProductRelation record, @Param("example") SmsCouponProductRelationExample example); // 根据example条件更新SmsCouponProductRelation记录
-
- int updateByPrimaryKeySelective(SmsCouponProductRelation record); // 根据主键id更新SmsCouponProductRelation记录,只更新不为null的字段
-
- int updateByPrimaryKey(SmsCouponProductRelation record); // 根据主键id更新SmsCouponProductRelation记录
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/SmsFlashPromotionLogMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/SmsFlashPromotionLogMapper.java
deleted file mode 100644
index c5c21ef..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/SmsFlashPromotionLogMapper.java
+++ /dev/null
@@ -1,32 +0,0 @@
-package com.macro.mall.mapper; // 定义了该接口所属的包名,用于Java的包管理
-
-import com.macro.mall.model.SmsFlashPromotionLog; // 导入了SmsFlashPromotionLog实体类,用于数据库表的映射
-import com.macro.mall.model.SmsFlashPromotionLogExample; // 导入了SmsFlashPromotionLogExample类,用于构建查询条件
-import java.util.List; // 导入了List接口,用于存储查询结果集
-import org.apache.ibatis.annotations.Param; // 导入了MyBatis的Param注解,用于指定参数名称
-
-public interface SmsFlashPromotionLogMapper { // 声明了一个MyBatis的Mapper接口,用于数据库操作
- // 以下方法都是MyBatis映射的方法,用于数据库的CRUD操作
-
- long countByExample(SmsFlashPromotionLogExample example); // 根据example条件统计记录数
-
- int deleteByExample(SmsFlashPromotionLogExample example); // 根据example条件删除记录
-
- int deleteByPrimaryKey(Integer id); // 根据主键id删除记录,这里使用的是Integer类型
-
- int insert(SmsFlashPromotionLog record); // 插入一条SmsFlashPromotionLog记录
-
- int insertSelective(SmsFlashPromotionLog record); // 插入一条SmsFlashPromotionLog记录,只插入不为null的字段
-
- List selectByExample(SmsFlashPromotionLogExample example); // 根据example条件查询SmsFlashPromotionLog记录
-
- SmsFlashPromotionLog selectByPrimaryKey(Integer id); // 根据主键id查询SmsFlashPromotionLog记录,这里使用的是Integer类型
-
- int updateByExampleSelective(@Param("record") SmsFlashPromotionLog record, @Param("example") SmsFlashPromotionLogExample example); // 根据example条件更新SmsFlashPromotionLog记录,只更新不为null的字段
-
- int updateByExample(@Param("record") SmsFlashPromotionLog record, @Param("example") SmsFlashPromotionLogExample example); // 根据example条件更新SmsFlashPromotionLog记录
-
- int updateByPrimaryKeySelective(SmsFlashPromotionLog record); // 根据主键id更新SmsFlashPromotionLog记录,只更新不为null的字段
-
- int updateByPrimaryKey(SmsFlashPromotionLog record); // 根据主键id更新SmsFlashPromotionLog记录
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/SmsFlashPromotionMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/SmsFlashPromotionMapper.java
deleted file mode 100644
index add2e12..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/SmsFlashPromotionMapper.java
+++ /dev/null
@@ -1,32 +0,0 @@
-package com.macro.mall.mapper; // 定义了该接口所属的包名,用于Java的包管理
-
-import com.macro.mall.model.SmsFlashPromotion; // 导入了SmsFlashPromotion实体类,用于数据库表的映射
-import com.macro.mall.model.SmsFlashPromotionExample; // 导入了SmsFlashPromotionExample类,用于构建查询条件
-import java.util.List; // 导入了List接口,用于存储查询结果集
-import org.apache.ibatis.annotations.Param; // 导入了MyBatis的Param注解,用于指定参数名称
-
-public interface SmsFlashPromotionMapper { // 声明了一个MyBatis的Mapper接口,用于数据库操作
- // 以下方法都是MyBatis映射的方法,用于数据库的CRUD操作
-
- long countByExample(SmsFlashPromotionExample example); // 根据example条件统计记录数
-
- int deleteByExample(SmsFlashPromotionExample example); // 根据example条件删除记录
-
- int deleteByPrimaryKey(Long id); // 根据主键id删除记录
-
- int insert(SmsFlashPromotion record); // 插入一条SmsFlashPromotion记录
-
- int insertSelective(SmsFlashPromotion record); // 插入一条SmsFlashPromotion记录,只插入不为null的字段
-
- List selectByExample(SmsFlashPromotionExample example); // 根据example条件查询SmsFlashPromotion记录
-
- SmsFlashPromotion selectByPrimaryKey(Long id); // 根据主键id查询SmsFlashPromotion记录
-
- int updateByExampleSelective(@Param("record") SmsFlashPromotion record, @Param("example") SmsFlashPromotionExample example); // 根据example条件更新SmsFlashPromotion记录,只更新不为null的字段
-
- int updateByExample(@Param("record") SmsFlashPromotion record, @Param("example") SmsFlashPromotionExample example); // 根据example条件更新SmsFlashPromotion记录
-
- int updateByPrimaryKeySelective(SmsFlashPromotion record); // 根据主键id更新SmsFlashPromotion记录,只更新不为null的字段
-
- int updateByPrimaryKey(SmsFlashPromotion record); // 根据主键id更新SmsFlashPromotion记录
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/SmsFlashPromotionProductRelationMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/SmsFlashPromotionProductRelationMapper.java
deleted file mode 100644
index bd7ced1..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/SmsFlashPromotionProductRelationMapper.java
+++ /dev/null
@@ -1,32 +0,0 @@
-package com.macro.mall.mapper; // 定义了该接口所属的包名,用于Java的包管理
-
-import com.macro.mall.model.SmsFlashPromotionProductRelation; // 导入了SmsFlashPromotionProductRelation实体类,用于数据库表的映射
-import com.macro.mall.model.SmsFlashPromotionProductRelationExample; // 导入了SmsFlashPromotionProductRelationExample类,用于构建查询条件
-import java.util.List; // 导入了List接口,用于存储查询结果集
-import org.apache.ibatis.annotations.Param; // 导入了MyBatis的Param注解,用于指定参数名称
-
-public interface SmsFlashPromotionProductRelationMapper { // 声明了一个MyBatis的Mapper接口,用于数据库操作
- // 以下方法都是MyBatis映射的方法,用于数据库的CRUD操作
-
- long countByExample(SmsFlashPromotionProductRelationExample example); // 根据example条件统计记录数
-
- int deleteByExample(SmsFlashPromotionProductRelationExample example); // 根据example条件删除记录
-
- int deleteByPrimaryKey(Long id); // 根据主键id删除记录
-
- int insert(SmsFlashPromotionProductRelation record); // 插入一条SmsFlashPromotionProductRelation记录
-
- int insertSelective(SmsFlashPromotionProductRelation record); // 插入一条SmsFlashPromotionProductRelation记录,只插入不为null的字段
-
- List selectByExample(SmsFlashPromotionProductRelationExample example); // 根据example条件查询SmsFlashPromotionProductRelation记录
-
- SmsFlashPromotionProductRelation selectByPrimaryKey(Long id); // 根据主键id查询SmsFlashPromotionProductRelation记录
-
- int updateByExampleSelective(@Param("record") SmsFlashPromotionProductRelation record, @Param("example") SmsFlashPromotionProductRelationExample example); // 根据example条件更新SmsFlashPromotionProductRelation记录,只更新不为null的字段
-
- int updateByExample(@Param("record") SmsFlashPromotionProductRelation record, @Param("example") SmsFlashPromotionProductRelationExample example); // 根据example条件更新SmsFlashPromotionProductRelation记录
-
- int updateByPrimaryKeySelective(SmsFlashPromotionProductRelation record); // 根据主键id更新SmsFlashPromotionProductRelation记录,只更新不为null的字段
-
- int updateByPrimaryKey(SmsFlashPromotionProductRelation record); // 根据主键id更新SmsFlashPromotionProductRelation记录
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/SmsFlashPromotionSessionMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/SmsFlashPromotionSessionMapper.java
deleted file mode 100644
index 9d91eb3..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/SmsFlashPromotionSessionMapper.java
+++ /dev/null
@@ -1,32 +0,0 @@
-package com.macro.mall.mapper; // 定义了该接口所属的包名,用于Java的包管理
-
-import com.macro.mall.model.SmsFlashPromotionSession; // 导入了SmsFlashPromotionSession实体类,用于数据库表的映射
-import com.macro.mall.model.SmsFlashPromotionSessionExample; // 导入了SmsFlashPromotionSessionExample类,用于构建查询条件
-import java.util.List; // 导入了List接口,用于存储查询结果集
-import org.apache.ibatis.annotations.Param; // 导入了MyBatis的Param注解,用于指定参数名称
-
-public interface SmsFlashPromotionSessionMapper { // 声明了一个MyBatis的Mapper接口,用于数据库操作
- // 以下方法都是MyBatis映射的方法,用于数据库的CRUD操作
-
- long countByExample(SmsFlashPromotionSessionExample example); // 根据example条件统计记录数
-
- int deleteByExample(SmsFlashPromotionSessionExample example); // 根据example条件删除记录
-
- int deleteByPrimaryKey(Long id); // 根据主键id删除记录
-
- int insert(SmsFlashPromotionSession record); // 插入一条SmsFlashPromotionSession记录
-
- int insertSelective(SmsFlashPromotionSession record); // 插入一条SmsFlashPromotionSession记录,只插入不为null的字段
-
- List selectByExample(SmsFlashPromotionSessionExample example); // 根据example条件查询SmsFlashPromotionSession记录
-
- SmsFlashPromotionSession selectByPrimaryKey(Long id); // 根据主键id查询SmsFlashPromotionSession记录
-
- int updateByExampleSelective(@Param("record") SmsFlashPromotionSession record, @Param("example") SmsFlashPromotionSessionExample example); // 根据example条件更新SmsFlashPromotionSession记录,只更新不为null的字段
-
- int updateByExample(@Param("record") SmsFlashPromotionSession record, @Param("example") SmsFlashPromotionSessionExample example); // 根据example条件更新SmsFlashPromotionSession记录
-
- int updateByPrimaryKeySelective(SmsFlashPromotionSession record); // 根据主键id更新SmsFlashPromotionSession记录,只更新不为null的字段
-
- int updateByPrimaryKey(SmsFlashPromotionSession record); // 根据主键id更新SmsFlashPromotionSession记录
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/SmsHomeAdvertiseMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/SmsHomeAdvertiseMapper.java
deleted file mode 100644
index 101e2ee..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/SmsHomeAdvertiseMapper.java
+++ /dev/null
@@ -1,32 +0,0 @@
-package com.macro.mall.mapper; // 定义了该接口所属的包名,用于Java的包管理
-
-import com.macro.mall.model.SmsHomeAdvertise; // 导入了SmsHomeAdvertise实体类,用于数据库表的映射
-import com.macro.mall.model.SmsHomeAdvertiseExample; // 导入了SmsHomeAdvertiseExample类,用于构建查询条件
-import java.util.List; // 导入了List接口,用于存储查询结果集
-import org.apache.ibatis.annotations.Param; // 导入了MyBatis的Param注解,用于指定参数名称
-
-public interface SmsHomeAdvertiseMapper { // 声明了一个MyBatis的Mapper接口,用于数据库操作
- // 以下方法都是MyBatis映射的方法,用于数据库的CRUD操作
-
- long countByExample(SmsHomeAdvertiseExample example); // 根据example条件统计记录数
-
- int deleteByExample(SmsHomeAdvertiseExample example); // 根据example条件删除记录
-
- int deleteByPrimaryKey(Long id); // 根据主键id删除记录
-
- int insert(SmsHomeAdvertise record); // 插入一条SmsHomeAdvertise记录
-
- int insertSelective(SmsHomeAdvertise record); // 插入一条SmsHomeAdvertise记录,只插入不为null的字段
-
- List selectByExample(SmsHomeAdvertiseExample example); // 根据example条件查询SmsHomeAdvertise记录
-
- SmsHomeAdvertise selectByPrimaryKey(Long id); // 根据主键id查询SmsHomeAdvertise记录
-
- int updateByExampleSelective(@Param("record") SmsHomeAdvertise record, @Param("example") SmsHomeAdvertiseExample example); // 根据example条件更新SmsHomeAdvertise记录,只更新不为null的字段
-
- int updateByExample(@Param("record") SmsHomeAdvertise record, @Param("example") SmsHomeAdvertiseExample example); // 根据example条件更新SmsHomeAdvertise记录
-
- int updateByPrimaryKeySelective(SmsHomeAdvertise record); // 根据主键id更新SmsHomeAdvertise记录,只更新不为null的字段
-
- int updateByPrimaryKey(SmsHomeAdvertise record); // 根据主键id更新SmsHomeAdvertise记录
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/SmsHomeBrandMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/SmsHomeBrandMapper.java
deleted file mode 100644
index dbd375d..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/SmsHomeBrandMapper.java
+++ /dev/null
@@ -1,32 +0,0 @@
-package com.macro.mall.mapper; // 定义了该接口所属的包名,用于Java的包管理
-
-import com.macro.mall.model.SmsHomeBrand; // 导入了SmsHomeBrand实体类,用于数据库表的映射
-import com.macro.mall.model.SmsHomeBrandExample; // 导入了SmsHomeBrandExample类,用于构建查询条件
-import java.util.List; // 导入了List接口,用于存储查询结果集
-import org.apache.ibatis.annotations.Param; // 导入了MyBatis的Param注解,用于指定参数名称
-
-public interface SmsHomeBrandMapper { // 声明了一个MyBatis的Mapper接口,用于数据库操作
- // 以下方法都是MyBatis映射的方法,用于数据库的CRUD操作
-
- long countByExample(SmsHomeBrandExample example); // 根据example条件统计记录数
-
- int deleteByExample(SmsHomeBrandExample example); // 根据example条件删除记录
-
- int deleteByPrimaryKey(Long id); // 根据主键id删除记录
-
- int insert(SmsHomeBrand record); // 插入一条SmsHomeBrand记录
-
- int insertSelective(SmsHomeBrand record); // 插入一条SmsHomeBrand记录,只插入不为null的字段
-
- List selectByExample(SmsHomeBrandExample example); // 根据example条件查询SmsHomeBrand记录
-
- SmsHomeBrand selectByPrimaryKey(Long id); // 根据主键id查询SmsHomeBrand记录
-
- int updateByExampleSelective(@Param("record") SmsHomeBrand record, @Param("example") SmsHomeBrandExample example); // 根据example条件更新SmsHomeBrand记录,只更新不为null的字段
-
- int updateByExample(@Param("record") SmsHomeBrand record, @Param("example") SmsHomeBrandExample example); // 根据example条件更新SmsHomeBrand记录
-
- int updateByPrimaryKeySelective(SmsHomeBrand record); // 根据主键id更新SmsHomeBrand记录,只更新不为null的字段
-
- int updateByPrimaryKey(SmsHomeBrand record); // 根据主键id更新SmsHomeBrand记录
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/SmsHomeNewProductMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/SmsHomeNewProductMapper.java
deleted file mode 100644
index 0e4b515..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/SmsHomeNewProductMapper.java
+++ /dev/null
@@ -1,32 +0,0 @@
-package com.macro.mall.mapper; // 定义了该接口所属的包名,用于Java的包管理
-
-import com.macro.mall.model.SmsHomeNewProduct; // 导入了SmsHomeNewProduct实体类,用于数据库表的映射
-import com.macro.mall.model.SmsHomeNewProductExample; // 导入了SmsHomeNewProductExample类,用于构建查询条件
-import java.util.List; // 导入了List接口,用于存储查询结果集
-import org.apache.ibatis.annotations.Param; // 导入了MyBatis的Param注解,用于指定参数名称
-
-public interface SmsHomeNewProductMapper { // 声明了一个MyBatis的Mapper接口,用于数据库操作
- // 以下方法都是MyBatis映射的方法,用于数据库的CRUD操作
-
- long countByExample(SmsHomeNewProductExample example); // 根据example条件统计记录数
-
- int deleteByExample(SmsHomeNewProductExample example); // 根据example条件删除记录
-
- int deleteByPrimaryKey(Long id); // 根据主键id删除记录
-
- int insert(SmsHomeNewProduct record); // 插入一条SmsHomeNewProduct记录
-
- int insertSelective(SmsHomeNewProduct record); // 插入一条SmsHomeNewProduct记录,只插入不为null的字段
-
- List selectByExample(SmsHomeNewProductExample example); // 根据example条件查询SmsHomeNewProduct记录
-
- SmsHomeNewProduct selectByPrimaryKey(Long id); // 根据主键id查询SmsHomeNewProduct记录
-
- int updateByExampleSelective(@Param("record") SmsHomeNewProduct record, @Param("example") SmsHomeNewProductExample example); // 根据example条件更新SmsHomeNewProduct记录,只更新不为null的字段
-
- int updateByExample(@Param("record") SmsHomeNewProduct record, @Param("example") SmsHomeNewProductExample example); // 根据example条件更新SmsHomeNewProduct记录
-
- int updateByPrimaryKeySelective(SmsHomeNewProduct record); // 根据主键id更新SmsHomeNewProduct记录,只更新不为null的字段
-
- int updateByPrimaryKey(SmsHomeNewProduct record); // 根据主键id更新SmsHomeNewProduct记录
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/SmsHomeRecommendProductMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/SmsHomeRecommendProductMapper.java
deleted file mode 100644
index 04c32f7..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/SmsHomeRecommendProductMapper.java
+++ /dev/null
@@ -1,32 +0,0 @@
-package com.macro.mall.mapper; // 定义了该接口所属的包名,用于Java的包管理
-
-import com.macro.mall.model.SmsHomeRecommendProduct; // 导入了SmsHomeRecommendProduct实体类,用于数据库表的映射
-import com.macro.mall.model.SmsHomeRecommendProductExample; // 导入了SmsHomeRecommendProductExample类,用于构建查询条件
-import java.util.List; // 导入了List接口,用于存储查询结果集
-import org.apache.ibatis.annotations.Param; // 导入了MyBatis的Param注解,用于指定参数名称
-
-public interface SmsHomeRecommendProductMapper { // 声明了一个MyBatis的Mapper接口,用于数据库操作
- // 以下方法都是MyBatis映射的方法,用于数据库的CRUD操作
-
- long countByExample(SmsHomeRecommendProductExample example); // 根据example条件统计记录数
-
- int deleteByExample(SmsHomeRecommendProductExample example); // 根据example条件删除记录
-
- int deleteByPrimaryKey(Long id); // 根据主键id删除记录
-
- int insert(SmsHomeRecommendProduct record); // 插入一条SmsHomeRecommendProduct记录
-
- int insertSelective(SmsHomeRecommendProduct record); // 插入一条SmsHomeRecommendProduct记录,只插入不为null的字段
-
- List selectByExample(SmsHomeRecommendProductExample example); // 根据example条件查询SmsHomeRecommendProduct记录
-
- SmsHomeRecommendProduct selectByPrimaryKey(Long id); // 根据主键id查询SmsHomeRecommendProduct记录
-
- int updateByExampleSelective(@Param("record") SmsHomeRecommendProduct record, @Param("example") SmsHomeRecommendProductExample example); // 根据example条件更新SmsHomeRecommendProduct记录,只更新不为null的字段
-
- int updateByExample(@Param("record") SmsHomeRecommendProduct record, @Param("example") SmsHomeRecommendProductExample example); // 根据example条件更新SmsHomeRecommendProduct记录
-
- int updateByPrimaryKeySelective(SmsHomeRecommendProduct record); // 根据主键id更新SmsHomeRecommendProduct记录,只更新不为null的字段
-
- int updateByPrimaryKey(SmsHomeRecommendProduct record); // 根据主键id更新SmsHomeRecommendProduct记录
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/SmsHomeRecommendSubjectMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/SmsHomeRecommendSubjectMapper.java
deleted file mode 100644
index 81c4bb2..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/SmsHomeRecommendSubjectMapper.java
+++ /dev/null
@@ -1,32 +0,0 @@
-package com.macro.mall.mapper; // 定义了该接口所属的包名,用于Java的包管理
-
-import com.macro.mall.model.SmsHomeRecommendSubject; // 导入了SmsHomeRecommendSubject实体类,用于数据库表的映射
-import com.macro.mall.model.SmsHomeRecommendSubjectExample; // 导入了SmsHomeRecommendSubjectExample类,用于构建查询条件
-import java.util.List; // 导入了List接口,用于存储查询结果集
-import org.apache.ibatis.annotations.Param; // 导入了MyBatis的Param注解,用于指定参数名称
-
-public interface SmsHomeRecommendSubjectMapper { // 声明了一个MyBatis的Mapper接口,用于数据库操作
- // 以下方法都是MyBatis映射的方法,用于数据库的CRUD操作
-
- long countByExample(SmsHomeRecommendSubjectExample example); // 根据example条件统计记录数
-
- int deleteByExample(SmsHomeRecommendSubjectExample example); // 根据example条件删除记录
-
- int deleteByPrimaryKey(Long id); // 根据主键id删除记录
-
- int insert(SmsHomeRecommendSubject record); // 插入一条SmsHomeRecommendSubject记录
-
- int insertSelective(SmsHomeRecommendSubject record); // 插入一条SmsHomeRecommendSubject记录,只插入不为null的字段
-
- List selectByExample(SmsHomeRecommendSubjectExample example); // 根据example条件查询SmsHomeRecommendSubject记录
-
- SmsHomeRecommendSubject selectByPrimaryKey(Long id); // 根据主键id查询SmsHomeRecommendSubject记录
-
- int updateByExampleSelective(@Param("record") SmsHomeRecommendSubject record, @Param("example") SmsHomeRecommendSubjectExample example); // 根据example条件更新SmsHomeRecommendSubject记录,只更新不为null的字段
-
- int updateByExample(@Param("record") SmsHomeRecommendSubject record, @Param("example") SmsHomeRecommendSubjectExample example); // 根据example条件更新SmsHomeRecommendSubject记录
-
- int updateByPrimaryKeySelective(SmsHomeRecommendSubject record); // 根据主键id更新SmsHomeRecommendSubject记录,只更新不为null的字段
-
- int updateByPrimaryKey(SmsHomeRecommendSubject record); // 根据主键id更新SmsHomeRecommendSubject记录
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/UmsAdminLoginLogMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/UmsAdminLoginLogMapper.java
deleted file mode 100644
index b99f519..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/UmsAdminLoginLogMapper.java
+++ /dev/null
@@ -1,32 +0,0 @@
-package com.macro.mall.mapper; // 定义了该接口所属的包名,用于Java的包管理
-
-import com.macro.mall.model.UmsAdminLoginLog; // 导入了UmsAdminLoginLog实体类,用于数据库表的映射
-import com.macro.mall.model.UmsAdminLoginLogExample; // 导入了UmsAdminLoginLogExample类,用于构建查询条件
-import java.util.List; // 导入了List接口,用于存储查询结果集
-import org.apache.ibatis.annotations.Param; // 导入了MyBatis的Param注解,用于指定参数名称
-
-public interface UmsAdminLoginLogMapper { // 声明了一个MyBatis的Mapper接口,用于数据库操作
- // 以下方法都是MyBatis映射的方法,用于数据库的CRUD操作
-
- long countByExample(UmsAdminLoginLogExample example); // 根据example条件统计记录数
-
- int deleteByExample(UmsAdminLoginLogExample example); // 根据example条件删除记录
-
- int deleteByPrimaryKey(Long id); // 根据主键id删除记录
-
- int insert(UmsAdminLoginLog record); // 插入一条UmsAdminLoginLog记录
-
- int insertSelective(UmsAdminLoginLog record); // 插入一条UmsAdminLoginLog记录,只插入不为null的字段
-
- List selectByExample(UmsAdminLoginLogExample example); // 根据example条件查询UmsAdminLoginLog记录
-
- UmsAdminLoginLog selectByPrimaryKey(Long id); // 根据主键id查询UmsAdminLoginLog记录
-
- int updateByExampleSelective(@Param("record") UmsAdminLoginLog record, @Param("example") UmsAdminLoginLogExample example); // 根据example条件更新UmsAdminLoginLog记录,只更新不为null的字段
-
- int updateByExample(@Param("record") UmsAdminLoginLog record, @Param("example") UmsAdminLoginLogExample example); // 根据example条件更新UmsAdminLoginLog记录
-
- int updateByPrimaryKeySelective(UmsAdminLoginLog record); // 根据主键id更新UmsAdminLoginLog记录,只更新不为null的字段
-
- int updateByPrimaryKey(UmsAdminLoginLog record); // 根据主键id更新UmsAdminLoginLog记录
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/UmsAdminMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/UmsAdminMapper.java
deleted file mode 100644
index 0904776..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/UmsAdminMapper.java
+++ /dev/null
@@ -1,32 +0,0 @@
-package com.macro.mall.mapper; // 定义了该接口所属的包名,用于Java的包管理
-
-import com.macro.mall.model.UmsAdmin; // 导入了UmsAdmin实体类,用于数据库表的映射
-import com.macro.mall.model.UmsAdminExample; // 导入了UmsAdminExample类,用于构建查询条件
-import java.util.List; // 导入了List接口,用于存储查询结果集
-import org.apache.ibatis.annotations.Param; // 导入了MyBatis的Param注解,用于指定参数名称
-
-public interface UmsAdminMapper { // 声明了一个MyBatis的Mapper接口,用于数据库操作
- // 以下方法都是MyBatis映射的方法,用于数据库的CRUD操作
-
- long countByExample(UmsAdminExample example); // 根据example条件统计记录数
-
- int deleteByExample(UmsAdminExample example); // 根据example条件删除记录
-
- int deleteByPrimaryKey(Long id); // 根据主键id删除记录
-
- int insert(UmsAdmin record); // 插入一条UmsAdmin记录
-
- int insertSelective(UmsAdmin record); // 插入一条UmsAdmin记录,只插入不为null的字段
-
- List selectByExample(UmsAdminExample example); // 根据example条件查询UmsAdmin记录
-
- UmsAdmin selectByPrimaryKey(Long id); // 根据主键id查询UmsAdmin记录
-
- int updateByExampleSelective(@Param("record") UmsAdmin record, @Param("example") UmsAdminExample example); // 根据example条件更新UmsAdmin记录,只更新不为null的字段
-
- int updateByExample(@Param("record") UmsAdmin record, @Param("example") UmsAdminExample example); // 根据example条件更新UmsAdmin记录
-
- int updateByPrimaryKeySelective(UmsAdmin record); // 根据主键id更新UmsAdmin记录,只更新不为null的字段
-
- int updateByPrimaryKey(UmsAdmin record); // 根据主键id更新UmsAdmin记录
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/UmsAdminPermissionRelationMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/UmsAdminPermissionRelationMapper.java
deleted file mode 100644
index 50ac306..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/UmsAdminPermissionRelationMapper.java
+++ /dev/null
@@ -1,32 +0,0 @@
-package com.macro.mall.mapper; // 定义了该接口所属的包名,用于Java的包管理
-
-import com.macro.mall.model.UmsAdminPermissionRelation; // 导入了UmsAdminPermissionRelation实体类,用于数据库表的映射
-import com.macro.mall.model.UmsAdminPermissionRelationExample; // 导入了UmsAdminPermissionRelationExample类,用于构建查询条件
-import java.util.List; // 导入了List接口,用于存储查询结果集
-import org.apache.ibatis.annotations.Param; // 导入了MyBatis的Param注解,用于指定参数名称
-
-public interface UmsAdminPermissionRelationMapper { // 声明了一个MyBatis的Mapper接口,用于数据库操作
- // 以下方法都是MyBatis映射的方法,用于数据库的CRUD操作
-
- long countByExample(UmsAdminPermissionRelationExample example); // 根据example条件统计记录数
-
- int deleteByExample(UmsAdminPermissionRelationExample example); // 根据example条件删除记录
-
- int deleteByPrimaryKey(Long id); // 根据主键id删除记录
-
- int insert(UmsAdminPermissionRelation record); // 插入一条UmsAdminPermissionRelation记录
-
- int insertSelective(UmsAdminPermissionRelation record); // 插入一条UmsAdminPermissionRelation记录,只插入不为null的字段
-
- List selectByExample(UmsAdminPermissionRelationExample example); // 根据example条件查询UmsAdminPermissionRelation记录
-
- UmsAdminPermissionRelation selectByPrimaryKey(Long id); // 根据主键id查询UmsAdminPermissionRelation记录
-
- int updateByExampleSelective(@Param("record") UmsAdminPermissionRelation record, @Param("example") UmsAdminPermissionRelationExample example); // 根据example条件更新UmsAdminPermissionRelation记录,只更新不为null的字段
-
- int updateByExample(@Param("record") UmsAdminPermissionRelation record, @Param("example") UmsAdminPermissionRelationExample example); // 根据example条件更新UmsAdminPermissionRelation记录
-
- int updateByPrimaryKeySelective(UmsAdminPermissionRelation record); // 根据主键id更新UmsAdminPermissionRelation记录,只更新不为null的字段
-
- int updateByPrimaryKey(UmsAdminPermissionRelation record); // 根据主键id更新UmsAdminPermissionRelation记录
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/UmsAdminRoleRelationMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/UmsAdminRoleRelationMapper.java
deleted file mode 100644
index 6e694f4..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/UmsAdminRoleRelationMapper.java
+++ /dev/null
@@ -1,32 +0,0 @@
-package com.macro.mall.mapper; // 定义了该接口所属的包名,用于Java的包管理
-
-import com.macro.mall.model.UmsAdminRoleRelation; // 导入了UmsAdminRoleRelation实体类,用于数据库表的映射
-import com.macro.mall.model.UmsAdminRoleRelationExample; // 导入了UmsAdminRoleRelationExample类,用于构建查询条件
-import java.util.List; // 导入了List接口,用于存储查询结果集
-import org.apache.ibatis.annotations.Param; // 导入了MyBatis的Param注解,用于指定参数名称
-
-public interface UmsAdminRoleRelationMapper { // 声明了一个MyBatis的Mapper接口,用于数据库操作
- // 以下方法都是MyBatis映射的方法,用于数据库的CRUD操作
-
- long countByExample(UmsAdminRoleRelationExample example); // 根据example条件统计记录数
-
- int deleteByExample(UmsAdminRoleRelationExample example); // 根据example条件删除记录
-
- int deleteByPrimaryKey(Long id); // 根据主键id删除记录
-
- int insert(UmsAdminRoleRelation record); // 插入一条UmsAdminRoleRelation记录
-
- int insertSelective(UmsAdminRoleRelation record); // 插入一条UmsAdminRoleRelation记录,只插入不为null的字段
-
- List selectByExample(UmsAdminRoleRelationExample example); // 根据example条件查询UmsAdminRoleRelation记录
-
- UmsAdminRoleRelation selectByPrimaryKey(Long id); // 根据主键id查询UmsAdminRoleRelation记录
-
- int updateByExampleSelective(@Param("record") UmsAdminRoleRelation record, @Param("example") UmsAdminRoleRelationExample example); // 根据example条件更新UmsAdminRoleRelation记录,只更新不为null的字段
-
- int updateByExample(@Param("record") UmsAdminRoleRelation record, @Param("example") UmsAdminRoleRelationExample example); // 根据example条件更新UmsAdminRoleRelation记录
-
- int updateByPrimaryKeySelective(UmsAdminRoleRelation record); // 根据主键id更新UmsAdminRoleRelation记录,只更新不为null的字段
-
- int updateByPrimaryKey(UmsAdminRoleRelation record); // 根据主键id更新UmsAdminRoleRelation记录
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/UmsGrowthChangeHistoryMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/UmsGrowthChangeHistoryMapper.java
deleted file mode 100644
index 8dbadba..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/UmsGrowthChangeHistoryMapper.java
+++ /dev/null
@@ -1,32 +0,0 @@
-package com.macro.mall.mapper; // 定义了该接口所属的包名,用于Java的包管理
-
-import com.macro.mall.model.UmsGrowthChangeHistory; // 导入了UmsGrowthChangeHistory实体类,用于数据库表的映射
-import com.macro.mall.model.UmsGrowthChangeHistoryExample; // 导入了UmsGrowthChangeHistoryExample类,用于构建查询条件
-import java.util.List; // 导入了List接口,用于存储查询结果集
-import org.apache.ibatis.annotations.Param; // 导入了MyBatis的Param注解,用于指定参数名称
-
-public interface UmsGrowthChangeHistoryMapper { // 声明了一个MyBatis的Mapper接口,用于数据库操作
- // 以下方法都是MyBatis映射的方法,用于数据库的CRUD操作
-
- long countByExample(UmsGrowthChangeHistoryExample example); // 根据example条件统计记录数
-
- int deleteByExample(UmsGrowthChangeHistoryExample example); // 根据example条件删除记录
-
- int deleteByPrimaryKey(Long id); // 根据主键id删除记录
-
- int insert(UmsGrowthChangeHistory record); // 插入一条UmsGrowthChangeHistory记录
-
- int insertSelective(UmsGrowthChangeHistory record); // 插入一条UmsGrowthChangeHistory记录,只插入不为null的字段
-
- List selectByExample(UmsGrowthChangeHistoryExample example); // 根据example条件查询UmsGrowthChangeHistory记录
-
- UmsGrowthChangeHistory selectByPrimaryKey(Long id); // 根据主键id查询UmsGrowthChangeHistory记录
-
- int updateByExampleSelective(@Param("record") UmsGrowthChangeHistory record, @Param("example") UmsGrowthChangeHistoryExample example); // 根据example条件更新UmsGrowthChangeHistory记录,只更新不为null的字段
-
- int updateByExample(@Param("record") UmsGrowthChangeHistory record, @Param("example") UmsGrowthChangeHistoryExample example); // 根据example条件更新UmsGrowthChangeHistory记录
-
- int updateByPrimaryKeySelective(UmsGrowthChangeHistory record); // 根据主键id更新UmsGrowthChangeHistory记录,只更新不为null的字段
-
- int updateByPrimaryKey(UmsGrowthChangeHistory record); // 根据主键id更新UmsGrowthChangeHistory记录
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/UmsIntegrationChangeHistoryMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/UmsIntegrationChangeHistoryMapper.java
deleted file mode 100644
index 8c7839f..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/UmsIntegrationChangeHistoryMapper.java
+++ /dev/null
@@ -1,32 +0,0 @@
-package com.macro.mall.mapper; // 定义了该接口所属的包名,用于Java的包管理
-
-import com.macro.mall.model.UmsIntegrationChangeHistory; // 导入了UmsIntegrationChangeHistory实体类,用于数据库表的映射
-import com.macro.mall.model.UmsIntegrationChangeHistoryExample; // 导入了UmsIntegrationChangeHistoryExample类,用于构建查询条件
-import java.util.List; // 导入了List接口,用于存储查询结果集
-import org.apache.ibatis.annotations.Param; // 导入了MyBatis的Param注解,用于指定参数名称
-
-public interface UmsIntegrationChangeHistoryMapper { // 声明了一个MyBatis的Mapper接口,用于数据库操作
- // 以下方法都是MyBatis映射的方法,用于数据库的CRUD操作
-
- long countByExample(UmsIntegrationChangeHistoryExample example); // 根据example条件统计记录数
-
- int deleteByExample(UmsIntegrationChangeHistoryExample example); // 根据example条件删除记录
-
- int deleteByPrimaryKey(Long id); // 根据主键id删除记录
-
- int insert(UmsIntegrationChangeHistory record); // 插入一条UmsIntegrationChangeHistory记录
-
- int insertSelective(UmsIntegrationChangeHistory record); // 插入一条UmsIntegrationChangeHistory记录,只插入不为null的字段
-
- List selectByExample(UmsIntegrationChangeHistoryExample example); // 根据example条件查询UmsIntegrationChangeHistory记录
-
- UmsIntegrationChangeHistory selectByPrimaryKey(Long id); // 根据主键id查询UmsIntegrationChangeHistory记录
-
- int updateByExampleSelective(@Param("record") UmsIntegrationChangeHistory record, @Param("example") UmsIntegrationChangeHistoryExample example); // 根据example条件更新UmsIntegrationChangeHistory记录,只更新不为null的字段
-
- int updateByExample(@Param("record") UmsIntegrationChangeHistory record, @Param("example") UmsIntegrationChangeHistoryExample example); // 根据example条件更新UmsIntegrationChangeHistory记录
-
- int updateByPrimaryKeySelective(UmsIntegrationChangeHistory record); // 根据主键id更新UmsIntegrationChangeHistory记录,只更新不为null的字段
-
- int updateByPrimaryKey(UmsIntegrationChangeHistory record); // 根据主键id更新UmsIntegrationChangeHistory记录
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/UmsIntegrationConsumeSettingMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/UmsIntegrationConsumeSettingMapper.java
deleted file mode 100644
index f079365..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/UmsIntegrationConsumeSettingMapper.java
+++ /dev/null
@@ -1,30 +0,0 @@
-package com.macro.mall.mapper;
-
-import com.macro.mall.model.UmsIntegrationConsumeSetting;
-import com.macro.mall.model.UmsIntegrationConsumeSettingExample;
-import java.util.List;
-import org.apache.ibatis.annotations.Param;
-
-public interface UmsIntegrationConsumeSettingMapper {
- long countByExample(UmsIntegrationConsumeSettingExample example);
-
- int deleteByExample(UmsIntegrationConsumeSettingExample example);
-
- int deleteByPrimaryKey(Long id);
-
- int insert(UmsIntegrationConsumeSetting record);
-
- int insertSelective(UmsIntegrationConsumeSetting record);
-
- List selectByExample(UmsIntegrationConsumeSettingExample example);
-
- UmsIntegrationConsumeSetting selectByPrimaryKey(Long id);
-
- int updateByExampleSelective(@Param("record") UmsIntegrationConsumeSetting record, @Param("example") UmsIntegrationConsumeSettingExample example);
-
- int updateByExample(@Param("record") UmsIntegrationConsumeSetting record, @Param("example") UmsIntegrationConsumeSettingExample example);
-
- int updateByPrimaryKeySelective(UmsIntegrationConsumeSetting record);
-
- int updateByPrimaryKey(UmsIntegrationConsumeSetting record);
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/UmsMemberLevelMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/UmsMemberLevelMapper.java
deleted file mode 100644
index 71a64ed..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/UmsMemberLevelMapper.java
+++ /dev/null
@@ -1,30 +0,0 @@
-package com.macro.mall.mapper;
-
-import com.macro.mall.model.UmsMemberLevel;
-import com.macro.mall.model.UmsMemberLevelExample;
-import java.util.List;
-import org.apache.ibatis.annotations.Param;
-
-public interface UmsMemberLevelMapper {
- long countByExample(UmsMemberLevelExample example);
-
- int deleteByExample(UmsMemberLevelExample example);
-
- int deleteByPrimaryKey(Long id);
-
- int insert(UmsMemberLevel record);
-
- int insertSelective(UmsMemberLevel record);
-
- List selectByExample(UmsMemberLevelExample example);
-
- UmsMemberLevel selectByPrimaryKey(Long id);
-
- int updateByExampleSelective(@Param("record") UmsMemberLevel record, @Param("example") UmsMemberLevelExample example);
-
- int updateByExample(@Param("record") UmsMemberLevel record, @Param("example") UmsMemberLevelExample example);
-
- int updateByPrimaryKeySelective(UmsMemberLevel record);
-
- int updateByPrimaryKey(UmsMemberLevel record);
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/UmsMemberLoginLogMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/UmsMemberLoginLogMapper.java
deleted file mode 100644
index 3fb0f48..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/UmsMemberLoginLogMapper.java
+++ /dev/null
@@ -1,30 +0,0 @@
-package com.macro.mall.mapper;
-
-import com.macro.mall.model.UmsMemberLoginLog;
-import com.macro.mall.model.UmsMemberLoginLogExample;
-import java.util.List;
-import org.apache.ibatis.annotations.Param;
-
-public interface UmsMemberLoginLogMapper {
- long countByExample(UmsMemberLoginLogExample example);
-
- int deleteByExample(UmsMemberLoginLogExample example);
-
- int deleteByPrimaryKey(Long id);
-
- int insert(UmsMemberLoginLog record);
-
- int insertSelective(UmsMemberLoginLog record);
-
- List selectByExample(UmsMemberLoginLogExample example);
-
- UmsMemberLoginLog selectByPrimaryKey(Long id);
-
- int updateByExampleSelective(@Param("record") UmsMemberLoginLog record, @Param("example") UmsMemberLoginLogExample example);
-
- int updateByExample(@Param("record") UmsMemberLoginLog record, @Param("example") UmsMemberLoginLogExample example);
-
- int updateByPrimaryKeySelective(UmsMemberLoginLog record);
-
- int updateByPrimaryKey(UmsMemberLoginLog record);
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/UmsMemberMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/UmsMemberMapper.java
deleted file mode 100644
index 5360bcf..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/UmsMemberMapper.java
+++ /dev/null
@@ -1,30 +0,0 @@
-package com.macro.mall.mapper;
-
-import com.macro.mall.model.UmsMember;
-import com.macro.mall.model.UmsMemberExample;
-import java.util.List;
-import org.apache.ibatis.annotations.Param;
-
-public interface UmsMemberMapper {
- long countByExample(UmsMemberExample example);
-
- int deleteByExample(UmsMemberExample example);
-
- int deleteByPrimaryKey(Long id);
-
- int insert(UmsMember record);
-
- int insertSelective(UmsMember record);
-
- List selectByExample(UmsMemberExample example);
-
- UmsMember selectByPrimaryKey(Long id);
-
- int updateByExampleSelective(@Param("record") UmsMember record, @Param("example") UmsMemberExample example);
-
- int updateByExample(@Param("record") UmsMember record, @Param("example") UmsMemberExample example);
-
- int updateByPrimaryKeySelective(UmsMember record);
-
- int updateByPrimaryKey(UmsMember record);
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/UmsMemberMemberTagRelationMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/UmsMemberMemberTagRelationMapper.java
deleted file mode 100644
index d76df3d..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/UmsMemberMemberTagRelationMapper.java
+++ /dev/null
@@ -1,30 +0,0 @@
-package com.macro.mall.mapper;
-
-import com.macro.mall.model.UmsMemberMemberTagRelation;
-import com.macro.mall.model.UmsMemberMemberTagRelationExample;
-import java.util.List;
-import org.apache.ibatis.annotations.Param;
-
-public interface UmsMemberMemberTagRelationMapper {
- long countByExample(UmsMemberMemberTagRelationExample example);
-
- int deleteByExample(UmsMemberMemberTagRelationExample example);
-
- int deleteByPrimaryKey(Long id);
-
- int insert(UmsMemberMemberTagRelation record);
-
- int insertSelective(UmsMemberMemberTagRelation record);
-
- List selectByExample(UmsMemberMemberTagRelationExample example);
-
- UmsMemberMemberTagRelation selectByPrimaryKey(Long id);
-
- int updateByExampleSelective(@Param("record") UmsMemberMemberTagRelation record, @Param("example") UmsMemberMemberTagRelationExample example);
-
- int updateByExample(@Param("record") UmsMemberMemberTagRelation record, @Param("example") UmsMemberMemberTagRelationExample example);
-
- int updateByPrimaryKeySelective(UmsMemberMemberTagRelation record);
-
- int updateByPrimaryKey(UmsMemberMemberTagRelation record);
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/UmsMemberProductCategoryRelationMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/UmsMemberProductCategoryRelationMapper.java
deleted file mode 100644
index b522a60..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/UmsMemberProductCategoryRelationMapper.java
+++ /dev/null
@@ -1,30 +0,0 @@
-package com.macro.mall.mapper;
-
-import com.macro.mall.model.UmsMemberProductCategoryRelation;
-import com.macro.mall.model.UmsMemberProductCategoryRelationExample;
-import java.util.List;
-import org.apache.ibatis.annotations.Param;
-
-public interface UmsMemberProductCategoryRelationMapper {
- long countByExample(UmsMemberProductCategoryRelationExample example);
-
- int deleteByExample(UmsMemberProductCategoryRelationExample example);
-
- int deleteByPrimaryKey(Long id);
-
- int insert(UmsMemberProductCategoryRelation record);
-
- int insertSelective(UmsMemberProductCategoryRelation record);
-
- List selectByExample(UmsMemberProductCategoryRelationExample example);
-
- UmsMemberProductCategoryRelation selectByPrimaryKey(Long id);
-
- int updateByExampleSelective(@Param("record") UmsMemberProductCategoryRelation record, @Param("example") UmsMemberProductCategoryRelationExample example);
-
- int updateByExample(@Param("record") UmsMemberProductCategoryRelation record, @Param("example") UmsMemberProductCategoryRelationExample example);
-
- int updateByPrimaryKeySelective(UmsMemberProductCategoryRelation record);
-
- int updateByPrimaryKey(UmsMemberProductCategoryRelation record);
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/UmsMemberReceiveAddressMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/UmsMemberReceiveAddressMapper.java
deleted file mode 100644
index 5a7b5f7..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/UmsMemberReceiveAddressMapper.java
+++ /dev/null
@@ -1,30 +0,0 @@
-package com.macro.mall.mapper;
-
-import com.macro.mall.model.UmsMemberReceiveAddress;
-import com.macro.mall.model.UmsMemberReceiveAddressExample;
-import java.util.List;
-import org.apache.ibatis.annotations.Param;
-
-public interface UmsMemberReceiveAddressMapper {
- long countByExample(UmsMemberReceiveAddressExample example);
-
- int deleteByExample(UmsMemberReceiveAddressExample example);
-
- int deleteByPrimaryKey(Long id);
-
- int insert(UmsMemberReceiveAddress record);
-
- int insertSelective(UmsMemberReceiveAddress record);
-
- List selectByExample(UmsMemberReceiveAddressExample example);
-
- UmsMemberReceiveAddress selectByPrimaryKey(Long id);
-
- int updateByExampleSelective(@Param("record") UmsMemberReceiveAddress record, @Param("example") UmsMemberReceiveAddressExample example);
-
- int updateByExample(@Param("record") UmsMemberReceiveAddress record, @Param("example") UmsMemberReceiveAddressExample example);
-
- int updateByPrimaryKeySelective(UmsMemberReceiveAddress record);
-
- int updateByPrimaryKey(UmsMemberReceiveAddress record);
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/UmsMemberRuleSettingMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/UmsMemberRuleSettingMapper.java
deleted file mode 100644
index 1fc5b92..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/UmsMemberRuleSettingMapper.java
+++ /dev/null
@@ -1,30 +0,0 @@
-package com.macro.mall.mapper;
-
-import com.macro.mall.model.UmsMemberRuleSetting;
-import com.macro.mall.model.UmsMemberRuleSettingExample;
-import java.util.List;
-import org.apache.ibatis.annotations.Param;
-
-public interface UmsMemberRuleSettingMapper {
- long countByExample(UmsMemberRuleSettingExample example);
-
- int deleteByExample(UmsMemberRuleSettingExample example);
-
- int deleteByPrimaryKey(Long id);
-
- int insert(UmsMemberRuleSetting record);
-
- int insertSelective(UmsMemberRuleSetting record);
-
- List selectByExample(UmsMemberRuleSettingExample example);
-
- UmsMemberRuleSetting selectByPrimaryKey(Long id);
-
- int updateByExampleSelective(@Param("record") UmsMemberRuleSetting record, @Param("example") UmsMemberRuleSettingExample example);
-
- int updateByExample(@Param("record") UmsMemberRuleSetting record, @Param("example") UmsMemberRuleSettingExample example);
-
- int updateByPrimaryKeySelective(UmsMemberRuleSetting record);
-
- int updateByPrimaryKey(UmsMemberRuleSetting record);
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/UmsMemberStatisticsInfoMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/UmsMemberStatisticsInfoMapper.java
deleted file mode 100644
index 8601071..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/UmsMemberStatisticsInfoMapper.java
+++ /dev/null
@@ -1,30 +0,0 @@
-package com.macro.mall.mapper;
-
-import com.macro.mall.model.UmsMemberStatisticsInfo;
-import com.macro.mall.model.UmsMemberStatisticsInfoExample;
-import java.util.List;
-import org.apache.ibatis.annotations.Param;
-
-public interface UmsMemberStatisticsInfoMapper {
- long countByExample(UmsMemberStatisticsInfoExample example);
-
- int deleteByExample(UmsMemberStatisticsInfoExample example);
-
- int deleteByPrimaryKey(Long id);
-
- int insert(UmsMemberStatisticsInfo record);
-
- int insertSelective(UmsMemberStatisticsInfo record);
-
- List selectByExample(UmsMemberStatisticsInfoExample example);
-
- UmsMemberStatisticsInfo selectByPrimaryKey(Long id);
-
- int updateByExampleSelective(@Param("record") UmsMemberStatisticsInfo record, @Param("example") UmsMemberStatisticsInfoExample example);
-
- int updateByExample(@Param("record") UmsMemberStatisticsInfo record, @Param("example") UmsMemberStatisticsInfoExample example);
-
- int updateByPrimaryKeySelective(UmsMemberStatisticsInfo record);
-
- int updateByPrimaryKey(UmsMemberStatisticsInfo record);
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/UmsMemberTagMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/UmsMemberTagMapper.java
deleted file mode 100644
index 995c6a7..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/UmsMemberTagMapper.java
+++ /dev/null
@@ -1,30 +0,0 @@
-package com.macro.mall.mapper;
-
-import com.macro.mall.model.UmsMemberTag;
-import com.macro.mall.model.UmsMemberTagExample;
-import java.util.List;
-import org.apache.ibatis.annotations.Param;
-
-public interface UmsMemberTagMapper {
- long countByExample(UmsMemberTagExample example);
-
- int deleteByExample(UmsMemberTagExample example);
-
- int deleteByPrimaryKey(Long id);
-
- int insert(UmsMemberTag record);
-
- int insertSelective(UmsMemberTag record);
-
- List selectByExample(UmsMemberTagExample example);
-
- UmsMemberTag selectByPrimaryKey(Long id);
-
- int updateByExampleSelective(@Param("record") UmsMemberTag record, @Param("example") UmsMemberTagExample example);
-
- int updateByExample(@Param("record") UmsMemberTag record, @Param("example") UmsMemberTagExample example);
-
- int updateByPrimaryKeySelective(UmsMemberTag record);
-
- int updateByPrimaryKey(UmsMemberTag record);
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/UmsMemberTaskMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/UmsMemberTaskMapper.java
deleted file mode 100644
index 9a11eba..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/UmsMemberTaskMapper.java
+++ /dev/null
@@ -1,30 +0,0 @@
-package com.macro.mall.mapper;
-
-import com.macro.mall.model.UmsMemberTask;
-import com.macro.mall.model.UmsMemberTaskExample;
-import java.util.List;
-import org.apache.ibatis.annotations.Param;
-
-public interface UmsMemberTaskMapper {
- long countByExample(UmsMemberTaskExample example);
-
- int deleteByExample(UmsMemberTaskExample example);
-
- int deleteByPrimaryKey(Long id);
-
- int insert(UmsMemberTask record);
-
- int insertSelective(UmsMemberTask record);
-
- List selectByExample(UmsMemberTaskExample example);
-
- UmsMemberTask selectByPrimaryKey(Long id);
-
- int updateByExampleSelective(@Param("record") UmsMemberTask record, @Param("example") UmsMemberTaskExample example);
-
- int updateByExample(@Param("record") UmsMemberTask record, @Param("example") UmsMemberTaskExample example);
-
- int updateByPrimaryKeySelective(UmsMemberTask record);
-
- int updateByPrimaryKey(UmsMemberTask record);
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/UmsMenuMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/UmsMenuMapper.java
deleted file mode 100644
index c26b471..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/UmsMenuMapper.java
+++ /dev/null
@@ -1,30 +0,0 @@
-package com.macro.mall.mapper;
-
-import com.macro.mall.model.UmsMenu;
-import com.macro.mall.model.UmsMenuExample;
-import java.util.List;
-import org.apache.ibatis.annotations.Param;
-
-public interface UmsMenuMapper {
- long countByExample(UmsMenuExample example);
-
- int deleteByExample(UmsMenuExample example);
-
- int deleteByPrimaryKey(Long id);
-
- int insert(UmsMenu record);
-
- int insertSelective(UmsMenu record);
-
- List selectByExample(UmsMenuExample example);
-
- UmsMenu selectByPrimaryKey(Long id);
-
- int updateByExampleSelective(@Param("record") UmsMenu record, @Param("example") UmsMenuExample example);
-
- int updateByExample(@Param("record") UmsMenu record, @Param("example") UmsMenuExample example);
-
- int updateByPrimaryKeySelective(UmsMenu record);
-
- int updateByPrimaryKey(UmsMenu record);
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/UmsPermissionMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/UmsPermissionMapper.java
deleted file mode 100644
index 466f6c1..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/UmsPermissionMapper.java
+++ /dev/null
@@ -1,30 +0,0 @@
-package com.macro.mall.mapper;
-
-import com.macro.mall.model.UmsPermission;
-import com.macro.mall.model.UmsPermissionExample;
-import java.util.List;
-import org.apache.ibatis.annotations.Param;
-
-public interface UmsPermissionMapper {
- long countByExample(UmsPermissionExample example);
-
- int deleteByExample(UmsPermissionExample example);
-
- int deleteByPrimaryKey(Long id);
-
- int insert(UmsPermission record);
-
- int insertSelective(UmsPermission record);
-
- List selectByExample(UmsPermissionExample example);
-
- UmsPermission selectByPrimaryKey(Long id);
-
- int updateByExampleSelective(@Param("record") UmsPermission record, @Param("example") UmsPermissionExample example);
-
- int updateByExample(@Param("record") UmsPermission record, @Param("example") UmsPermissionExample example);
-
- int updateByPrimaryKeySelective(UmsPermission record);
-
- int updateByPrimaryKey(UmsPermission record);
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/UmsResourceCategoryMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/UmsResourceCategoryMapper.java
deleted file mode 100644
index 7cc19ab..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/UmsResourceCategoryMapper.java
+++ /dev/null
@@ -1,30 +0,0 @@
-package com.macro.mall.mapper;
-
-import com.macro.mall.model.UmsResourceCategory;
-import com.macro.mall.model.UmsResourceCategoryExample;
-import java.util.List;
-import org.apache.ibatis.annotations.Param;
-
-public interface UmsResourceCategoryMapper {
- long countByExample(UmsResourceCategoryExample example);
-
- int deleteByExample(UmsResourceCategoryExample example);
-
- int deleteByPrimaryKey(Long id);
-
- int insert(UmsResourceCategory record);
-
- int insertSelective(UmsResourceCategory record);
-
- List selectByExample(UmsResourceCategoryExample example);
-
- UmsResourceCategory selectByPrimaryKey(Long id);
-
- int updateByExampleSelective(@Param("record") UmsResourceCategory record, @Param("example") UmsResourceCategoryExample example);
-
- int updateByExample(@Param("record") UmsResourceCategory record, @Param("example") UmsResourceCategoryExample example);
-
- int updateByPrimaryKeySelective(UmsResourceCategory record);
-
- int updateByPrimaryKey(UmsResourceCategory record);
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/UmsResourceMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/UmsResourceMapper.java
deleted file mode 100644
index fccbdf3..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/UmsResourceMapper.java
+++ /dev/null
@@ -1,30 +0,0 @@
-package com.macro.mall.mapper;
-
-import com.macro.mall.model.UmsResource;
-import com.macro.mall.model.UmsResourceExample;
-import java.util.List;
-import org.apache.ibatis.annotations.Param;
-
-public interface UmsResourceMapper {
- long countByExample(UmsResourceExample example);
-
- int deleteByExample(UmsResourceExample example);
-
- int deleteByPrimaryKey(Long id);
-
- int insert(UmsResource record);
-
- int insertSelective(UmsResource record);
-
- List selectByExample(UmsResourceExample example);
-
- UmsResource selectByPrimaryKey(Long id);
-
- int updateByExampleSelective(@Param("record") UmsResource record, @Param("example") UmsResourceExample example);
-
- int updateByExample(@Param("record") UmsResource record, @Param("example") UmsResourceExample example);
-
- int updateByPrimaryKeySelective(UmsResource record);
-
- int updateByPrimaryKey(UmsResource record);
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/UmsRoleMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/UmsRoleMapper.java
deleted file mode 100644
index 8b4986d..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/UmsRoleMapper.java
+++ /dev/null
@@ -1,30 +0,0 @@
-package com.macro.mall.mapper;
-
-import com.macro.mall.model.UmsRole;
-import com.macro.mall.model.UmsRoleExample;
-import java.util.List;
-import org.apache.ibatis.annotations.Param;
-
-public interface UmsRoleMapper {
- long countByExample(UmsRoleExample example);
-
- int deleteByExample(UmsRoleExample example);
-
- int deleteByPrimaryKey(Long id);
-
- int insert(UmsRole record);
-
- int insertSelective(UmsRole record);
-
- List selectByExample(UmsRoleExample example);
-
- UmsRole selectByPrimaryKey(Long id);
-
- int updateByExampleSelective(@Param("record") UmsRole record, @Param("example") UmsRoleExample example);
-
- int updateByExample(@Param("record") UmsRole record, @Param("example") UmsRoleExample example);
-
- int updateByPrimaryKeySelective(UmsRole record);
-
- int updateByPrimaryKey(UmsRole record);
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/UmsRoleMenuRelationMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/UmsRoleMenuRelationMapper.java
deleted file mode 100644
index 92e971b..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/UmsRoleMenuRelationMapper.java
+++ /dev/null
@@ -1,30 +0,0 @@
-package com.macro.mall.mapper;
-
-import com.macro.mall.model.UmsRoleMenuRelation;
-import com.macro.mall.model.UmsRoleMenuRelationExample;
-import java.util.List;
-import org.apache.ibatis.annotations.Param;
-
-public interface UmsRoleMenuRelationMapper {
- long countByExample(UmsRoleMenuRelationExample example);
-
- int deleteByExample(UmsRoleMenuRelationExample example);
-
- int deleteByPrimaryKey(Long id);
-
- int insert(UmsRoleMenuRelation record);
-
- int insertSelective(UmsRoleMenuRelation record);
-
- List selectByExample(UmsRoleMenuRelationExample example);
-
- UmsRoleMenuRelation selectByPrimaryKey(Long id);
-
- int updateByExampleSelective(@Param("record") UmsRoleMenuRelation record, @Param("example") UmsRoleMenuRelationExample example);
-
- int updateByExample(@Param("record") UmsRoleMenuRelation record, @Param("example") UmsRoleMenuRelationExample example);
-
- int updateByPrimaryKeySelective(UmsRoleMenuRelation record);
-
- int updateByPrimaryKey(UmsRoleMenuRelation record);
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/UmsRolePermissionRelationMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/UmsRolePermissionRelationMapper.java
deleted file mode 100644
index 39a40a0..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/UmsRolePermissionRelationMapper.java
+++ /dev/null
@@ -1,30 +0,0 @@
-package com.macro.mall.mapper;
-
-import com.macro.mall.model.UmsRolePermissionRelation;
-import com.macro.mall.model.UmsRolePermissionRelationExample;
-import java.util.List;
-import org.apache.ibatis.annotations.Param;
-
-public interface UmsRolePermissionRelationMapper {
- long countByExample(UmsRolePermissionRelationExample example);
-
- int deleteByExample(UmsRolePermissionRelationExample example);
-
- int deleteByPrimaryKey(Long id);
-
- int insert(UmsRolePermissionRelation record);
-
- int insertSelective(UmsRolePermissionRelation record);
-
- List selectByExample(UmsRolePermissionRelationExample example);
-
- UmsRolePermissionRelation selectByPrimaryKey(Long id);
-
- int updateByExampleSelective(@Param("record") UmsRolePermissionRelation record, @Param("example") UmsRolePermissionRelationExample example);
-
- int updateByExample(@Param("record") UmsRolePermissionRelation record, @Param("example") UmsRolePermissionRelationExample example);
-
- int updateByPrimaryKeySelective(UmsRolePermissionRelation record);
-
- int updateByPrimaryKey(UmsRolePermissionRelation record);
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/mapper/UmsRoleResourceRelationMapper.java b/mall-mbg/src/main/java/com/macro/mall/mapper/UmsRoleResourceRelationMapper.java
deleted file mode 100644
index 4a83061..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/mapper/UmsRoleResourceRelationMapper.java
+++ /dev/null
@@ -1,30 +0,0 @@
-package com.macro.mall.mapper;
-
-import com.macro.mall.model.UmsRoleResourceRelation;
-import com.macro.mall.model.UmsRoleResourceRelationExample;
-import java.util.List;
-import org.apache.ibatis.annotations.Param;
-
-public interface UmsRoleResourceRelationMapper {
- long countByExample(UmsRoleResourceRelationExample example);
-
- int deleteByExample(UmsRoleResourceRelationExample example);
-
- int deleteByPrimaryKey(Long id);
-
- int insert(UmsRoleResourceRelation record);
-
- int insertSelective(UmsRoleResourceRelation record);
-
- List selectByExample(UmsRoleResourceRelationExample example);
-
- UmsRoleResourceRelation selectByPrimaryKey(Long id);
-
- int updateByExampleSelective(@Param("record") UmsRoleResourceRelation record, @Param("example") UmsRoleResourceRelationExample example);
-
- int updateByExample(@Param("record") UmsRoleResourceRelation record, @Param("example") UmsRoleResourceRelationExample example);
-
- int updateByPrimaryKeySelective(UmsRoleResourceRelation record);
-
- int updateByPrimaryKey(UmsRoleResourceRelation record);
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/model/CmsHelp.java b/mall-mbg/src/main/java/com/macro/mall/model/CmsHelp.java
deleted file mode 100644
index 6612cc0..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/model/CmsHelp.java
+++ /dev/null
@@ -1,108 +0,0 @@
-package com.macro.mall.model;
-
-import io.swagger.annotations.ApiModelProperty;
-import java.io.Serializable;
-import java.util.Date;
-
-public class CmsHelp implements Serializable {
- private Long id;
-
- private Long categoryId;
-
- private String icon;
-
- private String title;
-
- private Integer showStatus;
-
- private Date createTime;
-
- private Integer readCount;
-
- private String content;
-
- private static final long serialVersionUID = 1L;
-
- public Long getId() {
- return id;
- }
-
- public void setId(Long id) {
- this.id = id;
- }
-
- public Long getCategoryId() {
- return categoryId;
- }
-
- public void setCategoryId(Long categoryId) {
- this.categoryId = categoryId;
- }
-
- public String getIcon() {
- return icon;
- }
-
- public void setIcon(String icon) {
- this.icon = icon;
- }
-
- public String getTitle() {
- return title;
- }
-
- public void setTitle(String title) {
- this.title = title;
- }
-
- public Integer getShowStatus() {
- return showStatus;
- }
-
- public void setShowStatus(Integer showStatus) {
- this.showStatus = showStatus;
- }
-
- public Date getCreateTime() {
- return createTime;
- }
-
- public void setCreateTime(Date createTime) {
- this.createTime = createTime;
- }
-
- public Integer getReadCount() {
- return readCount;
- }
-
- public void setReadCount(Integer readCount) {
- this.readCount = readCount;
- }
-
- public String getContent() {
- return content;
- }
-
- public void setContent(String content) {
- this.content = content;
- }
-
- @Override
- public String toString() {
- StringBuilder sb = new StringBuilder();
- sb.append(getClass().getSimpleName());
- sb.append(" [");
- sb.append("Hash = ").append(hashCode());
- sb.append(", id=").append(id);
- sb.append(", categoryId=").append(categoryId);
- sb.append(", icon=").append(icon);
- sb.append(", title=").append(title);
- sb.append(", showStatus=").append(showStatus);
- sb.append(", createTime=").append(createTime);
- sb.append(", readCount=").append(readCount);
- sb.append(", content=").append(content);
- sb.append(", serialVersionUID=").append(serialVersionUID);
- sb.append("]");
- return sb.toString();
- }
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/model/CmsHelpCategory.java b/mall-mbg/src/main/java/com/macro/mall/model/CmsHelpCategory.java
deleted file mode 100644
index 6f4e7fe..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/model/CmsHelpCategory.java
+++ /dev/null
@@ -1,109 +0,0 @@
-package com.macro.mall.model;
-
-import io.swagger.annotations.ApiModelProperty;
-import java.io.Serializable;
-
-public class CmsHelpCategory implements Serializable {
- private Long id;
-
- private String name;
-
- @ApiModelProperty(value = "分类图标")
- private String icon;
-
- @ApiModelProperty(value = "专题数量")
- private Integer helpCount;
-
- private Integer showStatus;
-
- private Integer sort;
-
- private static final long serialVersionUID = 1L;
-
- public Long getId() {
- return id;
- }
-
- public void setId(Long id) {
- this.id = id;
- }
-
- public String getName() {
- return name;
- }
-
- public void setName(String name) {
- this.name = name;
- }
-
- public String getIcon() {
- return icon;
- }
-
- public void setIcon(String icon) {
- this.icon = icon;
- }
-
- public Integer getHelpCount() {
- return helpCount;
- }
-
- public void setHelpCount(Integer helpCount) {
- this.helpCount = helpCount;
- }
-
- public Integer getShowStatus() {
- return showStatus;
- }
-
- public void setShowStatus(Integer showStatus) {
- this.showStatus = showStatus;
- }
-
- public Integer getSort() {
- return sort;
- }
-
- public void setSort(Integer sort) {
- this.sort = sort;
- }
-
- @Override
- public String toString() {
- // 创建一个StringBuilder对象,用于高效地构建字符串
- StringBuilder sb = new StringBuilder();
-
- // 获取当前类的简单名称并追加到StringBuilder中
- sb.append(getClass().getSimpleName());
- sb.append(" [");
-
- // 追加对象的哈希码
- sb.append("Hash = ").append(hashCode());
-
- // 追加id字段的值
- sb.append(", id=").append(id);
-
- // 追加name字段的值
- sb.append(", name=").append(name);
-
- // 追加icon字段的值
- sb.append(", icon=").append(icon);
-
- // 追加helpCount字段的值
- sb.append(", helpCount=").append(helpCount);
-
- // 追加showStatus字段的值
- sb.append(", showStatus=").append(showStatus);
-
- // 追加sort字段的值
- sb.append(", sort=").append(sort);
-
- // 追加serialVersionUID字段的值
- sb.append(", serialVersionUID=").append(serialVersionUID);
-
- // 结束字符串构建并返回结果
- sb.append("]");
- return sb.toString();
- }
-
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/model/CmsHelpCategoryExample.java b/mall-mbg/src/main/java/com/macro/mall/model/CmsHelpCategoryExample.java
deleted file mode 100644
index 471535f..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/model/CmsHelpCategoryExample.java
+++ /dev/null
@@ -1,724 +0,0 @@
-package com.macro.mall.model;
-
-import java.util.ArrayList;
-import java.util.List;
-
-public class CmsHelpCategoryExample {
- // 定义排序子句
- protected String orderByClause;
-
- // 是否使用 DISTINCT 关键字
- protected boolean distinct;
-
- // 存储查询条件的列表
- protected List oredCriteria;
-
- /**
- * 构造函数,初始化查询条件列表
- */
- public CmsHelpCategoryExample() {
- oredCriteria = new ArrayList<>();
- }
-
- /**
- * 设置排序子句
- * @param orderByClause 排序子句字符串
- */
- public void setOrderByClause(String orderByClause) {
- this.orderByClause = orderByClause;
- }
-
- /**
- * 获取排序子句
- * @return 排序子句字符串
- */
- public String getOrderByClause() {
- return orderByClause;
- }
-
- /**
- * 设置是否使用 DISTINCT 关键字
- * @param distinct true 表示使用 DISTINCT 关键字,false 表示不使用
- */
- public void setDistinct(boolean distinct) {
- this.distinct = distinct;
- }
-
- /**
- * 判断是否使用 DISTINCT 关键字
- * @return 如果使用 DISTINCT 关键字返回 true,否则返回 false
- */
- public boolean isDistinct() {
- return distinct;
- }
-
- /**
- * 获取查询条件列表
- * @return 查询条件列表
- */
- public List getOredCriteria() {
- return oredCriteria;
- }
-
- /**
- * 添加一个查询条件到查询条件列表中
- * @param criteria 要添加的查询条件
- */
- public void or(Criteria criteria) {
- oredCriteria.add(criteria);
- }
-
-
- public Criteria or() {
- // 创建一个新的Criteria对象
- Criteria criteria = createCriteriaInternal();
- // 将新的Criteria对象添加到oredCriteria列表中
- oredCriteria.add(criteria);
- // 返回新创建的Criteria对象
- return criteria;
- }
-
- public Criteria createCriteria() {
- // 创建一个新的Criteria对象
- Criteria criteria = createCriteriaInternal();
- // 如果oredCriteria列表为空,则将新的Criteria对象添加到列表中
- if (oredCriteria.size() == 0) {
- oredCriteria.add(criteria);
- }
- // 返回新创建的Criteria对象
- return criteria;
- }
-
- protected Criteria createCriteriaInternal() {
- // 创建并返回一个新的Criteria对象
- Criteria criteria = new Criteria();
- return criteria;
- }
-
- public void clear() {
- // 清空oredCriteria列表
- oredCriteria.clear();
- // 将orderByClause设置为null
- orderByClause = null;
- // 将distinct标志设置为false
- distinct = false;
- }
-
-
- protected abstract static class GeneratedCriteria {
- // 存储Criterion对象的列表
- protected List criteria; // 存储查询条件的列表
-
- protected GeneratedCriteria() {
- // 调用父类的构造函数
- super();
- // 初始化criteria列表
- criteria = new ArrayList<>();
- }
-
- public boolean isValid() {
- // 检查criteria列表是否包含至少一个Criterion对象
- return criteria.size() > 0;
- }
-
- public List getAllCriteria() {
- // 返回所有Criterion对象的列表
- return criteria;
- }
-
- public List getCriteria() {
- // 返回所有Criterion对象的列表
- return criteria;
- }
-
- protected void addCriterion(String condition) {
- // 如果条件为空,抛出运行时异常
- if (condition == null) {
- throw new RuntimeException("Value for condition cannot be null");
- }
- // 将新的Criterion对象添加到criteria列表中
- criteria.add(new Criterion(condition));
- }
-
- protected void addCriterion(String condition, Object value, String property) {
- // 如果值为空,抛出运行时异常
- if (value == null) {
- throw new RuntimeException("Value for " + property + " cannot be null");
- }
- // 将新的Criterion对象(带值)添加到criteria列表中
- criteria.add(new Criterion(condition, value));
- }
-
- protected void addCriterion(String condition, Object value1, Object value2, String property) {
- // 如果任意一个值为空,抛出运行时异常
- if (value1 == null || value2 == null) {
- throw new RuntimeException("Between values for " + property + " cannot be null");
- }
- // 将新的Criterion对象(带两个值)添加到criteria列表中
- criteria.add(new Criterion(condition, value1, value2));
- }
-
- public Criteria andIdIsNull() {
- // 添加条件“id is null”到criteria列表中
- addCriterion("id is null");
- return (Criteria) this;
- }
-
- public Criteria andIdIsNotNull() {
- // 添加条件“id is not null”到criteria列表中
- addCriterion("id is not null");
- return (Criteria) this;
- }
-
- public Criteria andIdEqualTo(Long value) {
- // 添加条件“id = value”到criteria列表中
- addCriterion("id =", value, "id");
- return (Criteria) this;
- }
-
- public Criteria andIdNotEqualTo(Long value) {
- // 添加条件“id <> value”到criteria列表中
- addCriterion("id <>", value, "id");
- return (Criteria) this;
- }
-
- public Criteria andIdGreaterThan(Long value) {
- // 添加条件“id > value”到criteria列表中
- addCriterion("id >", value, "id");
- return (Criteria) this;
- }
-
- public Criteria andIdGreaterThanOrEqualTo(Long value) {
- // 添加条件“id >= value”到criteria列表中
- addCriterion("id >=", value, "id");
- return (Criteria) this;
- }
-
- public Criteria andIdLessThan(Long value) {
- // 添加条件“id < value”到criteria列表中
- addCriterion("id <", value, "id");
- return (Criteria) this;
- }
-
- public Criteria andIdLessThanOrEqualTo(Long value) {
- // 添加条件“id <= value”到criteria列表中
- addCriterion("id <=", value, "id");
- return (Criteria) this;
- }
-
- public Criteria andIdIn(List values) {
- // 添加条件“id in (values)”到criteria列表中
- addCriterion("id in", values, "id");
- return (Criteria) this;
- }
-
- public Criteria andIdNotIn(List values) {
- // 添加条件“id not in (values)”到criteria列表中
- addCriterion("id not in", values, "id");
- return (Criteria) this;
- }
-
- public Criteria andIdBetween(Long value1, Long value2) {
- // 添加条件“id between value1 and value2”到criteria列表中
- addCriterion("id between", value1, value2, "id");
- return (Criteria) this;
- }
-
- public Criteria andIdNotBetween(Long value1, Long value2) {
- // 添加条件“id not between value1 and value2”到criteria列表中
- addCriterion("id not between", value1, value2, "id");
- return (Criteria) this;
- }
-
- public Criteria andNameIsNull() {
- // 添加条件“name is null”到criteria列表中
- addCriterion("name is null");
- return (Criteria) this;
- }
-
- public Criteria andNameIsNotNull() {
- // 添加条件“name is not null”到criteria列表中
- addCriterion("name is not null");
- return (Criteria) this;
- }
-
- public Criteria andNameEqualTo(String value) {
- // 添加条件“name = value”到criteria列表中
- addCriterion("name =", value, "name");
- return (Criteria) this;
- }
-
- public Criteria andNameNotEqualTo(String value) {
- // 添加条件“name <> value”到criteria列表中
- addCriterion("name <>", value, "name");
- return (Criteria) this;
- }
-
- public Criteria andNameGreaterThan(String value) {
- // 添加条件“name > value”到criteria列表中
- addCriterion("name >", value, "name");
- return (Criteria) this;
- }
-
- public Criteria andNameGreaterThanOrEqualTo(String value) {
- // 添加条件“name >= value”到criteria列表中
- addCriterion("name >=", value, "name");
- return (Criteria) this;
- }
-
- public Criteria andNameLessThan(String value) {
- // 添加条件“name < value”到criteria列表中
- addCriterion("name <", value, "name");
- return (Criteria) this;
- }
-
- public Criteria andNameLessThanOrEqualTo(String value) {
- // 添加条件 "name <= value" 到criteria列表中
- addCriterion("name <=", value, "name");
- return (Criteria) this;
- }
-
- public Criteria andNameLike(String value) {
- // 添加条件 "name like value" 到criteria列表中
- addCriterion("name like", value, "name");
- return (Criteria) this;
- }
-
- public Criteria andNameNotLike(String value) {
- // 添加条件 "name not like value" 到criteria列表中
- addCriterion("name not like", value, "name");
- return (Criteria) this;
- }
-
- public Criteria andNameIn(List values) {
- // 添加条件 "name in (values)" 到criteria列表中
- addCriterion("name in", values, "name");
- return (Criteria) this;
- }
-
- public Criteria andNameNotIn(List values) {
- // 添加条件 "name not in (values)" 到criteria列表中
- addCriterion("name not in", values, "name");
- return (Criteria) this;
- }
-
-
- public Criteria andNameBetween(String value1, String value2) {
- // 添加条件 "name between value1 and value2"
- addCriterion("name between", value1, value2, "name");
- return (Criteria) this;
- }
-
- public Criteria andNameNotBetween(String value1, String value2) {
- // 添加条件 "name not between value1 and value2"
- addCriterion("name not between", value1, value2, "name");
- return (Criteria) this;
- }
-
- public Criteria andIconIsNull() {
- // 添加条件 "icon is null"
- addCriterion("icon is null");
- return (Criteria) this;
- }
-
- public Criteria andIconIsNotNull() {
- // 添加条件 "icon is not null"
- addCriterion("icon is not null");
- return (Criteria) this;
- }
-
- public Criteria andIconEqualTo(String value) {
- // 添加条件 "icon = value"
- addCriterion("icon =", value, "icon");
- return (Criteria) this;
- }
-
- public Criteria andIconNotEqualTo(String value) {
- // 添加条件 "icon <> value"
- addCriterion("icon <>", value, "icon");
- return (Criteria) this;
- }
-
- public Criteria andIconGreaterThan(String value) {
- // 添加条件 "icon > value"
- addCriterion("icon >", value, "icon");
- return (Criteria) this;
- }
-
- public Criteria andIconGreaterThanOrEqualTo(String value) {
- // 添加条件 "icon >= value"
- addCriterion("icon >=", value, "icon");
- return (Criteria) this;
- }
-
- public Criteria andIconLessThan(String value) {
- // 添加条件 "icon < value"
- addCriterion("icon <", value, "icon");
- return (Criteria) this;
- }
-
- public Criteria andIconLessThanOrEqualTo(String value) {
- // 添加条件 "icon <= value"
- addCriterion("icon <=", value, "icon");
- return (Criteria) this;
- }
-
- public Criteria andIconLike(String value) {
- // 添加条件 "icon like value"
- addCriterion("icon like", value, "icon");
- return (Criteria) this;
- }
-
- public Criteria andIconNotLike(String value) {
- // 添加条件 "icon not like value"
- addCriterion("icon not like", value, "icon");
- return (Criteria) this;
- }
-
- public Criteria andIconIn(List values) {
- // 添加条件 "icon in (values)"
- addCriterion("icon in", values, "icon");
- return (Criteria) this;
- }
-
- public Criteria andIconNotIn(List values) {
- // 添加条件 "icon not in (values)"
- addCriterion("icon not in", values, "icon");
- return (Criteria) this;
- }
-
- public Criteria andIconBetween(String value1, String value2) {
- // 添加条件 "icon between value1 and value2"
- addCriterion("icon between", value1, value2, "icon");
- return (Criteria) this;
- }
-
- public Criteria andIconNotBetween(String value1, String value2) {
- // 添加条件 "icon not between value1 and value2"
- addCriterion("icon not between", value1, value2, "icon");
- return (Criteria) this;
- }
-
- public Criteria andHelpCountIsNull() {
- // 添加条件 "help_count is null"
- addCriterion("help_count is null");
- return (Criteria) this;
- }
-
- public Criteria andHelpCountIsNotNull() {
- // 添加条件 "help_count is not null"
- addCriterion("help_count is not null");
- return (Criteria) this;
- }
-
- public Criteria andHelpCountEqualTo(Integer value) {
- // 添加条件 "help_count = value"
- addCriterion("help_count =", value, "helpCount");
- return (Criteria) this;
- }
-
- public Criteria andHelpCountNotEqualTo(Integer value) {
- // 添加条件 "help_count <> value"
- addCriterion("help_count <>", value, "helpCount");
- return (Criteria) this;
- }
-
- public Criteria andHelpCountGreaterThan(Integer value) {
- // 添加条件 "help_count > value"
- addCriterion("help_count >", value, "helpCount");
- return (Criteria) this;
- }
-
- public Criteria andHelpCountGreaterThanOrEqualTo(Integer value) {
- // 添加条件 "help_count >= value"
- addCriterion("help_count >=", value, "helpCount");
- return (Criteria) this;
- }
-
- public Criteria andHelpCountLessThan(Integer value) {
- // 添加条件 "help_count < value"
- addCriterion("help_count <", value, "helpCount");
- return (Criteria) this;
- }
-
- public Criteria andHelpCountLessThanOrEqualTo(Integer value) {
- // 添加条件 "help_count <= value"
- addCriterion("help_count <=", value, "helpCount");
- return (Criteria) this;
- }
-
-
- public Criteria andHelpCountIn(List values) {
- // 添加条件 "help_count in (values)"
- addCriterion("help_count in", values, "helpCount");
- return (Criteria) this;
- }
-
- public Criteria andHelpCountNotIn(List values) {
- // 添加条件 "help_count not in (values)"
- addCriterion("help_count not in", values, "helpCount");
- return (Criteria) this;
- }
-
- public Criteria andHelpCountBetween(Integer value1, Integer value2) {
- // 添加条件 "help_count between value1 and value2"
- addCriterion("help_count between", value1, value2, "helpCount");
- return (Criteria) this;
- }
-
- public Criteria andHelpCountNotBetween(Integer value1, Integer value2) {
- // 添加条件 "help_count not between value1 and value2"
- addCriterion("help_count not between", value1, value2, "helpCount");
- return (Criteria) this;
- }
-
- public Criteria andShowStatusIsNull() {
- // 添加条件 "show_status is null"
- addCriterion("show_status is null");
- return (Criteria) this;
- }
-
- public Criteria andShowStatusIsNotNull() {
- // 添加条件 "show_status is not null"
- addCriterion("show_status is not null");
- return (Criteria) this;
- }
-
- public Criteria andShowStatusEqualTo(Integer value) {
- // 添加条件 "show_status = value"
- addCriterion("show_status =", value, "showStatus");
- return (Criteria) this;
- }
-
- public Criteria andShowStatusNotEqualTo(Integer value) {
- // 添加条件 "show_status <> value"
- addCriterion("show_status <>", value, "showStatus");
- return (Criteria) this;
- }
-
- public Criteria andShowStatusGreaterThan(Integer value) {
- // 添加条件 "show_status > value"
- addCriterion("show_status >", value, "showStatus");
- return (Criteria) this;
- }
-
- public Criteria andShowStatusGreaterThanOrEqualTo(Integer value) {
- // 添加条件 "show_status >= value"
- addCriterion("show_status >=", value, "showStatus");
- return (Criteria) this;
- }
-
- public Criteria andShowStatusLessThan(Integer value) {
- // 添加条件 "show_status < value"
- addCriterion("show_status <", value, "showStatus");
- return (Criteria) this;
- }
-
- public Criteria andShowStatusLessThanOrEqualTo(Integer value) {
- // 添加条件 "show_status <= value"
- addCriterion("show_status <=", value, "showStatus");
- return (Criteria) this;
- }
-
-
-
- // 检查 show_status 是否在给定的值列表中
- public Criteria andShowStatusIn(List values) {
- addCriterion("show_status in", values, "showStatus");
- return (Criteria) this;
- }
-
- // 检查 show_status 是否不在给定的值列表中
- public Criteria andShowStatusNotIn(List values) {
- addCriterion("show_status not in", values, "showStatus");
- return (Criteria) this;
- }
-
- // 检查 show_status 是否在给定的两个值之间(包含边界)
- public Criteria andShowStatusBetween(Integer value1, Integer value2) {
- addCriterion("show_status between", value1, value2, "showStatus");
- return (Criteria) this;
- }
-
- // 检查 show_status 是否不在给定的两个值之间(不包含边界)
- public Criteria andShowStatusNotBetween(Integer value1, Integer value2) {
- addCriterion("show_status not between", value1, value2, "showStatus");
- return (Criteria) this;
- }
-
- // 检查 sort 字段是否为空
- public Criteria andSortIsNull() {
- addCriterion("sort is null");
- return (Criteria) this;
- }
-
- // 检查 sort 字段是否不为空
- public Criteria andSortIsNotNull() {
- addCriterion("sort is not null");
- return (Criteria) this;
- }
-
- // 检查 sort 是否等于给定的值
- public Criteria andSortEqualTo(Integer value) {
- addCriterion("sort =", value, "sort");
- return (Criteria) this;
- }
-
- // 检查 sort 是否不等于给定的值
- public Criteria andSortNotEqualTo(Integer value) {
- addCriterion("sort <>", value, "sort");
- return (Criteria) this;
- }
-
- // 检查 sort 是否大于给定的值
- public Criteria andSortGreaterThan(Integer value) {
- addCriterion("sort >", value, "sort");
- return (Criteria) this;
- }
-
- // 检查 sort 是否大于或等于给定的值
- public Criteria andSortGreaterThanOrEqualTo(Integer value) {
- addCriterion("sort >=", value, "sort");
- return (Criteria) this;
- }
-
- // 检查 sort 是否小于给定的值
- public Criteria andSortLessThan(Integer value) {
- addCriterion("sort <", value, "sort");
- return (Criteria) this;
- }
-
- // 检查 sort 是否小于或等于给定的值
- public Criteria andSortLessThanOrEqualTo(Integer value) {
- addCriterion("sort <=", value, "sort");
- return (Criteria) this;
- }
-
- // 检查 sort 是否在给定的值列表中
- public Criteria andSortIn(List values) {
- addCriterion("sort in", values, "sort");
- return (Criteria) this;
- }
-
- // 检查 sort 是否不在给定的值列表中
- public Criteria andSortNotIn(List values) {
- addCriterion("sort not in", values, "sort");
- return (Criteria) this;
- }
-
- // 检查 sort 是否在给定的两个值之间(包含边界)
- public Criteria andSortBetween(Integer value1, Integer value2) {
- addCriterion("sort between", value1, value2, "sort");
- return (Criteria) this;
- }
-
- // 检查 sort 是否不在给定的两个值之间(不包含边界)
- public Criteria andSortNotBetween(Integer value1, Integer value2) {
- addCriterion("sort not between", value1, value2, "sort");
- return (Criteria) this;
- }
-
- }
-
- public static class Criteria extends GeneratedCriteria {
- protected Criteria() {
- super();
- }
- }
-
- public static class Criterion {
- private String condition;
-
- private Object value;
-
- private Object secondValue;
-
- private boolean noValue;
-
- private boolean singleValue;
-
- private boolean betweenValue;
-
- private boolean listValue;
-
- private String typeHandler;
-
- public String getCondition() {
- return condition;
- }
-
- public Object getValue() {
- return value;
- }
-
- public Object getSecondValue() {
- return secondValue;
- }
-
- public boolean isNoValue() {
- return noValue;
- }
-
- public boolean isSingleValue() {
- return singleValue;
- }
-
- public boolean isBetweenValue() {
- return betweenValue;
- }
-
- public boolean isListValue() {
- return listValue;
- }
-
- public String getTypeHandler() {
- return typeHandler;
- }
-
- protected Criterion(String condition) {
- super();
- this.condition = condition;
- this.typeHandler = null;
- this.noValue = true;
- }
-
- protected Criterion(String condition, Object value, String typeHandler) {
- super();
- this.condition = condition;
- this.value = value;
- this.typeHandler = typeHandler;
- if (value instanceof List>) {
- this.listValue = true;
- } else {
- this.singleValue = true;
- }
- }
-
- // 构造函数,用于创建一个Criterion对象,只包含条件和值
- protected Criterion(String condition, Object value) {
- // 调用另一个构造函数,并传递null作为第三个参数
- this(condition, value, null);
- }
-
- // 构造函数,用于创建一个Criterion对象,包含条件、值、第二个值和类型处理器
- protected Criterion(String condition, Object value, Object secondValue, String typeHandler) {
- // 调用父类的构造函数
- super();
- // 初始化条件字段
- this.condition = condition;
- // 初始化值字段
- this.value = value;
- // 初始化第二个值字段
- this.secondValue = secondValue;
- // 初始化类型处理器字段
- this.typeHandler = typeHandler;
- // 设置betweenValue为true,表示这是一个范围查询
- this.betweenValue = true;
- }
-
-
- protected Criterion(String condition, Object value, Object secondValue) {
- this(condition, value, secondValue, null);
- }
- }
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/model/CmsHelpExample.java b/mall-mbg/src/main/java/com/macro/mall/model/CmsHelpExample.java
deleted file mode 100644
index 5c1486f..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/model/CmsHelpExample.java
+++ /dev/null
@@ -1,738 +0,0 @@
-package com.macro.mall.model;
-
-import java.util.ArrayList;
-import java.util.Date;
-import java.util.List;
-
-public class CmsHelpExample {
- // 定义一个字符串变量用于存储排序子句
- protected String orderByClause;
-
- // 定义一个布尔变量用于指示是否使用 DISTINCT 关键字
- protected boolean distinct;
-
- // 定义一个列表用于存储查询条件(Criteria)
- protected List oredCriteria;
-
- // 构造函数,初始化 oredCriteria 列表
- public CmsHelpExample() {
- oredCriteria = new ArrayList<>();
- }
-
- // 设置排序子句的方法
- public void setOrderByClause(String orderByClause) {
- this.orderByClause = orderByClause;
- }
-
- // 获取排序子句的方法
- public String getOrderByClause() {
- return orderByClause;
- }
-
- // 设置是否使用 DISTINCT 关键字的方法
- public void setDistinct(boolean distinct) {
- this.distinct = distinct;
- }
-
- // 获取是否使用 DISTINCT 关键字的方法
- public boolean isDistinct() {
- return distinct;
- }
-
- // 获取查询条件列表的方法
- public List getOredCriteria() {
- return oredCriteria;
- }
-
- // 向查询条件列表中添加一个新的 Criteria 对象
- public void or(Criteria criteria) {
- oredCriteria.add(criteria);
- }
-
- // 创建一个新的 Criteria 对象并添加到查询条件列表中,然后返回该对象
- public Criteria or() {
- Criteria criteria = createCriteriaInternal();
- oredCriteria.add(criteria);
- return criteria;
- }
-
- // 创建一个 Criteria 对象,如果查询条件列表为空则将其添加到列表中,最后返回该对象
- public Criteria createCriteria() {
- Criteria criteria = createCriteriaInternal();
- if (oredCriteria.size() == 0) {
- oredCriteria.add(criteria);
- }
- return criteria;
- }
-
- // 内部方法,用于创建一个新的 Criteria 对象
- protected Criteria createCriteriaInternal() {
- Criteria criteria = new Criteria();
- return criteria;
- }
-
- // 清除所有查询条件和排序子句,并将 distinct 设置为 false
- public void clear() {
- oredCriteria.clear();
- orderByClause = null;
- distinct = false;
- }
-
-
- protected abstract static class GeneratedCriteria {
- // 定义一个保护的列表来存储所有的查询条件
- protected List criteria;
-
- // 构造函数,初始化criteria列表
- protected GeneratedCriteria() {
- super();
- criteria = new ArrayList<>();
- }
-
- // 检查是否有任何查询条件
- public boolean isValid() {
- return criteria.size() > 0;
- }
-
- // 获取所有查询条件的列表
- public List getAllCriteria() {
- return criteria;
- }
-
- // 获取查询条件的列表(与getAllCriteria相同)
- public List getCriteria() {
- return criteria;
- }
-
- // 添加一个简单的查询条件
- protected void addCriterion(String condition) {
- if (condition == null) {
- throw new RuntimeException("Value for condition cannot be null");
- }
- criteria.add(new Criterion(condition));
- }
-
- // 添加一个带值的查询条件
- protected void addCriterion(String condition, Object value, String property) {
- if (value == null) {
- throw new RuntimeException("Value for " + property + " cannot be null");
- }
- criteria.add(new Criterion(condition, value));
- }
-
- // 添加一个范围查询条件(例如BETWEEN语句)
- protected void addCriterion(String condition, Object value1, Object value2, String property) {
- if (value1 == null || value2 == null) {
- throw new RuntimeException("Between values for " + property + " cannot be null");
- }
- criteria.add(new Criterion(condition, value1, value2));
- }
-
- // 以下方法用于生成具体的查询条件,例如id的各种比较操作
- public Criteria andIdIsNull() {
- addCriterion("id is null");
- return (Criteria) this;
- }
-
- public Criteria andIdIsNotNull() {
- addCriterion("id is not null");
- return (Criteria) this;
- }
-
- public Criteria andIdEqualTo(Long value) {
- addCriterion("id =", value, "id");
- return (Criteria) this;
- }
-
- public Criteria andIdNotEqualTo(Long value) {
- addCriterion("id <>", value, "id");
- return (Criteria) this;
- }
-
- public Criteria andIdGreaterThan(Long value) {
- addCriterion("id >", value, "id");
- return (Criteria) this;
- }
-
- public Criteria andIdGreaterThanOrEqualTo(Long value) {
- addCriterion("id >=", value, "id");
- return (Criteria) this;
- }
-
- public Criteria andIdLessThan(Long value) {
- addCriterion("id <", value, "id");
- return (Criteria) this;
- }
-
- public Criteria andIdLessThanOrEqualTo(Long value) {
- addCriterion("id <=", value, "id");
- return (Criteria) this;
- }
-
- public Criteria andIdIn(List values) {
- addCriterion("id in", values, "id");
- return (Criteria) this;
- }
-
- public Criteria andIdNotIn(List values) {
- addCriterion("id not in", values, "id");
- return (Criteria) this;
- }
-
- public Criteria andIdBetween(Long value1, Long value2) {
- addCriterion("id between", value1, value2, "id");
- return (Criteria) this;
- }
-
- public Criteria andIdNotBetween(Long value1, Long value2) {
- addCriterion("id not between", value1, value2, "id");
- return (Criteria) this;
- }
-
- // 以下方法用于生成category_id的各种比较操作
- public Criteria andCategoryIdIsNull() {
- addCriterion("category_id is null");
- return (Criteria) this;
- }
-
- public Criteria andCategoryIdIsNotNull() {
- addCriterion("category_id is not null");
- return (Criteria) this;
- }
-
- public Criteria andCategoryIdEqualTo(Long value) {
- addCriterion("category_id =", value, "categoryId");
- return (Criteria) this;
- }
-
- public Criteria andCategoryIdNotEqualTo(Long value) {
- addCriterion("category_id <>", value, "categoryId");
- return (Criteria) this;
- }
-
- public Criteria andCategoryIdGreaterThan(Long value) {
- addCriterion("category_id >", value, "categoryId");
- return (Criteria) this;
- }
-
- public Criteria andCategoryIdGreaterThanOrEqualTo(Long value) {
- addCriterion("category_id >=", value, "categoryId");
- return (Criteria) this;
- }
-
- public Criteria andCategoryIdLessThan(Long value) {
- addCriterion("category_id <", value, "categoryId");
- return (Criteria) this;
- }
-
- public Criteria andCategoryIdLessThanOrEqualTo(Long value) {
- addCriterion("category_id <=", value, "categoryId");
- return (Criteria) this;
- }
-
- public Criteria andCategoryIdIn(List values) {
- addCriterion("category_id in", values, "categoryId");
- return (Criteria) this;
- }
-
- public Criteria andCategoryIdNotIn(List values) {
- addCriterion("category_id not in", values, "categoryId");
- return (Criteria) this;
- }
-
- public Criteria andCategoryIdBetween(Long value1, Long value2) {
- addCriterion("category_id between", value1, value2, "categoryId");
- return (Criteria) this;
- }
-
- public Criteria andCategoryIdNotBetween(Long value1, Long value2) {
- addCriterion("category_id not between", value1, value2, "categoryId");
- return (Criteria) this;
- }
-
- // 以下方法用于生成icon字段的各种比较操作
- public Criteria andIconIsNull() {
- addCriterion("icon is null");
- return (Criteria) this;
- }
-
- // 检查icon字段是否不为空
- public Criteria andIconIsNotNull() {
- addCriterion("icon is not null");
- return (Criteria) this;
- }
-
- // 检查icon字段是否等于指定值
- public Criteria andIconEqualTo(String value) {
- addCriterion("icon =", value, "icon");
- return (Criteria) this;
- }
-
- // 检查icon字段是否不等于指定值
- public Criteria andIconNotEqualTo(String value) {
- addCriterion("icon <>", value, "icon");
- return (Criteria) this;
- }
-
- // 检查icon字段是否大于指定值
- public Criteria andIconGreaterThan(String value) {
- addCriterion("icon >", value, "icon");
- return (Criteria) this;
- }
-
- // 检查icon字段是否大于或等于指定值
- public Criteria andIconGreaterThanOrEqualTo(String value) {
- addCriterion("icon >=", value, "icon");
- return (Criteria) this;
- }
-
- // 检查icon字段是否小于指定值
- public Criteria andIconLessThan(String value) {
- addCriterion("icon <", value, "icon");
- return (Criteria) this;
- }
-
- // 检查icon字段是否小于或等于指定值
- public Criteria andIconLessThanOrEqualTo(String value) {
- addCriterion("icon <=", value, "icon");
- return (Criteria) this;
- }
-
- // 检查icon字段是否匹配指定模式(使用LIKE)
- public Criteria andIconLike(String value) {
- addCriterion("icon like", value, "icon");
- return (Criteria) this;
- }
-
- // 检查icon字段是否不匹配指定模式(使用NOT LIKE)
- public Criteria andIconNotLike(String value) {
- addCriterion("icon not like", value, "icon");
- return (Criteria) this;
- }
-
- // 检查icon字段是否在指定列表中
- public Criteria andIconIn(List values) {
- addCriterion("icon in", values, "icon");
- return (Criteria) this;
- }
-
- // 检查icon字段是否不在指定列表中
- public Criteria andIconNotIn(List values) {
- addCriterion("icon not in", values, "icon");
- return (Criteria) this;
- }
-
- // 检查icon字段是否在指定范围内(使用BETWEEN)
- public Criteria andIconBetween(String value1, String value2) {
- addCriterion("icon between", value1, value2, "icon");
- return (Criteria) this;
- }
-
- // 检查icon字段是否不在指定范围内(使用NOT BETWEEN)
- public Criteria andIconNotBetween(String value1, String value2) {
- addCriterion("icon not between", value1, value2, "icon");
- return (Criteria) this;
- }
-
- // 检查title字段是否为空
- public Criteria andTitleIsNull() {
- addCriterion("title is null");
- return (Criteria) this;
- }
-
- // 检查title字段是否不为空
- public Criteria andTitleIsNotNull() {
- addCriterion("title is not null");
- return (Criteria) this;
- }
-
- // 检查title字段是否等于指定值
- public Criteria andTitleEqualTo(String value) {
- addCriterion("title =", value, "title");
- return (Criteria) this;
- }
-
- // 检查title字段是否不等于指定值
- public Criteria andTitleNotEqualTo(String value) {
- addCriterion("title <>", value, "title");
- return (Criteria) this;
- }
-
- // 检查title字段是否大于指定值
- public Criteria andTitleGreaterThan(String value) {
- addCriterion("title >", value, "title");
- return (Criteria) this;
- }
-
- // 检查title字段是否大于或等于指定值
- public Criteria andTitleGreaterThanOrEqualTo(String value) {
- addCriterion("title >=", value, "title");
- return (Criteria) this;
- }
-
- // 检查title字段是否小于指定值
- public Criteria andTitleLessThan(String value) {
- addCriterion("title <", value, "title");
- return (Criteria) this;
- }
-
- // 检查title字段是否小于或等于指定值
- public Criteria andTitleLessThanOrEqualTo(String value) {
- addCriterion("title <=", value, "title");
- return (Criteria) this;
- }
-
- // 检查title字段是否匹配指定模式(使用LIKE)
- public Criteria andTitleLike(String value) {
- addCriterion("title like", value, "title");
- return (Criteria) this;
- }
-
- // 检查title字段是否不匹配指定模式(使用NOT LIKE)
- public Criteria andTitleNotLike(String value) {
- addCriterion("title not like", value, "title");
- return (Criteria) this;
- }
-
- // 检查title字段是否在指定列表中
- public Criteria andTitleIn(List values) {
- addCriterion("title in", values, "title");
- return (Criteria) this;
- }
-
- // 检查title字段是否不在指定列表中
- public Criteria andTitleNotIn(List values) {
- addCriterion("title not in", values, "title");
- return (Criteria) this;
- }
-
- // 检查title字段是否在指定范围内(使用BETWEEN)
- public Criteria andTitleBetween(String value1, String value2) {
- addCriterion("title between", value1, value2, "title");
- return (Criteria) this;
- }
-
- // 检查title字段是否不在指定范围内(使用NOT BETWEEN)
- public Criteria andTitleNotBetween(String value1, String value2) {
- addCriterion("title not between", value1, value2, "title");
- return (Criteria) this;
- }
-
- // 检查show_status字段是否为空
- public Criteria andShowStatusIsNull() {
- addCriterion("show_status is null");
- return (Criteria) this;
- }
-
- // 检查show_status字段是否不为空
- public Criteria andShowStatusIsNotNull() {
- addCriterion("show_status is not null");
- return (Criteria) this;
- }
-
- // 检查show_status字段是否等于指定值
- public Criteria andShowStatusEqualTo(Integer value) {
- addCriterion("show_status =", value, "showStatus");
- return (Criteria) this;
- }
-
- // 检查 show_status 是否不等于指定值
- public Criteria andShowStatusNotEqualTo(Integer value) {
- addCriterion("show_status <>", value, "showStatus");
- return (Criteria) this;
- }
-
- // 检查 show_status 是否大于指定值
- public Criteria andShowStatusGreaterThan(Integer value) {
- addCriterion("show_status >", value, "showStatus");
- return (Criteria) this;
- }
-
- // 检查 show_status 是否大于或等于指定值
- public Criteria andShowStatusGreaterThanOrEqualTo(Integer value) {
- addCriterion("show_status >=", value, "showStatus");
- return (Criteria) this;
- }
-
- // 检查 show_status 是否小于指定值
- public Criteria andShowStatusLessThan(Integer value) {
- addCriterion("show_status <", value, "showStatus");
- return (Criteria) this;
- }
-
- // 检查 show_status 是否小于或等于指定值
- public Criteria andShowStatusLessThanOrEqualTo(Integer value) {
- addCriterion("show_status <=", value, "showStatus");
- return (Criteria) this;
- }
-
- // 检查 show_status 是否在指定的列表中
- public Criteria andShowStatusIn(List values) {
- addCriterion("show_status in", values, "showStatus");
- return (Criteria) this;
- }
-
- // 检查 show_status 是否不在指定的列表中
- public Criteria andShowStatusNotIn(List values) {
- addCriterion("show_status not in", values, "showStatus");
- return (Criteria) this;
- }
-
- // 检查 show_status 是否在指定的范围内
- public Criteria andShowStatusBetween(Integer value1, Integer value2) {
- addCriterion("show_status between", value1, value2, "showStatus");
- return (Criteria) this;
- }
-
- // 检查 show_status 是否不在指定的范围内
- public Criteria andShowStatusNotBetween(Integer value1, Integer value2) {
- addCriterion("show_status not between", value1, value2, "showStatus");
- return (Criteria) this;
- }
-
- // 检查 create_time 是否为空
- public Criteria andCreateTimeIsNull() {
- addCriterion("create_time is null");
- return (Criteria) this;
- }
-
- // 检查 create_time 是否不为空
- public Criteria andCreateTimeIsNotNull() {
- addCriterion("create_time is not null");
- return (Criteria) this;
- }
-
- // 检查 create_time 是否等于指定值
- public Criteria andCreateTimeEqualTo(Date value) {
- addCriterion("create_time =", value, "createTime");
- return (Criteria) this;
- }
-
- // 检查 create_time 是否不等于指定值
- public Criteria andCreateTimeNotEqualTo(Date value) {
- addCriterion("create_time <>", value, "createTime");
- return (Criteria) this;
- }
-
- // 检查 create_time 是否大于指定值
- public Criteria andCreateTimeGreaterThan(Date value) {
- addCriterion("create_time >", value, "createTime");
- return (Criteria) this;
- }
-
- // 检查 create_time 是否大于或等于指定值
- public Criteria andCreateTimeGreaterThanOrEqualTo(Date value) {
- addCriterion("create_time >=", value, "createTime");
- return (Criteria) this;
- }
-
- // 检查 create_time 是否小于指定值
- public Criteria andCreateTimeLessThan(Date value) {
- addCriterion("create_time <", value, "createTime");
- return (Criteria) this;
- }
-
- // 检查 create_time 是否小于或等于指定值
- public Criteria andCreateTimeLessThanOrEqualTo(Date value) {
- addCriterion("create_time <=", value, "createTime");
- return (Criteria) this;
- }
-
- // 检查 create_time 是否在指定的列表中
- public Criteria andCreateTimeIn(List values) {
- addCriterion("create_time in", values, "createTime");
- return (Criteria) this;
- }
-
- // 检查 create_time 是否不在指定的列表中
- public Criteria andCreateTimeNotIn(List values) {
- addCriterion("create_time not in", values, "createTime");
- return (Criteria) this;
- }
-
- // 检查 create_time 是否在指定的范围内
- public Criteria andCreateTimeBetween(Date value1, Date value2) {
- addCriterion("create_time between", value1, value2, "createTime");
- return (Criteria) this;
- }
-
- // 检查 create_time 是否不在指定的范围内
- public Criteria andCreateTimeNotBetween(Date value1, Date value2) {
- addCriterion("create_time not between", value1, value2, "createTime");
- return (Criteria) this;
- }
-
- // 检查 read_count 是否为空
- public Criteria andReadCountIsNull() {
- addCriterion("read_count is null");
- return (Criteria) this;
- }
-
- // 检查 read_count 是否不为空
- public Criteria andReadCountIsNotNull() {
- addCriterion("read_count is not null");
- return (Criteria) this;
- }
-
- // 检查 read_count 是否等于指定值
- public Criteria andReadCountEqualTo(Integer value) {
- addCriterion("read_count =", value, "readCount");
- return (Criteria) this;
- }
-
-
- // 检查 read_count 是否不等于指定值
- public Criteria andReadCountNotEqualTo(Integer value) {
- addCriterion("read_count <>", value, "readCount");
- return (Criteria) this;
- }
-
- // 检查 read_count 是否大于指定值
- public Criteria andReadCountGreaterThan(Integer value) {
- addCriterion("read_count >", value, "readCount");
- return (Criteria) this;
- }
-
- // 检查 read_count 是否大于或等于指定值
- public Criteria andReadCountGreaterThanOrEqualTo(Integer value) {
- addCriterion("read_count >=", value, "readCount");
- return (Criteria) this;
- }
-
- // 检查 read_count 是否小于指定值
- public Criteria andReadCountLessThan(Integer value) {
- addCriterion("read_count <", value, "readCount");
- return (Criteria) this;
- }
-
- // 检查 read_count 是否小于或等于指定值
- public Criteria andReadCountLessThanOrEqualTo(Integer value) {
- addCriterion("read_count <=", value, "readCount");
- return (Criteria) this;
- }
-
- // 检查 read_count 是否在指定的列表中
- public Criteria andReadCountIn(List values) {
- addCriterion("read_count in", values, "readCount");
- return (Criteria) this;
- }
-
- // 检查 read_count 是否不在指定的列表中
- public Criteria andReadCountNotIn(List values) {
- addCriterion("read_count not in", values, "readCount");
- return (Criteria) this;
- }
-
- // 检查 read_count 是否在指定的范围内(包含边界)
- public Criteria andReadCountBetween(Integer value1, Integer value2) {
- addCriterion("read_count between", value1, value2, "readCount");
- return (Criteria) this;
- }
-
- // 检查 read_count 是否不在指定的范围内(不包含边界)
- public Criteria andReadCountNotBetween(Integer value1, Integer value2) {
- addCriterion("read_count not between", value1, value2, "readCount");
- return (Criteria) this;
- }
- }
-
- public static class Criteria extends GeneratedCriteria {
- // 默认构造函数,调用父类的构造函数
- protected Criteria() {
- super();
- }
- }
-
- public static class Criterion {
- private String condition; // 条件表达式
- private Object value; // 第一个值
- private Object secondValue; // 第二个值(用于between查询)
- private boolean noValue; // 是否没有值
- private boolean singleValue; // 是否单个值
- private boolean betweenValue; // 是否在两个值之间
- private boolean listValue; // 是否列表值
- private String typeHandler; // 类型处理器
-
- // 获取条件表达式
- public String getCondition() {
- return condition;
- }
-
- // 获取第一个值
- public Object getValue() {
- return value;
- }
-
- // 获取第二个值
- public Object getSecondValue() {
- return secondValue;
- }
-
- // 判断是否没有值
- public boolean isNoValue() {
- return noValue;
- }
-
- // 判断是否单个值
- public boolean isSingleValue() {
- return singleValue;
- }
-
- // 判断是否在两个值之间
- public boolean isBetweenValue() {
- return betweenValue;
- }
-
- // 判断是否列表值
- public boolean isListValue() {
- return listValue;
- }
-
- // 获取类型处理器
- public String getTypeHandler() {
- return typeHandler;
- }
-
- // 构造函数,仅包含条件表达式
- protected Criterion(String condition) {
- super();
- this.condition = condition;
- this.typeHandler = null;
- this.noValue = true; // 表示没有值
- }
-
- // 构造函数,包含条件表达式和值,以及可选的类型处理器
- protected Criterion(String condition, Object value, String typeHandler) {
- super();
- this.condition = condition;
- this.value = value;
- this.typeHandler = typeHandler;
- if (value instanceof List>) {
- this.listValue = true; // 如果值是列表,则设置listValue为true
- } else {
- this.singleValue = true; // 否则设置为单个值
- }
- }
-
- // 构造函数,包含条件表达式和值,不包含类型处理器
- protected Criterion(String condition, Object value) {
- this(condition, value, null); // 调用另一个构造函数,并传递null作为类型处理器
- }
-
- // 构造函数,包含条件表达式、两个值和可选的类型处理器
- protected Criterion(String condition, Object value, Object secondValue, String typeHandler) {
- super();
- this.condition = condition;
- this.value = value;
- this.secondValue = secondValue;
- this.typeHandler = typeHandler;
- this.betweenValue = true; // 表示在两个值之间
- }
-
- // 构造函数,包含条件表达式、两个值,不包含类型处理器
- protected Criterion(String condition, Object value, Object secondValue) {
- this(condition, value, secondValue, null); // 调用另一个构造函数,并传递null作为类型处理器
- }
- }
-
-}
diff --git a/mall-mbg/src/main/java/com/macro/mall/model/CmsMemberReport.java b/mall-mbg/src/main/java/com/macro/mall/model/CmsMemberReport.java
deleted file mode 100644
index 370c4a0..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/model/CmsMemberReport.java
+++ /dev/null
@@ -1,118 +0,0 @@
-package com.macro.mall.model;
-
-import io.swagger.annotations.ApiModelProperty;
-import java.io.Serializable;
-import java.util.Date;
-
-/**
- * CmsMemberReport 类表示一个会员举报信息。
- * 它包含举报的详细信息,如举报类型、举报人、创建时间等。
- */
-public class CmsMemberReport implements Serializable {
- private Long id; // 举报的唯一标识符
-
- @ApiModelProperty(value = "举报类型:0->商品评价;1->话题内容;2->用户评论")
- private Integer reportType; // 举报的类型
-
- @ApiModelProperty(value = "举报人")
- private String reportMemberName; // 举报人的姓名
-
- private Date createTime; // 举报的创建时间
-
- private String reportObject; // 被举报的对象(如商品ID或评论ID)
-
- @ApiModelProperty(value = "举报状态:0->未处理;1->已处理")
- private Integer reportStatus; // 举报的处理状态
-
- @ApiModelProperty(value = "处理结果:0->无效;1->有效;2->恶意")
- private Integer handleStatus; // 举报的处理结果
-
- private String note; // 备注信息
-
- private static final long serialVersionUID = 1L; // 序列化版本号
-
- // Getter and Setter methods for each field
- public Long getId() {
- return id;
- }
-
- public void setId(Long id) {
- this.id = id;
- }
-
- public Integer getReportType() {
- return reportType;
- }
-
- public void setReportType(Integer reportType) {
- this.reportType = reportType;
- }
-
- public String getReportMemberName() {
- return reportMemberName;
- }
-
- public void setReportMemberName(String reportMemberName) {
- this.reportMemberName = reportMemberName;
- }
-
- public Date getCreateTime() {
- return createTime;
- }
-
- public void setCreateTime(Date createTime) {
- this.createTime = createTime;
- }
-
- public String getReportObject() {
- return reportObject;
- }
-
- public void setReportObject(String reportObject) {
- this.reportObject = reportObject;
- }
-
- public Integer getReportStatus() {
- return reportStatus;
- }
-
- public void setReportStatus(Integer reportStatus) {
- this.reportStatus = reportStatus;
- }
-
- public Integer getHandleStatus() {
- return handleStatus;
- }
-
- public void setHandleStatus(Integer handleStatus) {
- this.handleStatus = handleStatus;
- }
-
- public String getNote() {
- return note;
- }
-
- public void setNote(String note) {
- this.note = note;
- }
-
- // toString method to provide a string representation of the object
- @Override
- public String toString() {
- StringBuilder sb = new StringBuilder();
- sb.append(getClass().getSimpleName());
- sb.append(" [");
- sb.append("Hash = ").append(hashCode());
- sb.append(", id=").append(id);
- sb.append(", reportType=").append(reportType);
- sb.append(", reportMemberName=").append(reportMemberName);
- sb.append(", createTime=").append(createTime);
- sb.append(", reportObject=").append(reportObject);
- sb.append(", reportStatus=").append(reportStatus);
- sb.append(", handleStatus=").append(handleStatus);
- sb.append(", note=").append(note);
- sb.append(", serialVersionUID=").append(serialVersionUID);
- sb.append("]");
- return sb.toString();
- }
-}
diff --git a/mall-mbg/src/main/java/com/macro/mall/model/CmsMemberReportExample.java b/mall-mbg/src/main/java/com/macro/mall/model/CmsMemberReportExample.java
deleted file mode 100644
index 4d7dfb2..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/model/CmsMemberReportExample.java
+++ /dev/null
@@ -1,847 +0,0 @@
-package com.macro.mall.model;
-
-import java.util.ArrayList;
-import java.util.Date;
-import java.util.List;
-
-public class CmsMemberReportExample {
- // 定义一个用于排序的子句
- protected String orderByClause;
-
- // 定义一个布尔值,用于指示查询结果是否去重
- protected boolean distinct;
-
- // 定义一个列表,用于存储查询条件(Criteria)
- protected List oredCriteria;
-
- // 构造函数,初始化oredCriteria为一个新的ArrayList
- public CmsMemberReportExample() {
- oredCriteria = new ArrayList<>();
- }
-
- // 设置排序子句的方法
- public void setOrderByClause(String orderByClause) {
- this.orderByClause = orderByClause;
- }
-
- // 获取排序子句的方法
- public String getOrderByClause() {
- return orderByClause;
- }
-
- // 设置是否去重的方法
- public void setDistinct(boolean distinct) {
- this.distinct = distinct;
- }
-
- // 获取是否去重的方法
- public boolean isDistinct() {
- return distinct;
- }
-
- // 获取查询条件列表的方法
- public List getOredCriteria() {
- return oredCriteria;
- }
-
- // 添加一个查询条件到oredCriteria列表中的方法
- public void or(Criteria criteria) {
- oredCriteria.add(criteria);
- }
-
- // 创建一个新的Criteria对象并添加到oredCriteria列表中的方法
- public Criteria or() {
- Criteria criteria = createCriteriaInternal();
- oredCriteria.add(criteria);
- return criteria;
- }
-
- // 创建一个Criteria对象,如果oredCriteria列表为空则将其添加到列表中的方法
- public Criteria createCriteria() {
- Criteria criteria = createCriteriaInternal();
- if (oredCriteria.size() == 0) {
- oredCriteria.add(criteria);
- }
- return criteria;
- }
-
- // 内部方法,用于创建一个新的Criteria对象
- protected Criteria createCriteriaInternal() {
- Criteria criteria = new Criteria();
- return criteria;
- }
-
- // 清除所有查询条件和排序子句,并将distinct设置为false的方法
- public void clear() {
- oredCriteria.clear();
- orderByClause = null;
- distinct = false;
- }
-
-
- protected abstract static class GeneratedCriteria {
- // 定义一个用于存储查询条件的列表
- protected List criteria;
-
- // 构造函数,初始化criteria为一个新的ArrayList
- protected GeneratedCriteria() {
- super();
- criteria = new ArrayList<>();
- }
-
- // 判断是否有查询条件的方法
- public boolean isValid() {
- return criteria.size() > 0;
- }
-
- // 获取所有查询条件的方法
- public List getAllCriteria() {
- return criteria;
- }
-
- // 获取查询条件列表的方法(与getAllCriteria方法相同)
- public List getCriteria() {
- return criteria;
- }
-
- // 添加单个查询条件的方法
- protected void addCriterion(String condition) {
- if (condition == null) {
- throw new RuntimeException("Value for condition cannot be null");
- }
- criteria.add(new Criterion(condition));
- }
-
- // 添加带值的查询条件的方法
- protected void addCriterion(String condition, Object value, String property) {
- if (value == null) {
- throw new RuntimeException("Value for " + property + " cannot be null");
- }
- criteria.add(new Criterion(condition, value));
- }
-
- // 添加区间查询条件的方法
- protected void addCriterion(String condition, Object value1, Object value2, String property) {
- if (value1 == null || value2 == null) {
- throw new RuntimeException("Between values for " + property + " cannot be null");
- }
- criteria.add(new Criterion(condition, value1, value2));
- }
-
- // 添加id为空的查询条件的方法
- public Criteria andIdIsNull() {
- addCriterion("id is null");
- return (Criteria) this;
- }
-
- // 添加id不为空的查询条件的方法
- public Criteria andIdIsNotNull() {
- addCriterion("id is not null");
- return (Criteria) this;
- }
-
- // 添加id等于指定值的查询条件的方法
- public Criteria andIdEqualTo(Long value) {
- addCriterion("id =", value, "id");
- return (Criteria) this;
- }
-
- // 添加id不等于指定值的查询条件的方法
- public Criteria andIdNotEqualTo(Long value) {
- addCriterion("id <>", value, "id");
- return (Criteria) this;
- }
-
- // 添加id大于指定值的查询条件的方法
- public Criteria andIdGreaterThan(Long value) {
- addCriterion("id >", value, "id");
- return (Criteria) this;
- }
-
- // 添加id大于等于指定值的查询条件的方法
- public Criteria andIdGreaterThanOrEqualTo(Long value) {
- addCriterion("id >=", value, "id");
- return (Criteria) this;
- }
-
- // 添加id小于指定值的查询条件的方法
- public Criteria andIdLessThan(Long value) {
- addCriterion("id <", value, "id");
- return (Criteria) this;
- }
-
- // 添加id小于等于指定值的查询条件的方法
- public Criteria andIdLessThanOrEqualTo(Long value) {
- addCriterion("id <=", value, "id");
- return (Criteria) this;
- }
-
- // 添加id在指定值列表中的查询条件的方法
- public Criteria andIdIn(List values) {
- addCriterion("id in", values, "id");
- return (Criteria) this;
- }
-
- // 添加id不在指定值列表中的查询条件的方法
- public Criteria andIdNotIn(List values) {
- addCriterion("id not in", values, "id");
- return (Criteria) this;
- }
-
- // 添加id在指定范围内的查询条件的方法
- public Criteria andIdBetween(Long value1, Long value2) {
- addCriterion("id between", value1, value2, "id");
- return (Criteria) this;
- }
-
- // 添加id不在指定范围内的查询条件的方法
- public Criteria andIdNotBetween(Long value1, Long value2) {
- addCriterion("id not between", value1, value2, "id");
- return (Criteria) this;
- }
-
- // 添加report_type为空的查询条件的方法
- public Criteria andReportTypeIsNull() {
- addCriterion("report_type is null");
- return (Criteria) this;
- }
-
- // 添加report_type不为空的查询条件的方法
- public Criteria andReportTypeIsNotNull() {
- addCriterion("report_type is not null");
- return (Criteria) this;
- }
-
- // 添加report_type等于指定值的查询条件的方法
- public Criteria andReportTypeEqualTo(Integer value) {
- addCriterion("report_type =", value, "reportType");
- return (Criteria) this;
- }
-
- // 添加report_type不等于指定值的查询条件的方法
- public Criteria andReportTypeNotEqualTo(Integer value) {
- addCriterion("report_type <>", value, "reportType");
- return (Criteria) this;
- }
-
- // 添加report_type大于指定值的查询条件的方法
- public Criteria andReportTypeGreaterThan(Integer value) {
- addCriterion("report_type >", value, "reportType");
- return (Criteria) this;
- }
-
- // 添加report_type大于等于指定值的查询条件的方法
- public Criteria andReportTypeGreaterThanOrEqualTo(Integer value) {
- addCriterion("report_type >=", value, "reportType");
- return (Criteria) this;
- }
-
- // 添加report_type小于指定值的查询条件的方法
- public Criteria andReportTypeLessThan(Integer value) {
- addCriterion("report_type <", value, "reportType");
- return (Criteria) this;
- }
-
-
- // 添加 report_type <= value 的条件
- public Criteria andReportTypeLessThanOrEqualTo(Integer value) {
- addCriterion("report_type <=", value, "reportType");
- return (Criteria) this;
- }
-
- // 添加 report_type in (values) 的条件
- public Criteria andReportTypeIn(List values) {
- addCriterion("report_type in", values, "reportType");
- return (Criteria) this;
- }
-
- // 添加 report_type not in (values) 的条件
- public Criteria andReportTypeNotIn(List values) {
- addCriterion("report_type not in", values, "reportType");
- return (Criteria) this;
- }
-
- // 添加 report_type between value1 and value2 的条件
- public Criteria andReportTypeBetween(Integer value1, Integer value2) {
- addCriterion("report_type between", value1, value2, "reportType");
- return (Criteria) this;
- }
-
- // 添加 report_type not between value1 and value2 的条件
- public Criteria andReportTypeNotBetween(Integer value1, Integer value2) {
- addCriterion("report_type not between", value1, value2, "reportType");
- return (Criteria) this;
- }
-
- // 添加 report_member_name is null 的条件
- public Criteria andReportMemberNameIsNull() {
- addCriterion("report_member_name is null");
- return (Criteria) this;
- }
-
- // 添加 report_member_name is not null 的条件
- public Criteria andReportMemberNameIsNotNull() {
- addCriterion("report_member_name is not null");
- return (Criteria) this;
- }
-
- // 添加 report_member_name = value 的条件
- public Criteria andReportMemberNameEqualTo(String value) {
- addCriterion("report_member_name =", value, "reportMemberName");
- return (Criteria) this;
- }
-
- // 添加 report_member_name <> value 的条件
- public Criteria andReportMemberNameNotEqualTo(String value) {
- addCriterion("report_member_name <>", value, "reportMemberName");
- return (Criteria) this;
- }
-
- // 添加 report_member_name > value 的条件
- public Criteria andReportMemberNameGreaterThan(String value) {
- addCriterion("report_member_name >", value, "reportMemberName");
- return (Criteria) this;
- }
-
- // 添加 report_member_name >= value 的条件
- public Criteria andReportMemberNameGreaterThanOrEqualTo(String value) {
- addCriterion("report_member_name >=", value, "reportMemberName");
- return (Criteria) this;
- }
-
- // 添加 report_member_name < value 的条件
- public Criteria andReportMemberNameLessThan(String value) {
- addCriterion("report_member_name <", value, "reportMemberName");
- return (Criteria) this;
- }
-
- // 添加 report_member_name <= value 的条件
- public Criteria andReportMemberNameLessThanOrEqualTo(String value) {
- addCriterion("report_member_name <=", value, "reportMemberName");
- return (Criteria) this;
- }
-
- // 添加 report_member_name like value 的条件
- public Criteria andReportMemberNameLike(String value) {
- addCriterion("report_member_name like", value, "reportMemberName");
- return (Criteria) this;
- }
-
- // 添加 report_member_name not like value 的条件
- public Criteria andReportMemberNameNotLike(String value) {
- addCriterion("report_member_name not like", value, "reportMemberName");
- return (Criteria) this;
- }
-
- // 添加 report_member_name in (values) 的条件
- public Criteria andReportMemberNameIn(List values) {
- addCriterion("report_member_name in", values, "reportMemberName");
- return (Criteria) this;
- }
-
- // 添加 report_member_name not in (values) 的条件
- public Criteria andReportMemberNameNotIn(List values) {
- addCriterion("report_member_name not in", values, "reportMemberName");
- return (Criteria) this;
- }
-
- // 添加 report_member_name between value1 and value2 的条件
- public Criteria andReportMemberNameBetween(String value1, String value2) {
- addCriterion("report_member_name between", value1, value2, "reportMemberName");
- return (Criteria) this;
- }
-
- // 添加 report_member_name not between value1 and value2 的条件
- public Criteria andReportMemberNameNotBetween(String value1, String value2) {
- addCriterion("report_member_name not between", value1, value2, "reportMemberName");
- return (Criteria) this;
- }
-
- // 添加 create_time is null 的条件
- public Criteria andCreateTimeIsNull() {
- addCriterion("create_time is null");
- return (Criteria) this;
- }
-
- // 添加 create_time is not null 的条件
- public Criteria andCreateTimeIsNotNull() {
- addCriterion("create_time is not null");
- return (Criteria) this;
- }
-
- // 添加 create_time = value 的条件
- public Criteria andCreateTimeEqualTo(Date value) {
- addCriterion("create_time =", value, "createTime");
- return (Criteria) this;
- }
-
- // 添加 create_time <> value 的条件
- public Criteria andCreateTimeNotEqualTo(Date value) {
- addCriterion("create_time <>", value, "createTime");
- return (Criteria) this;
- }
-
- // 添加 create_time > value 的条件
- public Criteria andCreateTimeGreaterThan(Date value) {
- addCriterion("create_time >", value, "createTime");
- return (Criteria) this;
- }
-
- // 添加 create_time >= value 的条件
- public Criteria andCreateTimeGreaterThanOrEqualTo(Date value) {
- addCriterion("create_time >=", value, "createTime");
- return (Criteria) this;
- }
-
- // 添加 create_time < value 的条件
- public Criteria andCreateTimeLessThan(Date value) {
- addCriterion("create_time <", value, "createTime");
- return (Criteria) this;
- }
-
- // 添加 create_time <= value 的条件
- public Criteria andCreateTimeLessThanOrEqualTo(Date value) {
- addCriterion("create_time <=", value, "createTime");
- return (Criteria) this;
- }
-
- // 添加 create_time in (values) 的条件
- public Criteria andCreateTimeIn(List values) {
- addCriterion("create_time in", values, "createTime");
- return (Criteria) this;
- }
-
- // 添加 create_time not in (values) 的条件
- public Criteria andCreateTimeNotIn(List values) {
- addCriterion("create_time not in", values, "createTime");
- return (Criteria) this;
- }
-
-
- // 添加创建时间在指定范围内的条件
- public Criteria andCreateTimeBetween(Date value1, Date value2) {
- addCriterion("create_time between", value1, value2, "createTime");
- return (Criteria) this;
- }
-
- // 添加创建时间不在指定范围内的条件
- public Criteria andCreateTimeNotBetween(Date value1, Date value2) {
- addCriterion("create_time not between", value1, value2, "createTime");
- return (Criteria) this;
- }
-
- // 添加报告对象为空的条件
- public Criteria andReportObjectIsNull() {
- addCriterion("report_object is null");
- return (Criteria) this;
- }
-
- // 添加报告对象不为空的条件
- public Criteria andReportObjectIsNotNull() {
- addCriterion("report_object is not null");
- return (Criteria) this;
- }
-
- // 添加报告对象等于指定值的条件
- public Criteria andReportObjectEqualTo(String value) {
- addCriterion("report_object =", value, "reportObject");
- return (Criteria) this;
- }
-
- // 添加报告对象不等于指定值的条件
- public Criteria andReportObjectNotEqualTo(String value) {
- addCriterion("report_object <>", value, "reportObject");
- return (Criteria) this;
- }
-
- // 添加报告对象大于指定值的条件
- public Criteria andReportObjectGreaterThan(String value) {
- addCriterion("report_object >", value, "reportObject");
- return (Criteria) this;
- }
-
- // 添加报告对象大于或等于指定值的条件
- public Criteria andReportObjectGreaterThanOrEqualTo(String value) {
- addCriterion("report_object >=", value, "reportObject");
- return (Criteria) this;
- }
-
- // 添加报告对象小于指定值的条件
- public Criteria andReportObjectLessThan(String value) {
- addCriterion("report_object <", value, "reportObject");
- return (Criteria) this;
- }
-
- // 添加报告对象小于或等于指定值的条件
- public Criteria andReportObjectLessThanOrEqualTo(String value) {
- addCriterion("report_object <=", value, "reportObject");
- return (Criteria) this;
- }
-
- // 添加报告对象匹配指定模式的条件
- public Criteria andReportObjectLike(String value) {
- addCriterion("report_object like", value, "reportObject");
- return (Criteria) this;
- }
-
- // 添加报告对象不匹配指定模式的条件
- public Criteria andReportObjectNotLike(String value) {
- addCriterion("report_object not like", value, "reportObject");
- return (Criteria) this;
- }
-
- // 添加报告对象在指定列表中的条件
- public Criteria andReportObjectIn(List values) {
- addCriterion("report_object in", values, "reportObject");
- return (Criteria) this;
- }
-
- // 添加报告对象不在指定列表中的条件
- public Criteria andReportObjectNotIn(List values) {
- addCriterion("report_object not in", values, "reportObject");
- return (Criteria) this;
- }
-
- // 添加报告对象在指定范围内的条件
- public Criteria andReportObjectBetween(String value1, String value2) {
- addCriterion("report_object between", value1, value2, "reportObject");
- return (Criteria) this;
- }
-
- // 添加报告对象不在指定范围内的条件
- public Criteria andReportObjectNotBetween(String value1, String value2) {
- addCriterion("report_object not between", value1, value2, "reportObject");
- return (Criteria) this;
- }
-
- // 添加报告状态为空的条件
- public Criteria andReportStatusIsNull() {
- addCriterion("report_status is null");
- return (Criteria) this;
- }
-
- // 添加报告状态不为空的条件
- public Criteria andReportStatusIsNotNull() {
- addCriterion("report_status is not null");
- return (Criteria) this;
- }
-
- // 添加报告状态等于指定值的条件
- public Criteria andReportStatusEqualTo(Integer value) {
- addCriterion("report_status =", value, "reportStatus");
- return (Criteria) this;
- }
-
- // 添加报告状态不等于指定值的条件
- public Criteria andReportStatusNotEqualTo(Integer value) {
- addCriterion("report_status <>", value, "reportStatus");
- return (Criteria) this;
- }
-
- // 添加报告状态大于指定值的条件
- public Criteria andReportStatusGreaterThan(Integer value) {
- addCriterion("report_status >", value, "reportStatus");
- return (Criteria) this;
- }
-
- // 添加报告状态大于或等于指定值的条件
- public Criteria andReportStatusGreaterThanOrEqualTo(Integer value) {
- addCriterion("report_status >=", value, "reportStatus");
- return (Criteria) this;
- }
-
- // 添加报告状态小于指定值的条件
- public Criteria andReportStatusLessThan(Integer value) {
- addCriterion("report_status <", value, "reportStatus");
- return (Criteria) this;
- }
-
- // 添加报告状态小于或等于指定值的条件
- public Criteria andReportStatusLessThanOrEqualTo(Integer value) {
- addCriterion("report_status <=", value, "reportStatus");
- return (Criteria) this;
- }
-
- // 添加报告状态在指定列表中的条件
- public Criteria andReportStatusIn(List values) {
- addCriterion("report_status in", values, "reportStatus");
- return (Criteria) this;
- }
-
- // 添加报告状态不在指定列表中的条件
- public Criteria andReportStatusNotIn(List values) {
- addCriterion("report_status not in", values, "reportStatus");
- return (Criteria) this;
- }
-
- // 添加报告状态在指定范围内的条件
- public Criteria andReportStatusBetween(Integer value1, Integer value2) {
- addCriterion("report_status between", value1, value2, "reportStatus");
- return (Criteria) this;
- }
-
- // 添加报告状态不在指定范围内的条件
- public Criteria andReportStatusNotBetween(Integer value1, Integer value2) {
- addCriterion("report_status not between", value1, value2, "reportStatus");
- return (Criteria) this;
- }
-
- // 添加处理状态为空的条件
- public Criteria andHandleStatusIsNull() {
- addCriterion("handle_status is null");
- return (Criteria) this;
- }
-
- // 添加处理状态不为空的条件
- public Criteria andHandleStatusIsNotNull() {
- addCriterion("handle_status is not null");
- return (Criteria) this;
- }
-
- // 添加处理状态等于指定值的条件
- public Criteria andHandleStatusEqualTo(Integer value) {
- addCriterion("handle_status =", value, "handleStatus");
- return (Criteria) this;
- }
-
- // 添加处理状态不等于指定值的条件
- public Criteria andHandleStatusNotEqualTo(Integer value) {
- addCriterion("handle_status <>", value, "handleStatus");
- return (Criteria) this;
- }
-
-
- // 添加条件:handle_status > value
- public Criteria andHandleStatusGreaterThan(Integer value) {
- addCriterion("handle_status >", value, "handleStatus");
- return (Criteria) this;
- }
-
- // 添加条件:handle_status >= value
- public Criteria andHandleStatusGreaterThanOrEqualTo(Integer value) {
- addCriterion("handle_status >=", value, "handleStatus");
- return (Criteria) this;
- }
-
- // 添加条件:handle_status < value
- public Criteria andHandleStatusLessThan(Integer value) {
- addCriterion("handle_status <", value, "handleStatus");
- return (Criteria) this;
- }
-
- // 添加条件:handle_status <= value
- public Criteria andHandleStatusLessThanOrEqualTo(Integer value) {
- addCriterion("handle_status <=", value, "handleStatus");
- return (Criteria) this;
- }
-
- // 添加条件:handle_status in values
- public Criteria andHandleStatusIn(List values) {
- addCriterion("handle_status in", values, "handleStatus");
- return (Criteria) this;
- }
-
- // 添加条件:handle_status not in values
- public Criteria andHandleStatusNotIn(List values) {
- addCriterion("handle_status not in", values, "handleStatus");
- return (Criteria) this;
- }
-
- // 添加条件:handle_status between value1 and value2
- public Criteria andHandleStatusBetween(Integer value1, Integer value2) {
- addCriterion("handle_status between", value1, value2, "handleStatus");
- return (Criteria) this;
- }
-
- // 添加条件:handle_status not between value1 and value2
- public Criteria andHandleStatusNotBetween(Integer value1, Integer value2) {
- addCriterion("handle_status not between", value1, value2, "handleStatus");
- return (Criteria) this;
- }
-
- // 添加条件:note is null
- public Criteria andNoteIsNull() {
- addCriterion("note is null");
- return (Criteria) this;
- }
-
- // 添加条件:note is not null
- public Criteria andNoteIsNotNull() {
- addCriterion("note is not null");
- return (Criteria) this;
- }
-
- // 添加条件:note = value
- public Criteria andNoteEqualTo(String value) {
- addCriterion("note =", value, "note");
- return (Criteria) this;
- }
-
- // 添加条件:note <> value
- public Criteria andNoteNotEqualTo(String value) {
- addCriterion("note <>", value, "note");
- return (Criteria) this;
- }
-
- // 添加条件:note > value
- public Criteria andNoteGreaterThan(String value) {
- addCriterion("note >", value, "note");
- return (Criteria) this;
- }
-
- // 添加条件:note >= value
- public Criteria andNoteGreaterThanOrEqualTo(String value) {
- addCriterion("note >=", value, "note");
- return (Criteria) this;
- }
-
- // 添加条件:note < value
- public Criteria andNoteLessThan(String value) {
- addCriterion("note <", value, "note");
- return (Criteria) this;
- }
-
- // 添加条件:note <= value
- public Criteria andNoteLessThanOrEqualTo(String value) {
- addCriterion("note <=", value, "note");
- return (Criteria) this;
- }
-
- // 添加条件:note like value
- public Criteria andNoteLike(String value) {
- addCriterion("note like", value, "note");
- return (Criteria) this;
- }
-
- // 添加条件:note not like value
- public Criteria andNoteNotLike(String value) {
- addCriterion("note not like", value, "note");
- return (Criteria) this;
- }
-
- // 添加条件:note in values
- public Criteria andNoteIn(List values) {
- addCriterion("note in", values, "note");
- return (Criteria) this;
- }
-
- // 添加条件:note not in values
- public Criteria andNoteNotIn(List values) {
- addCriterion("note not in", values, "note");
- return (Criteria) this;
- }
-
- // 添加条件:note between value1 and value2
- public Criteria andNoteBetween(String value1, String value2) {
- addCriterion("note between", value1, value2, "note");
- return (Criteria) this;
- }
-
- // 添加条件:note not between value1 and value2
- public Criteria andNoteNotBetween(String value1, String value2) {
- addCriterion("note not between", value1, value2, "note");
- return (Criteria) this;
- }
-
- }
-
- public static class Criteria extends GeneratedCriteria {
- // 默认构造函数,调用父类的构造函数
- protected Criteria() {
- super();
- }
- }
-
- public static class Criterion {
- private String condition; // 条件表达式
- private Object value; // 第一个值
- private Object secondValue; // 第二个值(用于between查询)
- private boolean noValue; // 是否没有值
- private boolean singleValue; // 是否是单一值
- private boolean betweenValue; // 是否是between查询
- private boolean listValue; // 是否是列表值
- private String typeHandler; // 类型处理器
-
- // 获取条件表达式
- public String getCondition() {
- return condition;
- }
-
- // 获取第一个值
- public Object getValue() {
- return value;
- }
-
- // 获取第二个值
- public Object getSecondValue() {
- return secondValue;
- }
-
- // 判断是否没有值
- public boolean isNoValue() {
- return noValue;
- }
-
- // 判断是否是单一值
- public boolean isSingleValue() {
- return singleValue;
- }
-
- // 判断是否是between查询
- public boolean isBetweenValue() {
- return betweenValue;
- }
-
- // 判断是否是列表值
- public boolean isListValue() {
- return listValue;
- }
-
- // 获取类型处理器
- public String getTypeHandler() {
- return typeHandler;
- }
-
- // 构造函数,仅包含条件表达式
- protected Criterion(String condition) {
- super();
- this.condition = condition;
- this.typeHandler = null;
- this.noValue = true; // 表示没有值
- }
-
- // 构造函数,包含条件表达式和值,以及可选的类型处理器
- protected Criterion(String condition, Object value, String typeHandler) {
- super();
- this.condition = condition;
- this.value = value;
- this.typeHandler = typeHandler;
- if (value instanceof List>) {
- this.listValue = true; // 如果值是列表,则设置listValue为true
- } else {
- this.singleValue = true; // 否则设置为单一值
- }
- }
-
- // 构造函数,包含条件表达式和值,不包含类型处理器
- protected Criterion(String condition, Object value) {
- this(condition, value, null); // 调用另一个构造函数,并传递null作为类型处理器
- }
-
- // 构造函数,包含条件表达式、两个值和可选的类型处理器,用于between查询
- protected Criterion(String condition, Object value, Object secondValue, String typeHandler) {
- super();
- this.condition = condition;
- this.value = value;
- this.secondValue = secondValue;
- this.typeHandler = typeHandler;
- this.betweenValue = true; // 表示这是一个between查询
- }
-
- // 构造函数,包含条件表达式、两个值,不包含类型处理器,用于between查询
- protected Criterion(String condition, Object value, Object secondValue) {
- this(condition, value, secondValue, null); // 调用另一个构造函数,并传递null作为类型处理器
- }
- }
-
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/model/CmsPrefrenceArea.java b/mall-mbg/src/main/java/com/macro/mall/model/CmsPrefrenceArea.java
deleted file mode 100644
index 2b37d44..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/model/CmsPrefrenceArea.java
+++ /dev/null
@@ -1,91 +0,0 @@
-package com.macro.mall.model;
-
-import io.swagger.annotations.ApiModelProperty;
-import java.io.Serializable;
-
-/**
- * CmsPrefrenceArea 实体类,用于表示CMS首选项区域。
- */
-public class CmsPrefrenceArea implements Serializable {
- private Long id; // 主键ID
-
- private String name; // 名称
-
- private String subTitle; // 副标题
-
- private Integer sort; // 排序
-
- private Integer showStatus; // 显示状态
-
- @ApiModelProperty(value = "展示图片")
- private byte[] pic; // 展示图片,以字节数组形式存储
-
- private static final long serialVersionUID = 1L; // 序列化版本号
-
- // Getter和Setter方法
- public Long getId() {
- return id;
- }
-
- public void setId(Long id) {
- this.id = id;
- }
-
- public String getName() {
- return name;
- }
-
- public void setName(String name) {
- this.name = name;
- }
-
- public String getSubTitle() {
- return subTitle;
- }
-
- public void setSubTitle(String subTitle) {
- this.subTitle = subTitle;
- }
-
- public Integer getSort() {
- return sort;
- }
-
- public void setSort(Integer sort) {
- this.sort = sort;
- }
-
- public Integer getShowStatus() {
- return showStatus;
- }
-
- public void setShowStatus(Integer showStatus) {
- this.showStatus = showStatus;
- }
-
- public byte[] getPic() {
- return pic;
- }
-
- public void setPic(byte[] pic) {
- this.pic = pic;
- }
-
- // toString方法,用于生成对象的字符串表示形式
- @Override
- public String toString() {
- StringBuilder sb = new StringBuilder();
- sb.append(getClass().getSimpleName());
- sb.append(" [");
- sb.append("Hash = ").append(hashCode());
- sb.append(", id=").append(id);
- sb.append(", name=").append(name);
- sb.append(", subTitle=").append(subTitle);
- sb.append(", sort=").append(sort);
- sb.append(", showStatus=").append(showStatus);
- sb.append(", pic=").append(pic);
- sb.append(", serialVersionUID=").append(serialVersionUID);
- sb.append("]");
- return sb.toString();
- }
-}
diff --git a/mall-mbg/src/main/java/com/macro/mall/model/CmsPrefrenceAreaExample.java b/mall-mbg/src/main/java/com/macro/mall/model/CmsPrefrenceAreaExample.java
deleted file mode 100644
index 5d623b4..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/model/CmsPrefrenceAreaExample.java
+++ /dev/null
@@ -1,595 +0,0 @@
-package com.macro.mall.model;
-
-import java.util.ArrayList;
-import java.util.List;
-
-public class CmsPrefrenceAreaExample {
- // 定义一个用于排序的子句
- protected String orderByClause;
-
- // 定义一个布尔值,用于指示查询是否使用 DISTINCT 关键字
- protected boolean distinct;
-
- // 定义一个 Criteria 对象的列表,用于存储查询条件
- protected List oredCriteria;
-
- // 构造函数,初始化 oredCriteria 列表
- public CmsPrefrenceAreaExample() {
- oredCriteria = new ArrayList<>();
- }
-
- // 设置排序子句的方法
- public void setOrderByClause(String orderByClause) {
- this.orderByClause = orderByClause;
- }
-
- // 获取排序子句的方法
- public String getOrderByClause() {
- return orderByClause;
- }
-
- // 设置是否使用 DISTINCT 关键字的方法
- public void setDistinct(boolean distinct) {
- this.distinct = distinct;
- }
-
- // 获取是否使用 DISTINCT 关键字的方法
- public boolean isDistinct() {
- return distinct;
- }
-
- // 获取 Criteria 对象列表的方法
- public List getOredCriteria() {
- return oredCriteria;
- }
-
- // 将一个 Criteria 对象添加到 oredCriteria 列表中的方法
- public void or(Criteria criteria) {
- oredCriteria.add(criteria);
- }
-
- // 创建一个新的 Criteria 对象并添加到 oredCriteria 列表中的方法
- public Criteria or() {
- Criteria criteria = createCriteriaInternal();
- oredCriteria.add(criteria);
- return criteria;
- }
-
- // 创建一个新的 Criteria 对象,如果 oredCriteria 列表为空则将其添加到列表中的方法
- public Criteria createCriteria() {
- Criteria criteria = createCriteriaInternal();
- if (oredCriteria.size() == 0) {
- oredCriteria.add(criteria);
- }
- return criteria;
- }
-
- // 内部方法,用于创建一个新的 Criteria 对象
- protected Criteria createCriteriaInternal() {
- Criteria criteria = new Criteria();
- return criteria;
- }
-
- // 清除所有查询条件和排序子句的方法
- public void clear() {
- oredCriteria.clear();
- orderByClause = null;
- distinct = false;
- }
-
-
- protected abstract static class GeneratedCriteria {
- // 定义一个Criterion对象的列表,用于存储查询条件
- protected List criteria;
-
- // 构造函数,初始化criteria列表
- protected GeneratedCriteria() {
- super();
- criteria = new ArrayList<>();
- }
-
- // 判断是否有有效的查询条件
- public boolean isValid() {
- return criteria.size() > 0;
- }
-
- // 获取所有的查询条件
- public List getAllCriteria() {
- return criteria;
- }
-
- // 获取所有的查询条件(与getAllCriteria方法功能相同)
- public List getCriteria() {
- return criteria;
- }
-
- // 添加一个简单的查询条件
- protected void addCriterion(String condition) {
- if (condition == null) {
- throw new RuntimeException("Value for condition cannot be null");
- }
- criteria.add(new Criterion(condition));
- }
-
- // 添加一个带值的查询条件
- protected void addCriterion(String condition, Object value, String property) {
- if (value == null) {
- throw new RuntimeException("Value for " + property + " cannot be null");
- }
- criteria.add(new Criterion(condition, value));
- }
-
- // 添加一个带两个值的查询条件(通常用于BETWEEN查询)
- protected void addCriterion(String condition, Object value1, Object value2, String property) {
- if (value1 == null || value2 == null) {
- throw new RuntimeException("Between values for " + property + " cannot be null");
- }
- criteria.add(new Criterion(condition, value1, value2));
- }
-
-// 以下方法用于生成具体的查询条件,例如id和name的各种比较操作
-
- public Criteria andIdIsNull() {
- addCriterion("id is null");
- return (Criteria) this;
- }
-
- public Criteria andIdIsNotNull() {
- addCriterion("id is not null");
- return (Criteria) this;
- }
-
- public Criteria andIdEqualTo(Long value) {
- addCriterion("id =", value, "id");
- return (Criteria) this;
- }
-
- public Criteria andIdNotEqualTo(Long value) {
- addCriterion("id <>", value, "id");
- return (Criteria) this;
- }
-
- public Criteria andIdGreaterThan(Long value) {
- addCriterion("id >", value, "id");
- return (Criteria) this;
- }
-
- public Criteria andIdGreaterThanOrEqualTo(Long value) {
- addCriterion("id >=", value, "id");
- return (Criteria) this;
- }
-
- public Criteria andIdLessThan(Long value) {
- addCriterion("id <", value, "id");
- return (Criteria) this;
- }
-
- public Criteria andIdLessThanOrEqualTo(Long value) {
- addCriterion("id <=", value, "id");
- return (Criteria) this;
- }
-
- public Criteria andIdIn(List values) {
- addCriterion("id in", values, "id");
- return (Criteria) this;
- }
-
- public Criteria andIdNotIn(List values) {
- addCriterion("id not in", values, "id");
- return (Criteria) this;
- }
-
- public Criteria andIdBetween(Long value1, Long value2) {
- addCriterion("id between", value1, value2, "id");
- return (Criteria) this;
- }
-
- public Criteria andIdNotBetween(Long value1, Long value2) {
- addCriterion("id not between", value1, value2, "id");
- return (Criteria) this;
- }
-
- public Criteria andNameIsNull() {
- addCriterion("name is null");
- return (Criteria) this;
- }
-
- public Criteria andNameIsNotNull() {
- addCriterion("name is not null");
- return (Criteria) this;
- }
-
- public Criteria andNameEqualTo(String value) {
- addCriterion("name =", value, "name");
- return (Criteria) this;
- }
-
- public Criteria andNameNotEqualTo(String value) {
- addCriterion("name <>", value, "name");
- return (Criteria) this;
- }
-
- public Criteria andNameGreaterThan(String value) {
- addCriterion("name >", value, "name");
- return (Criteria) this;
- }
-
- public Criteria andNameGreaterThanOrEqualTo(String value) {
- addCriterion("name >=", value, "name");
- return (Criteria) this;
- }
-
- public Criteria andNameLessThan(String value) {
- addCriterion("name <", value, "name");
- return (Criteria) this;
- }
-
- public Criteria andNameLessThanOrEqualTo(String value) {
- addCriterion("name <=", value, "name");
- return (Criteria) this;
- }
-
- public Criteria andNameLike(String value) {
- addCriterion("name like", value, "name");
- return (Criteria) this;
- }
-
- public Criteria andNameNotLike(String value) {
- addCriterion("name not like", value, "name");
- return (Criteria) this;
- }
-
- public Criteria andNameIn(List values) {
- addCriterion("name in", values, "name");
- return (Criteria) this;
- }
-
- public Criteria andNameNotIn(List values) {
- addCriterion("name not in", values, "name");
- return (Criteria) this;
- }
-
-
- // 检查name字段是否在给定的两个值之间
- public Criteria andNameBetween(String value1, String value2) {
- addCriterion("name between", value1, value2, "name");
- return (Criteria) this;
- }
-
- // 检查name字段是否不在给定的两个值之间
- public Criteria andNameNotBetween(String value1, String value2) {
- addCriterion("name not between", value1, value2, "name");
- return (Criteria) this;
- }
-
- // 检查sub_title字段是否为空
- public Criteria andSubTitleIsNull() {
- addCriterion("sub_title is null");
- return (Criteria) this;
- }
-
- // 检查sub_title字段是否不为空
- public Criteria andSubTitleIsNotNull() {
- addCriterion("sub_title is not null");
- return (Criteria) this;
- }
-
- // 检查sub_title字段是否等于给定的值
- public Criteria andSubTitleEqualTo(String value) {
- addCriterion("sub_title =", value, "subTitle");
- return (Criteria) this;
- }
-
- // 检查sub_title字段是否不等于给定的值
- public Criteria andSubTitleNotEqualTo(String value) {
- addCriterion("sub_title <>", value, "subTitle");
- return (Criteria) this;
- }
-
- // 检查sub_title字段是否大于给定的值
- public Criteria andSubTitleGreaterThan(String value) {
- addCriterion("sub_title >", value, "subTitle");
- return (Criteria) this;
- }
-
- // 检查sub_title字段是否大于或等于给定的值
- public Criteria andSubTitleGreaterThanOrEqualTo(String value) {
- addCriterion("sub_title >=", value, "subTitle");
- return (Criteria) this;
- }
-
- // 检查sub_title字段是否小于给定的值
- public Criteria andSubTitleLessThan(String value) {
- addCriterion("sub_title <", value, "subTitle");
- return (Criteria) this;
- }
-
- // 检查sub_title字段是否小于或等于给定的值
- public Criteria andSubTitleLessThanOrEqualTo(String value) {
- addCriterion("sub_title <=", value, "subTitle");
- return (Criteria) this;
- }
-
- // 检查sub_title字段是否包含给定的值(模糊匹配)
- public Criteria andSubTitleLike(String value) {
- addCriterion("sub_title like", value, "subTitle");
- return (Criteria) this;
- }
-
- // 检查sub_title字段是否不包含给定的值(模糊匹配)
- public Criteria andSubTitleNotLike(String value) {
- addCriterion("sub_title not like", value, "subTitle");
- return (Criteria) this;
- }
-
- // 检查sub_title字段是否在给定的值列表中
- public Criteria andSubTitleIn(List values) {
- addCriterion("sub_title in", values, "subTitle");
- return (Criteria) this;
- }
-
- // 检查sub_title字段是否不在给定的值列表中
- public Criteria andSubTitleNotIn(List values) {
- addCriterion("sub_title not in", values, "subTitle");
- return (Criteria) this;
- }
-
- // 检查sub_title字段是否在给定的两个值之间
- public Criteria andSubTitleBetween(String value1, String value2) {
- addCriterion("sub_title between", value1, value2, "subTitle");
- return (Criteria) this;
- }
-
- // 检查sub_title字段是否不在给定的两个值之间
- public Criteria andSubTitleNotBetween(String value1, String value2) {
- addCriterion("sub_title not between", value1, value2, "subTitle");
- return (Criteria) this;
- }
-
- // 检查sort字段是否为空
- public Criteria andSortIsNull() {
- addCriterion("sort is null");
- return (Criteria) this;
- }
-
- // 检查sort字段是否不为空
- public Criteria andSortIsNotNull() {
- addCriterion("sort is not null");
- return (Criteria) this;
- }
-
- // 检查sort字段是否等于给定的值
- public Criteria andSortEqualTo(Integer value) {
- addCriterion("sort =", value, "sort");
- return (Criteria) this;
- }
-
- // 检查sort字段是否不等于给定的值
- public Criteria andSortNotEqualTo(Integer value) {
- addCriterion("sort <>", value, "sort");
- return (Criteria) this;
- }
-
- // 检查sort字段是否大于给定的值
- public Criteria andSortGreaterThan(Integer value) {
- addCriterion("sort >", value, "sort");
- return (Criteria) this;
- }
-
- // 检查sort字段是否大于或等于给定的值
- public Criteria andSortGreaterThanOrEqualTo(Integer value) {
- addCriterion("sort >=", value, "sort");
- return (Criteria) this;
- }
-
- // 检查sort字段是否小于给定的值
- public Criteria andSortLessThan(Integer value) {
- addCriterion("sort <", value, "sort");
- return (Criteria) this;
- }
-
- // 检查sort字段是否小于或等于给定的值
- public Criteria andSortLessThanOrEqualTo(Integer value) {
- addCriterion("sort <=", value, "sort");
- return (Criteria) this;
- }
-
- // 检查sort字段是否在给定的值列表中
- public Criteria andSortIn(List values) {
- addCriterion("sort in", values, "sort");
- return (Criteria) this;
- }
-
- // 检查sort字段是否不在给定的值列表中
- public Criteria andSortNotIn(List values) {
- addCriterion("sort not in", values, "sort");
- return (Criteria) this;
- }
-
- // 检查sort字段是否在给定的两个值之间
- public Criteria andSortBetween(Integer value1, Integer value2) {
- addCriterion("sort between", value1, value2, "sort");
- return (Criteria) this;
- }
-
- // 检查sort字段是否不在给定的两个值之间
- public Criteria andSortNotBetween(Integer value1, Integer value2) {
- addCriterion("sort not between", value1, value2, "sort");
- return (Criteria) this;
- }
-
- // 检查show_status字段是否为空
- public Criteria andShowStatusIsNull() {
- addCriterion("show_status is null");
- return (Criteria) this;
- }
-
- // 检查show_status字段是否不为空
- public Criteria andShowStatusIsNotNull() {
- addCriterion("show_status is not null");
- return (Criteria) this;
- }
-
- // 检查show_status字段是否等于给定的值
- public Criteria andShowStatusEqualTo(Integer value) {
- addCriterion("show_status =", value, "showStatus");
- return (Criteria) this;
- }
-
- // 检查show_status字段是否不等于给定的值
- public Criteria andShowStatusNotEqualTo(Integer value) {
- addCriterion("show_status <>", value, "showStatus");
- return (Criteria) this;
- }
-
- // 检查show_status字段是否大于给定的值
- public Criteria andShowStatusGreaterThan(Integer value) {
- addCriterion("show_status >", value, "showStatus");
- return (Criteria) this;
- }
-
- // 检查show_status字段是否大于或等于给定的值
- public Criteria andShowStatusGreaterThanOrEqualTo(Integer value) {
- addCriterion("show_status >=", value, "showStatus");
- return (Criteria) this;
- }
-
- // 检查show_status字段是否小于给定的值
- public Criteria andShowStatusLessThan(Integer value) {
- addCriterion("show_status <", value, "showStatus");
- return (Criteria) this;
- }
-
- // 检查show_status字段是否小于或等于给定的值
- public Criteria andShowStatusLessThanOrEqualTo(Integer value) {
- addCriterion("show_status <=", value, "showStatus");
- return (Criteria) this;
- }
-
-
- public Criteria andShowStatusIn(List values) {
- // 添加条件:show_status 在指定的值列表中
- addCriterion("show_status in", values, "showStatus");
- return (Criteria) this;
- }
-
- public Criteria andShowStatusNotIn(List values) {
- // 添加条件:show_status 不在指定的值列表中
- addCriterion("show_status not in", values, "showStatus");
- return (Criteria) this;
- }
-
- public Criteria andShowStatusBetween(Integer value1, Integer value2) {
- // 添加条件:show_status 在指定的两个值之间(包含边界)
- addCriterion("show_status between", value1, value2, "showStatus");
- return (Criteria) this;
- }
-
- public Criteria andShowStatusNotBetween(Integer value1, Integer value2) {
- // 添加条件:show_status 不在指定的两个值之间(不包含边界)
- addCriterion("show_status not between", value1, value2, "showStatus");
- return (Criteria) this;
- }
-
- }
-
- public static class Criteria extends GeneratedCriteria {
- // 构造函数,初始化Criteria对象
- protected Criteria() {
- super();
- }
- }
-
- public static class Criterion {
- private String condition; // 条件表达式
- private Object value; // 条件对应的值
- private Object secondValue; // 第二个值,用于between查询
- private boolean noValue; // 是否没有值
- private boolean singleValue; // 是否为单一值
- private boolean betweenValue; // 是否为区间值
- private boolean listValue; // 是否为列表值
- private String typeHandler; // 类型处理器
-
- // 获取条件表达式
- public String getCondition() {
- return condition;
- }
-
- // 获取条件对应的值
- public Object getValue() {
- return value;
- }
-
- // 获取第二个值
- public Object getSecondValue() {
- return secondValue;
- }
-
- // 判断是否没有值
- public boolean isNoValue() {
- return noValue;
- }
-
- // 判断是否为单一值
- public boolean isSingleValue() {
- return singleValue;
- }
-
- // 判断是否为区间值
- public boolean isBetweenValue() {
- return betweenValue;
- }
-
- // 判断是否为列表值
- public boolean isListValue() {
- return listValue;
- }
-
- // 获取类型处理器
- public String getTypeHandler() {
- return typeHandler;
- }
-
- // 构造函数,仅包含条件表达式
- protected Criterion(String condition) {
- super();
- this.condition = condition;
- this.typeHandler = null;
- this.noValue = true;
- }
-
- // 构造函数,包含条件表达式和值,以及类型处理器
- protected Criterion(String condition, Object value, String typeHandler) {
- super();
- this.condition = condition;
- this.value = value;
- this.typeHandler = typeHandler;
- if (value instanceof List>) {
- this.listValue = true; // 如果值为列表,则设置listValue为true
- } else {
- this.singleValue = true; // 否则设置为单一值
- }
- }
-
- // 构造函数,包含条件表达式和值(无类型处理器)
- protected Criterion(String condition, Object value) {
- this(condition, value, null);
- }
-
- // 构造函数,包含条件表达式、两个值和类型处理器
- protected Criterion(String condition, Object value, Object secondValue, String typeHandler) {
- super();
- this.condition = condition;
- this.value = value;
- this.secondValue = secondValue;
- this.typeHandler = typeHandler;
- this.betweenValue = true; // 设置为区间值
- }
-
- // 构造函数,包含条件表达式、两个值(无类型处理器)
- protected Criterion(String condition, Object value, Object secondValue) {
- this(condition, value, secondValue, null);
- }
- }
-
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/model/CmsPrefrenceAreaProductRelation.java b/mall-mbg/src/main/java/com/macro/mall/model/CmsPrefrenceAreaProductRelation.java
deleted file mode 100644
index 68e0363..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/model/CmsPrefrenceAreaProductRelation.java
+++ /dev/null
@@ -1,87 +0,0 @@
-package com.macro.mall.model;
-
-import io.swagger.annotations.ApiModelProperty;
-import java.io.Serializable;
-
-/**
- * 商品与优选区域关系的实体类
- */
-public class CmsPrefrenceAreaProductRelation implements Serializable {
- // 主键ID
- private Long id;
-
- // 优选区域ID
- private Long prefrenceAreaId;
-
- // 商品ID
- private Long productId;
-
- // 序列化版本号,用于反序列化时验证版本一致性
- private static final long serialVersionUID = 1L;
-
- /**
- * 获取主键ID
- * @return 主键ID
- */
- public Long getId() {
- return id;
- }
-
- /**
- * 设置主键ID
- * @param id 主键ID
- */
- public void setId(Long id) {
- this.id = id;
- }
-
- /**
- * 获取优选区域ID
- * @return 优选区域ID
- */
- public Long getPrefrenceAreaId() {
- return prefrenceAreaId;
- }
-
- /**
- * 设置优选区域ID
- * @param prefrenceAreaId 优选区域ID
- */
- public void setPrefrenceAreaId(Long prefrenceAreaId) {
- this.prefrenceAreaId = prefrenceAreaId;
- }
-
- /**
- * 获取商品ID
- * @return 商品ID
- */
- public Long getProductId() {
- return productId;
- }
-
- /**
- * 设置商品ID
- * @param productId 商品ID
- */
- public void setProductId(Long productId) {
- this.productId = productId;
- }
-
- /**
- * 返回对象的字符串表示形式
- * @return 对象的字符串表示形式
- */
- @Override
- public String toString() {
- StringBuilder sb = new StringBuilder();
- sb.append(getClass().getSimpleName());
- sb.append(" [");
- sb.append("Hash = ").append(hashCode());
- sb.append(", id=").append(id);
- sb.append(", prefrenceAreaId=").append(prefrenceAreaId);
- sb.append(", productId=").append(productId);
- sb.append(", serialVersionUID=").append(serialVersionUID);
- sb.append("]");
- return sb.toString();
- }
-}
diff --git a/mall-mbg/src/main/java/com/macro/mall/model/CmsPrefrenceAreaProductRelationExample.java b/mall-mbg/src/main/java/com/macro/mall/model/CmsPrefrenceAreaProductRelationExample.java
deleted file mode 100644
index eebf692..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/model/CmsPrefrenceAreaProductRelationExample.java
+++ /dev/null
@@ -1,447 +0,0 @@
-package com.macro.mall.model;
-
-import java.util.ArrayList;
-import java.util.List;
-
-public class CmsPrefrenceAreaProductRelationExample {
- // 定义排序子句
- protected String orderByClause;
-
- // 是否去重
- protected boolean distinct;
-
- // 存储查询条件列表
- protected List oredCriteria;
-
- // 构造函数,初始化查询条件列表
- public CmsPrefrenceAreaProductRelationExample() {
- oredCriteria = new ArrayList<>();
- }
-
- // 设置排序子句
- public void setOrderByClause(String orderByClause) {
- this.orderByClause = orderByClause;
- }
-
- // 获取排序子句
- public String getOrderByClause() {
- return orderByClause;
- }
-
- // 设置是否去重
- public void setDistinct(boolean distinct) {
- this.distinct = distinct;
- }
-
- // 判断是否去重
- public boolean isDistinct() {
- return distinct;
- }
-
- // 获取查询条件列表
- public List getOredCriteria() {
- return oredCriteria;
- }
-
- // 添加一个查询条件到列表中
- public void or(Criteria criteria) {
- oredCriteria.add(criteria);
- }
-
- // 创建一个新的查询条件并添加到列表中
- public Criteria or() {
- Criteria criteria = createCriteriaInternal();
- oredCriteria.add(criteria);
- return criteria;
- }
-
- // 创建一个新的查询条件,如果当前没有查询条件则添加到列表中
- public Criteria createCriteria() {
- Criteria criteria = createCriteriaInternal();
- if (oredCriteria.size() == 0) {
- oredCriteria.add(criteria);
- }
- return criteria;
- }
-
- // 内部方法,用于创建新的查询条件对象
- protected Criteria createCriteriaInternal() {
- Criteria criteria = new Criteria();
- return criteria;
- }
-
- // 清除所有查询条件和排序子句,重置为初始状态
- public void clear() {
- oredCriteria.clear();
- orderByClause = null;
- distinct = false;
- }
-
-
- protected abstract static class GeneratedCriteria {
- // 定义一个保护类型的列表,用于存储查询条件
- protected List criteria;
-
- // 构造函数,初始化criteria列表
- protected GeneratedCriteria() {
- super();
- criteria = new ArrayList<>();
- }
-
- // 判断是否有有效的查询条件
- public boolean isValid() {
- return criteria.size() > 0;
- }
-
- // 获取所有的查询条件
- public List getAllCriteria() {
- return criteria;
- }
-
- // 获取当前的查询条件列表
- public List getCriteria() {
- return criteria;
- }
-
- // 添加一个简单的查询条件
- protected void addCriterion(String condition) {
- if (condition == null) {
- throw new RuntimeException("Value for condition cannot be null");
- }
- criteria.add(new Criterion(condition));
- }
-
- // 添加一个带值的查询条件
- protected void addCriterion(String condition, Object value, String property) {
- if (value == null) {
- throw new RuntimeException("Value for " + property + " cannot be null");
- }
- criteria.add(new Criterion(condition, value));
- }
-
- // 添加一个带两个值的查询条件(通常用于范围查询)
- protected void addCriterion(String condition, Object value1, Object value2, String property) {
- if (value1 == null || value2 == null) {
- throw new RuntimeException("Between values for " + property + " cannot be null");
- }
- criteria.add(new Criterion(condition, value1, value2));
- }
-
- // 以下方法用于生成具体的查询条件,例如id是否为空、id等于某个值等
- public Criteria andIdIsNull() {
- addCriterion("id is null");
- return (Criteria) this;
- }
-
- public Criteria andIdIsNotNull() {
- addCriterion("id is not null");
- return (Criteria) this;
- }
-
- public Criteria andIdEqualTo(Long value) {
- addCriterion("id =", value, "id");
- return (Criteria) this;
- }
-
- public Criteria andIdNotEqualTo(Long value) {
- addCriterion("id <>", value, "id");
- return (Criteria) this;
- }
-
- public Criteria andIdGreaterThan(Long value) {
- addCriterion("id >", value, "id");
- return (Criteria) this;
- }
-
- public Criteria andIdGreaterThanOrEqualTo(Long value) {
- addCriterion("id >=", value, "id");
- return (Criteria) this;
- }
-
- public Criteria andIdLessThan(Long value) {
- addCriterion("id <", value, "id");
- return (Criteria) this;
- }
-
- public Criteria andIdLessThanOrEqualTo(Long value) {
- addCriterion("id <=", value, "id");
- return (Criteria) this;
- }
-
- public Criteria andIdIn(List values) {
- addCriterion("id in", values, "id");
- return (Criteria) this;
- }
-
- public Criteria andIdNotIn(List values) {
- addCriterion("id not in", values, "id");
- return (Criteria) this;
- }
-
- public Criteria andIdBetween(Long value1, Long value2) {
- addCriterion("id between", value1, value2, "id");
- return (Criteria) this;
- }
-
- public Criteria andIdNotBetween(Long value1, Long value2) {
- addCriterion("id not between", value1, value2, "id");
- return (Criteria) this;
- }
-
- // 以下方法用于生成prefrence_area_id相关的查询条件
- public Criteria andPrefrenceAreaIdIsNull() {
- addCriterion("prefrence_area_id is null");
- return (Criteria) this;
- }
-
- public Criteria andPrefrenceAreaIdIsNotNull() {
- addCriterion("prefrence_area_id is not null");
- return (Criteria) this;
- }
-
- public Criteria andPrefrenceAreaIdEqualTo(Long value) {
- addCriterion("prefrence_area_id =", value, "prefrenceAreaId");
- return (Criteria) this;
- }
-
- public Criteria andPrefrenceAreaIdNotEqualTo(Long value) {
- addCriterion("prefrence_area_id <>", value, "prefrenceAreaId");
- return (Criteria) this;
- }
-
- public Criteria andPrefrenceAreaIdGreaterThan(Long value) {
- addCriterion("prefrence_area_id >", value, "prefrenceAreaId");
- return (Criteria) this;
- }
-
- public Criteria andPrefrenceAreaIdGreaterThanOrEqualTo(Long value) {
- addCriterion("prefrence_area_id >=", value, "prefrenceAreaId");
- return (Criteria) this;
- }
-
- public Criteria andPrefrenceAreaIdLessThan(Long value) {
- addCriterion("prefrence_area_id <", value, "prefrenceAreaId");
- return (Criteria) this;
- }
-
- public Criteria andPrefrenceAreaIdLessThanOrEqualTo(Long value) {
- addCriterion("prefrence_area_id <=", value, "prefrenceAreaId");
- return (Criteria) this;
- }
-
- public Criteria andPrefrenceAreaIdIn(List values) {
- addCriterion("prefrence_area_id in", values, "prefrenceAreaId");
- return (Criteria) this;
- }
-
- public Criteria andPrefrenceAreaIdNotIn(List values) {
- addCriterion("prefrence_area_id not in", values, "prefrenceAreaId");
- return (Criteria) this;
- }
-
- public Criteria andPrefrenceAreaIdBetween(Long value1, Long value2) {
- addCriterion("prefrence_area_id between", value1, value2, "prefrenceAreaId");
- return (Criteria) this;
- }
-
- public Criteria andPrefrenceAreaIdNotBetween(Long value1, Long value2) {
- addCriterion("prefrence_area_id not between", value1, value2, "prefrenceAreaId");
- return (Criteria) this;
- }
-
- // 以下方法用于生成product_id相关的查询条件
- public Criteria andProductIdIsNull() {
- addCriterion("product_id is null");
- return (Criteria) this;
- }
-
- public Criteria andProductIdIsNotNull() {
- addCriterion("product_id is not null");
- return (Criteria) this;
- }
-
- public Criteria andProductIdEqualTo(Long value) {
- addCriterion("product_id =", value, "productId");
- return (Criteria) this;
- }
-
- public Criteria andProductIdNotEqualTo(Long value) {
- addCriterion("product_id <>", value, "productId");
- return (Criteria) this;
- }
-
- public Criteria andProductIdGreaterThan(Long value) {
- addCriterion("product_id >", value, "productId");
- return (Criteria) this;
- }
-
- public Criteria andProductIdGreaterThanOrEqualTo(Long value) {
- addCriterion("product_id >=", value, "productId");
- return (Criteria) this;
- }
-
- public Criteria andProductIdLessThan(Long value) {
- addCriterion("product_id <", value, "productId");
- return (Criteria) this;
- }
-
-
- /**
- * 添加一个条件,要求 product_id 小于或等于指定的值。
- *
- * @param value 要比较的值
- * @return 当前的 Criteria 对象
- */
- public Criteria andProductIdLessThanOrEqualTo(Long value) {
- addCriterion("product_id <=", value, "productId");
- return (Criteria) this;
- }
-
- /**
- * 添加一个条件,要求 product_id 在指定的值列表中。
- *
- * @param values 要匹配的值列表
- * @return 当前的 Criteria 对象
- */
- public Criteria andProductIdIn(List values) {
- addCriterion("product_id in", values, "productId");
- return (Criteria) this;
- }
-
- /**
- * 添加一个条件,要求 product_id 不在指定的值列表中。
- *
- * @param values 不匹配的值列表
- * @return 当前的 Criteria 对象
- */
- public Criteria andProductIdNotIn(List values) {
- addCriterion("product_id not in", values, "productId");
- return (Criteria) this;
- }
-
- /**
- * 添加一个条件,要求 product_id 在指定的两个值之间(包含边界)。
- *
- * @param value1 范围的起始值
- * @param value2 范围的结束值
- * @return 当前的 Criteria 对象
- */
- public Criteria andProductIdBetween(Long value1, Long value2) {
- addCriterion("product_id between", value1, value2, "productId");
- return (Criteria) this;
- }
-
- /**
- * 添加一个条件,要求 product_id 不在指定的两个值之间(不包含边界)。
- *
- * @param value1 范围的起始值
- * @param value2 范围的结束值
- * @return 当前的 Criteria 对象
- */
- public Criteria andProductIdNotBetween(Long value1, Long value2) {
- addCriterion("product_id not between", value1, value2, "productId");
- return (Criteria) this;
- }
-
- }
-
- public static class Criteria extends GeneratedCriteria {
- // 构造函数,初始化Criteria对象
- protected Criteria() {
- super();
- }
- }
-
- public static class Criterion {
- private String condition; // 条件表达式
- private Object value; // 条件值
- private Object secondValue; // 第二个条件值(用于between查询)
- private boolean noValue; // 是否没有值
- private boolean singleValue; // 是否为单一值
- private boolean betweenValue; // 是否为区间值
- private boolean listValue; // 是否为列表值
- private String typeHandler; // 类型处理器
-
- // 获取条件表达式
- public String getCondition() {
- return condition;
- }
-
- // 获取条件值
- public Object getValue() {
- return value;
- }
-
- // 获取第二个条件值
- public Object getSecondValue() {
- return secondValue;
- }
-
- // 判断是否没有值
- public boolean isNoValue() {
- return noValue;
- }
-
- // 判断是否为单一值
- public boolean isSingleValue() {
- return singleValue;
- }
-
- // 判断是否为区间值
- public boolean isBetweenValue() {
- return betweenValue;
- }
-
- // 判断是否为列表值
- public boolean isListValue() {
- return listValue;
- }
-
- // 获取类型处理器
- public String getTypeHandler() {
- return typeHandler;
- }
-
- // 构造函数,仅包含条件表达式
- protected Criterion(String condition) {
- super();
- this.condition = condition;
- this.typeHandler = null;
- this.noValue = true;
- }
-
- // 构造函数,包含条件表达式和值,以及类型处理器
- protected Criterion(String condition, Object value, String typeHandler) {
- super();
- this.condition = condition;
- this.value = value;
- this.typeHandler = typeHandler;
- if (value instanceof List>) {
- this.listValue = true; // 如果值为列表,则设置listValue为true
- } else {
- this.singleValue = true; // 否则设置为单一值
- }
- }
-
- // 构造函数,包含条件表达式和值
- protected Criterion(String condition, Object value) {
- this(condition, value, null); // 调用另一个构造函数,并传递null作为类型处理器
- }
-
- // 构造函数,包含条件表达式、两个值和类型处理器
- protected Criterion(String condition, Object value, Object secondValue, String typeHandler) {
- super();
- this.condition = condition;
- this.value = value;
- this.secondValue = secondValue;
- this.typeHandler = typeHandler;
- this.betweenValue = true; // 设置为区间值
- }
-
- // 构造函数,包含条件表达式、两个值
- protected Criterion(String condition, Object value, Object secondValue) {
- this(condition, value, secondValue, null); // 调用另一个构造函数,并传递null作为类型处理器
- }
- }
-
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/model/CmsSubject.java b/mall-mbg/src/main/java/com/macro/mall/model/CmsSubject.java
deleted file mode 100644
index df8153b..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/model/CmsSubject.java
+++ /dev/null
@@ -1,246 +0,0 @@
-package com.macro.mall.model;
-
-import io.swagger.annotations.ApiModelProperty;
-import java.io.Serializable;
-import java.util.Date;
-
-public class CmsSubject implements Serializable {
- private Long id;
-
- private Long categoryId;
-
- private String title;
-
- @ApiModelProperty(value = "专题主图")
- private String pic;
-
- @ApiModelProperty(value = "关联产品数量")
- private Integer productCount;
-
- private Integer recommendStatus;
-
- private Date createTime;
-
- private Integer collectCount;
-
- private Integer readCount;
-
- private Integer commentCount;
-
- @ApiModelProperty(value = "画册图片用逗号分割")
- private String albumPics;
-
- private String description;
-
- @ApiModelProperty(value = "显示状态:0->不显示;1->显示")
- private Integer showStatus;
-
- @ApiModelProperty(value = "转发数")
- private Integer forwardCount;
-
- @ApiModelProperty(value = "专题分类名称")
- private String categoryName;
-
- private String content;
-
- private static final long serialVersionUID = 1L;
-
- public Long getId() {
- return id;
- }
-
- public void setId(Long id) {
- this.id = id;
- }
-
- public Long getCategoryId() {
- return categoryId;
- }
-
- public void setCategoryId(Long categoryId) {
- this.categoryId = categoryId;
- }
-
- public String getTitle() {
- return title;
- }
-
- public void setTitle(String title) {
- this.title = title;
- }
-
- public String getPic() {
- return pic;
- }
-
- public void setPic(String pic) {
- this.pic = pic;
- }
-
- public Integer getProductCount() {
- return productCount;
- }
-
- public void setProductCount(Integer productCount) {
- this.productCount = productCount;
- }
-
- public Integer getRecommendStatus() {
- return recommendStatus;
- }
-
- public void setRecommendStatus(Integer recommendStatus) {
- this.recommendStatus = recommendStatus;
- }
-
- public Date getCreateTime() {
- return createTime;
- }
-
- public void setCreateTime(Date createTime) {
- this.createTime = createTime;
- }
-
- public Integer getCollectCount() {
- return collectCount;
- }
-
- public void setCollectCount(Integer collectCount) {
- this.collectCount = collectCount;
- }
-
- public Integer getReadCount() {
- return readCount;
- }
-
- public void setReadCount(Integer readCount) {
- this.readCount = readCount;
- }
-
- public Integer getCommentCount() {
- return commentCount;
- }
-
- public void setCommentCount(Integer commentCount) {
- this.commentCount = commentCount;
- }
-
- public String getAlbumPics() {
- return albumPics;
- }
-
- public void setAlbumPics(String albumPics) {
- this.albumPics = albumPics;
- }
-
- public String getDescription() {
- return description;
- }
-
- public void setDescription(String description) {
- this.description = description;
- }
-
- public Integer getShowStatus() {
- return showStatus;
- }
-
- public void setShowStatus(Integer showStatus) {
- this.showStatus = showStatus;
- }
-
- public Integer getForwardCount() {
- return forwardCount;
- }
-
- public void setForwardCount(Integer forwardCount) {
- this.forwardCount = forwardCount;
- }
-
- public String getCategoryName() {
- return categoryName;
- }
-
- public void setCategoryName(String categoryName) {
- this.categoryName = categoryName;
- }
-
- public String getContent() {
- return content;
- }
-
- public void setContent(String content) {
- this.content = content;
- }
-
- @Override
- public String toString() {
- // 创建一个StringBuilder对象,用于构建字符串
- StringBuilder sb = new StringBuilder();
-
- // 添加类的简单名称到StringBuilder中
- sb.append(getClass().getSimpleName());
-
- // 添加一个左方括号
- sb.append(" [");
-
- // 添加对象的哈希码到StringBuilder中
- sb.append("Hash = ").append(hashCode());
-
- // 添加id字段的值到StringBuilder中
- sb.append(", id=").append(id);
-
- // 添加categoryId字段的值到StringBuilder中
- sb.append(", categoryId=").append(categoryId);
-
- // 添加title字段的值到StringBuilder中
- sb.append(", title=").append(title);
-
- // 添加pic字段的值到StringBuilder中
- sb.append(", pic=").append(pic);
-
- // 添加productCount字段的值到StringBuilder中
- sb.append(", productCount=").append(productCount);
-
- // 添加recommendStatus字段的值到StringBuilder中
- sb.append(", recommendStatus=").append(recommendStatus);
-
- // 添加createTime字段的值到StringBuilder中
- sb.append(", createTime=").append(createTime);
-
- // 添加collectCount字段的值到StringBuilder中
- sb.append(", collectCount=").append(collectCount);
-
- // 添加readCount字段的值到StringBuilder中
- sb.append(", readCount=").append(readCount);
-
- // 添加commentCount字段的值到StringBuilder中
- sb.append(", commentCount=").append(commentCount);
-
- // 添加albumPics字段的值到StringBuilder中
- sb.append(", albumPics=").append(albumPics);
-
- // 添加description字段的值到StringBuilder中
- sb.append(", description=").append(description);
-
- // 添加showStatus字段的值到StringBuilder中
- sb.append(", showStatus=").append(showStatus);
-
- // 添加forwardCount字段的值到StringBuilder中
- sb.append(", forwardCount=").append(forwardCount);
-
- // 添加categoryName字段的值到StringBuilder中
- sb.append(", categoryName=").append(categoryName);
-
- // 添加content字段的值到StringBuilder中
- sb.append(", content=").append(content);
-
- // 添加serialVersionUID字段的值到StringBuilder中
- sb.append(", serialVersionUID=").append(serialVersionUID);
-
- // 添加右方括号并返回最终的字符串
- sb.append("]");
- return sb.toString();
- }
-
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/model/CmsSubjectCategory.java b/mall-mbg/src/main/java/com/macro/mall/model/CmsSubjectCategory.java
deleted file mode 100644
index c6492be..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/model/CmsSubjectCategory.java
+++ /dev/null
@@ -1,99 +0,0 @@
-package com.macro.mall.model;
-
-import io.swagger.annotations.ApiModelProperty;
-import java.io.Serializable;
-
-/**
- * 商品专题分类模型类
- */
-public class CmsSubjectCategory implements Serializable {
- private Long id;
- // 分类ID
-
- private String name;
- // 分类名称
-
- @ApiModelProperty(value = "分类图标")
- private String icon;
- // 分类图标
-
- @ApiModelProperty(value = "专题数量")
- private Integer subjectCount;
- // 专题数量
-
- private Integer showStatus;
- // 显示状态:0->不显示;1->显示
-
- private Integer sort;
- // 排序
-
- private static final long serialVersionUID = 1L;
- // 序列化版本号
-
- // Getter和Setter方法
- public Long getId() {
- return id;
- }
-
- public void setId(Long id) {
- this.id = id;
- }
-
- public String getName() {
- return name;
- }
-
- public void setName(String name) {
- this.name = name;
- }
-
- public String getIcon() {
- return icon;
- }
-
- public void setIcon(String icon) {
- this.icon = icon;
- }
-
- public Integer getSubjectCount() {
- return subjectCount;
- }
-
- public void setSubjectCount(Integer subjectCount) {
- this.subjectCount = subjectCount;
- }
-
- public Integer getShowStatus() {
- return showStatus;
- }
-
- public void setShowStatus(Integer showStatus) {
- this.showStatus = showStatus;
- }
-
- public Integer getSort() {
- return sort;
- }
-
- public void setSort(Integer sort) {
- this.sort = sort;
- }
-
- // 重写toString方法,用于打印对象信息
- @Override
- public String toString() {
- StringBuilder sb = new StringBuilder();
- sb.append(getClass().getSimpleName());
- sb.append(" [");
- sb.append("Hash = ").append(hashCode());
- sb.append(", id=").append(id);
- sb.append(", name=").append(name);
- sb.append(", icon=").append(icon);
- sb.append(", subjectCount=").append(subjectCount);
- sb.append(", showStatus=").append(showStatus);
- sb.append(", sort=").append(sort);
- sb.append(", serialVersionUID=").append(serialVersionUID);
- sb.append("]");
- return sb.toString();
- }
-}
diff --git a/mall-mbg/src/main/java/com/macro/mall/model/CmsSubjectCategoryExample.java b/mall-mbg/src/main/java/com/macro/mall/model/CmsSubjectCategoryExample.java
deleted file mode 100644
index f4e6908..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/model/CmsSubjectCategoryExample.java
+++ /dev/null
@@ -1,697 +0,0 @@
-package com.macro.mall.model;
-
-import java.util.ArrayList;
-import java.util.List;
-
-public class CmsSubjectCategoryExample {
- // 定义一个用于排序的子句
- protected String orderByClause;
-
- // 定义一个布尔值,用于指示查询是否使用 DISTINCT 关键字
- protected boolean distinct;
-
- // 定义一个 Criteria 对象的列表,用于存储查询条件
- protected List oredCriteria;
-
- // 构造函数,初始化 oredCriteria 列表
- public CmsSubjectCategoryExample() {
- oredCriteria = new ArrayList<>();
- }
-
- // 设置排序子句的方法
- public void setOrderByClause(String orderByClause) {
- this.orderByClause = orderByClause;
- }
-
- // 获取排序子句的方法
- public String getOrderByClause() {
- return orderByClause;
- }
-
- // 设置是否使用 DISTINCT 关键字的方法
- public void setDistinct(boolean distinct) {
- this.distinct = distinct;
- }
-
- // 获取是否使用 DISTINCT 关键字的方法
- public boolean isDistinct() {
- return distinct;
- }
-
- // 获取 Criteria 对象列表的方法
- public List getOredCriteria() {
- return oredCriteria;
- }
-
- // 将一个 Criteria 对象添加到 oredCriteria 列表中的方法
- public void or(Criteria criteria) {
- oredCriteria.add(criteria);
- }
-
- // 创建一个新的 Criteria 对象并添加到 oredCriteria 列表中的方法
- public Criteria or() {
- Criteria criteria = createCriteriaInternal();
- oredCriteria.add(criteria);
- return criteria;
- }
-
- // 创建一个新的 Criteria 对象,如果 oredCriteria 列表为空则将其添加到列表中的方法
- public Criteria createCriteria() {
- Criteria criteria = createCriteriaInternal();
- if (oredCriteria.size() == 0) {
- oredCriteria.add(criteria);
- }
- return criteria;
- }
-
- // 内部方法,用于创建一个新的 Criteria 对象
- protected Criteria createCriteriaInternal() {
- Criteria criteria = new Criteria();
- return criteria;
- }
-
- // 清除所有查询条件和排序子句的方法
- public void clear() {
- oredCriteria.clear();
- orderByClause = null;
- distinct = false;
- }
-
-
- protected abstract static class GeneratedCriteria {
- // 定义一个受保护的列表,用于存储查询条件
- protected List criteria;
-
- // 构造函数,初始化criteria列表
- protected GeneratedCriteria() {
- super();
- criteria = new ArrayList<>();
- }
-
- // 检查是否有有效的查询条件
- public boolean isValid() {
- return criteria.size() > 0;
- }
-
- // 获取所有的查询条件
- public List getAllCriteria() {
- return criteria;
- }
-
- // 获取当前的查询条件列表
- public List getCriteria() {
- return criteria;
- }
-
- // 添加一个简单的查询条件(例如 "id is null")
- protected void addCriterion(String condition) {
- if (condition == null) {
- throw new RuntimeException("Value for condition cannot be null");
- }
- criteria.add(new Criterion(condition));
- }
-
- // 添加一个带值的查询条件(例如 "id = 1")
- protected void addCriterion(String condition, Object value, String property) {
- if (value == null) {
- throw new RuntimeException("Value for " + property + " cannot be null");
- }
- criteria.add(new Criterion(condition, value));
- }
-
- // 添加一个范围查询条件(例如 "id between 1 and 10")
- protected void addCriterion(String condition, Object value1, Object value2, String property) {
- if (value1 == null || value2 == null) {
- throw new RuntimeException("Between values for " + property + " cannot be null");
- }
- criteria.add(new Criterion(condition, value1, value2));
- }
-
- // 以下方法用于生成具体的查询条件,例如 id 和 name 的条件判断
- public Criteria andIdIsNull() {
- addCriterion("id is null");
- return (Criteria) this;
- }
-
- public Criteria andIdIsNotNull() {
- addCriterion("id is not null");
- return (Criteria) this;
- }
-
- public Criteria andIdEqualTo(Long value) {
- addCriterion("id =", value, "id");
- return (Criteria) this;
- }
-
- public Criteria andIdNotEqualTo(Long value) {
- addCriterion("id <>", value, "id");
- return (Criteria) this;
- }
-
- public Criteria andIdGreaterThan(Long value) {
- addCriterion("id >", value, "id");
- return (Criteria) this;
- }
-
- public Criteria andIdGreaterThanOrEqualTo(Long value) {
- addCriterion("id >=", value, "id");
- return (Criteria) this;
- }
-
- public Criteria andIdLessThan(Long value) {
- addCriterion("id <", value, "id");
- return (Criteria) this;
- }
-
- public Criteria andIdLessThanOrEqualTo(Long value) {
- addCriterion("id <=", value, "id");
- return (Criteria) this;
- }
-
- public Criteria andIdIn(List values) {
- addCriterion("id in", values, "id");
- return (Criteria) this;
- }
-
- public Criteria andIdNotIn(List values) {
- addCriterion("id not in", values, "id");
- return (Criteria) this;
- }
-
- public Criteria andIdBetween(Long value1, Long value2) {
- addCriterion("id between", value1, value2, "id");
- return (Criteria) this;
- }
-
- public Criteria andIdNotBetween(Long value1, Long value2) {
- addCriterion("id not between", value1, value2, "id");
- return (Criteria) this;
- }
-
- public Criteria andNameIsNull() {
- addCriterion("name is null");
- return (Criteria) this;
- }
-
- public Criteria andNameIsNotNull() {
- addCriterion("name is not null");
- return (Criteria) this;
- }
-
- public Criteria andNameEqualTo(String value) {
- addCriterion("name =", value, "name");
- return (Criteria) this;
- }
-
- public Criteria andNameNotEqualTo(String value) {
- addCriterion("name <>", value, "name");
- return (Criteria) this;
- }
-
- public Criteria andNameGreaterThan(String value) {
- addCriterion("name >", value, "name");
- return (Criteria) this;
- }
-
- public Criteria andNameGreaterThanOrEqualTo(String value) {
- addCriterion("name >=", value, "name");
- return (Criteria) this;
- }
-
- public Criteria andNameLessThan(String value) {
- addCriterion("name <", value, "name");
- return (Criteria) this;
- }
-
- public Criteria andNameLessThanOrEqualTo(String value) {
- addCriterion("name <=", value, "name");
- return (Criteria) this;
- }
-
- public Criteria andNameLike(String value) {
- addCriterion("name like", value, "name");
- return (Criteria) this;
- }
-
- public Criteria andNameNotLike(String value) {
- addCriterion("name not like", value, "name");
- return (Criteria) this;
- }
-
- public Criteria andNameIn(List values) {
- addCriterion("name in", values, "name");
- return (Criteria) this;
- }
-
- public Criteria andNameNotIn(List values) {
- addCriterion("name not in", values, "name");
- return (Criteria) this;
- }
-
- public Criteria andNameBetween(String value1, String value2) {
- addCriterion("name between", value1, value2, "name");
- return (Criteria) this;
- }
-
- public Criteria andNameNotBetween(String value1, String value2) {
- addCriterion("name not between", value1, value2, "name");
- return (Criteria) this;
- }
-
- public Criteria andIconIsNull() {
- addCriterion("icon is null");
- return (Criteria) this;
- }
-
- public Criteria andIconIsNotNull() {
- addCriterion("icon is not null");
- return (Criteria) this;
- }
-
- public Criteria andIconEqualTo(String value) {
- addCriterion("icon =", value, "icon");
- return (Criteria) this;
- }
-
- public Criteria andIconNotEqualTo(String value) {
- addCriterion("icon <>", value, "icon");
- return (Criteria) this;
- }
-
-
- // 检查icon字段是否大于给定值
- public Criteria andIconGreaterThan(String value) {
- addCriterion("icon >", value, "icon");
- return (Criteria) this;
- }
-
- // 检查icon字段是否大于或等于给定值
- public Criteria andIconGreaterThanOrEqualTo(String value) {
- addCriterion("icon >=", value, "icon");
- return (Criteria) this;
- }
-
- // 检查icon字段是否小于给定值
- public Criteria andIconLessThan(String value) {
- addCriterion("icon <", value, "icon");
- return (Criteria) this;
- }
-
- // 检查icon字段是否小于或等于给定值
- public Criteria andIconLessThanOrEqualTo(String value) {
- addCriterion("icon <=", value, "icon");
- return (Criteria) this;
- }
-
- // 检查icon字段是否匹配给定的模式(使用SQL的LIKE操作符)
- public Criteria andIconLike(String value) {
- addCriterion("icon like", value, "icon");
- return (Criteria) this;
- }
-
- // 检查icon字段是否不匹配给定的模式(使用SQL的NOT LIKE操作符)
- public Criteria andIconNotLike(String value) {
- addCriterion("icon not like", value, "icon");
- return (Criteria) this;
- }
-
- // 检查icon字段是否在给定的值列表中
- public Criteria andIconIn(List values) {
- addCriterion("icon in", values, "icon");
- return (Criteria) this;
- }
-
- // 检查icon字段是否不在给定的值列表中
- public Criteria andIconNotIn(List values) {
- addCriterion("icon not in", values, "icon");
- return (Criteria) this;
- }
-
- // 检查icon字段是否在给定的两个值之间
- public Criteria andIconBetween(String value1, String value2) {
- addCriterion("icon between", value1, value2, "icon");
- return (Criteria) this;
- }
-
- // 检查icon字段是否不在给定的两个值之间
- public Criteria andIconNotBetween(String value1, String value2) {
- addCriterion("icon not between", value1, value2, "icon");
- return (Criteria) this;
- }
-
- // 检查subject_count字段是否为空
- public Criteria andSubjectCountIsNull() {
- addCriterion("subject_count is null");
- return (Criteria) this;
- }
-
- // 检查subject_count字段是否不为空
- public Criteria andSubjectCountIsNotNull() {
- addCriterion("subject_count is not null");
- return (Criteria) this;
- }
-
- // 检查subject_count字段是否等于给定值
- public Criteria andSubjectCountEqualTo(Integer value) {
- addCriterion("subject_count =", value, "subjectCount");
- return (Criteria) this;
- }
-
- // 检查subject_count字段是否不等于给定值
- public Criteria andSubjectCountNotEqualTo(Integer value) {
- addCriterion("subject_count <>", value, "subjectCount");
- return (Criteria) this;
- }
-
- // 检查subject_count字段是否大于给定值
- public Criteria andSubjectCountGreaterThan(Integer value) {
- addCriterion("subject_count >", value, "subjectCount");
- return (Criteria) this;
- }
-
- // 检查subject_count字段是否大于或等于给定值
- public Criteria andSubjectCountGreaterThanOrEqualTo(Integer value) {
- addCriterion("subject_count >=", value, "subjectCount");
- return (Criteria) this;
- }
-
- // 检查subject_count字段是否小于给定值
- public Criteria andSubjectCountLessThan(Integer value) {
- addCriterion("subject_count <", value, "subjectCount");
- return (Criteria) this;
- }
-
- // 检查subject_count字段是否小于或等于给定值
- public Criteria andSubjectCountLessThanOrEqualTo(Integer value) {
- addCriterion("subject_count <=", value, "subjectCount");
- return (Criteria) this;
- }
-
- // 检查subject_count字段是否在给定的值列表中
- public Criteria andSubjectCountIn(List values) {
- addCriterion("subject_count in", values, "subjectCount");
- return (Criteria) this;
- }
-
- // 检查subject_count字段是否不在给定的值列表中
- public Criteria andSubjectCountNotIn(List values) {
- addCriterion("subject_count not in", values, "subjectCount");
- return (Criteria) this;
- }
-
- // 检查subject_count字段是否在给定的两个值之间
- public Criteria andSubjectCountBetween(Integer value1, Integer value2) {
- addCriterion("subject_count between", value1, value2, "subjectCount");
- return (Criteria) this;
- }
-
- // 检查subject_count字段是否不在给定的两个值之间
- public Criteria andSubjectCountNotBetween(Integer value1, Integer value2) {
- addCriterion("subject_count not between", value1, value2, "subjectCount");
- return (Criteria) this;
- }
-
- // 检查show_status字段是否为空
- public Criteria andShowStatusIsNull() {
- addCriterion("show_status is null");
- return (Criteria) this;
- }
-
- // 检查show_status字段是否不为空
- public Criteria andShowStatusIsNotNull() {
- addCriterion("show_status is not null");
- return (Criteria) this;
- }
-
- // 检查show_status字段是否等于给定值
- public Criteria andShowStatusEqualTo(Integer value) {
- addCriterion("show_status =", value, "showStatus");
- return (Criteria) this;
- }
-
- // 检查show_status字段是否不等于给定值
- public Criteria andShowStatusNotEqualTo(Integer value) {
- addCriterion("show_status <>", value, "showStatus");
- return (Criteria) this;
- }
-
- // 检查show_status字段是否大于给定值
- public Criteria andShowStatusGreaterThan(Integer value) {
- addCriterion("show_status >", value, "showStatus");
- return (Criteria) this;
- }
-
- // 检查show_status字段是否大于或等于给定值
- public Criteria andShowStatusGreaterThanOrEqualTo(Integer value) {
- addCriterion("show_status >=", value, "showStatus");
- return (Criteria) this;
- }
-
- // 检查show_status字段是否小于给定值
- public Criteria andShowStatusLessThan(Integer value) {
- addCriterion("show_status <", value, "showStatus");
- return (Criteria) this;
- }
-
- // 检查show_status字段是否小于或等于给定值
- public Criteria andShowStatusLessThanOrEqualTo(Integer value) {
- addCriterion("show_status <=", value, "showStatus");
- return (Criteria) this;
- }
-
- // 检查show_status字段是否在给定的值列表中
- public Criteria andShowStatusIn(List values) {
- addCriterion("show_status in", values, "showStatus");
- return (Criteria) this;
- }
-
- // 检查show_status字段是否不在给定的值列表中
- public Criteria andShowStatusNotIn(List values) {
- addCriterion("show_status not in", values, "showStatus");
- return (Criteria) this;
- }
-
- // 检查show_status字段是否在给定的两个值之间
- public Criteria andShowStatusBetween(Integer value1, Integer value2) {
- addCriterion("show_status between", value1, value2, "showStatus");
- return (Criteria) this;
- }
-
- // 检查show_status字段是否不在给定的两个值之间
- public Criteria andShowStatusNotBetween(Integer value1, Integer value2) {
- addCriterion("show_status not between", value1, value2, "showStatus");
- return (Criteria) this;
- }
-
- // 检查sort字段是否为空
- public Criteria andSortIsNull() {
- addCriterion("sort is null");
- return (Criteria) this;
- }
-
- // 检查sort字段是否不为空
- public Criteria andSortIsNotNull() {
- addCriterion("sort is not null");
- return (Criteria) this;
- }
-
- // 检查sort字段是否等于给定值
- public Criteria andSortEqualTo(Integer value) {
- addCriterion("sort =", value, "sort");
- return (Criteria) this;
- }
-
- // 检查sort字段是否不等于给定值
- public Criteria andSortNotEqualTo(Integer value) {
- addCriterion("sort <>", value, "sort");
- return (Criteria) this;
- }
-
- // 检查sort字段是否大于给定值
- public Criteria andSortGreaterThan(Integer value) {
- addCriterion("sort >", value, "sort");
- return (Criteria) this;
- }
-
-
- /**
- * 添加一个条件,要求 'sort' 字段的值必须大于或等于指定的值。
- *
- * @param value 要比较的值
- * @return 当前的 Criteria 实例
- */
- public Criteria andSortGreaterThanOrEqualTo(Integer value) {
- addCriterion("sort >=", value, "sort");
- return (Criteria) this;
- }
-
- /**
- * 添加一个条件,要求 'sort' 字段的值必须小于指定的值。
- *
- * @param value 要比较的值
- * @return 当前的 Criteria 实例
- */
- public Criteria andSortLessThan(Integer value) {
- addCriterion("sort <", value, "sort");
- return (Criteria) this;
- }
-
- /**
- * 添加一个条件,要求 'sort' 字段的值必须小于或等于指定的值。
- *
- * @param value 要比较的值
- * @return 当前的 Criteria 实例
- */
- public Criteria andSortLessThanOrEqualTo(Integer value) {
- addCriterion("sort <=", value, "sort");
- return (Criteria) this;
- }
-
- /**
- * 添加一个条件,要求 'sort' 字段的值必须在指定的列表中。
- *
- * @param values 要匹配的值的列表
- * @return 当前的 Criteria 实例
- */
- public Criteria andSortIn(List values) {
- addCriterion("sort in", values, "sort");
- return (Criteria) this;
- }
-
- /**
- * 添加一个条件,要求 'sort' 字段的值不必须在指定的列表中。
- *
- * @param values 要排除的值的列表
- * @return 当前的 Criteria 实例
- */
- public Criteria andSortNotIn(List values) {
- addCriterion("sort not in", values, "sort");
- return (Criteria) this;
- }
-
- /**
- * 添加一个条件,要求 'sort' 字段的值在指定的范围内(包含边界)。
- *
- * @param value1 范围的起始值
- * @param value2 范围的结束值
- * @return 当前的 Criteria 实例
- */
- public Criteria andSortBetween(Integer value1, Integer value2) {
- addCriterion("sort between", value1, value2, "sort");
- return (Criteria) this;
- }
-
- /**
- * 添加一个条件,要求 'sort' 字段的值不在指定的范围内(包含边界)。
- *
- * @param value1 范围的起始值
- * @param value2 范围的结束值
- * @return 当前的 Criteria 实例
- */
- public Criteria andSortNotBetween(Integer value1, Integer value2) {
- addCriterion("sort not between", value1, value2, "sort");
- return (Criteria) this;
- }
-
- }
-
- public static class Criteria extends GeneratedCriteria {
- // 构造函数,初始化Criteria对象
- protected Criteria() {
- super();
- }
- }
-
- public static class Criterion {
- private String condition; // 条件表达式
- private Object value; // 条件对应的值
- private Object secondValue; // 第二个值,用于between查询
- private boolean noValue; // 是否没有值
- private boolean singleValue; // 是否为单一值
- private boolean betweenValue; // 是否为区间值
- private boolean listValue; // 是否为列表值
- private String typeHandler; // 类型处理器
-
- // 获取条件表达式
- public String getCondition() {
- return condition;
- }
-
- // 获取条件对应的值
- public Object getValue() {
- return value;
- }
-
- // 获取第二个值
- public Object getSecondValue() {
- return secondValue;
- }
-
- // 判断是否没有值
- public boolean isNoValue() {
- return noValue;
- }
-
- // 判断是否为单一值
- public boolean isSingleValue() {
- return singleValue;
- }
-
- // 判断是否为区间值
- public boolean isBetweenValue() {
- return betweenValue;
- }
-
- // 判断是否为列表值
- public boolean isListValue() {
- return listValue;
- }
-
- // 获取类型处理器
- public String getTypeHandler() {
- return typeHandler;
- }
-
- // 构造函数,仅包含条件表达式
- protected Criterion(String condition) {
- super();
- this.condition = condition;
- this.typeHandler = null;
- this.noValue = true;
- }
-
- // 构造函数,包含条件表达式和值,以及类型处理器
- protected Criterion(String condition, Object value, String typeHandler) {
- super();
- this.condition = condition;
- this.value = value;
- this.typeHandler = typeHandler;
- if (value instanceof List>) {
- this.listValue = true; // 如果值为列表,则设置listValue为true
- } else {
- this.singleValue = true; // 否则设置为单一值
- }
- }
-
- // 构造函数,包含条件表达式和值
- protected Criterion(String condition, Object value) {
- this(condition, value, null); // 调用另一个构造函数,并传递null作为类型处理器
- }
-
- // 构造函数,包含条件表达式、两个值和类型处理器
- protected Criterion(String condition, Object value, Object secondValue, String typeHandler) {
- super();
- this.condition = condition;
- this.value = value;
- this.secondValue = secondValue;
- this.typeHandler = typeHandler;
- this.betweenValue = true; // 设置为区间值
- }
-
- // 构造函数,包含条件表达式、两个值
- protected Criterion(String condition, Object value, Object secondValue) {
- this(condition, value, secondValue, null); // 调用另一个构造函数,并传递null作为类型处理器
- }
- }
-
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/model/CmsSubjectComment.java b/mall-mbg/src/main/java/com/macro/mall/model/CmsSubjectComment.java
deleted file mode 100644
index b20d379..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/model/CmsSubjectComment.java
+++ /dev/null
@@ -1,100 +0,0 @@
-package com.macro.mall.model; // 定义包名
-
-import io.swagger.annotations.ApiModelProperty; // 导入Swagger注解库
-import java.io.Serializable; // 导入序列化接口
-import java.util.Date; // 导入日期类
-
-// 定义CmsSubjectComment类,实现Serializable接口
-public class CmsSubjectComment implements Serializable {
- private Long id; // 评论ID
-
- private Long subjectId; // 专题ID
-
- private String memberNickName; // 会员昵称
-
- private String memberIcon; // 会员头像
-
- private String content; // 评论内容
-
- private Date createTime; // 创建时间
-
- private Integer showStatus; // 显示状态
-
- private static final long serialVersionUID = 1L; // 序列化版本号
-
- // Getter和Setter方法
- public Long getId() {
- return id;
- }
-
- public void setId(Long id) {
- this.id = id;
- }
-
- public Long getSubjectId() {
- return subjectId;
- }
-
- public void setSubjectId(Long subjectId) {
- this.subjectId = subjectId;
- }
-
- public String getMemberNickName() {
- return memberNickName;
- }
-
- public void setMemberNickName(String memberNickName) {
- this.memberNickName = memberNickName;
- }
-
- public String getMemberIcon() {
- return memberIcon;
- }
-
- public void setMemberIcon(String memberIcon) {
- this.memberIcon = memberIcon;
- }
-
- public String getContent() {
- return content;
- }
-
- public void setContent(String content) {
- this.content = content;
- }
-
- public Date getCreateTime() {
- return createTime;
- }
-
- public void setCreateTime(Date createTime) {
- this.createTime = createTime;
- }
-
- public Integer getShowStatus() {
- return showStatus;
- }
-
- public void setShowStatus(Integer showStatus) {
- this.showStatus = showStatus;
- }
-
- // 重写toString方法,用于打印对象信息
- @Override
- public String toString() {
- StringBuilder sb = new StringBuilder(); // 创建StringBuilder对象
- sb.append(getClass().getSimpleName()); // 添加类名
- sb.append(" ["); // 添加左方括号
- sb.append("Hash = ").append(hashCode()); // 添加哈希码
- sb.append(", id=").append(id); // 添加ID
- sb.append(", subjectId=").append(subjectId); // 添加专题ID
- sb.append(", memberNickName=").append(memberNickName); // 添加会员昵称
- sb.append(", memberIcon=").append(memberIcon); // 添加会员头像
- sb.append(", content=").append(content); // 添加评论内容
- sb.append(", createTime=").append(createTime); // 添加创建时间
- sb.append(", showStatus=").append(showStatus); // 添加显示状态
- sb.append(", serialVersionUID=").append(serialVersionUID); // 添加序列化版本号
- sb.append("]"); // 添加右方括号
- return sb.toString(); // 返回字符串表示形式
- }
-}
diff --git a/mall-mbg/src/main/java/com/macro/mall/model/CmsSubjectCommentExample.java b/mall-mbg/src/main/java/com/macro/mall/model/CmsSubjectCommentExample.java
deleted file mode 100644
index bbe409c..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/model/CmsSubjectCommentExample.java
+++ /dev/null
@@ -1,770 +0,0 @@
-package com.macro.mall.model;
-
-import java.util.ArrayList;
-import java.util.Date;
-import java.util.List;
-
-public class CmsSubjectCommentExample {
- // 用于存储排序子句的字符串
- protected String orderByClause;
-
- // 用于指示查询是否为distinct(去重)
- protected boolean distinct;
-
- // 用于存储多个查询条件的列表
- protected List oredCriteria;
-
- // 构造函数,初始化oredCriteria为一个空的ArrayList
- public CmsSubjectCommentExample() {
- oredCriteria = new ArrayList<>();
- }
-
- // 设置排序子句的方法
- public void setOrderByClause(String orderByClause) {
- this.orderByClause = orderByClause;
- }
-
- // 获取排序子句的方法
- public String getOrderByClause() {
- return orderByClause;
- }
-
- // 设置是否去重的方法
- public void setDistinct(boolean distinct) {
- this.distinct = distinct;
- }
-
- // 判断是否去重的方法
- public boolean isDistinct() {
- return distinct;
- }
-
- // 获取查询条件列表的方法
- public List getOredCriteria() {
- return oredCriteria;
- }
-
- // 将一个Criteria对象添加到查询条件列表中的方法
- public void or(Criteria criteria) {
- oredCriteria.add(criteria);
- }
-
- // 创建一个新的Criteria对象并添加到查询条件列表中的方法
- public Criteria or() {
- Criteria criteria = createCriteriaInternal();
- oredCriteria.add(criteria);
- return criteria;
- }
-
- // 创建一个Criteria对象,如果查询条件列表为空则将其添加到列表中的方法
- public Criteria createCriteria() {
- Criteria criteria = createCriteriaInternal();
- if (oredCriteria.size() == 0) {
- oredCriteria.add(criteria);
- }
- return criteria;
- }
-
- // 内部方法,用于创建一个新的Criteria对象
- protected Criteria createCriteriaInternal() {
- Criteria criteria = new Criteria();
- return criteria;
- }
-
- // 清除所有查询条件和排序子句,并将distinct设置为false的方法
- public void clear() {
- oredCriteria.clear();
- orderByClause = null;
- distinct = false;
- }
-
-
- protected abstract static class GeneratedCriteria {
- // 定义一个受保护的列表,用于存储查询条件
- protected List criteria;
-
- // 构造函数,初始化criteria为一个新的ArrayList
- protected GeneratedCriteria() {
- super();
- criteria = new ArrayList<>();
- }
-
- // 判断是否有有效的查询条件
- public boolean isValid() {
- return criteria.size() > 0;
- }
-
- // 获取所有的查询条件
- public List getAllCriteria() {
- return criteria;
- }
-
- // 获取当前的查询条件列表
- public List getCriteria() {
- return criteria;
- }
-
- // 添加一个简单的查询条件
- protected void addCriterion(String condition) {
- if (condition == null) {
- throw new RuntimeException("Value for condition cannot be null");
- }
- criteria.add(new Criterion(condition));
- }
-
- // 添加一个带值的查询条件
- protected void addCriterion(String condition, Object value, String property) {
- if (value == null) {
- throw new RuntimeException("Value for " + property + " cannot be null");
- }
- criteria.add(new Criterion(condition, value));
- }
-
- // 添加一个带两个值的查询条件(用于BETWEEN查询)
- protected void addCriterion(String condition, Object value1, Object value2, String property) {
- if (value1 == null || value2 == null) {
- throw new RuntimeException("Between values for " + property + " cannot be null");
- }
- criteria.add(new Criterion(condition, value1, value2));
- }
-
- // 以下是各种具体的查询条件的生成方法,例如id、subjectId和memberNickName等字段的条件
- public Criteria andIdIsNull() {
- addCriterion("id is null");
- return (Criteria) this;
- }
-
- // 检查id是否不为空
- public Criteria andIdIsNotNull() {
- addCriterion("id is not null");
- return (Criteria) this;
- }
-
- // 检查id是否等于指定值
- public Criteria andIdEqualTo(Long value) {
- addCriterion("id =", value, "id");
- return (Criteria) this;
- }
-
- // 检查id是否不等于指定值
- public Criteria andIdNotEqualTo(Long value) {
- addCriterion("id <>", value, "id");
- return (Criteria) this;
- }
-
- // 检查id是否大于指定值
- public Criteria andIdGreaterThan(Long value) {
- addCriterion("id >", value, "id");
- return (Criteria) this;
- }
-
- // 检查id是否大于或等于指定值
- public Criteria andIdGreaterThanOrEqualTo(Long value) {
- addCriterion("id >=", value, "id");
- return (Criteria) this;
- }
-
- // 检查id是否小于指定值
- public Criteria andIdLessThan(Long value) {
- addCriterion("id <", value, "id");
- return (Criteria) this;
- }
-
- // 检查id是否小于或等于指定值
- public Criteria andIdLessThanOrEqualTo(Long value) {
- addCriterion("id <=", value, "id");
- return (Criteria) this;
- }
-
- // 检查id是否在指定的列表中
- public Criteria andIdIn(List values) {
- addCriterion("id in", values, "id");
- return (Criteria) this;
- }
-
- // 检查id是否不在指定的列表中
- public Criteria andIdNotIn(List values) {
- addCriterion("id not in", values, "id");
- return (Criteria) this;
- }
-
- // 检查id是否在指定的范围内(包含边界)
- public Criteria andIdBetween(Long value1, Long value2) {
- addCriterion("id between", value1, value2, "id");
- return (Criteria) this;
- }
-
- // 检查id是否不在指定的范围内(不包含边界)
- public Criteria andIdNotBetween(Long value1, Long value2) {
- addCriterion("id not between", value1, value2, "id");
- return (Criteria) this;
- }
-
- // 检查subject_id是否为空
- public Criteria andSubjectIdIsNull() {
- addCriterion("subject_id is null");
- return (Criteria) this;
- }
-
- // 检查subject_id是否不为空
- public Criteria andSubjectIdIsNotNull() {
- addCriterion("subject_id is not null");
- return (Criteria) this;
- }
-
- // 检查subject_id是否等于指定值
- public Criteria andSubjectIdEqualTo(Long value) {
- addCriterion("subject_id =", value, "subjectId");
- return (Criteria) this;
- }
-
- // 检查subject_id是否不等于指定值
- public Criteria andSubjectIdNotEqualTo(Long value) {
- addCriterion("subject_id <>", value, "subjectId");
- return (Criteria) this;
- }
-
- // 检查subject_id是否大于指定值
- public Criteria andSubjectIdGreaterThan(Long value) {
- addCriterion("subject_id >", value, "subjectId");
- return (Criteria) this;
- }
-
- // 检查subject_id是否大于或等于指定值
- public Criteria andSubjectIdGreaterThanOrEqualTo(Long value) {
- addCriterion("subject_id >=", value, "subjectId");
- return (Criteria) this;
- }
-
- // 检查subject_id是否小于指定值
- public Criteria andSubjectIdLessThan(Long value) {
- addCriterion("subject_id <", value, "subjectId");
- return (Criteria) this;
- }
-
- // 检查subject_id是否小于或等于指定值
- public Criteria andSubjectIdLessThanOrEqualTo(Long value) {
- addCriterion("subject_id <=", value, "subjectId");
- return (Criteria) this;
- }
-
- // 检查subject_id是否在指定的列表中
- public Criteria andSubjectIdIn(List values) {
- addCriterion("subject_id in", values, "subjectId");
- return (Criteria) this;
- }
-
- // 检查subject_id是否不在指定的列表中
- public Criteria andSubjectIdNotIn(List values) {
- addCriterion("subject_id not in", values, "subjectId");
- return (Criteria) this;
- }
-
- // 检查subject_id是否在指定的范围内(包含边界)
- public Criteria andSubjectIdBetween(Long value1, Long value2) {
- addCriterion("subject_id between", value1, value2, "subjectId");
- return (Criteria) this;
- }
-
- // 检查subject_id是否不在指定的范围内(不包含边界)
- public Criteria andSubjectIdNotBetween(Long value1, Long value2) {
- addCriterion("subject_id not between", value1, value2, "subjectId");
- return (Criteria) this;
- }
-
- // 检查member_nick_name是否为空
- public Criteria andMemberNickNameIsNull() {
- addCriterion("member_nick_name is null");
- return (Criteria) this;
- }
-
- // 检查member_nick_name是否不为空
- public Criteria andMemberNickNameIsNotNull() {
- addCriterion("member_nick_name is not null");
- return (Criteria) this;
- }
-
- // 检查member_nick_name是否等于指定值
- public Criteria andMemberNickNameEqualTo(String value) {
- addCriterion("member_nick_name =", value, "memberNickName");
- return (Criteria) this;
- }
-
- // 检查member_nick_name是否不等于指定值
- public Criteria andMemberNickNameNotEqualTo(String value) {
- addCriterion("member_nick_name <>", value, "memberNickName");
- return (Criteria) this;
- }
-
- // 检查member_nick_name是否大于指定值
- public Criteria andMemberNickNameGreaterThan(String value) {
- addCriterion("member_nick_name >", value, "memberNickName");
- return (Criteria) this;
- }
-
- // 检查member_nick_name是否大于或等于指定值
- public Criteria andMemberNickNameGreaterThanOrEqualTo(String value) {
- addCriterion("member_nick_name >=", value, "memberNickName");
- return (Criteria) this;
- }
-
- // 检查member_nick_name是否小于指定值
- public Criteria andMemberNickNameLessThan(String value) {
- addCriterion("member_nick_name <", value, "memberNickName");
- return (Criteria) this;
- }
-
-
- // 检查 member_nick_name 是否小于或等于给定的值
- public Criteria andMemberNickNameLessThanOrEqualTo(String value) {
- addCriterion("member_nick_name <=", value, "memberNickName");
- return (Criteria) this;
- }
-
- // 检查 member_nick_name 是否包含给定的值(模糊匹配)
- public Criteria andMemberNickNameLike(String value) {
- addCriterion("member_nick_name like", value, "memberNickName");
- return (Criteria) this;
- }
-
- // 检查 member_nick_name 是否不包含给定的值(模糊匹配)
- public Criteria andMemberNickNameNotLike(String value) {
- addCriterion("member_nick_name not like", value, "memberNickName");
- return (Criteria) this;
- }
-
- // 检查 member_nick_name 是否在给定的值列表中
- public Criteria andMemberNickNameIn(List values) {
- addCriterion("member_nick_name in", values, "memberNickName");
- return (Criteria) this;
- }
-
- // 检查 member_nick_name 是否不在给定的值列表中
- public Criteria andMemberNickNameNotIn(List values) {
- addCriterion("member_nick_name not in", values, "memberNickName");
- return (Criteria) this;
- }
-
- // 检查 member_nick_name 是否在给定的两个值之间
- public Criteria andMemberNickNameBetween(String value1, String value2) {
- addCriterion("member_nick_name between", value1, value2, "memberNickName");
- return (Criteria) this;
- }
-
- // 检查 member_nick_name 是否不在给定的两个值之间
- public Criteria andMemberNickNameNotBetween(String value1, String value2) {
- addCriterion("member_nick_name not between", value1, value2, "memberNickName");
- return (Criteria) this;
- }
-
- // 检查 member_icon 是否为空
- public Criteria andMemberIconIsNull() {
- addCriterion("member_icon is null");
- return (Criteria) this;
- }
-
- // 检查 member_icon 是否不为空
- public Criteria andMemberIconIsNotNull() {
- addCriterion("member_icon is not null");
- return (Criteria) this;
- }
-
- // 检查 member_icon 是否等于给定的值
- public Criteria andMemberIconEqualTo(String value) {
- addCriterion("member_icon =", value, "memberIcon");
- return (Criteria) this;
- }
-
- // 检查 member_icon 是否不等于给定的值
- public Criteria andMemberIconNotEqualTo(String value) {
- addCriterion("member_icon <>", value, "memberIcon");
- return (Criteria) this;
- }
-
- // 检查 member_icon 是否大于给定的值
- public Criteria andMemberIconGreaterThan(String value) {
- addCriterion("member_icon >", value, "memberIcon");
- return (Criteria) this;
- }
-
- // 检查 member_icon 是否大于或等于给定的值
- public Criteria andMemberIconGreaterThanOrEqualTo(String value) {
- addCriterion("member_icon >=", value, "memberIcon");
- return (Criteria) this;
- }
-
- // 检查 member_icon 是否小于给定的值
- public Criteria andMemberIconLessThan(String value) {
- addCriterion("member_icon <", value, "memberIcon");
- return (Criteria) this;
- }
-
- // 检查 member_icon 是否小于或等于给定的值
- public Criteria andMemberIconLessThanOrEqualTo(String value) {
- addCriterion("member_icon <=", value, "memberIcon");
- return (Criteria) this;
- }
-
- // 检查 member_icon 是否包含给定的值(模糊匹配)
- public Criteria andMemberIconLike(String value) {
- addCriterion("member_icon like", value, "memberIcon");
- return (Criteria) this;
- }
-
- // 检查 member_icon 是否不包含给定的值(模糊匹配)
- public Criteria andMemberIconNotLike(String value) {
- addCriterion("member_icon not like", value, "memberIcon");
- return (Criteria) this;
- }
-
- // 检查 member_icon 是否在给定的值列表中
- public Criteria andMemberIconIn(List values) {
- addCriterion("member_icon in", values, "memberIcon");
- return (Criteria) this;
- }
-
- // 检查 member_icon 是否不在给定的值列表中
- public Criteria andMemberIconNotIn(List values) {
- addCriterion("member_icon not in", values, "memberIcon");
- return (Criteria) this;
- }
-
- // 检查 member_icon 是否在给定的两个值之间
- public Criteria andMemberIconBetween(String value1, String value2) {
- addCriterion("member_icon between", value1, value2, "memberIcon");
- return (Criteria) this;
- }
-
- // 检查 member_icon 是否不在给定的两个值之间
- public Criteria andMemberIconNotBetween(String value1, String value2) {
- addCriterion("member_icon not between", value1, value2, "memberIcon");
- return (Criteria) this;
- }
-
- // 检查 content 是否为空
- public Criteria andContentIsNull() {
- addCriterion("content is null");
- return (Criteria) this;
- }
-
- // 检查 content 是否不为空
- public Criteria andContentIsNotNull() {
- addCriterion("content is not null");
- return (Criteria) this;
- }
-
- // 检查 content 是否等于给定的值
- public Criteria andContentEqualTo(String value) {
- addCriterion("content =", value, "content");
- return (Criteria) this;
- }
-
- // 检查 content 是否不等于给定的值
- public Criteria andContentNotEqualTo(String value) {
- addCriterion("content <>", value, "content");
- return (Criteria) this;
- }
-
- // 检查 content 是否大于给定的值
- public Criteria andContentGreaterThan(String value) {
- addCriterion("content >", value, "content");
- return (Criteria) this;
- }
-
- // 检查 content 是否大于或等于给定的值
- public Criteria andContentGreaterThanOrEqualTo(String value) {
- addCriterion("content >=", value, "content");
- return (Criteria) this;
- }
-
- // 检查 content 是否小于给定的值
- public Criteria andContentLessThan(String value) {
- addCriterion("content <", value, "content");
- return (Criteria) this;
- }
-
- // 检查 content 是否小于或等于给定的值
- public Criteria andContentLessThanOrEqualTo(String value) {
- addCriterion("content <=", value, "content");
- return (Criteria) this;
- }
-
- // 检查 content 是否包含给定的值(模糊匹配)
- public Criteria andContentLike(String value) {
- addCriterion("content like", value, "content");
- return (Criteria) this;
- }
-
- // 检查 content 是否不包含给定的值(模糊匹配)
- public Criteria andContentNotLike(String value) {
- addCriterion("content not like", value, "content");
- return (Criteria) this;
- }
-
- // 检查 content 是否在给定的值列表中
- public Criteria andContentIn(List values) {
- addCriterion("content in", values, "content");
- return (Criteria) this;
- }
-
- // 检查 content 是否不在给定的值列表中
- public Criteria andContentNotIn(List values) {
- addCriterion("content not in", values, "content");
- return (Criteria) this;
- }
-
- // 检查 content 是否在给定的两个值之间
- public Criteria andContentBetween(String value1, String value2) {
- addCriterion("content between", value1, value2, "content");
- return (Criteria) this;
- }
-
- // 检查 content 是否不在给定的两个值之间
- public Criteria andContentNotBetween(String value1, String value2) {
- addCriterion("content not between", value1, value2, "content");
- return (Criteria) this;
- }
-
-
- // 检查 create_time 是否不为空
- public Criteria andCreateTimeIsNotNull() {
- addCriterion("create_time is not null");
- return (Criteria) this;
- }
-
- // 检查 create_time 是否等于给定的值
- public Criteria andCreateTimeEqualTo(Date value) {
- addCriterion("create_time =", value, "createTime");
- return (Criteria) this;
- }
-
- // 检查 create_time 是否不等于给定的值
- public Criteria andCreateTimeNotEqualTo(Date value) {
- addCriterion("create_time <>", value, "createTime");
- return (Criteria) this;
- }
-
- // 检查 create_time 是否大于给定的值
- public Criteria andCreateTimeGreaterThan(Date value) {
- addCriterion("create_time >", value, "createTime");
- return (Criteria) this;
- }
-
- // 检查 create_time 是否大于或等于给定的值
- public Criteria andCreateTimeGreaterThanOrEqualTo(Date value) {
- addCriterion("create_time >=", value, "createTime");
- return (Criteria) this;
- }
-
- // 检查 create_time 是否小于给定的值
- public Criteria andCreateTimeLessThan(Date value) {
- addCriterion("create_time <", value, "createTime");
- return (Criteria) this;
- }
-
- // 检查 create_time 是否小于或等于给定的值
- public Criteria andCreateTimeLessThanOrEqualTo(Date value) {
- addCriterion("create_time <=", value, "createTime");
- return (Criteria) this;
- }
-
- // 检查 create_time 是否在给定的值列表中
- public Criteria andCreateTimeIn(List values) {
- addCriterion("create_time in", values, "createTime");
- return (Criteria) this;
- }
-
- // 检查 create_time 是否不在给定的值列表中
- public Criteria andCreateTimeNotIn(List values) {
- addCriterion("create_time not in", values, "createTime");
- return (Criteria) this;
- }
-
- // 检查 create_time 是否在给定的两个值之间
- public Criteria andCreateTimeBetween(Date value1, Date value2) {
- addCriterion("create_time between", value1, value2, "createTime");
- return (Criteria) this;
- }
-
- // 检查 create_time 是否不在给定的两个值之间
- public Criteria andCreateTimeNotBetween(Date value1, Date value2) {
- addCriterion("create_time not between", value1, value2, "createTime");
- return (Criteria) this;
- }
-
- // 检查 show_status 是否为空
- public Criteria andShowStatusIsNull() {
- addCriterion("show_status is null");
- return (Criteria) this;
- }
-
- // 检查 show_status 是否不为空
- public Criteria andShowStatusIsNotNull() {
- addCriterion("show_status is not null");
- return (Criteria) this;
- }
-
- // 检查 show_status 是否等于给定的值
- public Criteria andShowStatusEqualTo(Integer value) {
- addCriterion("show_status =", value, "showStatus");
- return (Criteria) this;
- }
-
- // 检查 show_status 是否不等于给定的值
- public Criteria andShowStatusNotEqualTo(Integer value) {
- addCriterion("show_status <>", value, "showStatus");
- return (Criteria) this;
- }
-
- // 检查 show_status 是否大于给定的值
- public Criteria andShowStatusGreaterThan(Integer value) {
- addCriterion("show_status >", value, "showStatus");
- return (Criteria) this;
- }
-
- // 检查 show_status 是否大于或等于给定的值
- public Criteria andShowStatusGreaterThanOrEqualTo(Integer value) {
- addCriterion("show_status >=", value, "showStatus");
- return (Criteria) this;
- }
-
- // 检查 show_status 是否小于给定的值
- public Criteria andShowStatusLessThan(Integer value) {
- addCriterion("show_status <", value, "showStatus");
- return (Criteria) this;
- }
-
- // 检查 show_status 是否小于或等于给定的值
- public Criteria andShowStatusLessThanOrEqualTo(Integer value) {
- addCriterion("show_status <=", value, "showStatus");
- return (Criteria) this;
- }
-
- // 检查 show_status 是否在给定的值列表中
- public Criteria andShowStatusIn(List values) {
- addCriterion("show_status in", values, "showStatus");
- return (Criteria) this;
- }
-
- // 检查 show_status 是否不在给定的值列表中
- public Criteria andShowStatusNotIn(List values) {
- addCriterion("show_status not in", values, "showStatus");
- return (Criteria) this;
- }
-
- // 检查 show_status 是否在给定的两个值之间
- public Criteria andShowStatusBetween(Integer value1, Integer value2) {
- addCriterion("show_status between", value1, value2, "showStatus");
- return (Criteria) this;
- }
-
- // 检查 show_status 是否不在给定的两个值之间
- public Criteria andShowStatusNotBetween(Integer value1, Integer value2) {
- addCriterion("show_status not between", value1, value2, "showStatus");
- return (Criteria) this;
- }
-
- }
-
- // 定义一个静态内部类 Criteria,继承自 GeneratedCriteria
- public static class Criteria extends GeneratedCriteria {
- // 构造函数,调用父类的构造函数
- protected Criteria() {
- super();
- }
- }
-
- // 定义一个静态内部类 Criterion,用于封装查询条件
- public static class Criterion {
- private String condition; // 存储查询条件的字符串
- private Object value; // 存储查询条件的值
- private Object secondValue; // 存储查询条件的第二个值(用于 between 查询)
- private boolean noValue; // 标记是否没有值
- private boolean singleValue; // 标记是否是单一值
- private boolean betweenValue; // 标记是否是区间值
- private boolean listValue; // 标记是否是列表值
- private String typeHandler; // 类型处理器,用于处理特定类型的数据转换
-
- // 获取查询条件
- public String getCondition() {
- return condition;
- }
-
- // 获取查询条件的值
- public Object getValue() {
- return value;
- }
-
- // 获取查询条件的第二个值
- public Object getSecondValue() {
- return secondValue;
- }
-
- // 判断是否没有值
- public boolean isNoValue() {
- return noValue;
- }
-
- // 判断是否是单一值
- public boolean isSingleValue() {
- return singleValue;
- }
-
- // 判断是否是区间值
- public boolean isBetweenValue() {
- return betweenValue;
- }
-
- // 判断是否是列表值
- public boolean isListValue() {
- return listValue;
- }
-
- // 获取类型处理器
- public String getTypeHandler() {
- return typeHandler;
- }
-
- // 构造函数,只包含条件,默认没有值,使用 null 作为类型处理器
- protected Criterion(String condition) {
- super();
- this.condition = condition;
- this.typeHandler = null;
- this.noValue = true;
- }
-
- // 构造函数,包含条件和值,根据值的类型设置 singleValue 或 listValue
- protected Criterion(String condition, Object value, String typeHandler) {
- super();
- this.condition = condition;
- this.value = value;
- this.typeHandler = typeHandler;
- if (value instanceof List>) {
- this.listValue = true;
- } else {
- this.singleValue = true;
- }
- }
-
- // 构造函数,包含条件和值,不指定类型处理器
- protected Criterion(String condition, Object value) {
- this(condition, value, null);
- }
-
- // 构造函数,包含条件、第一个值和第二个值,以及类型处理器,设置 betweenValue 为 true
- protected Criterion(String condition, Object value, Object secondValue, String typeHandler) {
- super();
- this.condition = condition;
- this.value = value;
- this.secondValue = secondValue;
- this.typeHandler = typeHandler;
- this.betweenValue = true;
- }
-
- // 构造函数,包含条件、第一个值和第二个值,不指定类型处理器
- protected Criterion(String condition, Object value, Object secondValue) {
- this(condition, value, secondValue, null);
- }
- }
-
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/model/CmsSubjectExample.java b/mall-mbg/src/main/java/com/macro/mall/model/CmsSubjectExample.java
deleted file mode 100644
index 065d00c..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/model/CmsSubjectExample.java
+++ /dev/null
@@ -1,1347 +0,0 @@
-package com.macro.mall.model;
-
-import java.util.ArrayList;
-import java.util.Date;
-import java.util.List;
-
-public class CmsSubjectExample {
- // 定义一个字符串变量,用于存储排序子句
- protected String orderByClause;
-
- // 定义一个布尔变量,用于指示查询是否为distinct(去重)
- protected boolean distinct;
-
- // 定义一个列表,用于存储多个查询条件(Criteria对象)
- protected List oredCriteria;
-
- // 构造函数,初始化oredCriteria为一个新的ArrayList
- public CmsSubjectExample() {
- oredCriteria = new ArrayList<>();
- }
-
- // 设置排序子句的方法
- public void setOrderByClause(String orderByClause) {
- this.orderByClause = orderByClause;
- }
-
- // 获取排序子句的方法
- public String getOrderByClause() {
- return orderByClause;
- }
-
- // 设置distinct标志的方法
- public void setDistinct(boolean distinct) {
- this.distinct = distinct;
- }
-
- // 获取distinct标志的方法
- public boolean isDistinct() {
- return distinct;
- }
-
- // 获取查询条件列表的方法
- public List getOredCriteria() {
- return oredCriteria;
- }
-
- // 添加一个查询条件到列表中的方法
- public void or(Criteria criteria) {
- oredCriteria.add(criteria);
- }
-
- // 创建一个新的查询条件并添加到列表中的方法
- public Criteria or() {
- Criteria criteria = createCriteriaInternal();
- oredCriteria.add(criteria);
- return criteria;
- }
-
- // 创建一个新的查询条件,如果当前没有查询条件则添加到列表中的方法
- public Criteria createCriteria() {
- Criteria criteria = createCriteriaInternal();
- if (oredCriteria.size() == 0) {
- oredCriteria.add(criteria);
- }
- return criteria;
- }
-
- // 内部方法,用于创建一个新的Criteria对象
- protected Criteria createCriteriaInternal() {
- Criteria criteria = new Criteria();
- return criteria;
- }
-
- // 清除所有查询条件和排序子句,并将distinct标志重置为false的方法
- public void clear() {
- oredCriteria.clear();
- orderByClause = null;
- distinct = false;
- }
-
-
- protected abstract static class GeneratedCriteria {
- // 定义一个列表来存储所有的查询条件
- protected List criteria;
-
- // 构造函数,初始化criteria列表
- protected GeneratedCriteria() {
- super();
- criteria = new ArrayList<>();
- }
-
- // 判断是否有有效的查询条件
- public boolean isValid() {
- return criteria.size() > 0;
- }
-
- // 获取所有查询条件
- public List getAllCriteria() {
- return criteria;
- }
-
- // 获取查询条件列表
- public List getCriteria() {
- return criteria;
- }
-
- // 添加一个简单的查询条件(例如 "id is null")
- protected void addCriterion(String condition) {
- if (condition == null) {
- throw new RuntimeException("Value for condition cannot be null");
- }
- criteria.add(new Criterion(condition));
- }
-
- // 添加一个带值的查询条件(例如 "id = 1")
- protected void addCriterion(String condition, Object value, String property) {
- if (value == null) {
- throw new RuntimeException("Value for " + property + " cannot be null");
- }
- criteria.add(new Criterion(condition, value));
- }
-
- // 添加一个范围查询条件(例如 "id between 1 and 10")
- protected void addCriterion(String condition, Object value1, Object value2, String property) {
- if (value1 == null || value2 == null) {
- throw new RuntimeException("Between values for " + property + " cannot be null");
- }
- criteria.add(new Criterion(condition, value1, value2));
- }
-
- // 以下方法用于生成具体的查询条件,例如 id 和 category_id 的各种比较操作
- public Criteria andIdIsNull() {
- addCriterion("id is null");
- return (Criteria) this;
- }
-
- public Criteria andIdIsNotNull() {
- addCriterion("id is not null");
- return (Criteria) this;
- }
-
- public Criteria andIdEqualTo(Long value) {
- addCriterion("id =", value, "id");
- return (Criteria) this;
- }
-
- public Criteria andIdNotEqualTo(Long value) {
- addCriterion("id <>", value, "id");
- return (Criteria) this;
- }
-
- public Criteria andIdGreaterThan(Long value) {
- addCriterion("id >", value, "id");
- return (Criteria) this;
- }
-
- public Criteria andIdGreaterThanOrEqualTo(Long value) {
- addCriterion("id >=", value, "id");
- return (Criteria) this;
- }
-
- public Criteria andIdLessThan(Long value) {
- addCriterion("id <", value, "id");
- return (Criteria) this;
- }
-
- public Criteria andIdLessThanOrEqualTo(Long value) {
- addCriterion("id <=", value, "id");
- return (Criteria) this;
- }
-
- public Criteria andIdIn(List values) {
- addCriterion("id in", values, "id");
- return (Criteria) this;
- }
-
- public Criteria andIdNotIn(List values) {
- addCriterion("id not in", values, "id");
- return (Criteria) this;
- }
-
- public Criteria andIdBetween(Long value1, Long value2) {
- addCriterion("id between", value1, value2, "id");
- return (Criteria) this;
- }
-
- public Criteria andIdNotBetween(Long value1, Long value2) {
- addCriterion("id not between", value1, value2, "id");
- return (Criteria) this;
- }
-
- public Criteria andCategoryIdIsNull() {
- addCriterion("category_id is null");
- return (Criteria) this;
- }
-
- public Criteria andCategoryIdIsNotNull() {
- addCriterion("category_id is not null");
- return (Criteria) this;
- }
-
- public Criteria andCategoryIdEqualTo(Long value) {
- addCriterion("category_id =", value, "categoryId");
- return (Criteria) this;
- }
-
- public Criteria andCategoryIdNotEqualTo(Long value) {
- addCriterion("category_id <>", value, "categoryId");
- return (Criteria) this;
- }
-
- public Criteria andCategoryIdGreaterThan(Long value) {
- addCriterion("category_id >", value, "categoryId");
- return (Criteria) this;
- }
-
- public Criteria andCategoryIdGreaterThanOrEqualTo(Long value) {
- addCriterion("category_id >=", value, "categoryId");
- return (Criteria) this;
- }
-
- public Criteria andCategoryIdLessThan(Long value) {
- addCriterion("category_id <", value, "categoryId");
- return (Criteria) this;
- }
-
- public Criteria andCategoryIdLessThanOrEqualTo(Long value) {
- addCriterion("category_id <=", value, "categoryId");
- return (Criteria) this;
- }
-
- public Criteria andCategoryIdIn(List values) {
- addCriterion("category_id in", values, "categoryId");
- return (Criteria) this;
- }
-
- public Criteria andCategoryIdNotIn(List values) {
- addCriterion("category_id not in", values, "categoryId");
- return (Criteria) this;
- }
-
- public Criteria andCategoryIdBetween(Long value1, Long value2) {
- addCriterion("category_id between", value1, value2, "categoryId");
- return (Criteria) this;
- }
-
- public Criteria andCategoryIdNotBetween(Long value1, Long value2) {
- addCriterion("category_id not between", value1, value2, "categoryId");
- return (Criteria) this;
- }
-
- public Criteria andTitleIsNull() {
- addCriterion("title is null");
- return (Criteria) this;
- }
-
- public Criteria andTitleIsNotNull() {
- addCriterion("title is not null");
- return (Criteria) this;
- }
-
- public Criteria andTitleEqualTo(String value) {
- addCriterion("title =", value, "title");
- return (Criteria) this;
- }
-
- public Criteria andTitleNotEqualTo(String value) {
- addCriterion("title <>", value, "title");
- return (Criteria) this;
- }
-
- public Criteria andTitleGreaterThan(String value) {
- addCriterion("title >", value, "title");
- return (Criteria) this;
- }
-
-
- // 添加一个条件,要求title字段的值大于或等于指定的值
- public Criteria andTitleGreaterThanOrEqualTo(String value) {
- addCriterion("title >=", value, "title");
- return (Criteria) this;
- }
-
- // 添加一个条件,要求title字段的值小于指定的值
- public Criteria andTitleLessThan(String value) {
- addCriterion("title <", value, "title");
- return (Criteria) this;
- }
-
- // 添加一个条件,要求title字段的值小于或等于指定的值
- public Criteria andTitleLessThanOrEqualTo(String value) {
- addCriterion("title <=", value, "title");
- return (Criteria) this;
- }
-
- // 添加一个条件,要求title字段的值匹配指定的模式(使用SQL中的LIKE操作符)
- public Criteria andTitleLike(String value) {
- addCriterion("title like", value, "title");
- return (Criteria) this;
- }
-
- // 添加一个条件,要求title字段的值不匹配指定的模式(使用SQL中的NOT LIKE操作符)
- public Criteria andTitleNotLike(String value) {
- addCriterion("title not like", value, "title");
- return (Criteria) this;
- }
-
- // 添加一个条件,要求title字段的值在指定的列表中
- public Criteria andTitleIn(List values) {
- addCriterion("title in", values, "title");
- return (Criteria) this;
- }
-
- // 添加一个条件,要求title字段的值不在指定的列表中
- public Criteria andTitleNotIn(List values) {
- addCriterion("title not in", values, "title");
- return (Criteria) this;
- }
-
- // 添加一个条件,要求title字段的值在指定的范围内(包括边界值)
- public Criteria andTitleBetween(String value1, String value2) {
- addCriterion("title between", value1, value2, "title");
- return (Criteria) this;
- }
-
- // 添加一个条件,要求title字段的值不在指定的范围内(不包括边界值)
- public Criteria andTitleNotBetween(String value1, String value2) {
- addCriterion("title not between", value1, value2, "title");
- return (Criteria) this;
- }
-
- // 添加一个条件,要求pic字段的值为空
- public Criteria andPicIsNull() {
- addCriterion("pic is null");
- return (Criteria) this;
- }
-
- // 添加一个条件,要求pic字段的值不为空
- public Criteria andPicIsNotNull() {
- addCriterion("pic is not null");
- return (Criteria) this;
- }
-
- // 添加一个条件,要求pic字段的值等于指定的值
- public Criteria andPicEqualTo(String value) {
- addCriterion("pic =", value, "pic");
- return (Criteria) this;
- }
-
- // 添加一个条件,要求pic字段的值不等于指定的值
- public Criteria andPicNotEqualTo(String value) {
- addCriterion("pic <>", value, "pic");
- return (Criteria) this;
- }
-
- // 添加一个条件,要求pic字段的值大于指定的值
- public Criteria andPicGreaterThan(String value) {
- addCriterion("pic >", value, "pic");
- return (Criteria) this;
- }
-
- // 添加一个条件,要求pic字段的值大于或等于指定的值
- public Criteria andPicGreaterThanOrEqualTo(String value) {
- addCriterion("pic >=", value, "pic");
- return (Criteria) this;
- }
-
- // 添加一个条件,要求pic字段的值小于指定的值
- public Criteria andPicLessThan(String value) {
- addCriterion("pic <", value, "pic");
- return (Criteria) this;
- }
-
- // 添加一个条件,要求pic字段的值小于或等于指定的值
- public Criteria andPicLessThanOrEqualTo(String value) {
- addCriterion("pic <=", value, "pic");
- return (Criteria) this;
- }
-
- // 添加一个条件,要求pic字段的值匹配指定的模式(使用SQL中的LIKE操作符)
- public Criteria andPicLike(String value) {
- addCriterion("pic like", value, "pic");
- return (Criteria) this;
- }
-
- // 添加一个条件,要求pic字段的值不匹配指定的模式(使用SQL中的NOT LIKE操作符)
- public Criteria andPicNotLike(String value) {
- addCriterion("pic not like", value, "pic");
- return (Criteria) this;
- }
-
- // 添加一个条件,要求pic字段的值在指定的列表中
- public Criteria andPicIn(List values) {
- addCriterion("pic in", values, "pic");
- return (Criteria) this;
- }
-
- // 添加一个条件,要求pic字段的值不在指定的列表中
- public Criteria andPicNotIn(List values) {
- addCriterion("pic not in", values, "pic");
- return (Criteria) this;
- }
-
- // 添加一个条件,要求pic字段的值在指定的范围内(包括边界值)
- public Criteria andPicBetween(String value1, String value2) {
- addCriterion("pic between", value1, value2, "pic");
- return (Criteria) this;
- }
-
- // 添加一个条件,要求pic字段的值不在指定的范围内(不包括边界值)
- public Criteria andPicNotBetween(String value1, String value2) {
- addCriterion("pic not between", value1, value2, "pic");
- return (Criteria) this;
- }
-
- // 添加一个条件,要求product_count字段的值为空
- public Criteria andProductCountIsNull() {
- addCriterion("product_count is null");
- return (Criteria) this;
- }
-
- // 添加一个条件,要求product_count字段的值不为空
- public Criteria andProductCountIsNotNull() {
- addCriterion("product_count is not null");
- return (Criteria) this;
- }
-
- // 添加一个条件,要求product_count字段的值等于指定的值
- public Criteria andProductCountEqualTo(Integer value) {
- addCriterion("product_count =", value, "product_count");
- return (Criteria) this;
- }
-
- // 添加一个条件,要求product_count字段的值不等于指定的值
- public Criteria andProductCountNotEqualTo(Integer value) {
- addCriterion("product_count <>", value, "product_count");
- return (Criteria) this;
- }
-
- // 添加一个条件,要求product_count字段的值大于指定的值
- public Criteria andProductCountGreaterThan(Integer value) {
- addCriterion("product_count >", value, "product_count");
- return (Criteria) this;
- }
-
- // 添加一个条件,要求product_count字段的值大于或等于指定的值
- public Criteria andProductCountGreaterThanOrEqualTo(Integer value) {
- addCriterion("product_count >=", value, "product_count");
- return (Criteria) this;
- }
-
- // 添加一个条件,要求product_count字段的值小于指定的值
- public Criteria andProductCountLessThan(Integer value) {
- addCriterion("product_count <", value, "product_count");
- return (Criteria) this;
- }
-
- // 添加一个条件,要求product_count字段的值小于或等于指定的值
- public Criteria andProductCountLessThanOrEqualTo(Integer value) {
- addCriterion("product_count <=", value, "product_count");
- return (Criteria) this;
- }
-
- // 添加一个条件,要求product_count字段的值在指定的列表中
- public Criteria andProductCountIn(List values) {
- addCriterion("product_count in", values, "product_count");
- return (Criteria) this;
- }
-
- // 添加一个条件,要求product_count字段的值不在指定的列表中
- public Criteria andProductCountNotIn(List values) {
- addCriterion("product_count not in", values, "product_count");
- return (Criteria) this;
- }
-
- // 添加一个条件,要求product_count字段的值在指定的范围内(包括边界值)
- public Criteria andProductCountBetween(Integer value1, Integer value2) {
- addCriterion("product_count between", value1, value2, "product_count");
- return (Criteria) this;
- }
-
- // 添加一个条件,要求product_count字段的值不在指定的范围内(不包括边界值)
- public Criteria andProductCountNotBetween(Integer value1, Integer value2) {
- addCriterion("product_count not between", value1, value2, "product_count");
- return (Criteria) this;
- }
-
- // 检查 recommend_status 是否为空
- public Criteria andRecommendStatusIsNull() {
- addCriterion("recommend_status is null");
- return (Criteria) this;
- }
-
- // 检查 recommend_status 是否不为空
- public Criteria andRecommendStatusIsNotNull() {
- addCriterion("recommend_status is not null");
- return (Criteria) this;
- }
-
- // 检查 recommend_status 是否等于指定值
- public Criteria andRecommendStatusEqualTo(Integer value) {
- addCriterion("recommend_status =", value, "recommendStatus");
- return (Criteria) this;
- }
-
- // 检查 recommend_status 是否不等于指定值
- public Criteria andRecommendStatusNotEqualTo(Integer value) {
- addCriterion("recommend_status <>", value, "recommendStatus");
- return (Criteria) this;
- }
-
- // 检查 recommend_status 是否大于指定值
- public Criteria andRecommendStatusGreaterThan(Integer value) {
- addCriterion("recommend_status >", value, "recommendStatus");
- return (Criteria) this;
- }
-
- // 检查 recommend_status 是否大于或等于指定值
- public Criteria andRecommendStatusGreaterThanOrEqualTo(Integer value) {
- addCriterion("recommend_status >=", value, "recommendStatus");
- return (Criteria) this;
- }
-
- // 检查 recommend_status 是否小于指定值
- public Criteria andRecommendStatusLessThan(Integer value) {
- addCriterion("recommend_status <", value, "recommendStatus");
- return (Criteria) this;
- }
-
- // 检查 recommend_status 是否小于或等于指定值
- public Criteria andRecommendStatusLessThanOrEqualTo(Integer value) {
- addCriterion("recommend_status <=", value, "recommendStatus");
- return (Criteria) this;
- }
-
- // 检查 recommend_status 是否在指定的列表中
- public Criteria andRecommendStatusIn(List values) {
- addCriterion("recommend_status in", values, "recommendStatus");
- return (Criteria) this;
- }
-
- // 检查 recommend_status 是否不在指定的列表中
- public Criteria andRecommendStatusNotIn(List values) {
- addCriterion("recommend_status not in", values, "recommendStatus");
- return (Criteria) this;
- }
-
- // 检查 recommend_status 是否在指定的范围内
- public Criteria andRecommendStatusBetween(Integer value1, Integer value2) {
- addCriterion("recommend_status between", value1, value2, "recommendStatus");
- return (Criteria) this;
- }
-
- // 检查 recommend_status 是否不在指定的范围内
- public Criteria andRecommendStatusNotBetween(Integer value1, Integer value2) {
- addCriterion("recommend_status not between", value1, value2, "recommendStatus");
- return (Criteria) this;
- }
-
- // 检查 create_time 是否为空
- public Criteria andCreateTimeIsNull() {
- addCriterion("create_time is null");
- return (Criteria) this;
- }
-
- // 检查 create_time 是否不为空
- public Criteria andCreateTimeIsNotNull() {
- addCriterion("create_time is not null");
- return (Criteria) this;
- }
-
- // 检查 create_time 是否等于指定值
- public Criteria andCreateTimeEqualTo(Date value) {
- addCriterion("create_time =", value, "createTime");
- return (Criteria) this;
- }
-
- // 检查 create_time 是否不等于指定值
- public Criteria andCreateTimeNotEqualTo(Date value) {
- addCriterion("create_time <>", value, "createTime");
- return (Criteria) this;
- }
-
- // 检查 create_time 是否大于指定值
- public Criteria andCreateTimeGreaterThan(Date value) {
- addCriterion("create_time >", value, "createTime");
- return (Criteria) this;
- }
-
- // 检查 create_time 是否大于或等于指定值
- public Criteria andCreateTimeGreaterThanOrEqualTo(Date value) {
- addCriterion("create_time >=", value, "createTime");
- return (Criteria) this;
- }
-
- // 检查 create_time 是否小于指定值
- public Criteria andCreateTimeLessThan(Date value) {
- addCriterion("create_time <", value, "createTime");
- return (Criteria) this;
- }
-
- // 检查 create_time 是否小于或等于指定值
- public Criteria andCreateTimeLessThanOrEqualTo(Date value) {
- addCriterion("create_time <=", value, "createTime");
- return (Criteria) this;
- }
-
- // 检查 create_time 是否在指定的列表中
- public Criteria andCreateTimeIn(List values) {
- addCriterion("create_time in", values, "createTime");
- return (Criteria) this;
- }
-
- // 检查 create_time 是否不在指定的列表中
- public Criteria andCreateTimeNotIn(List values) {
- addCriterion("create_time not in", values, "createTime");
- return (Criteria) this;
- }
-
- // 检查 create_time 是否在指定的范围内
- public Criteria andCreateTimeBetween(Date value1, Date value2) {
- addCriterion("create_time between", value1, value2, "createTime");
- return (Criteria) this;
- }
-
- // 检查 create_time 是否不在指定的范围内
- public Criteria andCreateTimeNotBetween(Date value1, Date value2) {
- addCriterion("create_time not between", value1, value2, "createTime");
- return (Criteria) this;
- }
-
- // 检查 collect_count 是否为空
- public Criteria andCollectCountIsNull() {
- addCriterion("collect_count is null");
- return (Criteria) this;
- }
-
- // 检查 collect_count 是否不为空
- public Criteria andCollectCountIsNotNull() {
- addCriterion("collect_count is not null");
- return (Criteria) this;
- }
-
- // 检查 collect_count 是否等于指定值
- public Criteria andCollectCountEqualTo(Integer value) {
- addCriterion("collect_count =", value, "collectCount");
- return (Criteria) this;
- }
-
- // 检查 collect_count 是否不等于指定值
- public Criteria andCollectCountNotEqualTo(Integer value) {
- addCriterion("collect_count <>", value, "collectCount");
- return (Criteria) this;
- }
-
- // 检查 collect_count 是否大于指定值
- public Criteria andCollectCountGreaterThan(Integer value) {
- addCriterion("collect_count >", value, "collectCount");
- return (Criteria) this;
- }
-
- // 检查 collect_count 是否大于或等于指定值
- public Criteria andCollectCountGreaterThanOrEqualTo(Integer value) {
- addCriterion("collect_count >=", value, "collectCount");
- return (Criteria) this;
- }
-
- // 检查 collect_count 是否小于指定值
- public Criteria andCollectCountLessThan(Integer value) {
- addCriterion("collect_count <", value, "collectCount");
- return (Criteria) this;
- }
-
- // 检查 collect_count 是否小于或等于指定值
- public Criteria andCollectCountLessThanOrEqualTo(Integer value) {
- addCriterion("collect_count <=", value, "collectCount");
- return (Criteria) this;
- }
-
- // 检查 collect_count 是否在指定的值列表中
- public Criteria andCollectCountIn(List values) {
- addCriterion("collect_count in", values, "collectCount");
- return (Criteria) this;
- }
-
- // 检查 collect_count 是否不在指定的值列表中
- public Criteria andCollectCountNotIn(List values) {
- addCriterion("collect_count not in", values, "collectCount");
- return (Criteria) this;
- }
-
- // 检查 collect_count 是否在指定的范围内
- public Criteria andCollectCountBetween(Integer value1, Integer value2) {
- addCriterion("collect_count between", value1, value2, "collectCount");
- return (Criteria) this;
- }
-
- // 检查 collect_count 是否不在指定的范围内
- public Criteria andCollectCountNotBetween(Integer value1, Integer value2) {
- addCriterion("collect_count not between", value1, value2, "collectCount");
- return (Criteria) this;
- }
-
- // 检查 read_count 是否为空
- public Criteria andReadCountIsNull() {
- addCriterion("read_count is null");
- return (Criteria) this;
- }
-
- // 检查 read_count 是否不为空
- public Criteria andReadCountIsNotNull() {
- addCriterion("read_count is not null");
- return (Criteria) this;
- }
-
- // 检查 read_count 是否等于指定值
- public Criteria andReadCountEqualTo(Integer value) {
- addCriterion("read_count =", value, "readCount");
- return (Criteria) this;
- }
-
- // 检查 read_count 是否不等于指定值
- public Criteria andReadCountNotEqualTo(Integer value) {
- addCriterion("read_count <>", value, "readCount");
- return (Criteria) this;
- }
-
- // 检查 read_count 是否大于指定值
- public Criteria andReadCountGreaterThan(Integer value) {
- addCriterion("read_count >", value, "readCount");
- return (Criteria) this;
- }
-
- // 检查 read_count 是否大于或等于指定值
- public Criteria andReadCountGreaterThanOrEqualTo(Integer value) {
- addCriterion("read_count >=", value, "readCount");
- return (Criteria) this;
- }
-
- // 检查 read_count 是否小于指定值
- public Criteria andReadCountLessThan(Integer value) {
- addCriterion("read_count <", value, "readCount");
- return (Criteria) this;
- }
-
- // 检查 read_count 是否小于或等于指定值
- public Criteria andReadCountLessThanOrEqualTo(Integer value) {
- addCriterion("read_count <=", value, "readCount");
- return (Criteria) this;
- }
-
- // 检查 read_count 是否在指定的值列表中
- public Criteria andReadCountIn(List values) {
- addCriterion("read_count in", values, "readCount");
- return (Criteria) this;
- }
-
- // 检查 read_count 是否不在指定的值列表中
- public Criteria andReadCountNotIn(List values) {
- addCriterion("read_count not in", values, "readCount");
- return (Criteria) this;
- }
-
- // 检查 read_count 是否在指定的范围内
- public Criteria andReadCountBetween(Integer value1, Integer value2) {
- addCriterion("read_count between", value1, value2, "readCount");
- return (Criteria) this;
- }
-
- // 检查 read_count 是否不在指定的范围内
- public Criteria andReadCountNotBetween(Integer value1, Integer value2) {
- addCriterion("read_count not between", value1, value2, "readCount");
- return (Criteria) this;
- }
-
- // 检查 comment_count 是否为空
- public Criteria andCommentCountIsNull() {
- addCriterion("comment_count is null");
- return (Criteria) this;
- }
-
- // 检查 comment_count 是否不为空
- public Criteria andCommentCountIsNotNull() {
- addCriterion("comment_count is not null");
- return (Criteria) this;
- }
-
- // 检查 comment_count 是否等于指定值
- public Criteria andCommentCountEqualTo(Integer value) {
- addCriterion("comment_count =", value, "commentCount");
- return (Criteria) this;
- }
-
- // 检查 comment_count 是否不等于指定值
- public Criteria andCommentCountNotEqualTo(Integer value) {
- addCriterion("comment_count <>", value, "commentCount");
- return (Criteria) this;
- }
-
- // 检查 comment_count 是否大于指定值
- public Criteria andCommentCountGreaterThan(Integer value) {
- addCriterion("comment_count >", value, "commentCount");
- return (Criteria) this;
- }
-
- // 检查 comment_count 是否大于或等于指定值
- public Criteria andCommentCountGreaterThanOrEqualTo(Integer value) {
- addCriterion("comment_count >=", value, "commentCount");
- return (Criteria) this;
- }
-
- // 检查 comment_count 是否小于指定值
- public Criteria andCommentCountLessThan(Integer value) {
- addCriterion("comment_count <", value, "commentCount");
- return (Criteria) this;
- }
-
- // 检查 comment_count 是否小于或等于指定值
- public Criteria andCommentCountLessThanOrEqualTo(Integer value) {
- addCriterion("comment_count <=", value, "commentCount");
- return (Criteria) this;
- }
-
- // 检查 comment_count 是否在指定的值列表中
- public Criteria andCommentCountIn(List values) {
- addCriterion("comment_count in", values, "commentCount");
- return (Criteria) this;
- }
-
- // 检查 comment_count 是否不在指定的值列表中
- public Criteria andCommentCountNotIn(List values) {
- addCriterion("comment_count not in", values, "commentCount");
- return (Criteria) this;
- }
-
- // 检查 comment_count 是否在指定的范围内
- public Criteria andCommentCountBetween(Integer value1, Integer value2) {
- addCriterion("comment_count between", value1, value2, "commentCount");
- return (Criteria) this;
- }
-
- // 检查 comment_count 是否不在指定的范围内
- public Criteria andCommentCountNotBetween(Integer value1, Integer value2) {
- addCriterion("comment_count not between", value1, value2, "commentCount");
- return (Criteria) this;
- }
-
-
- // 检查 album_pics 字段是否为空
- public Criteria andAlbumPicsIsNull() {
- addCriterion("album_pics is null");
- return (Criteria) this;
- }
-
- // 检查 album_pics 字段是否不为空
- public Criteria andAlbumPicsIsNotNull() {
- addCriterion("album_pics is not null");
- return (Criteria) this;
- }
-
- // 检查 album_pics 字段是否等于指定值
- public Criteria andAlbumPicsEqualTo(String value) {
- addCriterion("album_pics =", value, "albumPics");
- return (Criteria) this;
- }
-
- // 检查 album_pics 字段是否不等于指定值
- public Criteria andAlbumPicsNotEqualTo(String value) {
- addCriterion("album_pics <>", value, "albumPics");
- return (Criteria) this;
- }
-
- // 检查 album_pics 字段是否大于指定值
- public Criteria andAlbumPicsGreaterThan(String value) {
- addCriterion("album_pics >", value, "albumPics");
- return (Criteria) this;
- }
-
- // 检查 album_pics 字段是否大于或等于指定值
- public Criteria andAlbumPicsGreaterThanOrEqualTo(String value) {
- addCriterion("album_pics >=", value, "albumPics");
- return (Criteria) this;
- }
-
- // 检查 album_pics 字段是否小于指定值
- public Criteria andAlbumPicsLessThan(String value) {
- addCriterion("album_pics <", value, "albumPics");
- return (Criteria) this;
- }
-
- // 检查 album_pics 字段是否小于或等于指定值
- public Criteria andAlbumPicsLessThanOrEqualTo(String value) {
- addCriterion("album_pics <=", value, "albumPics");
- return (Criteria) this;
- }
-
- // 检查 album_pics 字段是否匹配指定模式(使用 LIKE)
- public Criteria andAlbumPicsLike(String value) {
- addCriterion("album_pics like", value, "albumPics");
- return (Criteria) this;
- }
-
- // 检查 album_pics 字段是否不匹配指定模式(使用 NOT LIKE)
- public Criteria andAlbumPicsNotLike(String value) {
- addCriterion("album_pics not like", value, "albumPics");
- return (Criteria) this;
- }
-
- // 检查 album_pics 字段是否在指定列表中
- public Criteria andAlbumPicsIn(List values) {
- addCriterion("album_pics in", values, "albumPics");
- return (Criteria) this;
- }
-
- // 检查 album_pics 字段是否不在指定列表中
- public Criteria andAlbumPicsNotIn(List values) {
- addCriterion("album_pics not in", values, "albumPics");
- return (Criteria) this;
- }
-
- // 检查 album_pics 字段是否在指定范围内(between)
- public Criteria andAlbumPicsBetween(String value1, String value2) {
- addCriterion("album_pics between", value1, value2, "albumPics");
- return (Criteria) this;
- }
-
- // 检查 album_pics 字段是否不在指定范围内(not between)
- public Criteria andAlbumPicsNotBetween(String value1, String value2) {
- addCriterion("album_pics not between", value1, value2, "albumPics");
- return (Criteria) this;
- }
-
- // 检查 description 字段是否为空
- public Criteria andDescriptionIsNull() {
- addCriterion("description is null");
- return (Criteria) this;
- }
-
- // 检查 description 字段是否不为空
- public Criteria andDescriptionIsNotNull() {
- addCriterion("description is not null");
- return (Criteria) this;
- }
-
- // 检查 description 字段是否等于指定值
- public Criteria andDescriptionEqualTo(String value) {
- addCriterion("description =", value, "description");
- return (Criteria) this;
- }
-
- // 检查 description 字段是否不等于指定值
- public Criteria andDescriptionNotEqualTo(String value) {
- addCriterion("description <>", value, "description");
- return (Criteria) this;
- }
-
- // 检查 description 字段是否大于指定值
- public Criteria andDescriptionGreaterThan(String value) {
- addCriterion("description >", value, "description");
- return (Criteria) this;
- }
-
- // 检查 description 字段是否大于或等于指定值
- public Criteria andDescriptionGreaterThanOrEqualTo(String value) {
- addCriterion("description >=", value, "description");
- return (Criteria) this;
- }
-
- // 检查 description 字段是否小于指定值
- public Criteria andDescriptionLessThan(String value) {
- addCriterion("description <", value, "description");
- return (Criteria) this;
- }
-
- // 检查 description 字段是否小于或等于指定值
- public Criteria andDescriptionLessThanOrEqualTo(String value) {
- addCriterion("description <=", value, "description");
- return (Criteria) this;
- }
-
- // 检查 description 字段是否匹配指定模式(使用 LIKE)
- public Criteria andDescriptionLike(String value) {
- addCriterion("description like", value, "description");
- return (Criteria) this;
- }
-
- // 检查 description 字段是否不匹配指定模式(使用 NOT LIKE)
- public Criteria andDescriptionNotLike(String value) {
- addCriterion("description not like", value, "description");
- return (Criteria) this;
- }
-
- // 检查 description 字段是否在指定列表中
- public Criteria andDescriptionIn(List values) {
- addCriterion("description in", values, "description");
- return (Criteria) this;
- }
-
- // 检查 description 字段是否不在指定列表中
- public Criteria andDescriptionNotIn(List values) {
- addCriterion("description not in", values, "description");
- return (Criteria) this;
- }
-
- // 检查 description 字段是否在指定范围内(between)
- public Criteria andDescriptionBetween(String value1, String value2) {
- addCriterion("description between", value1, value2, "description");
- return (Criteria) this;
- }
-
- // 检查 description 字段是否不在指定范围内(not between)
- public Criteria andDescriptionNotBetween(String value1, String value2) {
- addCriterion("description not between", value1, value2, "description");
- return (Criteria) this;
- }
-
- // 检查 show_status 字段是否为空
- public Criteria andShowStatusIsNull() {
- addCriterion("show_status is null");
- return (Criteria) this;
- }
-
- // 检查 show_status 字段是否不为空
- public Criteria andShowStatusIsNotNull() {
- addCriterion("show_status is not null");
- return (Criteria) this;
- }
-
- // 检查 show_status 字段是否等于指定值
- public Criteria andShowStatusEqualTo(Integer value) {
- addCriterion("show_status =", value, "showStatus");
- return (Criteria) this;
- }
-
- // 检查 show_status 字段是否不等于指定值
- public Criteria andShowStatusNotEqualTo(Integer value) {
- addCriterion("show_status <>", value, "showStatus");
- return (Criteria) this;
- }
-
- // 检查 show_status 字段是否大于指定值
- public Criteria andShowStatusGreaterThan(Integer value) {
- addCriterion("show_status >", value, "showStatus");
- return (Criteria) this;
- }
-
- // 检查 show_status 字段是否大于或等于指定值
- public Criteria andShowStatusGreaterThanOrEqualTo(Integer value) {
- addCriterion("show_status >=", value, "showStatus");
- return (Criteria) this;
- }
-
- // 检查 show_status 字段是否小于指定值
- public Criteria andShowStatusLessThan(Integer value) {
- addCriterion("show_status <", value, "showStatus");
- return (Criteria) this;
- }
-
- // 检查 show_status 字段是否小于或等于指定值
- public Criteria andShowStatusLessThanOrEqualTo(Integer value) {
- addCriterion("show_status <=", value, "showStatus");
- return (Criteria) this;
- }
-
- // 检查 show_status 字段是否在指定列表中
- public Criteria andShowStatusIn(List values) {
- addCriterion("show_status in", values, "showStatus");
- return (Criteria) this;
- }
-
- // 检查 show_status 字段是否不在指定列表中
- public Criteria andShowStatusNotIn(List values) {
- addCriterion("show_status not in", values, "showStatus");
- return (Criteria) this;
- }
-
-
- // 检查 show_status 是否在指定的范围内
- public Criteria andShowStatusBetween(Integer value1, Integer value2) {
- addCriterion("show_status between", value1, value2, "showStatus");
- return (Criteria) this;
- }
-
- // 检查 show_status 是否不在指定的范围内
- public Criteria andShowStatusNotBetween(Integer value1, Integer value2) {
- addCriterion("show_status not between", value1, value2, "showStatus");
- return (Criteria) this;
- }
-
- // 检查 forward_count 是否为空
- public Criteria andForwardCountIsNull() {
- addCriterion("forward_count is null");
- return (Criteria) this;
- }
-
- // 检查 forward_count 是否不为空
- public Criteria andForwardCountIsNotNull() {
- addCriterion("forward_count is not null");
- return (Criteria) this;
- }
-
- // 检查 forward_count 是否等于指定值
- public Criteria andForwardCountEqualTo(Integer value) {
- addCriterion("forward_count =", value, "forwardCount");
- return (Criteria) this;
- }
-
- // 检查 forward_count 是否不等于指定值
- public Criteria andForwardCountNotEqualTo(Integer value) {
- addCriterion("forward_count <>", value, "forwardCount");
- return (Criteria) this;
- }
-
- // 检查 forward_count 是否大于指定值
- public Criteria andForwardCountGreaterThan(Integer value) {
- addCriterion("forward_count >", value, "forwardCount");
- return (Criteria) this;
- }
-
- // 检查 forward_count 是否大于或等于指定值
- public Criteria andForwardCountGreaterThanOrEqualTo(Integer value) {
- addCriterion("forward_count >=", value, "forwardCount");
- return (Criteria) this;
- }
-
- // 检查 forward_count 是否小于指定值
- public Criteria andForwardCountLessThan(Integer value) {
- addCriterion("forward_count <", value, "forwardCount");
- return (Criteria) this;
- }
-
- // 检查 forward_count 是否小于或等于指定值
- public Criteria andForwardCountLessThanOrEqualTo(Integer value) {
- addCriterion("forward_count <=", value, "forwardCount");
- return (Criteria) this;
- }
-
- // 检查 forward_count 是否在指定的列表中
- public Criteria andForwardCountIn(List values) {
- addCriterion("forward_count in", values, "forwardCount");
- return (Criteria) this;
- }
-
- // 检查 forward_count 是否不在指定的列表中
- public Criteria andForwardCountNotIn(List values) {
- addCriterion("forward_count not in", values, "forwardCount");
- return (Criteria) this;
- }
-
- // 检查 forward_count 是否在指定的范围内
- public Criteria andForwardCountBetween(Integer value1, Integer value2) {
- addCriterion("forward_count between", value1, value2, "forwardCount");
- return (Criteria) this;
- }
-
- // 检查 forward_count 是否不在指定的范围内
- public Criteria andForwardCountNotBetween(Integer value1, Integer value2) {
- addCriterion("forward_count not between", value1, value2, "forwardCount");
- return (Criteria) this;
- }
-
- // 检查 category_name 是否为空
- public Criteria andCategoryNameIsNull() {
- addCriterion("category_name is null");
- return (Criteria) this;
- }
-
- // 检查 category_name 是否不为空
- public Criteria andCategoryNameIsNotNull() {
- addCriterion("category_name is not null");
- return (Criteria) this;
- }
-
- // 检查 category_name 是否等于指定值
- public Criteria andCategoryNameEqualTo(String value) {
- addCriterion("category_name =", value, "categoryName");
- return (Criteria) this;
- }
-
- // 检查 category_name 是否不等于指定值
- public Criteria andCategoryNameNotEqualTo(String value) {
- addCriterion("category_name <>", value, "categoryName");
- return (Criteria) this;
- }
-
- // 检查 category_name 是否大于指定值
- public Criteria andCategoryNameGreaterThan(String value) {
- addCriterion("category_name >", value, "categoryName");
- return (Criteria) this;
- }
-
- // 检查 category_name 是否大于或等于指定值
- public Criteria andCategoryNameGreaterThanOrEqualTo(String value) {
- addCriterion("category_name >=", value, "categoryName");
- return (Criteria) this;
- }
-
- // 检查 category_name 是否小于指定值
- public Criteria andCategoryNameLessThan(String value) {
- addCriterion("category_name <", value, "categoryName");
- return (Criteria) this;
- }
-
- // 检查 category_name 是否小于或等于指定值
- public Criteria andCategoryNameLessThanOrEqualTo(String value) {
- addCriterion("category_name <=", value, "categoryName");
- return (Criteria) this;
- }
-
- // 检查 category_name 是否匹配指定模式(使用 LIKE)
- public Criteria andCategoryNameLike(String value) {
- addCriterion("category_name like", value, "categoryName");
- return (Criteria) this;
- }
-
- // 检查 category_name 是否不匹配指定模式(使用 NOT LIKE)
- public Criteria andCategoryNameNotLike(String value) {
- addCriterion("category_name not like", value, "categoryName");
- return (Criteria) this;
- }
-
- // 检查 category_name 是否在指定的列表中
- public Criteria andCategoryNameIn(List values) {
- addCriterion("category_name in", values, "categoryName");
- return (Criteria) this;
- }
-
- // 检查 category_name 是否不在指定的列表中
- public Criteria andCategoryNameNotIn(List values) {
- addCriterion("category_name not in", values, "categoryName");
- return (Criteria) this;
- }
-
- // 检查 category_name 是否在指定的范围内
- public Criteria andCategoryNameBetween(String value1, String value2) {
- addCriterion("category_name between", value1, value2, "categoryName");
- return (Criteria) this;
- }
-
- // 检查 category_name 是否不在指定的范围内
- public Criteria andCategoryNameNotBetween(String value1, String value2) {
- addCriterion("category_name not between", value1, value2, "categoryName");
- return (Criteria) this;
- }
-
- }
-
- public static class Criteria extends GeneratedCriteria {
- // 构造函数,初始化Criteria对象
- protected Criteria() {
- super();
- }
- }
-
- public static class Criterion {
- private String condition; // 条件表达式
- private Object value; // 条件值
- private Object secondValue; // 第二个条件值(用于between查询)
- private boolean noValue; // 是否没有值
- private boolean singleValue; // 是否为单一值
- private boolean betweenValue; // 是否为区间值
- private boolean listValue; // 是否为列表值
- private String typeHandler; // 类型处理器
-
- // 获取条件表达式
- public String getCondition() {
- return condition;
- }
-
- // 获取条件值
- public Object getValue() {
- return value;
- }
-
- // 获取第二个条件值
- public Object getSecondValue() {
- return secondValue;
- }
-
- // 判断是否没有值
- public boolean isNoValue() {
- return noValue;
- }
-
- // 判断是否为单一值
- public boolean isSingleValue() {
- return singleValue;
- }
-
- // 判断是否为区间值
- public boolean isBetweenValue() {
- return betweenValue;
- }
-
- // 判断是否为列表值
- public boolean isListValue() {
- return listValue;
- }
-
- // 获取类型处理器
- public String getTypeHandler() {
- return typeHandler;
- }
-
- // 构造函数,仅包含条件表达式
- protected Criterion(String condition) {
- super();
- this.condition = condition;
- this.typeHandler = null;
- this.noValue = true;
- }
-
- // 构造函数,包含条件表达式、值和类型处理器
- protected Criterion(String condition, Object value, String typeHandler) {
- super();
- this.condition = condition;
- this.value = value;
- this.typeHandler = typeHandler;
- if (value instanceof List>) {
- this.listValue = true; // 如果值是列表,则设置listValue为true
- } else {
- this.singleValue = true; // 否则设置为单一值
- }
- }
-
- // 构造函数,包含条件表达式和值
- protected Criterion(String condition, Object value) {
- this(condition, value, null); // 调用另一个构造函数,并传递null作为类型处理器
- }
-
- // 构造函数,包含条件表达式、两个值和类型处理器
- protected Criterion(String condition, Object value, Object secondValue, String typeHandler) {
- super();
- this.condition = condition;
- this.value = value;
- this.secondValue = secondValue;
- this.typeHandler = typeHandler;
- this.betweenValue = true; // 设置为区间值
- }
-
- // 构造函数,包含条件表达式、两个值
- protected Criterion(String condition, Object value, Object secondValue) {
- this(condition, value, secondValue, null); // 调用另一个构造函数,并传递null作为类型处理器
- }
- }
-
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/model/CmsSubjectProductRelation.java b/mall-mbg/src/main/java/com/macro/mall/model/CmsSubjectProductRelation.java
deleted file mode 100644
index 00065af..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/model/CmsSubjectProductRelation.java
+++ /dev/null
@@ -1,72 +0,0 @@
-package com.macro.mall.model;
-
-import io.swagger.annotations.ApiModelProperty;
-import java.io.Serializable;
-
-public class CmsSubjectProductRelation implements Serializable {
- private Long id;
-
- private Long subjectId;
-
- private Long productId;
-
- private static final long serialVersionUID = 1L;
-
- public Long getId() {
- return id;
- }
-
- public void setId(Long id) {
- this.id = id;
- }
-
- public Long getSubjectId() {
- return subjectId;
- }
-
- public void setSubjectId(Long subjectId) {
- this.subjectId = subjectId;
- }
-
- public Long getProductId() {
- return productId;
- }
-
- public void setProductId(Long productId) {
- this.productId = productId;
- }
-
- @Override
- public String toString() {
- // 创建一个StringBuilder对象,用于构建字符串
- StringBuilder sb = new StringBuilder();
-
- // 获取当前类的简单名称并追加到StringBuilder中
- sb.append(getClass().getSimpleName());
-
- // 追加一个左方括号
- sb.append(" [");
-
- // 追加当前对象的哈希码
- sb.append("Hash = ").append(hashCode());
-
- // 追加id字段的值
- sb.append(", id=").append(id);
-
- // 追加subjectId字段的值
- sb.append(", subjectId=").append(subjectId);
-
- // 追加productId字段的值
- sb.append(", productId=").append(productId);
-
- // 追加serialVersionUID字段的值
- sb.append(", serialVersionUID=").append(serialVersionUID);
-
- // 追加右方括号
- sb.append("]");
-
- // 将StringBuilder转换为字符串并返回
- return sb.toString();
- }
-
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/model/CmsSubjectProductRelationExample.java b/mall-mbg/src/main/java/com/macro/mall/model/CmsSubjectProductRelationExample.java
deleted file mode 100644
index 18654d5..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/model/CmsSubjectProductRelationExample.java
+++ /dev/null
@@ -1,424 +0,0 @@
-package com.macro.mall.model;
-
-import java.util.ArrayList;
-import java.util.List;
-
-public class CmsSubjectProductRelationExample {
- // 定义排序子句
- protected String orderByClause;
-
- // 是否使用 DISTINCT 关键字
- protected boolean distinct;
-
- // 存储查询条件的列表
- protected List oredCriteria;
-
- // 构造函数,初始化查询条件列表
- public CmsSubjectProductRelationExample() {
- oredCriteria = new ArrayList<>();
- }
-
- // 设置排序子句
- public void setOrderByClause(String orderByClause) {
- this.orderByClause = orderByClause;
- }
-
- // 获取排序子句
- public String getOrderByClause() {
- return orderByClause;
- }
-
- // 设置是否使用 DISTINCT 关键字
- public void setDistinct(boolean distinct) {
- this.distinct = distinct;
- }
-
- // 判断是否使用 DISTINCT 关键字
- public boolean isDistinct() {
- return distinct;
- }
-
- // 获取查询条件列表
- public List getOredCriteria() {
- return oredCriteria;
- }
-
- // 添加一个查询条件到列表中
- public void or(Criteria criteria) {
- oredCriteria.add(criteria);
- }
-
- // 创建一个新的 Criteria 对象并添加到查询条件列表中
- public Criteria or() {
- Criteria criteria = createCriteriaInternal();
- oredCriteria.add(criteria);
- return criteria;
- }
-
- // 创建一个 Criteria 对象,如果查询条件列表为空则添加到列表中
- public Criteria createCriteria() {
- Criteria criteria = createCriteriaInternal();
- if (oredCriteria.size() == 0) {
- oredCriteria.add(criteria);
- }
- return criteria;
- }
-
- // 内部方法,用于创建一个新的 Criteria 对象
- protected Criteria createCriteriaInternal() {
- Criteria criteria = new Criteria();
- return criteria;
- }
-
- // 清除所有查询条件和排序子句,重置状态
- public void clear() {
- oredCriteria.clear();
- orderByClause = null;
- distinct = false;
- }
-
-
- protected abstract static class GeneratedCriteria {
- // 定义一个列表来存储所有的查询条件
- protected List criteria;
-
- // 构造函数,初始化criteria列表
- protected GeneratedCriteria() {
- super();
- criteria = new ArrayList<>();
- }
-
- // 检查是否有任何查询条件
- public boolean isValid() {
- return criteria.size() > 0;
- }
-
- // 获取所有查询条件
- public List getAllCriteria() {
- return criteria;
- }
-
- // 获取查询条件的副本
- public List getCriteria() {
- return criteria;
- }
-
- // 添加一个简单的查询条件(没有值)
- protected void addCriterion(String condition) {
- if (condition == null) {
- throw new RuntimeException("Value for condition cannot be null");
- }
- criteria.add(new Criterion(condition));
- }
-
- // 添加一个带值的查询条件
- protected void addCriterion(String condition, Object value, String property) {
- if (value == null) {
- throw new RuntimeException("Value for " + property + " cannot be null");
- }
- criteria.add(new Criterion(condition, value));
- }
-
- // 添加一个范围查询条件(两个值)
- protected void addCriterion(String condition, Object value1, Object value2, String property) {
- if (value1 == null || value2 == null) {
- throw new RuntimeException("Between values for " + property + " cannot be null");
- }
- criteria.add(new Criterion(condition, value1, value2));
- }
-
- // 以下方法用于生成具体的查询条件,例如id是否为空、id等于某个值等
- public Criteria andIdIsNull() {
- addCriterion("id is null");
- return (Criteria) this;
- }
-
- public Criteria andIdIsNotNull() {
- addCriterion("id is not null");
- return (Criteria) this;
- }
-
- public Criteria andIdEqualTo(Long value) {
- addCriterion("id =", value, "id");
- return (Criteria) this;
- }
-
- public Criteria andIdNotEqualTo(Long value) {
- addCriterion("id <>", value, "id");
- return (Criteria) this;
- }
-
- public Criteria andIdGreaterThan(Long value) {
- addCriterion("id >", value, "id");
- return (Criteria) this;
- }
-
- public Criteria andIdGreaterThanOrEqualTo(Long value) {
- addCriterion("id >=", value, "id");
- return (Criteria) this;
- }
-
- public Criteria andIdLessThan(Long value) {
- addCriterion("id <", value, "id");
- return (Criteria) this;
- }
-
- public Criteria andIdLessThanOrEqualTo(Long value) {
- addCriterion("id <=", value, "id");
- return (Criteria) this;
- }
-
- public Criteria andIdIn(List values) {
- addCriterion("id in", values, "id");
- return (Criteria) this;
- }
-
- public Criteria andIdNotIn(List values) {
- addCriterion("id not in", values, "id");
- return (Criteria) this;
- }
-
- public Criteria andIdBetween(Long value1, Long value2) {
- addCriterion("id between", value1, value2, "id");
- return (Criteria) this;
- }
-
- public Criteria andIdNotBetween(Long value1, Long value2) {
- addCriterion("id not between", value1, value2, "id");
- return (Criteria) this;
- }
-
- // 以下方法用于生成subject_id相关的查询条件
- public Criteria andSubjectIdIsNull() {
- addCriterion("subject_id is null");
- return (Criteria) this;
- }
-
- public Criteria andSubjectIdIsNotNull() {
- addCriterion("subject_id is not null");
- return (Criteria) this;
- }
-
- public Criteria andSubjectIdEqualTo(Long value) {
- addCriterion("subject_id =", value, "subjectId");
- return (Criteria) this;
- }
-
- public Criteria andSubjectIdNotEqualTo(Long value) {
- addCriterion("subject_id <>", value, "subjectId");
- return (Criteria) this;
- }
-
- public Criteria andSubjectIdGreaterThan(Long value) {
- addCriterion("subject_id >", value, "subjectId");
- return (Criteria) this;
- }
-
- public Criteria andSubjectIdGreaterThanOrEqualTo(Long value) {
- addCriterion("subject_id >=", value, "subjectId");
- return (Criteria) this;
- }
-
- public Criteria andSubjectIdLessThan(Long value) {
- addCriterion("subject_id <", value, "subjectId");
- return (Criteria) this;
- }
-
- public Criteria andSubjectIdLessThanOrEqualTo(Long value) {
- addCriterion("subject_id <=", value, "subjectId");
- return (Criteria) this;
- }
-
- public Criteria andSubjectIdIn(List values) {
- addCriterion("subject_id in", values, "subjectId");
- return (Criteria) this;
- }
-
- public Criteria andSubjectIdNotIn(List values) {
- addCriterion("subject_id not in", values, "subjectId");
- return (Criteria) this;
- }
-
- public Criteria andSubjectIdBetween(Long value1, Long value2) {
- addCriterion("subject_id between", value1, value2, "subjectId");
- return (Criteria) this;
- }
-
- public Criteria andSubjectIdNotBetween(Long value1, Long value2) {
- addCriterion("subject_id not between", value1, value2, "subjectId");
- return (Criteria) this;
- }
-
- // 以下方法用于生成product_id相关的查询条件
- public Criteria andProductIdIsNull() {
- addCriterion("product_id is null");
- return (Criteria) this;
- }
-
- public Criteria andProductIdIsNotNull() {
- addCriterion("product_id is not null");
- return (Criteria) this;
- }
-
- public Criteria andProductIdEqualTo(Long value) {
- addCriterion("product_id =", value, "productId");
- return (Criteria) this;
- }
-
-
- // 检查 product_id 是否不等于指定的值
- public Criteria andProductIdNotEqualTo(Long value) {
- addCriterion("product_id <>", value, "productId");
- return (Criteria) this;
- }
-
- // 检查 product_id 是否大于指定的值
- public Criteria andProductIdGreaterThan(Long value) {
- addCriterion("product_id >", value, "productId");
- return (Criteria) this;
- }
-
- // 检查 product_id 是否大于或等于指定的值
- public Criteria andProductIdGreaterThanOrEqualTo(Long value) {
- addCriterion("product_id >=", value, "productId");
- return (Criteria) this;
- }
-
- // 检查 product_id 是否小于指定的值
- public Criteria andProductIdLessThan(Long value) {
- addCriterion("product_id <", value, "productId");
- return (Criteria) this;
- }
-
- // 检查 product_id 是否小于或等于指定的值
- public Criteria andProductIdLessThanOrEqualTo(Long value) {
- addCriterion("product_id <=", value, "productId");
- return (Criteria) this;
- }
-
- // 检查 product_id 是否在指定的值列表中
- public Criteria andProductIdIn(List values) {
- addCriterion("product_id in", values, "productId");
- return (Criteria) this;
- }
-
- // 检查 product_id 是否不在指定的值列表中
- public Criteria andProductIdNotIn(List values) {
- addCriterion("product_id not in", values, "productId");
- return (Criteria) this;
- }
-
- // 检查 product_id 是否在指定的两个值之间(包含边界)
- public Criteria andProductIdBetween(Long value1, Long value2) {
- addCriterion("product_id between", value1, value2, "productId");
- return (Criteria) this;
- }
-
- // 检查 product_id 是否不在指定的两个值之间(不包含边界)
- public Criteria andProductIdNotBetween(Long value1, Long value2) {
- addCriterion("product_id not between", value1, value2, "productId");
- return (Criteria) this;
- }
-
- }
-
- public static class Criteria extends GeneratedCriteria {
- // 默认构造函数,调用父类的构造函数
- protected Criteria() {
- super();
- }
- }
-
- public static class Criterion {
- private String condition; // 查询条件
- private Object value; // 查询条件的值
- private Object secondValue; // 第二个值,用于between查询
- private boolean noValue; // 是否没有值
- private boolean singleValue; // 是否是单一值
- private boolean betweenValue; // 是否是区间值
- private boolean listValue; // 是否是列表值
- private String typeHandler; // 类型处理器
-
- // 获取查询条件
- public String getCondition() {
- return condition;
- }
-
- // 获取查询条件的值
- public Object getValue() {
- return value;
- }
-
- // 获取第二个值
- public Object getSecondValue() {
- return secondValue;
- }
-
- // 判断是否没有值
- public boolean isNoValue() {
- return noValue;
- }
-
- // 判断是否是单一值
- public boolean isSingleValue() {
- return singleValue;
- }
-
- // 判断是否是区间值
- public boolean isBetweenValue() {
- return betweenValue;
- }
-
- // 判断是否是列表值
- public boolean isListValue() {
- return listValue;
- }
-
- // 获取类型处理器
- public String getTypeHandler() {
- return typeHandler;
- }
-
- // 构造函数,仅包含条件
- protected Criterion(String condition) {
- super(); // 调用父类的构造函数
- this.condition = condition; // 设置条件
- this.typeHandler = null; // 初始化类型处理器为空
- this.noValue = true; // 标记没有值
- }
-
- // 构造函数,包含条件和值(带类型处理器)
- protected Criterion(String condition, Object value, String typeHandler) {
- super(); // 调用父类的构造函数
- this.condition = condition; // 设置条件
- this.value = value; // 设置值
- this.typeHandler = typeHandler; // 设置类型处理器
- if (value instanceof List>) { // 如果值是列表类型
- this.listValue = true; // 标记为列表值
- } else {
- this.singleValue = true; // 否则标记为单一值
- }
- }
-
- // 构造函数,包含条件和值(无类型处理器)
- protected Criterion(String condition, Object value) {
- this(condition, value, null); // 调用另一个构造函数,并传递 null 作为类型处理器
- }
-
- // 构造函数,包含条件、值和第二个值(带类型处理器)
- protected Criterion(String condition, Object value, Object secondValue, String typeHandler) {
- super(); // 调用父类的构造函数
- this.condition = condition; // 设置条件
- this.value = value; // 设置第一个值
- this.secondValue = secondValue; // 设置第二个值
- this.typeHandler = typeHandler; // 设置类型处理器
- this.betweenValue = true; // 标记为区间值
- }
-
- // 构造函数,包含条件、值和第二个值(无类型处理器)
- protected Criterion(String condition, Object value, Object secondValue) {
- this(condition, value, secondValue, null); // 调用另一个构造函数,并传递 null 作为类型处理器
- }
- }
-
-}
\ No newline at end of file
diff --git a/mall-mbg/src/main/java/com/macro/mall/model/CmsTopic.java b/mall-mbg/src/main/java/com/macro/mall/model/CmsTopic.java
deleted file mode 100644
index 2bb8e23..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/model/CmsTopic.java
+++ /dev/null
@@ -1,161 +0,0 @@
-package com.macro.mall.model;
-
-import io.swagger.annotations.ApiModelProperty;
-import java.io.Serializable;
-import java.util.Date;
-
-/**
- * 话题模型类,用于表示一个话题的详细信息。
- */
-public class CmsTopic implements Serializable {
- private Long id; // 话题的唯一标识符
-
- private Long categoryId; // 话题所属分类的ID
-
- private String name; // 话题的名称
-
- private Date createTime; // 话题的创建时间
-
- private Date startTime; // 话题的开始时间
-
- private Date endTime; // 话题的结束时间
-
- @ApiModelProperty(value = "参与人数")
- private Integer attendCount; // 参与该话题的人数
-
- @ApiModelProperty(value = "关注人数")
- private Integer attentionCount; // 关注该话题的人数
-
- private Integer readCount; // 阅读该话题的次数
-
- @ApiModelProperty(value = "奖品名称")
- private String awardName; // 与该话题相关的奖品名称
-
- @ApiModelProperty(value = "参与方式")
- private String attendType; // 参与该话题的方式
-
- @ApiModelProperty(value = "话题内容")
- private String content; // 话题的具体内容
-
- private static final long serialVersionUID = 1L; // 序列化版本号
-
- // Getter和Setter方法
- public Long getId() {
- return id;
- }
-
- public void setId(Long id) {
- this.id = id;
- }
-
- public Long getCategoryId() {
- return categoryId;
- }
-
- public void setCategoryId(Long categoryId) {
- this.categoryId = categoryId;
- }
-
- public String getName() {
- return name;
- }
-
- public void setName(String name) {
- this.name = name;
- }
-
- public Date getCreateTime() {
- return createTime;
- }
-
- public void setCreateTime(Date createTime) {
- this.createTime = createTime;
- }
-
- public Date getStartTime() {
- return startTime;
- }
-
- public void setStartTime(Date startTime) {
- this.startTime = startTime;
- }
-
- public Date getEndTime() {
- return endTime;
- }
-
- public void setEndTime(Date endTime) {
- this.endTime = endTime;
- }
-
- public Integer getAttendCount() {
- return attendCount;
- }
-
- public void setAttendCount(Integer attendCount) {
- this.attendCount = attendCount;
- }
-
- public Integer getAttentionCount() {
- return attentionCount;
- }
-
- public void setAttentionCount(Integer attentionCount) {
- this.attentionCount = attentionCount;
- }
-
- public Integer getReadCount() {
- return readCount;
- }
-
- public void setReadCount(Integer readCount) {
- this.readCount = readCount;
- }
-
- public String getAwardName() {
- return awardName;
- }
-
- public void setAwardName(String awardName) {
- this.awardName = awardName;
- }
-
- public String getAttendType() {
- return attendType;
- }
-
- public void setAttendType(String attendType) {
- this.attendType = attendType;
- }
-
- public String getContent() {
- return content;
- }
-
- public void setContent(String content) {
- this.content = content;
- }
-
- @Override
- public String toString() {
- StringBuilder sb = new StringBuilder();
- sb.append(getClass().getSimpleName());
- sb.append(" [");
- sb.append("Hash = ").append(hashCode());
- sb.append(", id=").append(id);
- sb.append(", categoryId=").append(categoryId);
- sb.append(", name=").append(name);
- sb.append(", createTime=").append(createTime);
- sb.append(", startTime=").append(startTime);
- sb.append(", endTime=").append(endTime);
- sb.append(", attendCount=").append(attendCount);
- sb.append(", attentionCount=").append(attentionCount);
- sb.append(", readCount=").append(readCount);
- sb.append(", awardName=").append(awardName);
- sb.append(", attendType=").append(attendType);
- sb.append(", content=").append(content);
- sb.append(", serialVersionUID=").append(serialVersionUID);
- sb.append("]");
- return sb.toString();
- }
-}
diff --git a/mall-mbg/src/main/java/com/macro/mall/model/CmsTopicCategory.java b/mall-mbg/src/main/java/com/macro/mall/model/CmsTopicCategory.java
deleted file mode 100644
index 496290e..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/model/CmsTopicCategory.java
+++ /dev/null
@@ -1,91 +0,0 @@
-package com.macro.mall.model;
-
-import io.swagger.annotations.ApiModelProperty;
-import java.io.Serializable;
-
-/**
- * CmsTopicCategory 类表示专题分类的实体。
- */
-public class CmsTopicCategory implements Serializable {
- private Long id; // 分类的唯一标识符
-
- private String name; // 分类的名称
-
- @ApiModelProperty(value = "分类图标")
- private String icon; // 分类的图标URL
-
- @ApiModelProperty(value = "专题数量")
- private Integer subjectCount; // 该分类下的专题数量
-
- private Integer showStatus; // 显示状态(0:不显示,1:显示)
-
- private Integer sort; // 排序字段
-
- private static final long serialVersionUID = 1L; // 序列化版本号
-
- // Getter和Setter方法
- public Long getId() {
- return id;
- }
-
- public void setId(Long id) {
- this.id = id;
- }
-
- public String getName() {
- return name;
- }
-
- public void setName(String name) {
- this.name = name;
- }
-
- public String getIcon() {
- return icon;
- }
-
- public void setIcon(String icon) {
- this.icon = icon;
- }
-
- public Integer getSubjectCount() {
- return subjectCount;
- }
-
- public void setSubjectCount(Integer subjectCount) {
- this.subjectCount = subjectCount;
- }
-
- public Integer getShowStatus() {
- return showStatus;
- }
-
- public void setShowStatus(Integer showStatus) {
- this.showStatus = showStatus;
- }
-
- public Integer getSort() {
- return sort;
- }
-
- public void setSort(Integer sort) {
- this.sort = sort;
- }
-
- @Override
- public String toString() {
- StringBuilder sb = new StringBuilder();
- sb.append(getClass().getSimpleName());
- sb.append(" [");
- sb.append("Hash = ").append(hashCode());
- sb.append(", id=").append(id);
- sb.append(", name=").append(name);
- sb.append(", icon=").append(icon);
- sb.append(", subjectCount=").append(subjectCount);
- sb.append(", showStatus=").append(showStatus);
- sb.append(", sort=").append(sort);
- sb.append(", serialVersionUID=").append(serialVersionUID);
- sb.append("]");
- return sb.toString();
- }
-}
diff --git a/mall-mbg/src/main/java/com/macro/mall/model/CmsTopicCategoryExample.java b/mall-mbg/src/main/java/com/macro/mall/model/CmsTopicCategoryExample.java
deleted file mode 100644
index 4f017ca..0000000
--- a/mall-mbg/src/main/java/com/macro/mall/model/CmsTopicCategoryExample.java
+++ /dev/null
@@ -1,664 +0,0 @@
-package com.macro.mall.model;
-
-import java.util.ArrayList;
-import java.util.List;
-
-public class CmsTopicCategoryExample {
- // 定义一个用于排序的子句
- protected String orderByClause;
-
- // 定义一个布尔值,用于指示查询结果是否去重
- protected boolean distinct;
-
- // 定义一个列表,用于存储查询条件(Criteria)
- protected List oredCriteria;
-
- // 构造函数,初始化oredCriteria为一个新的ArrayList
- public CmsTopicCategoryExample() {
- oredCriteria = new ArrayList<>();
- }
-
- // 设置排序子句的方法
- public void setOrderByClause(String orderByClause) {
- this.orderByClause = orderByClause;
- }
-
- // 获取排序子句的方法
- public String getOrderByClause() {
- return orderByClause;
- }
-
- // 设置是否去重的方法
- public void setDistinct(boolean distinct) {
- this.distinct = distinct;
- }
-
- // 获取是否去重的方法
- public boolean isDistinct() {
- return distinct;
- }
-
- // 获取查询条件列表的方法
- public List getOredCriteria() {
- return oredCriteria;
- }
-
- // 添加一个查询条件到oredCriteria列表中的方法
- public void or(Criteria criteria) {
- oredCriteria.add(criteria);
- }
-
- // 创建一个新的Criteria对象并添加到oredCriteria列表中的方法
- public Criteria or() {
- Criteria criteria = createCriteriaInternal();
- oredCriteria.add(criteria);
- return criteria;
- }
-
- // 创建一个Criteria对象,如果oredCriteria列表为空则将其添加到列表中的方法
- public Criteria createCriteria() {
- Criteria criteria = createCriteriaInternal();
- if (oredCriteria.size() == 0) {
- oredCriteria.add(criteria);
- }
- return criteria;
- }
-
- // 内部方法,用于创建一个新的Criteria对象
- protected Criteria createCriteriaInternal() {
- Criteria criteria = new Criteria();
- return criteria;
- }
-
- // 清除所有查询条件和排序子句,并将distinct设置为false的方法
- public void clear() {
- oredCriteria.clear();
- orderByClause = null;
- distinct = false;
- }
-
-
- protected abstract static class GeneratedCriteria {
- // 定义一个列表来存储所有的查询条件
- protected List criteria;
-
- // 构造函数,初始化criteria列表
- protected GeneratedCriteria() {
- super();
- criteria = new ArrayList<>();
- }
-
- // 判断是否有有效的查询条件
- public boolean isValid() {
- return criteria.size() > 0;
- }
-
- // 获取所有查询条件
- public List