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 | 43 +++++++++++++++++++++++++++++++------------
1 files changed, 31 insertions(+), 12 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 e454851..4adf50f
--- a/java110-generator/src/main/resources/newBack/template_1.json
+++ b/java110-generator/src/main/resources/newBack/template_1.json
@@ -1,27 +1,46 @@
{
"autoMove": true,
- "id": "applyType",
- "name": "applyRoomDiscountType",
- "desc": "浼樻儬鐢宠绫诲瀷",
+ "id": "titleId",
+ "name": "reportInfoSettingTitle",
+ "desc": "杩涘嚭涓婃姤棰樼洰璁剧疆",
"shareParam": "communityId",
"shareColumn": "community_id",
- "shareName": "fee",
- "tableName": "apply_room_discount_type",
+ "shareName": "report",
+ "tableName": "report_info_setting_title",
"param": {
- "applyType": "apply_type",
+ "titleId": "title_id",
+ "settingId": "setting_id",
+ "title": "title",
+ "titleType": "title_type",
+ "seq": "seq",
"communityId": "community_id",
- "typeName": "type_name",
- "typeDesc": "type_desc",
+ "createTime": "create_time",
"statusCd": "status_cd"
},
"required": [
{
- "code": "communityId",
- "msg": "灏忓尯淇℃伅涓嶈兘涓虹┖"
+ "code": "titleId",
+ "msg": "鍚堝悓ID涓嶈兘涓虹┖"
},
{
- "code": "typeName",
- "msg": "绫诲瀷鍚嶇О涓嶈兘涓虹┖"
+ "code": "settingId",
+ "msg": "鍟嗘埛ID涓嶈兘涓虹┖"
+ },
+ {
+ "code": "title",
+ "msg": "鐢ㄦ埛瑙勬牸涓嶈兘涓虹┖"
+ },
+ {
+ "code": "titleType",
+ "msg": "鐢ㄦ埛瑙勬牸涓嶈兘涓虹┖"
+ },
+ {
+ "code": "seq",
+ "msg": "鐢ㄦ埛瑙勬牸涓嶈兘涓虹┖"
+ },
+ {
+ "code": "communityId",
+ "msg": "鐢ㄦ埛瑙勬牸涓嶈兘涓虹┖"
}
]
}
--
Gitblit v1.8.0