From b3c79c2addbccedef3eb29c2befe77803bfd106b Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期一, 03 二月 2020 17:06:54 +0800
Subject: [PATCH] 优化收费汇总

---
 java110-code-generator/src/main/resources/relationship/template_1.json |  111 ++++++++++++++++++++++++++++++++++++++++---------------
 1 files changed, 80 insertions(+), 31 deletions(-)

diff --git a/java110-code-generator/src/main/resources/relationship/template_1.json b/java110-code-generator/src/main/resources/relationship/template_1.json
index 6e95fcd..be43247 100644
--- a/java110-code-generator/src/main/resources/relationship/template_1.json
+++ b/java110-code-generator/src/main/resources/relationship/template_1.json
@@ -1,51 +1,100 @@
 {
-  "templateName":"娣诲姞鎴垮眿",
-  "templateCode":"addRoomBinding",
-  "templateKey":"roomId",
-  "templateKeyName":"鎴垮眿ID",
-  "package": "roomPackage",
-  "successUrl": "/",
+  "templateName":"鐧昏鎶曡瘔寤鸿",
+  "templateCode":"addComplaintStep",
+  "templateKey":"complaintId",
+  "templateKeyName":"鎶曡瘔ID",
+  "package": "complaintPackage",
+  "successUrl": "/flow/complaintFlow",
   "needAffirm": false,
   "flows":[
     {
       "index": 0,
-      "code":"floor",
-      "cnCode":"閫夋嫨妤�",
+      "code":"viewFloorInfo",
+      "flowKey": "floorId",
+      "cnCode":"閫夋嫨妤兼爧",
       "vcName":"viewFloorInfo",
+      "businessName": "businessFloor",
+      "businessType": "BUSINESS_TYPE_SAVE_FlOOR_INFO",
       "existsComponent": true
     },
     {
       "index": 1,
-      "code":"unit",
-      "cnCode":"閫夋嫨鍗曞厓",
-      "vcName":"viewUnitInfo",
+      "code":"sellRoomSelectRoom",
+      "flowKey": "roomId",
+      "cnCode":"閫夋嫨鎴垮眿",
+      "vcName":"sellRoomSelectRoom",
+      "businessName": "businessRoom",
+      "businessType": "BUSINESS_TYPE_SAVE_ROOM_INFO",
       "existsComponent": true
     },
     {
       "index": 2,
-      "code":"room",
-      "cnCode":"娣诲姞鎴垮眿",
-      "vcName":"addRoomView",
+      "code":"addComplain",
+      "flowKey": "complainId",
+      "cnCode":"鎶曡瘔寤鸿",
+      "vcName":"addComplain",
+      "businessName": "businessComplain",
+      "businessType": "BUSINESS_TYPE_SAVE_COMPLAIN_INFO",
       "existsComponent": false
     }
   ],
   "components": {
-      "addRoomView": {
-        "templateName":"娣诲姞鎴垮眿",
-        "templateCode":"addRoom",
-        "columns":[
-          {
-            "code":"name",
-            "cnCode":"鏈嶅姟鍚嶇О",
-            "desc":"蹇呭~锛岃濉啓鏈嶅姟鍚嶇О",
-            "required":true,
-            "hasDefaultValue":false,
-            "inputType":"input",
-            "limit":"maxLength",
-            "limitParam":"50",
-            "limitErrInfo":"鏈嶅姟鍚嶇О涓嶈兘瓒呰繃50"
-          }
-        ]
-      }
+    "addComplain": {
+      "templateName": "鎶曡瘔寤鸿",
+      "templateCode": "addComplain",
+      "package": "complaintPackage",
+      "columns": [
+        {
+          "code": "typeCd",
+          "cnCode":"鎶曡瘔绫诲瀷",
+          "desc":"蹇呭~锛岃閫夋嫨鎶曡瘔绫诲瀷",
+          "required":true,
+          "hasDefaultValue":false,
+          "inputType": "select",
+          "selectValue":"809001,809002",
+          "selectValueName":"鎶曡瘔,寤鸿",
+          "limit":"num",
+          "limitParam":"",
+          "limitErrInfo":"鎶曡瘔绫诲瀷鏍煎紡閿欒",
+          "show": true
+        },
+        {
+          "code":"complaintName",
+          "cnCode":"鎶曡瘔浜�",
+          "desc":"蹇呭~锛岃濉啓鎶曡瘔浜�",
+          "required":true,
+          "hasDefaultValue":false,
+          "inputType":"input",
+          "limit":"maxLength",
+          "limitParam":"200",
+          "limitErrInfo":"鎶曡瘔浜轰笉鑳藉ぇ浜�200浣�",
+          "show": false
+        },
+        {
+          "code":"tel",
+          "cnCode":"鎶曡瘔鐢佃瘽",
+          "desc":"蹇呭~锛岃濉啓鎶曡瘔鐢佃瘽",
+          "required":true,
+          "hasDefaultValue":false,
+          "inputType":"input",
+          "limit":"phone",
+          "limitParam":"",
+          "limitErrInfo":"鎶曡瘔鐢佃瘽鏍煎紡閿欒",
+          "show": true
+        },
+        {
+          "code":"context",
+          "cnCode":"鎶曡瘔鍐呭",
+          "desc":"蹇呭~锛岃濉啓鎶曡瘔鍐呭",
+          "required":true,
+          "hasDefaultValue":false,
+          "inputType":"textarea",
+          "limit":"maxLength",
+          "limitParam":"4000",
+          "limitErrInfo":"鎶曡瘔鐘舵�佽秴杩�4000浣�",
+          "show": false
+        }
+      ]
+    }
   }
 }
\ No newline at end of file

--
Gitblit v1.8.0