浏览代码

客户信息系统

liujiankang 7 年之前
父节点
当前提交
cbf0e440fe
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      watero-rst-web/src/main/resources/watero-rst-orm.xml

+ 8 - 0
watero-rst-web/src/main/resources/watero-rst-orm.xml

@@ -92,6 +92,13 @@
 		<typeAlias type="com.iamberry.rst.core.address.Country" alias="Country"/>
 		<typeAlias type="com.iamberry.rst.core.address.District" alias="District"/>
 		<typeAlias type="com.iamberry.rst.core.address.Province" alias="Province"/>
+
+		<typeAlias type="com.iamberry.rst.core.customer.BillingInfo" alias="BillingInfo"/>
+		<typeAlias type="com.iamberry.rst.core.customer.ChannelDivisionInfo" alias="ChannelDivisionInfo"/>
+		<typeAlias type="com.iamberry.rst.core.customer.ChannelSaleInfo" alias="ChannelSaleInfo"/>
+		<typeAlias type="com.iamberry.rst.core.customer.CustomerBasicInfo" alias="CustomerBasicInfo"/>
+		<typeAlias type="com.iamberry.rst.core.customer.DockedContactInfo" alias="DockedContactInfo"/>
+		<typeAlias type="com.iamberry.rst.core.customer.TicketOpeningInfo" alias="TicketOpeningInfo"/>
 	</typeAliases>
 	<!-- PageHelper -->
 	<plugins>
@@ -153,6 +160,7 @@
 		<mapper resource="com/iamberry/rst/service/address/mapper/addressMapper.xml"/>
 
 		<mapper resource="com/iamberry/rst/service/sys/mapper/sysConfigMapper.xml"/>
+		<mapper resource="com/iamberry/rst/service/customer/mapper/CustomerBasicMapper.xml"/>
 
 	</mappers>
 </configuration>