From 225fa712204ccb8953998a0e4cc64ad828399dc3 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期二, 22 二月 2022 15:52:16 +0800
Subject: [PATCH] 加入微信通知功能

---
 java110-generator/src/main/resources/web/template_1.json |  104 +++++++++++++++++++++++++++++++++++++++-------------
 1 files changed, 78 insertions(+), 26 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 1d4ed0d..9a941ba
--- a/java110-generator/src/main/resources/web/template_1.json
+++ b/java110-generator/src/main/resources/web/template_1.json
@@ -1,33 +1,85 @@
 {
-  "templateName": "staffAppAuth",
-  "directories": "property",
-  "templateCode": "staffAppAuth",
-  "templateKey": "auId",
-  "templateKeyName": "璁よ瘉ID",
-  "searchCode": "auId",
-  "searchName": "璁よ瘉ID",
-  "conditions": [
-    {
-      "name": "涓氬姟绫诲瀷",
-      "inputType": "input",
-      "code": "businessTypeCd",
-      "whereCondition": "equal"
-    }
-  ],
+  "templateKeyName": "缂栧彿",
+  "templateName": "闀滃儚",
   "columns": [
     {
-      "code": "appType",
-      "cnCode": "璁よ瘉鏂瑰紡",
-      "desc": "蹇呭~锛岃閫夋嫨璁よ瘉鏂瑰紡",
-      "required": true,
       "hasDefaultValue": false,
-      "inputType": "select",
-      "selectValue": "WECHAT",
-      "selectValueName": "寰俊",
+      "limitParam": "64",
+      "code": "name",
+      "limitErrInfo": "闀滃儚鍚嶇О涓嶈兘瓒呰繃64",
+      "cnCode": "闀滃儚鍚嶇О",
       "limit": "maxLength",
+      "show": true,
+      "inputType": "input",
+      "required": true,
+      "desc": "蹇呭~锛宯ame"
+    },
+    {
+      "hasDefaultValue": false,
       "limitParam": "12",
-      "limitErrInfo": "璁よ瘉鏂瑰紡閿欒",
-      "show": true
+      "code": "imagesType",
+      "limitErrInfo": "闀滃儚绫诲瀷涓嶈兘瓒呰繃12",
+      "cnCode": "闀滃儚绫诲瀷",
+      "limit": "maxLength",
+      "show": true,
+      "inputType": "input",
+      "required": true,
+      "desc": "蹇呭~锛宨magesType"
+    },
+    {
+      "hasDefaultValue": false,
+      "limitParam": "512",
+      "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