From 854d9d55a86b7076abc4f526e90001bd806d324c Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Mon, 11 Jan 2021 10:19:54 +0800 Subject: [PATCH] Merge branch 'api' into order_reform --- zq-erp/src/main/java/com/matrix/system/wechart/templateMsg/demo/MsgDemo3.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/zq-erp/src/main/java/com/matrix/system/wechart/templateMsg/MsgDemo3.java b/zq-erp/src/main/java/com/matrix/system/wechart/templateMsg/demo/MsgDemo3.java similarity index 94% rename from zq-erp/src/main/java/com/matrix/system/wechart/templateMsg/MsgDemo3.java rename to zq-erp/src/main/java/com/matrix/system/wechart/templateMsg/demo/MsgDemo3.java index 5531bf7..db1e7cd 100644 --- a/zq-erp/src/main/java/com/matrix/system/wechart/templateMsg/MsgDemo3.java +++ b/zq-erp/src/main/java/com/matrix/system/wechart/templateMsg/demo/MsgDemo3.java @@ -1,4 +1,4 @@ -package com.matrix.system.wechart.templateMsg; +package com.matrix.system.wechart.templateMsg.demo; import com.alibaba.fastjson.JSONObject; import com.matrix.component.tools.HttpClientUtil; -- Gitblit v1.9.1