소스 검색

上朵分销系统

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>