From 46eed722cd0431aa433bea2470b23015b8d83b3e Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期一, 21 二月 2022 10:03:25 +0800
Subject: [PATCH] 优化三亚物业 临时收费问题
---
java110-generator/src/main/resources/web/template_1.json | 140 +++++++++++++++++++++++++---------------------
1 files changed, 77 insertions(+), 63 deletions(-)
diff --git a/java110-generator/src/main/resources/web/template_1.json b/java110-generator/src/main/resources/web/template_1.json
old mode 100644
new mode 100755
index b2f9605..9a941ba
--- a/java110-generator/src/main/resources/web/template_1.json
+++ b/java110-generator/src/main/resources/web/template_1.json
@@ -1,71 +1,85 @@
{
- "templateName": "浠撳簱",
- "directories": "property",
- "templateCode": "storehouse",
- "templateKey": "shId",
- "templateKeyName": "浠撳簱缂栧彿",
- "searchCode": "shId",
- "searchName": "浠撳簱缂栧彿",
- "conditions": [
- {
- "name": "浠撳簱鍚嶇О",
- "inputType": "input",
- "code": "shName",
- "whereCondition": "equal"
- },
- {
- "name": "浠撳簱绫诲瀷",
- "inputType": "select",
- "selectValue": "2806,2807",
- "selectValueName": "闆嗗洟浠撳簱,灏忓尯浠撳簱",
- "code": "shType",
- "whereCondition": "equal"
- },
- {
- "name": "浠撳簱缂栧彿",
- "inputType": "input",
- "code": "shId",
- "whereCondition": "equal"
- }
- ],
+ "templateKeyName": "缂栧彿",
+ "templateName": "闀滃儚",
"columns": [
{
- "code": "shName",
- "cnCode": "浠撳簱鍚嶇О",
- "desc": "蹇呭~锛岃濉啓浠撳簱鍚嶇О",
- "required": true,
"hasDefaultValue": false,
- "inputType": "input",
- "limit": "maxLength",
"limitParam": "64",
- "limitErrInfo": "浠撳簱鍚嶇О澶暱",
- "show": true
- },
- {
- "code": "shType",
- "cnCode": "浠撳簱绫诲瀷",
- "desc": "蹇呭~锛岃閫夋嫨浠撳簱绫诲瀷",
- "required": true,
- "hasDefaultValue": false,
- "inputType": "select",
- "selectValue": "2806,2807",
- "selectValueName": "闆嗗洟浠撳簱,灏忓尯浠撳簱",
- "limit": "num",
- "limitParam": "",
- "limitErrInfo": "浠撳簱绫诲瀷鏍煎紡閿欒",
- "show": true
- },
- {
- "code": "shDesc",
- "cnCode": "鎻忚堪",
- "desc": "蹇呭~锛岃濉啓鎻忚堪",
- "required": true,
- "hasDefaultValue": false,
- "inputType": "input",
+ "code": "name",
+ "limitErrInfo": "闀滃儚鍚嶇О涓嶈兘瓒呰繃64",
+ "cnCode": "闀滃儚鍚嶇О",
"limit": "maxLength",
+ "show": true,
+ "inputType": "input",
+ "required": true,
+ "desc": "蹇呭~锛宯ame"
+ },
+ {
+ "hasDefaultValue": false,
+ "limitParam": "12",
+ "code": "imagesType",
+ "limitErrInfo": "闀滃儚绫诲瀷涓嶈兘瓒呰繃12",
+ "cnCode": "闀滃儚绫诲瀷",
+ "limit": "maxLength",
+ "show": true,
+ "inputType": "input",
+ "required": true,
+ "desc": "蹇呭~锛宨magesType"
+ },
+ {
+ "hasDefaultValue": false,
"limitParam": "512",
- "limitErrInfo": "鎻忚堪澶暱",
- "show": true
+ "code": "typeUrl",
+ "limitErrInfo": "绫诲瀷鍦板潃涓嶈兘瓒呰繃512",
+ "cnCode": "绫诲瀷鍦板潃",
+ "limit": "maxLength",
+ "show": true,
+ "inputType": "input",
+ "required": true,
+ "desc": "蹇呭~锛宼ypeUrl"
+ },
+ {
+ "hasDefaultValue": false,
+ "limitParam": "12",
+ "code": "imagesFlag",
+ "limitErrInfo": "闀滃儚鏍囪瘑涓嶈兘瓒呰繃12",
+ "cnCode": "闀滃儚鏍囪瘑",
+ "limit": "maxLength",
+ "show": true,
+ "inputType": "input",
+ "required": true,
+ "desc": "蹇呭~锛宨magesFlag"
}
- ]
-}
\ No newline at end of file
+ ],
+ "searchName": "缂栧彿",
+ "directories": "admin",
+ "searchCode": "id",
+ "templateCode": "businessImages",
+ "conditions": [
+ {
+ "whereCondition": "equal",
+ "code": "id",
+ "name": "id",
+ "inputType": "input"
+ },
+ {
+ "whereCondition": "equal",
+ "code": "name",
+ "name": "name",
+ "inputType": "input"
+ },
+ {
+ "whereCondition": "equal",
+ "code": "imagesType",
+ "name": "imagesType",
+ "inputType": "input"
+ },
+ {
+ "whereCondition": "equal",
+ "code": "imagesFlag",
+ "name": "imagesFlag",
+ "inputType": "input"
+ }
+ ],
+ "templateKey": "id"
+}
--
Gitblit v1.8.0