Browse Source

整理微信项目

wangxiaoming 5 years ago
parent
commit
83145c7808
1 changed files with 1 additions and 0 deletions
  1. 1 0
      wechat-wechat-web/src/main/resources/mybatis.xml

+ 1 - 0
wechat-wechat-web/src/main/resources/mybatis.xml

@@ -16,6 +16,7 @@
     </settings>
     <!-- 别名设置 -->
 	<typeAliases>
+		<typeAlias type="com.iamberry.cms.core.entity.customer.CustomerInfo" alias="CustomerInfo"/>
 		<typeAlias type="com.iamberry.wechat.core.entity.PageBean" alias="PageBean"/>
 		<typeAlias type="com.iamberry.wechat.core.entity.PaperBean" alias="PaperBean"/>
 		<typeAlias type="com.iamberry.wechat.core.entity.JsonBack" alias="JsonBack"/>