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 |   30 +++++++++++++-----------------
 1 files changed, 13 insertions(+), 17 deletions(-)

diff --git a/java110-generator/src/main/resources/newBack/template_1.json b/java110-generator/src/main/resources/newBack/template_1.json
index 20a1bf1..c70e314 100755
--- a/java110-generator/src/main/resources/newBack/template_1.json
+++ b/java110-generator/src/main/resources/newBack/template_1.json
@@ -1,32 +1,28 @@
 {
   "autoMove": true,
-  "id": "prId",
-  "name": "contractChangePlanRoom",
-  "desc": "鍚堝悓鎴垮眿鍙樻洿",
+  "id": "xmlId",
+  "name": "oaWorkflowXml",
+  "desc": "OA娴佺▼鍥�",
   "shareParam": "storeId",
   "shareColumn": "store_id",
-  "shareName": "store",
-  "tableName": "contract_change_plan_room",
+  "shareName": "oa",
+  "tableName": "oa_workflow_xml",
   "param": {
-    "prId": "pr_id",
-    "planId": "plan_id",
-    "contractId": "contract_id",
-    "roomId": "room_id",
-    "roomName": "room_name",
-    "ownerId": "owner_id",
-    "ownerName": "owner_name",
-    "operate": "operate",
+    "xmlId": "xml_id",
+    "flowId": "flow_id",
     "storeId": "store_id",
+    "bpmnXml": "bpmn_xml",
+    "svgXml": "svg_xml",
     "statusCd": "status_cd"
   },
   "required": [
     {
-      "code": "planId",
-      "msg": "璁″垝涓嶈兘涓虹┖"
+      "code": "flowId",
+      "msg": "娴佺▼涓嶈兘涓虹┖"
     },
     {
-      "code": "roomId",
-      "msg": "鎴垮眿涓嶈兘涓虹┖"
+      "code": "bpmnXml",
+      "msg": "娴佺▼鍥句笉鑳戒负绌�"
     }
   ]
 }

--
Gitblit v1.8.0