From 6cd222d13f03901362f9a4c36a204e1e0b93a6e4 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期四, 08 九月 2022 00:31:22 +0800
Subject: [PATCH] Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity

---
 java110-core/src/main/java/com/java110/core/context/DataFlowContext.java |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/java110-core/src/main/java/com/java110/core/context/DataFlowContext.java b/java110-core/src/main/java/com/java110/core/context/DataFlowContext.java
old mode 100644
new mode 100755
index 853e472..445eb05
--- a/java110-core/src/main/java/com/java110/core/context/DataFlowContext.java
+++ b/java110-core/src/main/java/com/java110/core/context/DataFlowContext.java
@@ -25,6 +25,9 @@
     //AppId
      String getAppId();
 
+     //userId
+     String getUserId();
+
      JSONObject getReqJson();
     /**
      * 杩斿洖鎶ユ枃
@@ -118,4 +121,9 @@
      * @param serviceBusiness
      */
     public void addServiceBusiness(JSONObject serviceBusiness);
+    /**
+     * 璁剧疆璁㈠崟鏈嶅姟涓氬姟
+     * @param serviceBusinesses
+     */
+    public void setServiceBusiness(JSONArray serviceBusinesses);
 }

--
Gitblit v1.8.0