iamberry-wechat-service-mybatis.xml 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE configuration PUBLIC "-//mybatis.org//DTD Config 3.0//EN" "http://mybatis.org/dtd/mybatis-3-config.dtd">
  3. <configuration>
  4. <!-- 设置 -->
  5. <settings>
  6. <!--关闭懒加载-->
  7. <setting name="lazyLoadingEnabled" value="false" />
  8. <!-- 日志使用log4j -->
  9. <setting name="logImpl" value="LOG4J"/>
  10. <!-- 开启驼峰命名转换 map_entity to mapEntity -->
  11. <setting name="mapUnderscoreToCamelCase" value="true" />
  12. <!-- 使用jdbc的getGeneratedKeys获取数据库自增主键 -->
  13. <setting name="useGeneratedKeys" value="true" />
  14. <!-- 开启别列名转换 : select name as title form table -->
  15. <setting name="useColumnLabel" value="true" />
  16. </settings>
  17. <!-- 别名设置 -->
  18. <typeAliases>
  19. <typeAlias type="com.iamberry.wechat.core.entity.admin.AdminChildHavePermission" alias="AdminChildHavePermission"/>
  20. <typeAlias type="com.iamberry.wechat.core.entity.admin.AdminChildInfo" alias="AdminChildInfo"/>
  21. <typeAlias type="com.iamberry.wechat.core.entity.admin.AdminChildPermissionErmissions" alias="AdminChildPermissionErmissions"/>
  22. <typeAlias type="com.iamberry.wechat.core.entity.admin.AdminChildPermissions" alias="AdminChildPermissions"/>
  23. <typeAlias type="com.iamberry.wechat.core.entity.admin.AdminInfo" alias="AdminInfo"/>
  24. <typeAlias type="com.iamberry.wechat.core.entity.admin.AdminLog" alias="AdminLog"/>
  25. <typeAlias type="com.iamberry.wechat.core.entity.admin.AdminLoginDTO" alias="AdminLoginDTO"/>
  26. <typeAlias type="com.iamberry.wechat.core.entity.admin.ShopSystemRule" alias="ShopSystemRule"/>
  27. <typeAlias type="com.iamberry.wechat.core.entity.agent.AgentMemberDto" alias="AgentMemberDto"/>
  28. <typeAlias type="com.iamberry.wechat.core.entity.agent.AgentOrderDto" alias="AgentOrderDto"/>
  29. <typeAlias type="com.iamberry.wechat.core.entity.agent.OrderStatusDto" alias="OrderStatusDto"/>
  30. <typeAlias type="com.iamberry.wechat.core.entity.banner.ActionBanner" alias="ActionBanner"/>
  31. <typeAlias type="com.iamberry.wechat.core.entity.banner.ActionBannerImage" alias="ActionBannerImage"/>
  32. <typeAlias type="com.iamberry.wechat.core.entity.banner.BannerDTO" alias="BannerDTO"/>
  33. <typeAlias type="com.iamberry.wechat.core.entity.banner.JSONDTO" alias="JSONDTO"/>
  34. <typeAlias type="com.iamberry.wechat.core.entity.banner.MessageDTO" alias="MessageDTO"/>
  35. <typeAlias type="com.iamberry.wechat.core.entity.bindingApp.BindingMac" alias="BindingMac"/>
  36. <typeAlias type="com.iamberry.wechat.core.entity.bindingApp.BindingMacInfo" alias="BindingMacInfo"/>
  37. <typeAlias type="com.iamberry.wechat.core.entity.cart.CartDto" alias="CartDto"/>
  38. <typeAlias type="com.iamberry.wechat.core.entity.cart.OrderPayDto" alias="OrderPayDto"/>
  39. <typeAlias type="com.iamberry.wechat.core.entity.cart.SendPayDto" alias="SendPayDto"/>
  40. <typeAlias type="com.iamberry.wechat.core.entity.cart.ShopOrderAndItemDto" alias="ShopOrderAndItemDto"/>
  41. <typeAlias type="com.iamberry.wechat.core.entity.cart.ShopOrderItemDto" alias="ShopOrderItemDto"/>
  42. <typeAlias type="com.iamberry.wechat.core.entity.cart.ShopSalesOrderDto" alias="ShopSalesOrderDto"/>
  43. <typeAlias type="com.iamberry.wechat.core.entity.cart.TempOrderDto" alias="TempOrderDto"/>
  44. <typeAlias type="com.iamberry.wechat.core.entity.coupon.CouponItem" alias="CouponItem"/>
  45. <typeAlias type="com.iamberry.wechat.core.entity.coupon.CouponItemDto" alias="CouponItemDto"/>
  46. <typeAlias type="com.iamberry.wechat.core.entity.coupon.AdminCouponItemDto" alias="AdminCouponItemDto"/>
  47. <typeAlias type="com.iamberry.wechat.core.entity.coupon.CouponType" alias="CouponType"/>
  48. <typeAlias type="com.iamberry.wechat.core.entity.coupon.Exchange" alias="Exchange"/>
  49. <typeAlias type="com.iamberry.wechat.core.entity.coupon.ExchangeItem" alias="ExchangeItem"/>
  50. <typeAlias type="com.iamberry.wechat.core.entity.drp.EarningLogs" alias="EarningLogs"/>
  51. <typeAlias type="com.iamberry.wechat.core.entity.drp.EasyPage" alias="EasyPage"/>
  52. <typeAlias type="com.iamberry.wechat.core.entity.drp.IncomeRecord" alias="IncomeRecord"/>
  53. <typeAlias type="com.iamberry.wechat.core.entity.drp.ObjRecord" alias="ObjRecord"/>
  54. <typeAlias type="com.iamberry.wechat.core.entity.drp.ObjRecord2" alias="ObjRecord2"/>
  55. <typeAlias type="com.iamberry.wechat.core.entity.drp.PageBeanEarningLogs" alias="PageBeanEarningLogs"/>
  56. <typeAlias type="com.iamberry.wechat.core.entity.drp.PageBeanPlaceInfo" alias="PageBeanPlaceInfo"/>
  57. <typeAlias type="com.iamberry.wechat.core.entity.drp.PageBeanPlaceLogs" alias="PageBeanPlaceLogs"/>
  58. <typeAlias type="com.iamberry.wechat.core.entity.drp.PageBeanWithdraw" alias="PageBeanWithdraw"/>
  59. <typeAlias type="com.iamberry.wechat.core.entity.drp.PlaceInfo" alias="PlaceInfo"/>
  60. <typeAlias type="com.iamberry.wechat.core.entity.drp.PlaceInfoBattleDto" alias="PlaceInfoBattleDto"/>
  61. <typeAlias type="com.iamberry.wechat.core.entity.drp.PlaceLogs" alias="PlaceLogs"/>
  62. <typeAlias type="com.iamberry.wechat.core.entity.drp.PlaceRoleInfo" alias="PlaceRoleInfo"/>
  63. <typeAlias type="com.iamberry.wechat.core.entity.drp.PlaceWithDrawalsLogs" alias="PlaceWithDrawalsLogs"/>
  64. <typeAlias type="com.iamberry.wechat.core.entity.drp.ApplyUserInfo" alias="ApplyUserInfo"/>
  65. <typeAlias type="com.iamberry.wechat.core.entity.flow.TemplateFlowInfo" alias="TemplateFlowInfo"/>
  66. <typeAlias type="com.iamberry.wechat.core.entity.flow.TemplateInfo" alias="TemplateInfo"/>
  67. <typeAlias type="com.iamberry.wechat.core.entity.JsonBack" alias="JsonBack"/>
  68. <typeAlias type="com.iamberry.wechat.core.entity.member.ApplyDto" alias="ApplyDto"/>
  69. <typeAlias type="com.iamberry.wechat.core.entity.member.CashLog" alias="CashLog"/>
  70. <typeAlias type="com.iamberry.wechat.core.entity.member.Integral" alias="Integral"/>
  71. <typeAlias type="com.iamberry.wechat.core.entity.member.IntegralDto" alias="IntegralDto"/>
  72. <typeAlias type="com.iamberry.wechat.core.entity.member.Member" alias="Member"/>
  73. <typeAlias type="com.iamberry.wechat.core.entity.member.ShareInfo" alias="ShareInfo"/>
  74. <typeAlias type="com.iamberry.wechat.core.entity.member.Withdraw" alias="Withdraw"/>
  75. <typeAlias type="com.iamberry.wechat.core.entity.mq.MQMessage" alias="MQMessage"/>
  76. <typeAlias type="com.iamberry.wechat.core.entity.news.News" alias="News"/>
  77. <typeAlias type="com.iamberry.wechat.core.entity.order.Order" alias="Order"/>
  78. <typeAlias type="com.iamberry.wechat.core.entity.order.OrderRebackMoney" alias="OrderRebackMoney"/>
  79. <typeAlias type="com.iamberry.wechat.core.entity.order.OrderActionDto" alias="OrderActionDto"/>
  80. <typeAlias type="com.iamberry.wechat.core.entity.order.OrderItem" alias="OrderItem"/>
  81. <typeAlias type="com.iamberry.wechat.core.entity.order.OrderOperation" alias="OrderOperation"/>
  82. <typeAlias type="com.iamberry.wechat.core.entity.Page" alias="Page"/>
  83. <typeAlias type="com.iamberry.wechat.core.entity.PageBean" alias="PageBean"/>
  84. <typeAlias type="com.iamberry.wechat.core.entity.PaperBean" alias="PaperBean"/>
  85. <typeAlias type="com.iamberry.wechat.core.entity.pay.PayResult" alias="PayResult"/>
  86. <typeAlias type="com.iamberry.wechat.core.entity.product.Product" alias="Product"/>
  87. <typeAlias type="com.iamberry.wechat.core.entity.product.ProductImageText" alias="ProductImageText"/>
  88. <typeAlias type="com.iamberry.wechat.core.entity.product.ProductPicture" alias="ProductPicture"/>
  89. <typeAlias type="com.iamberry.wechat.core.entity.product.ProductColor" alias="ProductColor"/>
  90. <typeAlias type="com.iamberry.wechat.core.entity.qrcode.Qrcode" alias="Qrcode"/>
  91. <typeAlias type="com.iamberry.wechat.core.entity.qrcode.QrcodeResult" alias="QrcodeResult"/>
  92. <typeAlias type="com.iamberry.wechat.core.entity.qrcode.TemporaryQrcode" alias="TemporaryQrcode"/>
  93. <typeAlias type="com.iamberry.wechat.core.entity.reback.RebackInfo" alias="RebackInfo"/>
  94. <typeAlias type="com.iamberry.wechat.core.entity.reback.RolesListDto" alias="RolesListDto"/>
  95. <typeAlias type="com.iamberry.wechat.core.entity.reback.StoreStatiscInfo" alias="StoreStatiscInfo"/>
  96. <typeAlias type="com.iamberry.wechat.core.entity.relationship.DealerRelation" alias="DealerRelation"/>
  97. <typeAlias type="com.iamberry.wechat.core.entity.relationship.WdRelation" alias="WdRelation"/>
  98. <typeAlias type="com.iamberry.wechat.core.entity.wx.AccessToken" alias="AccessToken"/>
  99. <typeAlias type="com.iamberry.wechat.core.entity.wx.Article" alias="Article"/>
  100. <typeAlias type="com.iamberry.wechat.core.entity.wx.BaseMessage" alias="BaseMessage"/>
  101. <typeAlias type="com.iamberry.wechat.core.entity.wx.Button" alias="Button"/>
  102. <typeAlias type="com.iamberry.wechat.core.entity.wx.CommonButton" alias="CommonButton"/>
  103. <typeAlias type="com.iamberry.wechat.core.entity.wx.ComplexButton" alias="ComplexButton"/>
  104. <typeAlias type="com.iamberry.wechat.core.entity.wx.Config" alias="Config"/>
  105. <typeAlias type="com.iamberry.wechat.core.entity.wx.ConfigJSSDK" alias="ConfigJSSDK"/>
  106. <typeAlias type="com.iamberry.wechat.core.entity.wx.FirstAccess" alias="FirstAccess"/>
  107. <typeAlias type="com.iamberry.wechat.core.entity.wx.FirstJoinKey" alias="FirstJoinKey"/>
  108. <typeAlias type="com.iamberry.wechat.core.entity.wx.ImageTextInfo" alias="ImageTextInfo"/>
  109. <typeAlias type="com.iamberry.wechat.core.entity.wx.ImagetextMaterial" alias="ImagetextMaterial"/>
  110. <typeAlias type="com.iamberry.wechat.core.entity.wx.ImageTextMore" alias="ImageTextMore"/>
  111. <typeAlias type="com.iamberry.wechat.core.entity.wx.Income" alias="Income"/>
  112. <typeAlias type="com.iamberry.wechat.core.entity.wx.ITTempLate" alias="ITTempLate"/>
  113. <typeAlias type="com.iamberry.wechat.core.entity.wx.KeyWord" alias="KeyWord"/>
  114. <typeAlias type="com.iamberry.wechat.core.entity.wx.Menu" alias="Menu"/>
  115. <typeAlias type="com.iamberry.wechat.core.entity.wx.MenuData" alias="MenuData"/>
  116. <typeAlias type="com.iamberry.wechat.core.entity.wx.MenuInfo" alias="MenuInfo"/>
  117. <typeAlias type="com.iamberry.wechat.core.entity.wx.MenuKeySet" alias="MenuKeySet"/>
  118. <typeAlias type="com.iamberry.wechat.core.entity.wx.Music" alias="Music"/>
  119. <typeAlias type="com.iamberry.wechat.core.entity.wx.MusicMessage" alias="MusicMessage"/>
  120. <typeAlias type="com.iamberry.wechat.core.entity.wx.NewsMessage" alias="NewsMessage"/>
  121. <typeAlias type="com.iamberry.wechat.core.entity.wx.PagingDTO" alias="PagingDTO"/>
  122. <typeAlias type="com.iamberry.wechat.core.entity.wx.QRCJson" alias="QRCJson"/>
  123. <typeAlias type="com.iamberry.wechat.core.entity.wx.Rewards" alias="Rewards"/>
  124. <typeAlias type="com.iamberry.wechat.core.entity.wx.Shipment" alias="Shipment"/>
  125. <typeAlias type="com.iamberry.wechat.core.entity.wx.Status" alias="Status"/>
  126. <typeAlias type="com.iamberry.wechat.core.entity.wx.TextMessage" alias="TextMessage"/>
  127. <typeAlias type="com.iamberry.wechat.core.entity.wx.Ticket" alias="Ticket"/>
  128. <typeAlias type="com.iamberry.wechat.core.entity.wx.Token" alias="Token"/>
  129. <typeAlias type="com.iamberry.wechat.core.entity.wx.TransferCustomer" alias="TransferCustomer"/>
  130. <typeAlias type="com.iamberry.wechat.core.entity.wx.TransInfo" alias="TransInfo"/>
  131. <typeAlias type="com.iamberry.wechat.core.entity.wx.WxPayDto" alias="WxPayDto"/>
  132. <typeAlias type="com.iamberry.wechat.core.entity.wx.WxPayResult" alias="WxPayResult"/>
  133. <typeAlias type="com.iamberry.wechat.core.entity.wx.WxPrepayIdErrorResult" alias="WxPrepayIdErrorResult"/>
  134. <typeAlias type="com.iamberry.wechat.core.entity.wx.ZTreeBean" alias="ZTreeBean"/>
  135. <typeAlias type="com.iamberry.wechat.core.entity.drp.ApplyPlaceLogs" alias="ApplyPlaceLogs"/>
  136. <typeAlias type="com.iamberry.wechat.core.entity.wx.WechatShare" alias="WechatShare"/>
  137. <!-- 【门店关注统计报表类】 -->
  138. <typeAlias type="com.iamberry.wechat.core.entity.statictics.AttentionInfo" alias="AttentionInfo"/>
  139. <typeAlias type="com.iamberry.wechat.core.entity.statictics.MarketInfo" alias="MarketInfo"/>
  140. <!-- 【省代收益统计报表类】 -->
  141. <typeAlias type="com.iamberry.wechat.core.entity.statictics.EarningsInfo" alias="EarningsInfo"/>
  142. <!-- 【激活数量统计报表类】 -->
  143. <typeAlias type="com.iamberry.wechat.core.entity.statictics.ActivateInfo" alias="ActivateInfo"/>
  144. <!-- 【激活用户信息报表类】 -->
  145. <typeAlias type="com.iamberry.wechat.core.entity.statictics.UerActivateInfo" alias="UerActivateInfo"/>
  146. <!-- 【产品返利类型】 -->
  147. <typeAlias type="com.iamberry.wechat.core.entity.product.ProductType" alias="ProductType"/>
  148. <!-- 【统计总信息类】 -->
  149. <typeAlias type="com.iamberry.wechat.core.entity.statictics.StatisticsInfo" alias="StatisticsInfo"/>
  150. <!-- 定期任务 -->
  151. <typeAlias type="com.iamberry.wechat.core.entity.task.WechatTask" alias="WechatTask"/>
  152. <typeAlias type="com.iamberry.wechat.core.entity.task.WechatTaskLogs" alias="WechatTaskLogs"/>
  153. <!-- 【会员分销奖励记录】 -->
  154. <typeAlias type="com.iamberry.wechat.core.entity.rewards.RewardsLog" alias="RewardsLog"/>
  155. <!-- 【会员等级】 -->
  156. <typeAlias type="com.iamberry.wechat.core.entity.rewards.RewardsRank" alias="RewardsRank"/>
  157. <!-- 【会员销售记录】 -->
  158. <typeAlias type="com.iamberry.wechat.core.entity.rewards.SalesLog" alias="SalesLog"/>
  159. <!-- 游戏实体dto -->
  160. <typeAlias type="com.iamberry.wechat.core.entity.game.GameSystemDto" alias="GameSystemDto"/>
  161. <!-- 游戏日志dto -->
  162. <typeAlias type="com.iamberry.wechat.core.entity.game.GameLogsDto" alias="GameLogsDto"/>
  163. <!-- 游戏奖品dto -->
  164. <typeAlias type="com.iamberry.wechat.core.entity.game.GamePrizeDto" alias="GamePrizeDto"/>
  165. <!-- 营养自测 -->
  166. <typeAlias type="com.iamberry.wechat.core.entity.questionnaire.QuestionnairePaper" alias="QuestionnairePaper"/>
  167. <typeAlias type="com.iamberry.wechat.core.entity.questionnaire.QuestionnaireAnswer" alias="QuestionnaireAnswer"/>
  168. <typeAlias type="com.iamberry.wechat.core.entity.questionnaire.QuestionnaireAnswerDetailed" alias="QuestionnaireAnswerDetailed"/>
  169. <typeAlias type="com.iamberry.wechat.core.entity.questionnaire.QuestionnaireOption" alias="QuestionnaireOption"/>
  170. <typeAlias type="com.iamberry.wechat.core.entity.questionnaire.QuestionnaireQuestion" alias="QuestionnaireQuestion"/>
  171. <typeAlias type="com.iamberry.wechat.core.entity.questionnaire.QuestionnaireTestPaper" alias="QuestionnaireTestPaper"/>
  172. <typeAlias type="com.iamberry.wechat.core.entity.questionnaire.QuestionnairePaperDto" alias="QuestionnairePaperDto"/>
  173. <!-- 试用订单 -->
  174. <typeAlias type="com.iamberry.wechat.core.entity.probation.ProbationAwardRelu" alias="ProbationAwardRelu"/>
  175. <typeAlias type="com.iamberry.wechat.core.entity.probation.ProbationNewLogs" alias="ProbationNewLogs"/>
  176. <typeAlias type="com.iamberry.wechat.core.entity.probation.ProbationUserInfo" alias="ProbationUserInfo"/>
  177. <typeAlias type="com.iamberry.wechat.core.entity.order.ProbationOrder" alias="ProbationOrder"/>
  178. <typeAlias type="com.iamberry.wechat.core.entity.order.ProbationOrderDto" alias="ProbationOrderDto"/>
  179. <typeAlias type="com.iamberry.wechat.core.entity.order.ProbationCode" alias="ProbationCode"/>
  180. <typeAlias type="com.iamberry.wechat.core.entity.probation.ProbationUserDto" alias="ProbationUserDto"/>
  181. <!-- 租赁订单 -->
  182. <typeAlias type="com.iamberry.wechat.core.entity.lease.LeaseOrder" alias="LeaseOrder"/>
  183. <typeAlias type="com.iamberry.wechat.core.entity.machine.Machine" alias="Machine"/>
  184. <typeAlias type="com.iamberry.wechat.core.entity.machine.MachineShareRecord" alias="MachineShareRecord"/>
  185. <typeAlias type="com.iamberry.wechat.core.entity.statictics.SalesmanDto" alias="SalesmanDto"/>
  186. <typeAlias type="com.iamberry.wechat.core.entity.statictics.SalesmanInfo" alias="SalesmanInfo"/>
  187. <typeAlias type="com.iamberry.wechat.core.entity.statictics.SalesmanRelation" alias="SalesmanRelation"/>
  188. <typeAlias type="com.iamberry.wechat.core.entity.statictics.StoresStatisticsDto" alias="StoresStatisticsDto"/>
  189. <typeAlias type="com.iamberry.wechat.core.entity.statictics.VipOfflineDto" alias="VipOfflineDto"/>
  190. <!-- 赠送礼品信息表 -->
  191. <typeAlias type="com.iamberry.wechat.core.entity.cart.UserGiftDto" alias="UserGiftDto"/>
  192. <!-- 返利奖励任务表 -->
  193. <typeAlias type="com.iamberry.wechat.core.entity.flow.TemplateReward" alias="TemplateReward"/>
  194. <!-- 销售订单统计 -->
  195. <typeAlias type="com.iamberry.wechat.core.entity.statictics.StatisticsOrderDTO" alias="StatisticsOrderDTO"/>
  196. <typeAlias type="com.iamberry.wechat.core.entity.statictics.StatisticManagerDto" alias="StatisticManagerDto"/>
  197. <typeAlias type="com.iamberry.wechat.core.entity.statictics.StatisticOrderByMonthDto" alias="StatisticOrderByMonthDto"/>
  198. <!-- 礼品卡相关 -->
  199. <typeAlias type="com.iamberry.wechat.core.entity.giftCard.AgentInfo" alias="AgentInfo"/>
  200. <typeAlias type="com.iamberry.wechat.core.entity.giftCard.AgentPayLogs" alias="AgentPayLogs"/>
  201. <typeAlias type="com.iamberry.wechat.core.entity.giftCard.AgentMachine" alias="AgentMachine"/>
  202. <typeAlias type="com.iamberry.wechat.core.entity.giftCard.UserMachineInfo" alias="UserMachineInfo"/>
  203. <typeAlias type="com.iamberry.wechat.core.entity.giftCard.GiftCardInfo" alias="GiftCardInfo"/>
  204. <typeAlias type="com.iamberry.wechat.core.entity.giftCard.CardCashInfo" alias="CardCashInfo"/>
  205. <typeAlias type="com.iamberry.wechat.core.entity.giftCard.GiftCardPayCode" alias="GiftCardPayCode"/>
  206. <!-- 水机租赁 -->
  207. <typeAlias type="com.iamberry.wechat.core.entity.rent.RentTypeInfo" alias="RentTypeInfo"/>
  208. <!--感恩回馈-活动-->
  209. <typeAlias type="com.iamberry.wechat.core.entity.thanksgiving.ThanksGiving" alias="ThanksGiving"/>
  210. <!--官网查询授权码-->
  211. <typeAlias type="com.iamberry.wechat.core.entity.official.Prospectus" alias="Prospectus"/>
  212. <!--2019 38节活动-->
  213. <typeAlias type="com.iamberry.wechat.core.entity.admin.FullReduction" alias="FullReduction"/>
  214. <!--首页热销产品-->
  215. <typeAlias type="com.iamberry.wechat.core.entity.product.IndexProduct" alias="IndexProduct"/>
  216. <package name="com.iamberry.wechat.core.entity.rent"/>
  217. </typeAliases>
  218. <mappers>
  219. <mapper resource="com/iamberry/wechat/service/mapper/adminBannerMapper.xml"/>
  220. <mapper resource="com/iamberry/wechat/service/mapper/adminChildPermissionsMapper.xml"/>
  221. <mapper resource="com/iamberry/wechat/service/mapper/adminCouponItemMapper.xml"/>
  222. <mapper resource="com/iamberry/wechat/service/mapper/adminInfoMapper.xml"/>
  223. <mapper resource="com/iamberry/wechat/service/mapper/adminLogMapper.xml"/>
  224. <mapper resource="com/iamberry/wechat/service/mapper/adminOrderMapper.xml"/>
  225. <mapper resource="com/iamberry/wechat/service/mapper/adminStatisticsMapper.xml"/>
  226. <mapper resource="com/iamberry/wechat/service/mapper/agentMemberMapper.xml"/>
  227. <mapper resource="com/iamberry/wechat/service/mapper/agentOrderMapper.xml"/>
  228. <mapper resource="com/iamberry/wechat/service/mapper/bindingMacMapper.xml"/>
  229. <mapper resource="com/iamberry/wechat/service/mapper/cartMapper.xml"/>
  230. <mapper resource="com/iamberry/wechat/service/mapper/cashLogMapper.xml"/>
  231. <mapper resource="com/iamberry/wechat/service/mapper/configMapper.xml"/>
  232. <mapper resource="com/iamberry/wechat/service/mapper/couponItemMapper.xml"/>
  233. <mapper resource="com/iamberry/wechat/service/mapper/couponTypeMapper.xml"/>
  234. <mapper resource="com/iamberry/wechat/service/mapper/exchangeItemMapper.xml"/>
  235. <mapper resource="com/iamberry/wechat/service/mapper/exchangeMapper.xml"/>
  236. <mapper resource="com/iamberry/wechat/service/mapper/dealerRelationMapper.xml"/>
  237. <mapper resource="com/iamberry/wechat/service/mapper/drpRoleInfoMapper.xml"/>
  238. <mapper resource="com/iamberry/wechat/service/mapper/firstAccessMapper.xml"/>
  239. <mapper resource="com/iamberry/wechat/service/mapper/firstJoinKeyMapper.xml"/>
  240. <mapper resource="com/iamberry/wechat/service/mapper/gameMapper.xml"/>
  241. <mapper resource="com/iamberry/wechat/service/mapper/homeMemberMapper.xml"/>
  242. <mapper resource="com/iamberry/wechat/service/mapper/imageTextInfoMapper.xml"/>
  243. <mapper resource="com/iamberry/wechat/service/mapper/imageTextMoreMapper.xml"/>
  244. <mapper resource="com/iamberry/wechat/service/mapper/keyWordMapper.xml"/>
  245. <mapper resource="com/iamberry/wechat/service/mapper/memberMapper.xml"/>
  246. <mapper resource="com/iamberry/wechat/service/mapper/menuInfoMapper.xml"/>
  247. <mapper resource="com/iamberry/wechat/service/mapper/menuKeySetMapper.xml"/>
  248. <mapper resource="com/iamberry/wechat/service/mapper/mqMapper.xml"/>
  249. <mapper resource="com/iamberry/wechat/service/mapper/newsMapper.xml"/>
  250. <mapper resource="com/iamberry/wechat/service/mapper/orderMapper.xml"/>
  251. <mapper resource="com/iamberry/wechat/service/mapper/placeInfoMapper.xml"/>
  252. <mapper resource="com/iamberry/wechat/service/mapper/placeLogsMapper.xml"/>
  253. <mapper resource="com/iamberry/wechat/service/mapper/placeWithDrawalsLogsMapper.xml"/>
  254. <mapper resource="com/iamberry/wechat/service/mapper/productImageTextMapper.xml"/>
  255. <mapper resource="com/iamberry/wechat/service/mapper/productInfoMapper.xml"/>
  256. <mapper resource="com/iamberry/wechat/service/mapper/productMapper.xml"/>
  257. <mapper resource="com/iamberry/wechat/service/mapper/productPictureMapper.xml"/>
  258. <mapper resource="com/iamberry/wechat/service/mapper/productColorMapper.xml"/>
  259. <mapper resource="com/iamberry/wechat/service/mapper/qrcodeMapper.xml"/>
  260. <mapper resource="com/iamberry/wechat/service/mapper/rebackInfoMapper.xml"/>
  261. <mapper resource="com/iamberry/wechat/service/mapper/rewardsMapper.xml"/>
  262. <mapper resource="com/iamberry/wechat/service/mapper/salesLogMapper.xml"/>
  263. <mapper resource="com/iamberry/wechat/service/mapper/systemMapper.xml"/>
  264. <mapper resource="com/iamberry/wechat/service/mapper/taskMapper.xml"/>
  265. <mapper resource="com/iamberry/wechat/service/mapper/templateFlowInfoMapper.xml"/>
  266. <mapper resource="com/iamberry/wechat/service/mapper/templateInfoMapper.xml"/>
  267. <mapper resource="com/iamberry/wechat/service/mapper/temporaryQrcodeMapper.xml"/>
  268. <mapper resource="com/iamberry/wechat/service/mapper/tokenMapper.xml"/>
  269. <mapper resource="com/iamberry/wechat/service/mapper/wdRelationMapper.xml"/>
  270. <mapper resource="com/iamberry/wechat/service/mapper/wechatShareMapper.xml"/>
  271. <mapper resource="com/iamberry/wechat/service/mapper/withdrawMapper.xml"/>
  272. <!-- 试用订单流程mapper -->
  273. <mapper resource="com/iamberry/wechat/service/mapper/probationShopOrderMapper.xml"/>
  274. <mapper resource="com/iamberry/wechat/service/mapper/adminProbationOrderMapper.xml"/>
  275. <mapper resource="com/iamberry/wechat/service/mapper/probationMapper.xml"/>
  276. <!-- 前端统计mapper -->
  277. <mapper resource="com/iamberry/wechat/service/mapper/statisticsRelationMapper.xml"/>
  278. <!-- 租赁订单流程mapper -->
  279. <mapper resource="com/iamberry/wechat/service/mapper/leaseOrderMapper.xml"/>
  280. <mapper resource="com/iamberry/wechat/service/mapper/leaseMachineMapper.xml"/>
  281. <!-- 礼品卡 -->
  282. <mapper resource="com/iamberry/wechat/service/mapper/userMachineInfoMapper.xml"/>
  283. <mapper resource="com/iamberry/wechat/service/mapper/giftCardMapper.xml"/>
  284. <mapper resource="com/iamberry/wechat/service/mapper/agentMachineMapper.xml"/>
  285. <mapper resource="com/iamberry/wechat/service/mapper/agentMapper.xml"/>
  286. <mapper resource="com/iamberry/wechat/service/mapper/giftCardPayCodeMapper.xml"/>
  287. <!-- 水机租赁 -->
  288. <mapper resource="com/iamberry/rent/service/order/mapper/rentOrderMapper.xml"/>
  289. <mapper resource="com/iamberry/rent/service/machine/mapper/machineMapper.xml"/>
  290. <mapper resource="com/iamberry/rent/service/order/mapper/serviceCouponMapper.xml"/>
  291. <mapper resource="com/iamberry/rent/service/rebate/mapper/orderRebateMapper.xml"/>
  292. <mapper resource="com/iamberry/rent/service/order/mapper/rentExchangeMapper.xml"/>
  293. <mapper resource="com/iamberry/wechat/service/mapper/reserveMapper.xml"/>
  294. <!--感恩回馈-活动-->
  295. <mapper resource="com/iamberry/wechat/service/mapper/thanksGivingMapper.xml"/>
  296. <!--官网查询授权码-->
  297. <mapper resource="com/iamberry/wechat/service/mapper/prospectusMapper.xml"/>
  298. <!--首页热销产品-->
  299. <mapper resource="com/iamberry/wechat/service/mapper/indexProductMapper.xml"/>
  300. </mappers>
  301. </configuration>