From 1a20adbee4043a7b4a9e51565e7ac0f99d06c36d Mon Sep 17 00:00:00 2001
From: wzy <wzy19931122ai@163.com>
Date: Sat, 24 Apr 2021 20:21:24 +0800
Subject: [PATCH] Merge branch 'data_move' of http://120.27.238.55:7000/r/beauty-erp into data_move

---
 zq-erp/src/main/resources/mybatis/mybatis-config.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/zq-erp/src/main/resources/mybatis/mybatis-config.xml b/zq-erp/src/main/resources/mybatis/mybatis-config.xml
index ac77a00..66fe1b7 100644
--- a/zq-erp/src/main/resources/mybatis/mybatis-config.xml
+++ b/zq-erp/src/main/resources/mybatis/mybatis-config.xml
@@ -63,5 +63,6 @@
 		<typeAlias alias="ServicesFlow"  type="com.matrix.system.hive.bean.ServicesFlow" />
 		<typeAlias alias="VipAnswer"  type="com.matrix.system.hive.bean.VipAnswer" />
 		<typeAlias alias="SysWorktime"  type="com.matrix.system.hive.bean.SysWorktime" />
+		<typeAlias alias="SysOrderFlow"  type="com.matrix.system.hive.bean.SysOrderFlow" />
 	</typeAliases>
 </configuration>

--
Gitblit v1.9.1