iamberry-wechat-service-mybatis.xml 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414
  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.drp.EarningLogs" alias="EarningLogs"/>
  49. <typeAlias type="com.iamberry.wechat.core.entity.drp.EasyPage" alias="EasyPage"/>
  50. <typeAlias type="com.iamberry.wechat.core.entity.drp.IncomeRecord" alias="IncomeRecord"/>
  51. <typeAlias type="com.iamberry.wechat.core.entity.drp.ObjRecord" alias="ObjRecord"/>
  52. <typeAlias type="com.iamberry.wechat.core.entity.drp.ObjRecord2" alias="ObjRecord2"/>
  53. <typeAlias type="com.iamberry.wechat.core.entity.drp.PageBeanEarningLogs" alias="PageBeanEarningLogs"/>
  54. <typeAlias type="com.iamberry.wechat.core.entity.drp.PageBeanPlaceInfo" alias="PageBeanPlaceInfo"/>
  55. <typeAlias type="com.iamberry.wechat.core.entity.drp.PageBeanPlaceLogs" alias="PageBeanPlaceLogs"/>
  56. <typeAlias type="com.iamberry.wechat.core.entity.drp.PageBeanWithdraw" alias="PageBeanWithdraw"/>
  57. <typeAlias type="com.iamberry.wechat.core.entity.drp.PlaceInfo" alias="PlaceInfo"/>
  58. <typeAlias type="com.iamberry.wechat.core.entity.drp.PlaceInfoBattleDto" alias="PlaceInfoBattleDto"/>
  59. <typeAlias type="com.iamberry.wechat.core.entity.drp.PlaceLogs" alias="PlaceLogs"/>
  60. <typeAlias type="com.iamberry.wechat.core.entity.drp.PlaceRoleInfo" alias="PlaceRoleInfo"/>
  61. <typeAlias type="com.iamberry.wechat.core.entity.drp.PlaceWithDrawalsLogs" alias="PlaceWithDrawalsLogs"/>
  62. <typeAlias type="com.iamberry.wechat.core.entity.drp.ApplyUserInfo" alias="ApplyUserInfo"/>
  63. <typeAlias type="com.iamberry.wechat.core.entity.flow.TemplateFlowInfo" alias="TemplateFlowInfo"/>
  64. <typeAlias type="com.iamberry.wechat.core.entity.flow.TemplateInfo" alias="TemplateInfo"/>
  65. <typeAlias type="com.iamberry.wechat.core.entity.JsonBack" alias="JsonBack"/>
  66. <typeAlias type="com.iamberry.wechat.core.entity.member.ApplyDto" alias="ApplyDto"/>
  67. <typeAlias type="com.iamberry.wechat.core.entity.member.CashLog" alias="CashLog"/>
  68. <typeAlias type="com.iamberry.wechat.core.entity.member.Integral" alias="Integral"/>
  69. <typeAlias type="com.iamberry.wechat.core.entity.member.IntegralDto" alias="IntegralDto"/>
  70. <typeAlias type="com.iamberry.wechat.core.entity.member.Member" alias="Member"/>
  71. <typeAlias type="com.iamberry.wechat.core.entity.member.ShareInfo" alias="ShareInfo"/>
  72. <typeAlias type="com.iamberry.wechat.core.entity.member.Withdraw" alias="Withdraw"/>
  73. <typeAlias type="com.iamberry.wechat.core.entity.mq.MQMessage" alias="MQMessage"/>
  74. <typeAlias type="com.iamberry.wechat.core.entity.news.News" alias="News"/>
  75. <typeAlias type="com.iamberry.wechat.core.entity.order.Order" alias="Order"/>
  76. <typeAlias type="com.iamberry.wechat.core.entity.order.OrderRebackMoney" alias="OrderRebackMoney"/>
  77. <typeAlias type="com.iamberry.wechat.core.entity.order.OrderActionDto" alias="OrderActionDto"/>
  78. <typeAlias type="com.iamberry.wechat.core.entity.order.OrderItem" alias="OrderItem"/>
  79. <typeAlias type="com.iamberry.wechat.core.entity.order.OrderOperation" alias="OrderOperation"/>
  80. <typeAlias type="com.iamberry.wechat.core.entity.Page" alias="Page"/>
  81. <typeAlias type="com.iamberry.wechat.core.entity.PageBean" alias="PageBean"/>
  82. <typeAlias type="com.iamberry.wechat.core.entity.PaperBean" alias="PaperBean"/>
  83. <typeAlias type="com.iamberry.wechat.core.entity.pay.PayResult" alias="PayResult"/>
  84. <typeAlias type="com.iamberry.wechat.core.entity.product.Product" alias="Product"/>
  85. <typeAlias type="com.iamberry.wechat.core.entity.product.ProductImageText" alias="ProductImageText"/>
  86. <typeAlias type="com.iamberry.wechat.core.entity.product.ProductPicture" alias="ProductPicture"/>
  87. <typeAlias type="com.iamberry.wechat.core.entity.product.ProductColor" alias="ProductColor"/>
  88. <typeAlias type="com.iamberry.wechat.core.entity.qrcode.Qrcode" alias="Qrcode"/>
  89. <typeAlias type="com.iamberry.wechat.core.entity.qrcode.QrcodeResult" alias="QrcodeResult"/>
  90. <typeAlias type="com.iamberry.wechat.core.entity.qrcode.TemporaryQrcode" alias="TemporaryQrcode"/>
  91. <typeAlias type="com.iamberry.wechat.core.entity.reback.RebackInfo" alias="RebackInfo"/>
  92. <typeAlias type="com.iamberry.wechat.core.entity.reback.RolesListDto" alias="RolesListDto"/>
  93. <typeAlias type="com.iamberry.wechat.core.entity.reback.StoreStatiscInfo" alias="StoreStatiscInfo"/>
  94. <typeAlias type="com.iamberry.wechat.core.entity.relationship.DealerRelation" alias="DealerRelation"/>
  95. <typeAlias type="com.iamberry.wechat.core.entity.relationship.WdRelation" alias="WdRelation"/>
  96. <typeAlias type="com.iamberry.wechat.core.entity.wx.AccessToken" alias="AccessToken"/>
  97. <typeAlias type="com.iamberry.wechat.core.entity.wx.Article" alias="Article"/>
  98. <typeAlias type="com.iamberry.wechat.core.entity.wx.BaseMessage" alias="BaseMessage"/>
  99. <typeAlias type="com.iamberry.wechat.core.entity.wx.Button" alias="Button"/>
  100. <typeAlias type="com.iamberry.wechat.core.entity.wx.CommonButton" alias="CommonButton"/>
  101. <typeAlias type="com.iamberry.wechat.core.entity.wx.ComplexButton" alias="ComplexButton"/>
  102. <typeAlias type="com.iamberry.wechat.core.entity.wx.Config" alias="Config"/>
  103. <typeAlias type="com.iamberry.wechat.core.entity.wx.ConfigJSSDK" alias="ConfigJSSDK"/>
  104. <typeAlias type="com.iamberry.wechat.core.entity.wx.FirstAccess" alias="FirstAccess"/>
  105. <typeAlias type="com.iamberry.wechat.core.entity.wx.FirstJoinKey" alias="FirstJoinKey"/>
  106. <typeAlias type="com.iamberry.wechat.core.entity.wx.ImageTextInfo" alias="ImageTextInfo"/>
  107. <typeAlias type="com.iamberry.wechat.core.entity.wx.ImagetextMaterial" alias="ImagetextMaterial"/>
  108. <typeAlias type="com.iamberry.wechat.core.entity.wx.ImageTextMore" alias="ImageTextMore"/>
  109. <typeAlias type="com.iamberry.wechat.core.entity.wx.Income" alias="Income"/>
  110. <typeAlias type="com.iamberry.wechat.core.entity.wx.ITTempLate" alias="ITTempLate"/>
  111. <typeAlias type="com.iamberry.wechat.core.entity.wx.KeyWord" alias="KeyWord"/>
  112. <typeAlias type="com.iamberry.wechat.core.entity.wx.Menu" alias="Menu"/>
  113. <typeAlias type="com.iamberry.wechat.core.entity.wx.MenuData" alias="MenuData"/>
  114. <typeAlias type="com.iamberry.wechat.core.entity.wx.MenuInfo" alias="MenuInfo"/>
  115. <typeAlias type="com.iamberry.wechat.core.entity.wx.MenuKeySet" alias="MenuKeySet"/>
  116. <typeAlias type="com.iamberry.wechat.core.entity.wx.Music" alias="Music"/>
  117. <typeAlias type="com.iamberry.wechat.core.entity.wx.MusicMessage" alias="MusicMessage"/>
  118. <typeAlias type="com.iamberry.wechat.core.entity.wx.NewsMessage" alias="NewsMessage"/>
  119. <typeAlias type="com.iamberry.wechat.core.entity.wx.PagingDTO" alias="PagingDTO"/>
  120. <typeAlias type="com.iamberry.wechat.core.entity.wx.QRCJson" alias="QRCJson"/>
  121. <typeAlias type="com.iamberry.wechat.core.entity.wx.Rewards" alias="Rewards"/>
  122. <typeAlias type="com.iamberry.wechat.core.entity.wx.Shipment" alias="Shipment"/>
  123. <typeAlias type="com.iamberry.wechat.core.entity.wx.Status" alias="Status"/>
  124. <typeAlias type="com.iamberry.wechat.core.entity.wx.TextMessage" alias="TextMessage"/>
  125. <typeAlias type="com.iamberry.wechat.core.entity.wx.Ticket" alias="Ticket"/>
  126. <typeAlias type="com.iamberry.wechat.core.entity.wx.Token" alias="Token"/>
  127. <typeAlias type="com.iamberry.wechat.core.entity.wx.TransferCustomer" alias="TransferCustomer"/>
  128. <typeAlias type="com.iamberry.wechat.core.entity.wx.TransInfo" alias="TransInfo"/>
  129. <typeAlias type="com.iamberry.wechat.core.entity.wx.WxPayDto" alias="WxPayDto"/>
  130. <typeAlias type="com.iamberry.wechat.core.entity.wx.WxPayResult" alias="WxPayResult"/>
  131. <typeAlias type="com.iamberry.wechat.core.entity.wx.WxPrepayIdErrorResult" alias="WxPrepayIdErrorResult"/>
  132. <typeAlias type="com.iamberry.wechat.core.entity.wx.ZTreeBean" alias="ZTreeBean"/>
  133. <typeAlias type="com.iamberry.wechat.core.entity.drp.ApplyPlaceLogs" alias="ApplyPlaceLogs"/>
  134. <typeAlias type="com.iamberry.wechat.core.entity.wx.WechatShare" alias="WechatShare"/>
  135. <typeAlias type="com.iamberry.wechat.core.entity.order.NumberBacklogDto" alias="NumberBacklogDto"/>
  136. <typeAlias type="com.iamberry.wechat.core.entity.report.Report" alias="Report"/>
  137. <typeAlias type="com.iamberry.wechat.core.entity.receive.ChargerReceive" alias="ChargerReceive"/>
  138. <!-- 【门店关注统计报表类】 -->
  139. <typeAlias type="com.iamberry.wechat.core.entity.statictics.AttentionInfo" alias="AttentionInfo"/>
  140. <typeAlias type="com.iamberry.wechat.core.entity.statictics.MarketInfo" alias="MarketInfo"/>
  141. <!-- 【省代收益统计报表类】 -->
  142. <typeAlias type="com.iamberry.wechat.core.entity.statictics.EarningsInfo" alias="EarningsInfo"/>
  143. <!-- 【激活数量统计报表类】 -->
  144. <typeAlias type="com.iamberry.wechat.core.entity.statictics.ActivateInfo" alias="ActivateInfo"/>
  145. <!-- 【激活用户信息报表类】 -->
  146. <typeAlias type="com.iamberry.wechat.core.entity.statictics.UerActivateInfo" alias="UerActivateInfo"/>
  147. <!-- 【产品返利类型】 -->
  148. <typeAlias type="com.iamberry.wechat.core.entity.product.ProductType" alias="ProductType"/>
  149. <!-- 【统计总信息类】 -->
  150. <typeAlias type="com.iamberry.wechat.core.entity.statictics.StatisticsInfo" alias="StatisticsInfo"/>
  151. <!-- 定期任务 -->
  152. <typeAlias type="com.iamberry.wechat.core.entity.task.WechatTask" alias="WechatTask"/>
  153. <typeAlias type="com.iamberry.wechat.core.entity.task.WechatTaskLogs" alias="WechatTaskLogs"/>
  154. <!-- 【会员分销奖励记录】 -->
  155. <typeAlias type="com.iamberry.wechat.core.entity.rewards.RewardsLog" alias="RewardsLog"/>
  156. <!-- 【会员等级】 -->
  157. <typeAlias type="com.iamberry.wechat.core.entity.rewards.RewardsRank" alias="RewardsRank"/>
  158. <!-- 【会员销售记录】 -->
  159. <typeAlias type="com.iamberry.wechat.core.entity.rewards.SalesLog" alias="SalesLog"/>
  160. <!-- 游戏实体dto -->
  161. <typeAlias type="com.iamberry.wechat.core.entity.game.GameSystemDto" alias="GameSystemDto"/>
  162. <!-- 游戏日志dto -->
  163. <typeAlias type="com.iamberry.wechat.core.entity.game.GameLogsDto" alias="GameLogsDto"/>
  164. <!-- 游戏奖品dto -->
  165. <typeAlias type="com.iamberry.wechat.core.entity.game.GamePrizeDto" alias="GamePrizeDto"/>
  166. <!-- 营养自测 -->
  167. <typeAlias type="com.iamberry.wechat.core.entity.questionnaire.QuestionnairePaper" alias="QuestionnairePaper"/>
  168. <typeAlias type="com.iamberry.wechat.core.entity.questionnaire.QuestionnaireAnswer" alias="QuestionnaireAnswer"/>
  169. <typeAlias type="com.iamberry.wechat.core.entity.questionnaire.QuestionnaireAnswerDetailed" alias="QuestionnaireAnswerDetailed"/>
  170. <typeAlias type="com.iamberry.wechat.core.entity.questionnaire.QuestionnaireOption" alias="QuestionnaireOption"/>
  171. <typeAlias type="com.iamberry.wechat.core.entity.questionnaire.QuestionnaireQuestion" alias="QuestionnaireQuestion"/>
  172. <typeAlias type="com.iamberry.wechat.core.entity.questionnaire.QuestionnaireTestPaper" alias="QuestionnaireTestPaper"/>
  173. <typeAlias type="com.iamberry.wechat.core.entity.questionnaire.QuestionnairePaperDto" alias="QuestionnairePaperDto"/>
  174. <!-- 试用订单 -->
  175. <typeAlias type="com.iamberry.wechat.core.entity.probation.ProbationAwardRelu" alias="ProbationAwardRelu"/>
  176. <typeAlias type="com.iamberry.wechat.core.entity.probation.ProbationNewLogs" alias="ProbationNewLogs"/>
  177. <typeAlias type="com.iamberry.wechat.core.entity.probation.ProbationUserInfo" alias="ProbationUserInfo"/>
  178. <typeAlias type="com.iamberry.wechat.core.entity.order.ProbationOrder" alias="ProbationOrder"/>
  179. <typeAlias type="com.iamberry.wechat.core.entity.order.ProbationOrderDto" alias="ProbationOrderDto"/>
  180. <typeAlias type="com.iamberry.wechat.core.entity.order.ProbationCode" alias="ProbationCode"/>
  181. <typeAlias type="com.iamberry.wechat.core.entity.probation.ProbationUserDto" alias="ProbationUserDto"/>
  182. <!-- 租赁订单 -->
  183. <typeAlias type="com.iamberry.wechat.core.entity.lease.LeaseOrder" alias="LeaseOrder"/>
  184. <typeAlias type="com.iamberry.wechat.core.entity.machine.Machine" alias="Machine"/>
  185. <typeAlias type="com.iamberry.wechat.core.entity.machine.MachineShareRecord" alias="MachineShareRecord"/>
  186. <typeAlias type="com.iamberry.wechat.core.entity.statictics.SalesmanDto" alias="SalesmanDto"/>
  187. <typeAlias type="com.iamberry.wechat.core.entity.statictics.SalesmanInfo" alias="SalesmanInfo"/>
  188. <typeAlias type="com.iamberry.wechat.core.entity.statictics.SalesmanRelation" alias="SalesmanRelation"/>
  189. <typeAlias type="com.iamberry.wechat.core.entity.statictics.StoresStatisticsDto" alias="StoresStatisticsDto"/>
  190. <typeAlias type="com.iamberry.wechat.core.entity.statictics.VipOfflineDto" alias="VipOfflineDto"/>
  191. <!-- 赠送礼品信息表 -->
  192. <typeAlias type="com.iamberry.wechat.core.entity.cart.UserGiftDto" alias="UserGiftDto"/>
  193. <!-- 返利奖励任务表 -->
  194. <typeAlias type="com.iamberry.wechat.core.entity.flow.TemplateReward" alias="TemplateReward"/>
  195. <!-- 销售订单统计 -->
  196. <typeAlias type="com.iamberry.wechat.core.entity.statictics.StatisticsOrderDTO" alias="StatisticsOrderDTO"/>
  197. <typeAlias type="com.iamberry.wechat.core.entity.statictics.StatisticManagerDto" alias="StatisticManagerDto"/>
  198. <typeAlias type="com.iamberry.wechat.core.entity.statictics.StatisticOrderByMonthDto" alias="StatisticOrderByMonthDto"/>
  199. <!-- 礼品卡相关 -->
  200. <typeAlias type="com.iamberry.wechat.core.entity.giftCard.AgentInfo" alias="AgentInfo"/>
  201. <typeAlias type="com.iamberry.wechat.core.entity.giftCard.AgentPayLogs" alias="AgentPayLogs"/>
  202. <typeAlias type="com.iamberry.wechat.core.entity.giftCard.AgentMachine" alias="AgentMachine"/>
  203. <typeAlias type="com.iamberry.wechat.core.entity.giftCard.UserMachineInfo" alias="UserMachineInfo"/>
  204. <typeAlias type="com.iamberry.wechat.core.entity.giftCard.GiftCardInfo" alias="GiftCardInfo"/>
  205. <typeAlias type="com.iamberry.wechat.core.entity.giftCard.CardCashInfo" alias="CardCashInfo"/>
  206. <typeAlias type="com.iamberry.wechat.core.entity.giftCard.GiftCardPayCode" alias="GiftCardPayCode"/>
  207. <!-- 机器编号,获取二维码-->
  208. <typeAlias type="com.iamberry.wechat.core.entity.machineNumber.MachineGift" alias="MachineGift"/>
  209. <typeAlias type="com.iamberry.wechat.core.entity.machineNumber.MachineNumber" alias="MachineNumber"/>
  210. <typeAlias type="com.iamberry.wechat.core.entity.machineNumber.MachineNumberLogs" alias="MachineNumberLogs"/>
  211. <typeAlias type="com.iamberry.wechat.core.entity.product.QrcodeGift" alias="QrcodeGift"/>
  212. <typeAlias type="com.iamberry.wechat.core.entity.machineNumber.WarrantyCard" alias="WarrantyCard"/>
  213. <!-- 代理商信息 -->
  214. <typeAlias type="com.iamberry.wechat.core.entity.agentInfo.AgentConfig" alias="AgentConfig"/>
  215. <typeAlias type="com.iamberry.wechat.core.entity.agentInfo.AgentTooth" alias="AgentTooth"/>
  216. <typeAlias type="com.iamberry.wechat.core.entity.agentInfo.AgentOrder" alias="AgentOrder"/>
  217. <typeAlias type="com.iamberry.wechat.core.entity.agentInfo.AgentOrderItem" alias="AgentOrderItem"/>
  218. <typeAlias type="com.iamberry.wechat.core.entity.agentInfo.OrderHint" alias="OrderHint"/>
  219. <!-- 销售统计 -->
  220. <typeAlias type="com.iamberry.wechat.core.entity.statictics.StatisticsSalesOrder" alias="StatisticsSalesOrder"/>
  221. <!-- 水机租赁 -->
  222. <typeAlias type="com.iamberry.wechat.core.entity.rent.RentTypeInfo" alias="RentTypeInfo"/>
  223. <!-- 机器 -->
  224. <typeAlias type="com.iamberry.wechat.core.entity.apparatus.Apparatus" alias="Apparatus"/>
  225. <!--积分-->
  226. <typeAlias type="com.iamberry.wechat.core.entity.integral.UseIntegral" alias="UseIntegral"/>
  227. <typeAlias type="com.iamberry.wechat.core.entity.integral.IntegralConfig" alias="IntegralConfig"/>
  228. <typeAlias type="com.iamberry.wechat.core.entity.integral.MemberIntegral" alias="MemberIntegral"/>
  229. <typeAlias type="com.iamberry.wechat.core.entity.integral.RankRule" alias="RankRule"/>
  230. <typeAlias type="com.iamberry.wechat.core.entity.integral.StayIntegral" alias="StayIntegral"/>
  231. <!--积分商城-->
  232. <typeAlias type="com.iamberry.wechat.core.entity.integral.IntegralItem" alias="IntegralItem"/>
  233. <typeAlias type="com.iamberry.wechat.core.entity.integral.IntegralOrder" alias="IntegralOrder"/>
  234. <typeAlias type="com.iamberry.wechat.core.entity.integral.IntegralOrderAddress" alias="IntegralOrderAddress"/>
  235. <typeAlias type="com.iamberry.wechat.core.entity.integral.IntegralProduct" alias="IntegralProduct"/>
  236. <typeAlias type="com.iamberry.wechat.core.entity.integral.IntegralProductConvert" alias="IntegralProductConvert"/>
  237. <typeAlias type="com.iamberry.wechat.core.entity.integral.IntegralProductGrade" alias="IntegralProductGrade"/>
  238. <typeAlias type="com.iamberry.wechat.core.entity.integral.IntegralProductPicture" alias="IntegralProductPicture"/>
  239. <typeAlias type="com.iamberry.wechat.core.entity.product.ProductRelatedRstProduce" alias="ProductRelatedRstProduce"/>
  240. <!--牙刷定制-->
  241. <typeAlias type="com.iamberry.wechat.core.entity.customized.CustomizedColor" alias="CustomizedColor"/>
  242. <typeAlias type="com.iamberry.wechat.core.entity.customized.CustomizedPattern" alias="CustomizedPattern"/>
  243. <typeAlias type="com.iamberry.wechat.core.entity.customized.CustomizedPosition" alias="CustomizedPosition"/>
  244. <typeAlias type="com.iamberry.wechat.core.entity.customized.OrderCustomized" alias="OrderCustomized"/>
  245. <typeAlias type="com.iamberry.wechat.core.entity.customized.CustomizedTooth" alias="CustomizedTooth"/>
  246. <typeAlias type="com.iamberry.wechat.core.entity.customized.CustomizedExternalUrl" alias="CustomizedExternalUrl"/>
  247. <!--618活动好友助力-->
  248. <typeAlias type="com.iamberry.wechat.core.entity.activity.Activity" alias="Activity"/>
  249. <typeAlias type="com.iamberry.wechat.core.entity.activity.ActivityHelp" alias="ActivityHelp"/>
  250. <!--上朵促销统计产品浏览人数-->
  251. <typeAlias type="com.iamberry.wechat.core.entity.product.AccessFlow" alias="AccessFlow"/>
  252. <!--上朵分销-->
  253. <typeAlias type="com.iamberry.wechat.core.entity.channel.ChannelPrice" alias="ChannelPrice"/>
  254. <typeAlias type="com.iamberry.wechat.core.entity.channel.ChannelRebate" alias="ChannelRebate"/>
  255. <typeAlias type="com.iamberry.wechat.core.entity.channel.ChildChannel" alias="ChildChannel"/>
  256. <typeAlias type="com.iamberry.wechat.core.entity.channel.MainChannel" alias="MainChannel"/>
  257. <package name="com.iamberry.wechat.core.entity.rent"/>
  258. </typeAliases>
  259. <!-- PageHelper -->
  260. <plugins>
  261. <plugin interceptor="com.github.pagehelper.PageInterceptor">
  262. <property name="reasonable" value="true"/>
  263. <property name="pageSizeZero" value="true"/>
  264. </plugin>
  265. </plugins>
  266. <mappers>
  267. <mapper resource="com/iamberry/wechat/service/mapper/adminBannerMapper.xml"/>
  268. <mapper resource="com/iamberry/wechat/service/mapper/adminChildPermissionsMapper.xml"/>
  269. <mapper resource="com/iamberry/wechat/service/mapper/adminCouponItemMapper.xml"/>
  270. <mapper resource="com/iamberry/wechat/service/mapper/adminInfoMapper.xml"/>
  271. <mapper resource="com/iamberry/wechat/service/mapper/adminLogMapper.xml"/>
  272. <mapper resource="com/iamberry/wechat/service/mapper/adminOrderMapper.xml"/>
  273. <mapper resource="com/iamberry/wechat/service/mapper/adminStatisticsMapper.xml"/>
  274. <mapper resource="com/iamberry/wechat/service/mapper/agentMemberMapper.xml"/>
  275. <mapper resource="com/iamberry/wechat/service/mapper/agentOrderMapper.xml"/>
  276. <mapper resource="com/iamberry/wechat/service/mapper/bindingMacMapper.xml"/>
  277. <mapper resource="com/iamberry/wechat/service/mapper/cartMapper.xml"/>
  278. <mapper resource="com/iamberry/wechat/service/mapper/cashLogMapper.xml"/>
  279. <mapper resource="com/iamberry/wechat/service/mapper/configMapper.xml"/>
  280. <mapper resource="com/iamberry/wechat/service/mapper/couponItemMapper.xml"/>
  281. <mapper resource="com/iamberry/wechat/service/mapper/couponTypeMapper.xml"/>
  282. <mapper resource="com/iamberry/wechat/service/mapper/dealerRelationMapper.xml"/>
  283. <mapper resource="com/iamberry/wechat/service/mapper/drpRoleInfoMapper.xml"/>
  284. <mapper resource="com/iamberry/wechat/service/mapper/firstAccessMapper.xml"/>
  285. <mapper resource="com/iamberry/wechat/service/mapper/firstJoinKeyMapper.xml"/>
  286. <mapper resource="com/iamberry/wechat/service/mapper/gameMapper.xml"/>
  287. <mapper resource="com/iamberry/wechat/service/mapper/homeMemberMapper.xml"/>
  288. <mapper resource="com/iamberry/wechat/service/mapper/imageTextInfoMapper.xml"/>
  289. <mapper resource="com/iamberry/wechat/service/mapper/imageTextMoreMapper.xml"/>
  290. <mapper resource="com/iamberry/wechat/service/mapper/keyWordMapper.xml"/>
  291. <mapper resource="com/iamberry/wechat/service/mapper/memberMapper.xml"/>
  292. <mapper resource="com/iamberry/wechat/service/mapper/menuInfoMapper.xml"/>
  293. <mapper resource="com/iamberry/wechat/service/mapper/menuKeySetMapper.xml"/>
  294. <mapper resource="com/iamberry/wechat/service/mapper/mqMapper.xml"/>
  295. <mapper resource="com/iamberry/wechat/service/mapper/newsMapper.xml"/>
  296. <mapper resource="com/iamberry/wechat/service/mapper/orderMapper.xml"/>
  297. <mapper resource="com/iamberry/wechat/service/mapper/placeInfoMapper.xml"/>
  298. <mapper resource="com/iamberry/wechat/service/mapper/placeLogsMapper.xml"/>
  299. <mapper resource="com/iamberry/wechat/service/mapper/placeWithDrawalsLogsMapper.xml"/>
  300. <mapper resource="com/iamberry/wechat/service/mapper/productImageTextMapper.xml"/>
  301. <mapper resource="com/iamberry/wechat/service/mapper/productInfoMapper.xml"/>
  302. <mapper resource="com/iamberry/wechat/service/mapper/productMapper.xml"/>
  303. <mapper resource="com/iamberry/wechat/service/mapper/productPictureMapper.xml"/>
  304. <mapper resource="com/iamberry/wechat/service/mapper/productColorMapper.xml"/>
  305. <mapper resource="com/iamberry/wechat/service/mapper/qrcodeMapper.xml"/>
  306. <mapper resource="com/iamberry/wechat/service/mapper/rebackInfoMapper.xml"/>
  307. <mapper resource="com/iamberry/wechat/service/mapper/rewardsMapper.xml"/>
  308. <mapper resource="com/iamberry/wechat/service/mapper/salesLogMapper.xml"/>
  309. <mapper resource="com/iamberry/wechat/service/mapper/systemMapper.xml"/>
  310. <mapper resource="com/iamberry/wechat/service/mapper/taskMapper.xml"/>
  311. <mapper resource="com/iamberry/wechat/service/mapper/templateFlowInfoMapper.xml"/>
  312. <mapper resource="com/iamberry/wechat/service/mapper/templateInfoMapper.xml"/>
  313. <mapper resource="com/iamberry/wechat/service/mapper/temporaryQrcodeMapper.xml"/>
  314. <mapper resource="com/iamberry/wechat/service/mapper/tokenMapper.xml"/>
  315. <mapper resource="com/iamberry/wechat/service/mapper/wdRelationMapper.xml"/>
  316. <mapper resource="com/iamberry/wechat/service/mapper/wechatShareMapper.xml"/>
  317. <mapper resource="com/iamberry/wechat/service/mapper/withdrawMapper.xml"/>
  318. <mapper resource="com/iamberry/wechat/service/mapper/chargerReceiveMapper.xml"/>
  319. <!--统计-->
  320. <mapper resource="com/iamberry/wechat/service/mapper/reportMapper.xml"/>
  321. <!-- 试用订单流程mapper -->
  322. <mapper resource="com/iamberry/wechat/service/mapper/probationShopOrderMapper.xml"/>
  323. <mapper resource="com/iamberry/wechat/service/mapper/adminProbationOrderMapper.xml"/>
  324. <mapper resource="com/iamberry/wechat/service/mapper/probationMapper.xml"/>
  325. <!-- 前端统计mapper -->
  326. <mapper resource="com/iamberry/wechat/service/mapper/statisticsRelationMapper.xml"/>
  327. <!-- 租赁订单流程mapper -->
  328. <mapper resource="com/iamberry/wechat/service/mapper/leaseOrderMapper.xml"/>
  329. <mapper resource="com/iamberry/wechat/service/mapper/leaseMachineMapper.xml"/>
  330. <!-- 礼品卡 -->
  331. <mapper resource="com/iamberry/wechat/service/mapper/userMachineInfoMapper.xml"/>
  332. <mapper resource="com/iamberry/wechat/service/mapper/giftCardMapper.xml"/>
  333. <mapper resource="com/iamberry/wechat/service/mapper/agentMachineMapper.xml"/>
  334. <mapper resource="com/iamberry/wechat/service/mapper/agentMapper.xml"/>
  335. <mapper resource="com/iamberry/wechat/service/mapper/giftCardPayCodeMapper.xml"/>
  336. <!-- 代理商信息 -->
  337. <mapper resource="com/iamberry/wechat/service/mapper/agentInfoMapper.xml"/>
  338. <mapper resource="com/iamberry/wechat/service/mapper/agentPurchaseOrderMapper.xml"/>
  339. <!-- 水机租赁 -->
  340. <!--<mapper resource="com/iamberry/rent/service/order/mapper/rentOrderMapper.xml"/>
  341. <mapper resource="com/iamberry/rent/service/machine/mapper/machineMapper.xml"/>
  342. <mapper resource="com/iamberry/rent/service/order/mapper/serviceCouponMapper.xml"/>
  343. <mapper resource="com/iamberry/rent/service/rebate/mapper/orderRebateMapper.xml"/>
  344. <mapper resource="com/iamberry/rent/service/order/mapper/rentExchangeMapper.xml"/>-->
  345. <!-- 机器编号,获取二维码-->
  346. <mapper resource="com/iamberry/wechat/service/mapper/machineNumberMapper.xml"/>
  347. <!-- 机器 -->
  348. <mapper resource="com/iamberry/wechat/service/mapper/apparatusMapper.xml"/>
  349. <!--积分-->
  350. <mapper resource="com/iamberry/wechat/service/mapper/useIntegralMapper.xml"/>
  351. <!--积分商城-->
  352. <mapper resource="com/iamberry/wechat/service/mapper/IntegralItemMapper.xml"/>
  353. <mapper resource="com/iamberry/wechat/service/mapper/integralOrderAddressMapper.xml"/>
  354. <mapper resource="com/iamberry/wechat/service/mapper/integralOrderMapper.xml"/>
  355. <mapper resource="com/iamberry/wechat/service/mapper/integralProductConvertMapper.xml"/>
  356. <mapper resource="com/iamberry/wechat/service/mapper/integralProductGradeMapper.xml"/>
  357. <mapper resource="com/iamberry/wechat/service/mapper/integralProductMapper.xml"/>
  358. <mapper resource="com/iamberry/wechat/service/mapper/integralProductPictureMapper.xml"/>
  359. <!--牙刷定制-->
  360. <mapper resource="com/iamberry/wechat/service/mapper/customizedColorMapper.xml"/>
  361. <mapper resource="com/iamberry/wechat/service/mapper/customizedPatternMapper.xml"/>
  362. <mapper resource="com/iamberry/wechat/service/mapper/customizedPositionMapper.xml"/>
  363. <mapper resource="com/iamberry/wechat/service/mapper/orderCustomizedMapper.xml"/>
  364. <mapper resource="com/iamberry/wechat/service/mapper/customizedToothMapper.xml"/>
  365. <mapper resource="com/iamberry/wechat/service/mapper/customizedExternalUrlMapper.xml"/>
  366. <!--618活动,好友助力-->
  367. <mapper resource="com/iamberry/wechat/service/mapper/activityHelpMapper.xml"/>
  368. <mapper resource="com/iamberry/wechat/service/mapper/activityMapper.xml"/>
  369. <!-- 上朵促销统计产品浏览人数 -->
  370. <mapper resource="com/iamberry/wechat/service/mapper/accessFlowMapper.xml"/>
  371. <!--上朵分销-->
  372. <mapper resource="com/iamberry/wechat/service/mapper/mainChannelMapper.xml"/>
  373. <mapper resource="com/iamberry/wechat/service/mapper/childChannelMapper.xml"/>
  374. <mapper resource="com/iamberry/wechat/service/mapper/channelRebateMapper.xml"/>
  375. <mapper resource="com/iamberry/wechat/service/mapper/channelPriceMapper.xml"/>
  376. </mappers>
  377. </configuration>