From b5e47a74ad88c453bf82fb8b870b69ac9d45503f Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期五, 06 八月 2021 16:08:51 +0800
Subject: [PATCH] Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity
---
java110-generator/src/main/resources/newBack/template_1.json | 50 ++++++++++++++++++++++++++++++++------------------
1 files changed, 32 insertions(+), 18 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..4adf50f
--- a/java110-generator/src/main/resources/newBack/template_1.json
+++ b/java110-generator/src/main/resources/newBack/template_1.json
@@ -1,32 +1,46 @@
{
"autoMove": true,
- "id": "partyaId",
- "name": "contractPartya",
- "desc": "鍚堝悓鎴垮眿",
- "shareParam": "storeId",
- "shareColumn": "store_id",
- "shareName": "store",
- "tableName": "contract_partya",
+ "id": "titleId",
+ "name": "reportInfoSettingTitle",
+ "desc": "杩涘嚭涓婃姤棰樼洰璁剧疆",
+ "shareParam": "communityId",
+ "shareColumn": "community_id",
+ "shareName": "report",
+ "tableName": "report_info_setting_title",
"param": {
- "partyaId": "partya_id",
- "partyA": "party_a",
- "aContacts": "a_contacts",
- "aLink": "a_link",
- "storeId": "store_id",
+ "titleId": "title_id",
+ "settingId": "setting_id",
+ "title": "title",
+ "titleType": "title_type",
+ "seq": "seq",
+ "communityId": "community_id",
+ "createTime": "create_time",
"statusCd": "status_cd"
},
"required": [
{
- "code": "partyA",
- "msg": "鐢叉柟涓嶈兘涓虹┖"
+ "code": "titleId",
+ "msg": "鍚堝悓ID涓嶈兘涓虹┖"
},
{
- "code": "aContacts",
- "msg": "鑱旂郴浜轰笉鑳戒负绌�"
+ "code": "settingId",
+ "msg": "鍟嗘埛ID涓嶈兘涓虹┖"
},
{
- "code": "aLink",
- "msg": "鑱旂郴鐢佃瘽涓嶈兘涓虹┖"
+ "code": "title",
+ "msg": "鐢ㄦ埛瑙勬牸涓嶈兘涓虹┖"
+ },
+ {
+ "code": "titleType",
+ "msg": "鐢ㄦ埛瑙勬牸涓嶈兘涓虹┖"
+ },
+ {
+ "code": "seq",
+ "msg": "鐢ㄦ埛瑙勬牸涓嶈兘涓虹┖"
+ },
+ {
+ "code": "communityId",
+ "msg": "鐢ㄦ埛瑙勬牸涓嶈兘涓虹┖"
}
]
}
--
Gitblit v1.8.0