浏览代码

上朵分销系统

wangxiaoming 6 年之前
父节点
当前提交
ac32f17aee
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      tooth-wechat-web/src/main/resources/iamberry-wechat-service-mybatis.xml

+ 2 - 0
tooth-wechat-web/src/main/resources/iamberry-wechat-service-mybatis.xml

@@ -278,6 +278,7 @@
 		<typeAlias type="com.iamberry.wechat.core.entity.channel.ChannelRebate" alias="ChannelRebate"/>
 		<typeAlias type="com.iamberry.wechat.core.entity.channel.ChildChannel" alias="ChildChannel"/>
 		<typeAlias type="com.iamberry.wechat.core.entity.channel.MainChannel" alias="MainChannel"/>
+		<typeAlias type="com.iamberry.wechat.core.entity.channel.BalanceLog" alias="BalanceLog"/>
 
 		<package name="com.iamberry.wechat.core.entity.rent"/>
 	</typeAliases>
@@ -409,6 +410,7 @@
 		<mapper resource="com/iamberry/wechat/service/mapper/childChannelMapper.xml"/>
 		<mapper resource="com/iamberry/wechat/service/mapper/channelRebateMapper.xml"/>
 		<mapper resource="com/iamberry/wechat/service/mapper/channelPriceMapper.xml"/>
+		<mapper resource="com/iamberry/wechat/service/mapper/balanceLogMapper.xml"/>
 
 	</mappers>
 </configuration>