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
old mode 100644
new mode 100755
index 513040f..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": "partyaId",
- "name": "contractPartya",
- "desc": "鍚堝悓鎴垮眿",
+ "id": "xmlId",
+ "name": "oaWorkflowXml",
+ "desc": "OA娴佺▼鍥�",
"shareParam": "storeId",
"shareColumn": "store_id",
- "shareName": "store",
- "tableName": "contract_partya",
+ "shareName": "oa",
+ "tableName": "oa_workflow_xml",
"param": {
- "partyaId": "partya_id",
- "partyA": "party_a",
- "aContacts": "a_contacts",
- "aLink": "a_link",
+ "xmlId": "xml_id",
+ "flowId": "flow_id",
"storeId": "store_id",
+ "bpmnXml": "bpmn_xml",
+ "svgXml": "svg_xml",
"statusCd": "status_cd"
},
"required": [
{
- "code": "partyA",
- "msg": "鐢叉柟涓嶈兘涓虹┖"
+ "code": "flowId",
+ "msg": "娴佺▼涓嶈兘涓虹┖"
},
{
- "code": "aContacts",
- "msg": "鑱旂郴浜轰笉鑳戒负绌�"
- },
- {
- "code": "aLink",
- "msg": "鑱旂郴鐢佃瘽涓嶈兘涓虹┖"
+ "code": "bpmnXml",
+ "msg": "娴佺▼鍥句笉鑳戒负绌�"
}
]
}
--
Gitblit v1.8.0