From ab6a423cf604b83f06b5768dbc162ece744a32d9 Mon Sep 17 00:00:00 2001
From: shane <88386378@qq.com>
Date: 星期五, 20 八月 2021 00:34:11 +0800
Subject: [PATCH] Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity

---
 java110-generator/src/main/resources/newBack/template_1.json |   33 ++++++++++++++++++---------------
 1 files changed, 18 insertions(+), 15 deletions(-)

diff --git a/java110-generator/src/main/resources/newBack/template_1.json b/java110-generator/src/main/resources/newBack/template_1.json
old mode 100644
new mode 100755
index 62e04b4..c70e314
--- a/java110-generator/src/main/resources/newBack/template_1.json
+++ b/java110-generator/src/main/resources/newBack/template_1.json
@@ -1,25 +1,28 @@
 {
   "autoMove": true,
-  "id": "logId",
-  "name": "machineTranslateError",
-  "desc": "IOT鍚屾閿欒鏃ュ織璁板綍",
-  "shareParam": "communityId",
-  "shareColumn": "community_id",
-  "shareName": "common",
-  "tableName": "machine_translate_error",
+  "id": "xmlId",
+  "name": "oaWorkflowXml",
+  "desc": "OA娴佺▼鍥�",
+  "shareParam": "storeId",
+  "shareColumn": "store_id",
+  "shareName": "oa",
+  "tableName": "oa_workflow_xml",
   "param": {
-    "logId": "log_id",
-    "machineTranslateId": "machine_translate_id",
-    "communityId": "community_id",
-    "reqHeader": "req_header",
-    "reqBody": "req_body",
-    "resBody": "res_body",
+    "xmlId": "xml_id",
+    "flowId": "flow_id",
+    "storeId": "store_id",
+    "bpmnXml": "bpmn_xml",
+    "svgXml": "svg_xml",
     "statusCd": "status_cd"
   },
   "required": [
     {
-      "code": "logId",
-      "msg": "ID涓嶈兘涓虹┖"
+      "code": "flowId",
+      "msg": "娴佺▼涓嶈兘涓虹┖"
+    },
+    {
+      "code": "bpmnXml",
+      "msg": "娴佺▼鍥句笉鑳戒负绌�"
     }
   ]
 }

--
Gitblit v1.8.0