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 | 25 +++++++++++--------------
1 files changed, 11 insertions(+), 14 deletions(-)
diff --git a/java110-generator/src/main/resources/newBack/template_1.json b/java110-generator/src/main/resources/newBack/template_1.json
index 9e2e7ce..c70e314 100755
--- a/java110-generator/src/main/resources/newBack/template_1.json
+++ b/java110-generator/src/main/resources/newBack/template_1.json
@@ -1,31 +1,28 @@
{
"autoMove": true,
- "id": "flowId",
- "name": "oaWorkflow",
- "desc": "OA宸ヤ綔娴�",
+ "id": "xmlId",
+ "name": "oaWorkflowXml",
+ "desc": "OA娴佺▼鍥�",
"shareParam": "storeId",
"shareColumn": "store_id",
"shareName": "oa",
- "tableName": "oa_workflow",
+ "tableName": "oa_workflow_xml",
"param": {
+ "xmlId": "xml_id",
"flowId": "flow_id",
- "flowName": "flow_name",
- "describle": "describle",
"storeId": "store_id",
- "flowType": "flow_type",
- "modelId": "model_id",
- "flowKey": "flow_key",
- "processDefinitionKey": "process_definition_key",
+ "bpmnXml": "bpmn_xml",
+ "svgXml": "svg_xml",
"statusCd": "status_cd"
},
"required": [
{
- "code": "flowName",
- "msg": "娴佺▼鍚嶇О涓嶈兘涓虹┖"
+ "code": "flowId",
+ "msg": "娴佺▼涓嶈兘涓虹┖"
},
{
- "code": "flowType",
- "msg": "娴佺▼绫诲瀷涓嶈兘涓虹┖"
+ "code": "bpmnXml",
+ "msg": "娴佺▼鍥句笉鑳戒负绌�"
}
]
}
--
Gitblit v1.8.0