Parcourir la source

上朵分销系统

wangxiaoming il y a 6 ans
Parent
commit
ac32f17aee

+ 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>