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