From 755262ba9a1a3c0573a0e910bbd0a353e9e2a2c5 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期三, 16 六月 2021 16:39:57 +0800
Subject: [PATCH] Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity
---
java110-generator/src/main/resources/web/template_1.json | 90 ++++++++++++++++++++-------------------------
1 files changed, 40 insertions(+), 50 deletions(-)
diff --git a/java110-generator/src/main/resources/web/template_1.json b/java110-generator/src/main/resources/web/template_1.json
index cab1f58..a479892 100755
--- a/java110-generator/src/main/resources/web/template_1.json
+++ b/java110-generator/src/main/resources/web/template_1.json
@@ -1,94 +1,84 @@
{
- "templateName":"閲戝竵璁剧疆",
- "templateCode":"systemGoldSetting",
- "templateKey":"settingId",
- "templateKeyName":"璁剧疆ID",
- "searchCode": "settingId",
- "searchName": "璁剧疆ID",
- "directories": "admin",
+ "templateName":"璐︽埛鎻愮幇",
+ "templateCode":"accountWithdrawalApply",
+ "templateKey":"applyId",
+ "templateKeyName":"鎻愮幇ID",
+ "searchCode": "applyId",
+ "searchName": "鎻愮幇ID",
+ "directories": "acct",
"conditions": [
{
- "name": "娲诲姩鏍囬",
+ "name": "鐢宠浜哄悕绉�",
"inputType": "input",
- "code": "title",
+ "code": "applyUserName",
+ "whereCondition": "equal"
+ },
+ {
+ "name": "鐢宠浜虹數璇�",
+ "inputType": "input",
+ "code": "applyUserTel",
"whereCondition": "equal"
}
],
"columns":[
{
- "code":"goldName",
- "cnCode":"鍚嶇О",
- "desc":"蹇呭~锛岃濉啓鍚嶇О",
+ "code":"amount",
+ "cnCode":"鎻愮幇閲戦",
+ "desc":"蹇呭~锛岃濉啓鎻愮幇閲戦",
"required":true,
"hasDefaultValue":false,
"inputType":"input",
- "limit":"maxin",
- "limitParam":"1,64",
- "limitErrInfo":"鍚嶇О涓嶈兘瓒呰繃64浣�",
+ "limit":"money",
+ "limitParam":"",
+ "limitErrInfo":"鎻愮幇閲戦鏍煎紡閿欒",
"show": true
},
{
- "code": "goldType",
- "cnCode":"绫诲瀷",
+ "code": "applyUserId",
+ "cnCode":"鐢宠浜篒D",
"desc":"蹇呭~锛岃閫夋嫨绫诲瀷",
"required":true,
"hasDefaultValue":false,
- "inputType": "select",
- "selectValue":"1001",
- "selectValueName":"鏅�氶噾甯�",
+ "inputType": "input",
"limit":"num",
"limitParam":"",
"limitErrInfo":"绫诲瀷鏍煎紡閿欒",
"show": true
},
{
- "code": "buyPrice",
- "cnCode":"璐拱浠锋牸",
- "desc":"蹇呭~锛岃濉啓璐拱閲戝竵浠锋牸",
+ "code": "applyUserName",
+ "cnCode":"鐢宠浜哄悕绉�",
+ "desc":"蹇呭~锛岃濉啓鐢宠浜哄悕绉�",
"required":true,
"hasDefaultValue":false,
"inputType": "input",
- "limit":"money",
- "limitParam":"",
- "limitErrInfo":"璐拱浠锋牸鏍煎紡閿欒",
+ "limit":"maxin",
+ "limitParam":"1,20",
+ "limitErrInfo":"鐢宠浜哄悕绉颁笉鑳借秴杩�20浣�",
"show": true
},
{
- "code": "usePrice",
- "cnCode":"浣跨敤浠锋牸",
- "desc":"蹇呭~锛岃濉啓浣跨敤浠锋牸",
+ "code": "applyUserTel",
+ "cnCode":"鐢宠浜虹數璇�",
+ "desc":"蹇呭~锛岃濉啓鐢宠浜虹數璇�",
"required":true,
"hasDefaultValue":false,
"inputType": "input",
- "limit":"money",
+ "limit":"phone",
"limitParam":"",
- "limitErrInfo":"浣跨敤浠锋牸鏍煎紡閿欒",
+ "limitErrInfo":"鐢宠浜虹數璇濇牸寮忛敊璇�",
"show": true
},
{
- "code": "validity",
- "cnCode":"鏈夋晥鏈�",
- "desc":"蹇呭~锛岃濉啓鏈夋晥鏈�",
+ "code": "context",
+ "cnCode":"鐢宠璇存槑",
+ "desc":"璇峰~鍐欑敵璇疯鏄�",
"required":true,
"hasDefaultValue":false,
"inputType": "input",
- "limit":"num",
- "limitParam":"",
- "limitErrInfo":"鏈夋晥鏈熷繀椤讳负鏁存暟",
- "show": true
- },
- {
- "code": "state",
- "cnCode":"鐘舵��",
- "desc":"蹇呭~锛岃閫夋嫨鐘舵��",
- "required":true,
- "hasDefaultValue":false,
- "inputType": "select",
- "selectValue":"001,002",
- "selectValueName":"鍚敤,鍋滅敤",
"limit":"maxLength",
- "limitParam":"12",
- "limitErrInfo":"鐘舵�佹牸寮忛敊璇�",
+ "limitParam":"500",
+ "limitErrInfo":"鐢宠璇存槑涓嶈兘瓒呰繃500",
"show": true
}
]
--
Gitblit v1.8.0