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 |   34 +++++++++++++++-------------------
 1 files changed, 15 insertions(+), 19 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 5f7bef4..c70e314
--- 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": "detailId",
-  "name": "attendanceClassesTaskDetail",
-  "desc": "鑰冨嫟浠诲姟鏄庣粏",
+  "id": "xmlId",
+  "name": "oaWorkflowXml",
+  "desc": "OA娴佺▼鍥�",
   "shareParam": "storeId",
   "shareColumn": "store_id",
-  "shareName": "common",
-  "tableName": "attendance_classes_task_detail",
+  "shareName": "oa",
+  "tableName": "oa_workflow_xml",
   "param": {
-    "taskId": "task_id",
-    "detailId": "detail_id",
-    "specCd": "spec_cd",
-    "statusCd": "status_cd",
-    "value": "value",
-    "checkTime": "check_time",
-    "facePath": "face_path",
-    "state": "state",
-    "remark": "remark",
-    "storeId": "store_id"
+    "xmlId": "xml_id",
+    "flowId": "flow_id",
+    "storeId": "store_id",
+    "bpmnXml": "bpmn_xml",
+    "svgXml": "svg_xml",
+    "statusCd": "status_cd"
   },
   "required": [
     {
-      "code": "taskId",
-      "msg": "浠诲姟涓嶈兘涓虹┖"
+      "code": "flowId",
+      "msg": "娴佺▼涓嶈兘涓虹┖"
     },
     {
-      "code": "storeId",
-      "msg": "鍟嗘埛涓嶈兘涓虹┖"
+      "code": "bpmnXml",
+      "msg": "娴佺▼鍥句笉鑳戒负绌�"
     }
   ]
 }

--
Gitblit v1.8.0