From 69e2baf5518079bfc16cfadc2fb29842fb3de85d Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期二, 14 一月 2020 21:02:48 +0800
Subject: [PATCH] 加入userName
---
java110-code-generator/src/main/resources/relationship/template_1.json | 111 ++++++++++++++++++++++++++++++++++++++++++-------------
1 files changed, 85 insertions(+), 26 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 6324571..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,41 +1,100 @@
{
- "templateName":"鎶ヤ慨娲惧崟",
- "templateCode":"repairDispatchStep",
- "templateKey":"ruId",
- "templateKeyName":"娲惧崟ID",
- "package": "ownerRepairPackage",
- "successUrl": "/flow/repairDispatch",
+ "templateName":"鐧昏鎶曡瘔寤鸿",
+ "templateCode":"addComplaintStep",
+ "templateKey":"complaintId",
+ "templateKeyName":"鎶曡瘔ID",
+ "package": "complaintPackage",
+ "successUrl": "/flow/complaintFlow",
"needAffirm": false,
"flows":[
{
"index": 0,
- "code":"branchOrg",
- "flowKey": "branchOrgId",
- "cnCode":"閫夋嫨鍒嗗叕鍙�",
- "vcName":"viewOrgInfo",
- "businessName": "businessOrg",
- "businessType": "BUSINESS_TYPE_SAVE_ORG_INFO",
+ "code":"viewFloorInfo",
+ "flowKey": "floorId",
+ "cnCode":"閫夋嫨妤兼爧",
+ "vcName":"viewFloorInfo",
+ "businessName": "businessFloor",
+ "businessType": "BUSINESS_TYPE_SAVE_FlOOR_INFO",
"existsComponent": true
},
{
"index": 1,
- "code":"departmentOrg",
- "flowKey": "departmentOrgId",
- "cnCode":"閫夋嫨閮ㄩ棬",
- "vcName":"viewOrgInfo",
- "businessName": "businessOrg",
- "businessType": "BUSINESS_TYPE_SAVE_ORG_INFO",
+ "code":"sellRoomSelectRoom",
+ "flowKey": "roomId",
+ "cnCode":"閫夋嫨鎴垮眿",
+ "vcName":"sellRoomSelectRoom",
+ "businessName": "businessRoom",
+ "businessType": "BUSINESS_TYPE_SAVE_ROOM_INFO",
"existsComponent": true
},
{
"index": 2,
- "code":"staff",
- "flowKey": "userId",
- "cnCode":"閫夋嫨鍛樺伐",
- "vcName":"viewStaffInfo",
- "businessName": "businessStaff",
- "businessType": "BUSINESS_TYPE_SAVE_STAFF_INFO",
- "existsComponent": true
+ "code":"addComplain",
+ "flowKey": "complainId",
+ "cnCode":"鎶曡瘔寤鸿",
+ "vcName":"addComplain",
+ "businessName": "businessComplain",
+ "businessType": "BUSINESS_TYPE_SAVE_COMPLAIN_INFO",
+ "existsComponent": false
}
- ]
+ ],
+ "components": {
+ "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