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 | 44 ++++++++++++++++++--------------------------
1 files changed, 18 insertions(+), 26 deletions(-)
diff --git a/java110-generator/src/main/resources/newBack/template_1.json b/java110-generator/src/main/resources/newBack/template_1.json
index a4b624f..c70e314 100755
--- a/java110-generator/src/main/resources/newBack/template_1.json
+++ b/java110-generator/src/main/resources/newBack/template_1.json
@@ -1,37 +1,29 @@
{
"autoMove": true,
- "id": "bankId",
- "name": "accountBank",
- "desc": "寮�鎴疯",
- "shareParam": "shopId",
- "shareColumn": "shop_id",
- "shareName": "acct",
- "tableName": "account_bank",
+ "id": "xmlId",
+ "name": "oaWorkflowXml",
+ "desc": "OA娴佺▼鍥�",
+ "shareParam": "storeId",
+ "shareColumn": "store_id",
+ "shareName": "oa",
+ "tableName": "oa_workflow_xml",
"param": {
- "bankId": "bank_id",
- "bankCode": "bank_code",
- "personName": "person_name",
- "personTel": "person_tel",
- "bankName": "bank_name",
- "shopId": "shop_id",
- "createTime": "create_time",
+ "xmlId": "xml_id",
+ "flowId": "flow_id",
+ "storeId": "store_id",
+ "bpmnXml": "bpmn_xml",
+ "svgXml": "svg_xml",
"statusCd": "status_cd"
},
"required": [
{
- "code": "bankCode",
- "msg": "璐﹀彿涓嶈兘涓虹┖"
+ "code": "flowId",
+ "msg": "娴佺▼涓嶈兘涓虹┖"
},
{
- "code": "personName",
- "msg": "鎸佸崱浜哄悕绉颁笉鑳戒负绌�"
- },
- {
- "code": "bankName",
- "msg": "寮�鎴疯涓嶈兘涓虹┖"
- },{
- "code": "shopId",
- "msg": "鍟嗛摵ID涓嶈兘涓虹┖"
+ "code": "bpmnXml",
+ "msg": "娴佺▼鍥句笉鑳戒负绌�"
}
]
-}
\ No newline at end of file
+}
+
--
Gitblit v1.8.0