瀏覽代碼

配实体类置文件

liujiankang 7 年之前
父節點
當前提交
f71028d136
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      watero-rst-web/src/main/resources/watero-rst-orm.xml

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

@@ -51,6 +51,7 @@
 		<typeAlias type="com.iamberry.rst.core.pts.PtsBatch" alias="PtsBatch"/>
 		<typeAlias type="com.iamberry.rst.core.pts.PtsComponents" alias="PtsComponents"/>
 		<typeAlias type="com.iamberry.rst.core.pts.PtsSupplier" alias="PtsSupplier"/>
+		<typeAlias type="com.iamberry.rst.core.pts.PtsMachineVersion" alias="PtsMachineVersion"/>
 	</typeAliases>
 	<!-- PageHelper -->
 	<plugins>
@@ -75,5 +76,6 @@
 		<mapper resource="com/iamberry/rst/service/pts/mapper/ptsBomMapper.xml"/>
 		<mapper resource="com/iamberry/rst/service/pts/mapper/machinePartsMapper.xml"/>
 		<mapper resource="com/iamberry/rst/service/pts/mapper/machineSupplierMapper.xml"/>
+		<mapper resource="com/iamberry/rst/service/pts/mapper/machineVersionMapper.xml"/>
 	</mappers>
 </configuration>