Sfoglia il codice sorgente

整理微信项目

wangxiaoming 5 anni fa
parent
commit
83145c7808
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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"/>