提交 ad2d97ff 编写于 作者: ibizdev's avatar ibizdev

zhujiamin 发布系统代码 [TrainSys,网页端]

上级 eeadd681
...@@ -2000,7 +2000,7 @@ ...@@ -2000,7 +2000,7 @@
}, },
"getPSSubSysServiceAPIDE" : { "getPSSubSysServiceAPIDE" : {
"modelref" : true, "modelref" : true,
"id" : "bxdex" "id" : "Bxdex"
}, },
"getPSSysDBScheme" : { "getPSSysDBScheme" : {
"modelref" : true, "modelref" : true,
......
...@@ -355,10 +355,25 @@ ...@@ -355,10 +355,25 @@
"major" : true "major" : true
}, { }, {
"aPIMode" : 1, "aPIMode" : 1,
"codeName" : "Pay", "codeName" : "Bxdex",
"logicName" : "支付", "logicName" : "bxdex",
"name" : "PAY", "name" : "BXD_EX",
"getPSSubSysServiceAPIDEFields" : [ { "getPSSubSysServiceAPIDEFields" : [ {
"codeName" : "BXD_EXId",
"length" : 100,
"logicName" : "bxdex标识",
"name" : "BXD_EXID",
"stdDataType" : 25,
"allowEmpty" : false,
"keyDEField" : true
}, {
"codeName" : "BXD_EXName",
"length" : 200,
"logicName" : "bxdex名称",
"name" : "BXD_EXNAME",
"stdDataType" : 25,
"majorDEField" : true
}, {
"codeName" : "CreateMan", "codeName" : "CreateMan",
"length" : 60, "length" : 60,
"logicName" : "建立人", "logicName" : "建立人",
...@@ -370,10 +385,10 @@ ...@@ -370,10 +385,10 @@
"stdDataType" : 25, "stdDataType" : 25,
"allowEmpty" : false "allowEmpty" : false
}, { }, {
"codeName" : "UpdateDate", "codeName" : "CreateDate",
"length" : 8, "length" : 8,
"logicName" : "更新时间", "logicName" : "建立时间",
"name" : "UPDATEDATE", "name" : "CREATEDATE",
"stdDataType" : 5, "stdDataType" : 5,
"allowEmpty" : false "allowEmpty" : false
}, { }, {
...@@ -388,46 +403,67 @@ ...@@ -388,46 +403,67 @@
"stdDataType" : 25, "stdDataType" : 25,
"allowEmpty" : false "allowEmpty" : false
}, { }, {
"codeName" : "PayId", "codeName" : "UpdateDate",
"length" : 100,
"logicName" : "支付标识",
"name" : "PAYID",
"stdDataType" : 25,
"allowEmpty" : false,
"keyDEField" : true
}, {
"codeName" : "PayName",
"length" : 200,
"logicName" : "支付名称",
"name" : "PAYNAME",
"stdDataType" : 25,
"majorDEField" : true
}, {
"codeName" : "CreateDate",
"length" : 8, "length" : 8,
"logicName" : "建立时间", "logicName" : "更新时间",
"name" : "CREATEDATE", "name" : "UPDATEDATE",
"stdDataType" : 5, "stdDataType" : 5,
"allowEmpty" : false "allowEmpty" : false
}, {
"codeName" : "BookId",
"length" : 100,
"logicName" : "书标识",
"name" : "BOOKID",
"stdDataType" : 25
}, {
"codeName" : "Bookid2",
"length" : 100,
"logicName" : "书标识2",
"name" : "BOOKID2",
"stdDataType" : 25
}, {
"codeName" : "Bookid3",
"length" : 100,
"logicName" : "书标识3",
"name" : "BOOKID3",
"stdDataType" : 25
}, {
"codeName" : "Bookid4",
"length" : 100,
"logicName" : "书标识4",
"name" : "BOOKID4",
"stdDataType" : 25
}, {
"codeName" : "Bookid5",
"length" : 100,
"logicName" : "书标识5",
"name" : "BOOKID5",
"stdDataType" : 25
}, {
"codeName" : "Bookid6",
"length" : 100,
"logicName" : "书标识6",
"name" : "BOOKID6",
"stdDataType" : 25
} ], } ],
"getPSSubSysServiceAPIDEMethods" : [ { "getPSSubSysServiceAPIDEMethods" : [ {
"actionType" : "DEACTION", "actionType" : "DEACTION",
"codeName" : "Create", "codeName" : "Create",
"keyField" : "PAYID", "keyField" : "BXD_EXID",
"methodType" : "DEACTION", "methodType" : "DEACTION",
"name" : "Create", "name" : "Create",
"getPSDECodeName" : "Pay", "getPSDECodeName" : "Bxdex",
"getPSDELogicName" : "支付", "getPSDELogicName" : "bxdex",
"getPSDEName" : "PAY", "getPSDEName" : "BXD_EX",
"getPSSubSysServiceAPIDE" : { "getPSSubSysServiceAPIDE" : {
"modelref" : true, "modelref" : true,
"id" : "Pay" "id" : "Bxdex"
}, },
"getPSSubSysServiceAPIMethodInput" : { "getPSSubSysServiceAPIMethodInput" : {
"name" : "输入对象", "name" : "输入对象",
"getPSSubSysServiceAPIDTO" : { "getPSSubSysServiceAPIDTO" : {
"modelref" : true, "modelref" : true,
"id" : "PayDTO" "id" : "BxdexDTO"
}, },
"type" : "DTO" "type" : "DTO"
}, },
...@@ -435,28 +471,28 @@ ...@@ -435,28 +471,28 @@
"name" : "返回对象", "name" : "返回对象",
"type" : "VOID" "type" : "VOID"
}, },
"requestField" : "PAYID", "requestField" : "BXD_EXID",
"requestMethod" : "POST", "requestMethod" : "POST",
"requestParamType" : "ENTITY", "requestParamType" : "ENTITY",
"uniqueTag" : "PAY__DEACTION__CREATE", "uniqueTag" : "BXD_EX__DEACTION__CREATE",
"noServiceCodeName" : true "noServiceCodeName" : true
}, { }, {
"actionType" : "DEACTION", "actionType" : "DEACTION",
"codeName" : "Get", "codeName" : "Get",
"keyField" : "PAYID", "keyField" : "BXD_EXID",
"methodType" : "DEACTION", "methodType" : "DEACTION",
"name" : "Get", "name" : "Get",
"getPSDECodeName" : "Pay", "getPSDECodeName" : "Bxdex",
"getPSDELogicName" : "支付", "getPSDELogicName" : "bxdex",
"getPSDEName" : "PAY", "getPSDEName" : "BXD_EX",
"getPSSubSysServiceAPIDE" : { "getPSSubSysServiceAPIDE" : {
"modelref" : true, "modelref" : true,
"id" : "Pay" "id" : "Bxdex"
}, },
"getPSSubSysServiceAPIMethodInput" : { "getPSSubSysServiceAPIMethodInput" : {
"getKeyPSSubSysServiceAPIField" : { "getKeyPSSubSysServiceAPIField" : {
"modelref" : true, "modelref" : true,
"id" : "PayId" "id" : "BXD_EXId"
}, },
"name" : "输入对象", "name" : "输入对象",
"type" : "KEYFIELD" "type" : "KEYFIELD"
...@@ -465,33 +501,33 @@ ...@@ -465,33 +501,33 @@
"name" : "返回对象", "name" : "返回对象",
"getPSSubSysServiceAPIDTO" : { "getPSSubSysServiceAPIDTO" : {
"modelref" : true, "modelref" : true,
"id" : "PayDTO" "id" : "BxdexDTO"
}, },
"type" : "DTO" "type" : "DTO"
}, },
"requestField" : "PAYID", "requestField" : "BXD_EXID",
"requestMethod" : "GET", "requestMethod" : "GET",
"requestParamType" : "FIELD", "requestParamType" : "FIELD",
"uniqueTag" : "PAY__DEACTION__GET", "uniqueTag" : "BXD_EX__DEACTION__GET",
"needResourceKey" : true, "needResourceKey" : true,
"noServiceCodeName" : true "noServiceCodeName" : true
}, { }, {
"actionType" : "DEACTION", "actionType" : "DEACTION",
"codeName" : "Remove", "codeName" : "Remove",
"keyField" : "PAYID", "keyField" : "BXD_EXID",
"methodType" : "DEACTION", "methodType" : "DEACTION",
"name" : "Remove", "name" : "Remove",
"getPSDECodeName" : "Pay", "getPSDECodeName" : "Bxdex",
"getPSDELogicName" : "支付", "getPSDELogicName" : "bxdex",
"getPSDEName" : "PAY", "getPSDEName" : "BXD_EX",
"getPSSubSysServiceAPIDE" : { "getPSSubSysServiceAPIDE" : {
"modelref" : true, "modelref" : true,
"id" : "Pay" "id" : "Bxdex"
}, },
"getPSSubSysServiceAPIMethodInput" : { "getPSSubSysServiceAPIMethodInput" : {
"getKeyPSSubSysServiceAPIField" : { "getKeyPSSubSysServiceAPIField" : {
"modelref" : true, "modelref" : true,
"id" : "PayId" "id" : "BXD_EXId"
}, },
"name" : "输入对象", "name" : "输入对象",
"type" : "KEYFIELDS" "type" : "KEYFIELDS"
...@@ -500,30 +536,30 @@ ...@@ -500,30 +536,30 @@
"name" : "返回对象", "name" : "返回对象",
"type" : "VOID" "type" : "VOID"
}, },
"requestField" : "PAYID", "requestField" : "BXD_EXID",
"requestMethod" : "DELETE", "requestMethod" : "DELETE",
"requestParamType" : "FIELD", "requestParamType" : "FIELD",
"uniqueTag" : "PAY__DEACTION__REMOVE", "uniqueTag" : "BXD_EX__DEACTION__REMOVE",
"needResourceKey" : true, "needResourceKey" : true,
"noServiceCodeName" : true "noServiceCodeName" : true
}, { }, {
"actionType" : "DEACTION", "actionType" : "DEACTION",
"codeName" : "Update", "codeName" : "Update",
"keyField" : "PAYID", "keyField" : "BXD_EXID",
"methodType" : "DEACTION", "methodType" : "DEACTION",
"name" : "Update", "name" : "Update",
"getPSDECodeName" : "Pay", "getPSDECodeName" : "Bxdex",
"getPSDELogicName" : "支付", "getPSDELogicName" : "bxdex",
"getPSDEName" : "PAY", "getPSDEName" : "BXD_EX",
"getPSSubSysServiceAPIDE" : { "getPSSubSysServiceAPIDE" : {
"modelref" : true, "modelref" : true,
"id" : "Pay" "id" : "Bxdex"
}, },
"getPSSubSysServiceAPIMethodInput" : { "getPSSubSysServiceAPIMethodInput" : {
"name" : "输入对象", "name" : "输入对象",
"getPSSubSysServiceAPIDTO" : { "getPSSubSysServiceAPIDTO" : {
"modelref" : true, "modelref" : true,
"id" : "PayDTO" "id" : "BxdexDTO"
}, },
"type" : "DTO" "type" : "DTO"
}, },
...@@ -531,30 +567,30 @@ ...@@ -531,30 +567,30 @@
"name" : "返回对象", "name" : "返回对象",
"type" : "VOID" "type" : "VOID"
}, },
"requestField" : "PAYID", "requestField" : "BXD_EXID",
"requestMethod" : "PUT", "requestMethod" : "PUT",
"requestParamType" : "ENTITY", "requestParamType" : "ENTITY",
"uniqueTag" : "PAY__DEACTION__UPDATE", "uniqueTag" : "BXD_EX__DEACTION__UPDATE",
"needResourceKey" : true, "needResourceKey" : true,
"noServiceCodeName" : true "noServiceCodeName" : true
}, { }, {
"actionType" : "DEACTION", "actionType" : "DEACTION",
"codeName" : "CheckKey", "codeName" : "CheckKey",
"keyField" : "PAYID", "keyField" : "BXD_EXID",
"methodType" : "DEACTION", "methodType" : "DEACTION",
"name" : "CheckKey", "name" : "CheckKey",
"getPSDECodeName" : "Pay", "getPSDECodeName" : "Bxdex",
"getPSDELogicName" : "支付", "getPSDELogicName" : "bxdex",
"getPSDEName" : "PAY", "getPSDEName" : "BXD_EX",
"getPSSubSysServiceAPIDE" : { "getPSSubSysServiceAPIDE" : {
"modelref" : true, "modelref" : true,
"id" : "Pay" "id" : "Bxdex"
}, },
"getPSSubSysServiceAPIMethodInput" : { "getPSSubSysServiceAPIMethodInput" : {
"name" : "输入对象", "name" : "输入对象",
"getPSSubSysServiceAPIDTO" : { "getPSSubSysServiceAPIDTO" : {
"modelref" : true, "modelref" : true,
"id" : "PayDTO" "id" : "BxdexDTO"
}, },
"type" : "DTO" "type" : "DTO"
}, },
...@@ -562,28 +598,28 @@ ...@@ -562,28 +598,28 @@
"name" : "返回对象", "name" : "返回对象",
"type" : "SIMPLE" "type" : "SIMPLE"
}, },
"requestField" : "PAYID", "requestField" : "BXD_EXID",
"requestMethod" : "POST", "requestMethod" : "POST",
"requestParamType" : "ENTITY", "requestParamType" : "ENTITY",
"uniqueTag" : "PAY__DEACTION__CHECKKEY" "uniqueTag" : "BXD_EX__DEACTION__CHECKKEY"
}, { }, {
"actionType" : "FETCH", "actionType" : "FETCH",
"codeName" : "FetchDefault", "codeName" : "FetchDefault",
"keyField" : "PAYID", "keyField" : "BXD_EXID",
"methodType" : "FETCH", "methodType" : "FETCH",
"name" : "DEFAULT", "name" : "DEFAULT",
"getPSDECodeName" : "Pay", "getPSDECodeName" : "Bxdex",
"getPSDELogicName" : "支付", "getPSDELogicName" : "bxdex",
"getPSDEName" : "PAY", "getPSDEName" : "BXD_EX",
"getPSSubSysServiceAPIDE" : { "getPSSubSysServiceAPIDE" : {
"modelref" : true, "modelref" : true,
"id" : "Pay" "id" : "Bxdex"
}, },
"getPSSubSysServiceAPIMethodInput" : { "getPSSubSysServiceAPIMethodInput" : {
"name" : "输入对象", "name" : "输入对象",
"getPSSubSysServiceAPIDTO" : { "getPSSubSysServiceAPIDTO" : {
"modelref" : true, "modelref" : true,
"id" : "PayFilterDTO" "id" : "BxdexFilterDTO"
}, },
"type" : "DTO" "type" : "DTO"
}, },
...@@ -591,31 +627,31 @@ ...@@ -591,31 +627,31 @@
"name" : "返回对象", "name" : "返回对象",
"getPSSubSysServiceAPIDTO" : { "getPSSubSysServiceAPIDTO" : {
"modelref" : true, "modelref" : true,
"id" : "PayDTO" "id" : "BxdexDTO"
}, },
"type" : "PAGE" "type" : "PAGE"
}, },
"requestField" : "PAYID", "requestField" : "BXD_EXID",
"requestMethod" : "GET", "requestMethod" : "GET",
"uniqueTag" : "PAY__FETCH__DEFAULT" "uniqueTag" : "BXD_EX__FETCH__DEFAULT"
}, { }, {
"actionType" : "DEACTION", "actionType" : "DEACTION",
"codeName" : "GetDraft", "codeName" : "GetDraft",
"keyField" : "PAYID", "keyField" : "BXD_EXID",
"methodType" : "DEACTION", "methodType" : "DEACTION",
"name" : "GetDraft", "name" : "GetDraft",
"getPSDECodeName" : "Pay", "getPSDECodeName" : "Bxdex",
"getPSDELogicName" : "支付", "getPSDELogicName" : "bxdex",
"getPSDEName" : "PAY", "getPSDEName" : "BXD_EX",
"getPSSubSysServiceAPIDE" : { "getPSSubSysServiceAPIDE" : {
"modelref" : true, "modelref" : true,
"id" : "Pay" "id" : "Bxdex"
}, },
"getPSSubSysServiceAPIMethodInput" : { "getPSSubSysServiceAPIMethodInput" : {
"name" : "输入对象", "name" : "输入对象",
"getPSSubSysServiceAPIDTO" : { "getPSSubSysServiceAPIDTO" : {
"modelref" : true, "modelref" : true,
"id" : "PayDTO" "id" : "BxdexDTO"
}, },
"type" : "DTO" "type" : "DTO"
}, },
...@@ -623,32 +659,32 @@ ...@@ -623,32 +659,32 @@
"name" : "返回对象", "name" : "返回对象",
"getPSSubSysServiceAPIDTO" : { "getPSSubSysServiceAPIDTO" : {
"modelref" : true, "modelref" : true,
"id" : "PayDTO" "id" : "BxdexDTO"
}, },
"type" : "DTO" "type" : "DTO"
}, },
"requestField" : "PAYID", "requestField" : "BXD_EXID",
"requestMethod" : "GET", "requestMethod" : "GET",
"requestParamType" : "NONE", "requestParamType" : "NONE",
"uniqueTag" : "PAY__DEACTION__GETDRAFT" "uniqueTag" : "BXD_EX__DEACTION__GETDRAFT"
}, { }, {
"actionType" : "DEACTION", "actionType" : "DEACTION",
"codeName" : "Save", "codeName" : "Save",
"keyField" : "PAYID", "keyField" : "BXD_EXID",
"methodType" : "DEACTION", "methodType" : "DEACTION",
"name" : "Save", "name" : "Save",
"getPSDECodeName" : "Pay", "getPSDECodeName" : "Bxdex",
"getPSDELogicName" : "支付", "getPSDELogicName" : "bxdex",
"getPSDEName" : "PAY", "getPSDEName" : "BXD_EX",
"getPSSubSysServiceAPIDE" : { "getPSSubSysServiceAPIDE" : {
"modelref" : true, "modelref" : true,
"id" : "Pay" "id" : "Bxdex"
}, },
"getPSSubSysServiceAPIMethodInput" : { "getPSSubSysServiceAPIMethodInput" : {
"name" : "输入对象", "name" : "输入对象",
"getPSSubSysServiceAPIDTO" : { "getPSSubSysServiceAPIDTO" : {
"modelref" : true, "modelref" : true,
"id" : "PayDTO" "id" : "BxdexDTO"
}, },
"type" : "DTO" "type" : "DTO"
}, },
...@@ -656,23 +692,23 @@ ...@@ -656,23 +692,23 @@
"name" : "返回对象", "name" : "返回对象",
"type" : "VOID" "type" : "VOID"
}, },
"requestField" : "PAYID", "requestField" : "BXD_EXID",
"requestMethod" : "POST", "requestMethod" : "POST",
"requestParamType" : "ENTITY", "requestParamType" : "ENTITY",
"uniqueTag" : "PAY__DEACTION__SAVE", "uniqueTag" : "BXD_EX__DEACTION__SAVE",
"needResourceKey" : true "needResourceKey" : true
}, { }, {
"actionType" : "SELECT", "actionType" : "SELECT",
"codeName" : "Select", "codeName" : "Select",
"keyField" : "PAYID", "keyField" : "BXD_EXID",
"methodType" : "SELECT", "methodType" : "SELECT",
"name" : "Select", "name" : "Select",
"getPSDECodeName" : "Pay", "getPSDECodeName" : "Bxdex",
"getPSDELogicName" : "支付", "getPSDELogicName" : "bxdex",
"getPSDEName" : "PAY", "getPSDEName" : "BXD_EX",
"getPSSubSysServiceAPIDE" : { "getPSSubSysServiceAPIDE" : {
"modelref" : true, "modelref" : true,
"id" : "Pay" "id" : "Bxdex"
}, },
"getPSSubSysServiceAPIMethodInput" : { "getPSSubSysServiceAPIMethodInput" : {
"name" : "输入对象", "name" : "输入对象",
...@@ -682,32 +718,17 @@ ...@@ -682,32 +718,17 @@
"name" : "返回对象", "name" : "返回对象",
"type" : "UNKNOWN" "type" : "UNKNOWN"
}, },
"requestField" : "PAYID", "requestField" : "BXD_EXID",
"requestMethod" : "GET", "requestMethod" : "GET",
"uniqueTag" : "PAY__SELECT" "uniqueTag" : "BXD_EX__SELECT"
} ], } ],
"major" : true "major" : true
}, { }, {
"aPIMode" : 1, "aPIMode" : 1,
"codeName" : "bxdex", "codeName" : "Pay",
"logicName" : "bxdex", "logicName" : "支付",
"name" : "BXD_EX", "name" : "PAY",
"getPSSubSysServiceAPIDEFields" : [ { "getPSSubSysServiceAPIDEFields" : [ {
"codeName" : "BXD_EXId",
"length" : 100,
"logicName" : "bxdex标识",
"name" : "BXD_EXID",
"stdDataType" : 25,
"allowEmpty" : false,
"keyDEField" : true
}, {
"codeName" : "BXD_EXName",
"length" : 200,
"logicName" : "bxdex名称",
"name" : "BXD_EXNAME",
"stdDataType" : 25,
"majorDEField" : true
}, {
"codeName" : "CreateMan", "codeName" : "CreateMan",
"length" : 60, "length" : 60,
"logicName" : "建立人", "logicName" : "建立人",
...@@ -719,10 +740,10 @@ ...@@ -719,10 +740,10 @@
"stdDataType" : 25, "stdDataType" : 25,
"allowEmpty" : false "allowEmpty" : false
}, { }, {
"codeName" : "CreateDate", "codeName" : "UpdateDate",
"length" : 8, "length" : 8,
"logicName" : "建立时间", "logicName" : "更新时间",
"name" : "CREATEDATE", "name" : "UPDATEDATE",
"stdDataType" : 5, "stdDataType" : 5,
"allowEmpty" : false "allowEmpty" : false
}, { }, {
...@@ -737,67 +758,46 @@ ...@@ -737,67 +758,46 @@
"stdDataType" : 25, "stdDataType" : 25,
"allowEmpty" : false "allowEmpty" : false
}, { }, {
"codeName" : "UpdateDate", "codeName" : "PayId",
"length" : 8,
"logicName" : "更新时间",
"name" : "UPDATEDATE",
"stdDataType" : 5,
"allowEmpty" : false
}, {
"codeName" : "BookId",
"length" : 100,
"logicName" : "书标识",
"name" : "BOOKID",
"stdDataType" : 25
}, {
"codeName" : "Bookid2",
"length" : 100,
"logicName" : "书标识2",
"name" : "BOOKID2",
"stdDataType" : 25
}, {
"codeName" : "Bookid3",
"length" : 100,
"logicName" : "书标识3",
"name" : "BOOKID3",
"stdDataType" : 25
}, {
"codeName" : "Bookid4",
"length" : 100, "length" : 100,
"logicName" : "书标识4", "logicName" : "支付标识",
"name" : "BOOKID4", "name" : "PAYID",
"stdDataType" : 25 "stdDataType" : 25,
"allowEmpty" : false,
"keyDEField" : true
}, { }, {
"codeName" : "Bookid5", "codeName" : "PayName",
"length" : 100, "length" : 200,
"logicName" : "书标识5", "logicName" : "支付名称",
"name" : "BOOKID5", "name" : "PAYNAME",
"stdDataType" : 25 "stdDataType" : 25,
"majorDEField" : true
}, { }, {
"codeName" : "Bookid6", "codeName" : "CreateDate",
"length" : 100, "length" : 8,
"logicName" : "书标识6", "logicName" : "建立时间",
"name" : "BOOKID6", "name" : "CREATEDATE",
"stdDataType" : 25 "stdDataType" : 5,
"allowEmpty" : false
} ], } ],
"getPSSubSysServiceAPIDEMethods" : [ { "getPSSubSysServiceAPIDEMethods" : [ {
"actionType" : "DEACTION", "actionType" : "DEACTION",
"codeName" : "Create", "codeName" : "Create",
"keyField" : "BXD_EXID", "keyField" : "PAYID",
"methodType" : "DEACTION", "methodType" : "DEACTION",
"name" : "Create", "name" : "Create",
"getPSDECodeName" : "Bxdex", "getPSDECodeName" : "Pay",
"getPSDELogicName" : "bxdex", "getPSDELogicName" : "支付",
"getPSDEName" : "BXD_EX", "getPSDEName" : "PAY",
"getPSSubSysServiceAPIDE" : { "getPSSubSysServiceAPIDE" : {
"modelref" : true, "modelref" : true,
"id" : "bxdex" "id" : "Pay"
}, },
"getPSSubSysServiceAPIMethodInput" : { "getPSSubSysServiceAPIMethodInput" : {
"name" : "输入对象", "name" : "输入对象",
"getPSSubSysServiceAPIDTO" : { "getPSSubSysServiceAPIDTO" : {
"modelref" : true, "modelref" : true,
"id" : "BxdexDTO" "id" : "PayDTO"
}, },
"type" : "DTO" "type" : "DTO"
}, },
...@@ -805,28 +805,28 @@ ...@@ -805,28 +805,28 @@
"name" : "返回对象", "name" : "返回对象",
"type" : "VOID" "type" : "VOID"
}, },
"requestField" : "BXD_EXID", "requestField" : "PAYID",
"requestMethod" : "POST", "requestMethod" : "POST",
"requestParamType" : "ENTITY", "requestParamType" : "ENTITY",
"uniqueTag" : "BXD_EX__DEACTION__CREATE", "uniqueTag" : "PAY__DEACTION__CREATE",
"noServiceCodeName" : true "noServiceCodeName" : true
}, { }, {
"actionType" : "DEACTION", "actionType" : "DEACTION",
"codeName" : "Get", "codeName" : "Get",
"keyField" : "BXD_EXID", "keyField" : "PAYID",
"methodType" : "DEACTION", "methodType" : "DEACTION",
"name" : "Get", "name" : "Get",
"getPSDECodeName" : "Bxdex", "getPSDECodeName" : "Pay",
"getPSDELogicName" : "bxdex", "getPSDELogicName" : "支付",
"getPSDEName" : "BXD_EX", "getPSDEName" : "PAY",
"getPSSubSysServiceAPIDE" : { "getPSSubSysServiceAPIDE" : {
"modelref" : true, "modelref" : true,
"id" : "bxdex" "id" : "Pay"
}, },
"getPSSubSysServiceAPIMethodInput" : { "getPSSubSysServiceAPIMethodInput" : {
"getKeyPSSubSysServiceAPIField" : { "getKeyPSSubSysServiceAPIField" : {
"modelref" : true, "modelref" : true,
"id" : "BXD_EXId" "id" : "PayId"
}, },
"name" : "输入对象", "name" : "输入对象",
"type" : "KEYFIELD" "type" : "KEYFIELD"
...@@ -835,33 +835,33 @@ ...@@ -835,33 +835,33 @@
"name" : "返回对象", "name" : "返回对象",
"getPSSubSysServiceAPIDTO" : { "getPSSubSysServiceAPIDTO" : {
"modelref" : true, "modelref" : true,
"id" : "BxdexDTO" "id" : "PayDTO"
}, },
"type" : "DTO" "type" : "DTO"
}, },
"requestField" : "BXD_EXID", "requestField" : "PAYID",
"requestMethod" : "GET", "requestMethod" : "GET",
"requestParamType" : "FIELD", "requestParamType" : "FIELD",
"uniqueTag" : "BXD_EX__DEACTION__GET", "uniqueTag" : "PAY__DEACTION__GET",
"needResourceKey" : true, "needResourceKey" : true,
"noServiceCodeName" : true "noServiceCodeName" : true
}, { }, {
"actionType" : "DEACTION", "actionType" : "DEACTION",
"codeName" : "Remove", "codeName" : "Remove",
"keyField" : "BXD_EXID", "keyField" : "PAYID",
"methodType" : "DEACTION", "methodType" : "DEACTION",
"name" : "Remove", "name" : "Remove",
"getPSDECodeName" : "Bxdex", "getPSDECodeName" : "Pay",
"getPSDELogicName" : "bxdex", "getPSDELogicName" : "支付",
"getPSDEName" : "BXD_EX", "getPSDEName" : "PAY",
"getPSSubSysServiceAPIDE" : { "getPSSubSysServiceAPIDE" : {
"modelref" : true, "modelref" : true,
"id" : "bxdex" "id" : "Pay"
}, },
"getPSSubSysServiceAPIMethodInput" : { "getPSSubSysServiceAPIMethodInput" : {
"getKeyPSSubSysServiceAPIField" : { "getKeyPSSubSysServiceAPIField" : {
"modelref" : true, "modelref" : true,
"id" : "BXD_EXId" "id" : "PayId"
}, },
"name" : "输入对象", "name" : "输入对象",
"type" : "KEYFIELDS" "type" : "KEYFIELDS"
...@@ -870,30 +870,30 @@ ...@@ -870,30 +870,30 @@
"name" : "返回对象", "name" : "返回对象",
"type" : "VOID" "type" : "VOID"
}, },
"requestField" : "BXD_EXID", "requestField" : "PAYID",
"requestMethod" : "DELETE", "requestMethod" : "DELETE",
"requestParamType" : "FIELD", "requestParamType" : "FIELD",
"uniqueTag" : "BXD_EX__DEACTION__REMOVE", "uniqueTag" : "PAY__DEACTION__REMOVE",
"needResourceKey" : true, "needResourceKey" : true,
"noServiceCodeName" : true "noServiceCodeName" : true
}, { }, {
"actionType" : "DEACTION", "actionType" : "DEACTION",
"codeName" : "Update", "codeName" : "Update",
"keyField" : "BXD_EXID", "keyField" : "PAYID",
"methodType" : "DEACTION", "methodType" : "DEACTION",
"name" : "Update", "name" : "Update",
"getPSDECodeName" : "Bxdex", "getPSDECodeName" : "Pay",
"getPSDELogicName" : "bxdex", "getPSDELogicName" : "支付",
"getPSDEName" : "BXD_EX", "getPSDEName" : "PAY",
"getPSSubSysServiceAPIDE" : { "getPSSubSysServiceAPIDE" : {
"modelref" : true, "modelref" : true,
"id" : "bxdex" "id" : "Pay"
}, },
"getPSSubSysServiceAPIMethodInput" : { "getPSSubSysServiceAPIMethodInput" : {
"name" : "输入对象", "name" : "输入对象",
"getPSSubSysServiceAPIDTO" : { "getPSSubSysServiceAPIDTO" : {
"modelref" : true, "modelref" : true,
"id" : "BxdexDTO" "id" : "PayDTO"
}, },
"type" : "DTO" "type" : "DTO"
}, },
...@@ -901,30 +901,30 @@ ...@@ -901,30 +901,30 @@
"name" : "返回对象", "name" : "返回对象",
"type" : "VOID" "type" : "VOID"
}, },
"requestField" : "BXD_EXID", "requestField" : "PAYID",
"requestMethod" : "PUT", "requestMethod" : "PUT",
"requestParamType" : "ENTITY", "requestParamType" : "ENTITY",
"uniqueTag" : "BXD_EX__DEACTION__UPDATE", "uniqueTag" : "PAY__DEACTION__UPDATE",
"needResourceKey" : true, "needResourceKey" : true,
"noServiceCodeName" : true "noServiceCodeName" : true
}, { }, {
"actionType" : "DEACTION", "actionType" : "DEACTION",
"codeName" : "CheckKey", "codeName" : "CheckKey",
"keyField" : "BXD_EXID", "keyField" : "PAYID",
"methodType" : "DEACTION", "methodType" : "DEACTION",
"name" : "CheckKey", "name" : "CheckKey",
"getPSDECodeName" : "Bxdex", "getPSDECodeName" : "Pay",
"getPSDELogicName" : "bxdex", "getPSDELogicName" : "支付",
"getPSDEName" : "BXD_EX", "getPSDEName" : "PAY",
"getPSSubSysServiceAPIDE" : { "getPSSubSysServiceAPIDE" : {
"modelref" : true, "modelref" : true,
"id" : "bxdex" "id" : "Pay"
}, },
"getPSSubSysServiceAPIMethodInput" : { "getPSSubSysServiceAPIMethodInput" : {
"name" : "输入对象", "name" : "输入对象",
"getPSSubSysServiceAPIDTO" : { "getPSSubSysServiceAPIDTO" : {
"modelref" : true, "modelref" : true,
"id" : "BxdexDTO" "id" : "PayDTO"
}, },
"type" : "DTO" "type" : "DTO"
}, },
...@@ -932,28 +932,28 @@ ...@@ -932,28 +932,28 @@
"name" : "返回对象", "name" : "返回对象",
"type" : "SIMPLE" "type" : "SIMPLE"
}, },
"requestField" : "BXD_EXID", "requestField" : "PAYID",
"requestMethod" : "POST", "requestMethod" : "POST",
"requestParamType" : "ENTITY", "requestParamType" : "ENTITY",
"uniqueTag" : "BXD_EX__DEACTION__CHECKKEY" "uniqueTag" : "PAY__DEACTION__CHECKKEY"
}, { }, {
"actionType" : "FETCH", "actionType" : "FETCH",
"codeName" : "FetchDefault", "codeName" : "FetchDefault",
"keyField" : "BXD_EXID", "keyField" : "PAYID",
"methodType" : "FETCH", "methodType" : "FETCH",
"name" : "DEFAULT", "name" : "DEFAULT",
"getPSDECodeName" : "Bxdex", "getPSDECodeName" : "Pay",
"getPSDELogicName" : "bxdex", "getPSDELogicName" : "支付",
"getPSDEName" : "BXD_EX", "getPSDEName" : "PAY",
"getPSSubSysServiceAPIDE" : { "getPSSubSysServiceAPIDE" : {
"modelref" : true, "modelref" : true,
"id" : "bxdex" "id" : "Pay"
}, },
"getPSSubSysServiceAPIMethodInput" : { "getPSSubSysServiceAPIMethodInput" : {
"name" : "输入对象", "name" : "输入对象",
"getPSSubSysServiceAPIDTO" : { "getPSSubSysServiceAPIDTO" : {
"modelref" : true, "modelref" : true,
"id" : "BxdexFilterDTO" "id" : "PayFilterDTO"
}, },
"type" : "DTO" "type" : "DTO"
}, },
...@@ -961,31 +961,31 @@ ...@@ -961,31 +961,31 @@
"name" : "返回对象", "name" : "返回对象",
"getPSSubSysServiceAPIDTO" : { "getPSSubSysServiceAPIDTO" : {
"modelref" : true, "modelref" : true,
"id" : "BxdexDTO" "id" : "PayDTO"
}, },
"type" : "PAGE" "type" : "PAGE"
}, },
"requestField" : "BXD_EXID", "requestField" : "PAYID",
"requestMethod" : "GET", "requestMethod" : "GET",
"uniqueTag" : "BXD_EX__FETCH__DEFAULT" "uniqueTag" : "PAY__FETCH__DEFAULT"
}, { }, {
"actionType" : "DEACTION", "actionType" : "DEACTION",
"codeName" : "GetDraft", "codeName" : "GetDraft",
"keyField" : "BXD_EXID", "keyField" : "PAYID",
"methodType" : "DEACTION", "methodType" : "DEACTION",
"name" : "GetDraft", "name" : "GetDraft",
"getPSDECodeName" : "Bxdex", "getPSDECodeName" : "Pay",
"getPSDELogicName" : "bxdex", "getPSDELogicName" : "支付",
"getPSDEName" : "BXD_EX", "getPSDEName" : "PAY",
"getPSSubSysServiceAPIDE" : { "getPSSubSysServiceAPIDE" : {
"modelref" : true, "modelref" : true,
"id" : "bxdex" "id" : "Pay"
}, },
"getPSSubSysServiceAPIMethodInput" : { "getPSSubSysServiceAPIMethodInput" : {
"name" : "输入对象", "name" : "输入对象",
"getPSSubSysServiceAPIDTO" : { "getPSSubSysServiceAPIDTO" : {
"modelref" : true, "modelref" : true,
"id" : "BxdexDTO" "id" : "PayDTO"
}, },
"type" : "DTO" "type" : "DTO"
}, },
...@@ -993,32 +993,32 @@ ...@@ -993,32 +993,32 @@
"name" : "返回对象", "name" : "返回对象",
"getPSSubSysServiceAPIDTO" : { "getPSSubSysServiceAPIDTO" : {
"modelref" : true, "modelref" : true,
"id" : "BxdexDTO" "id" : "PayDTO"
}, },
"type" : "DTO" "type" : "DTO"
}, },
"requestField" : "BXD_EXID", "requestField" : "PAYID",
"requestMethod" : "GET", "requestMethod" : "GET",
"requestParamType" : "NONE", "requestParamType" : "NONE",
"uniqueTag" : "BXD_EX__DEACTION__GETDRAFT" "uniqueTag" : "PAY__DEACTION__GETDRAFT"
}, { }, {
"actionType" : "DEACTION", "actionType" : "DEACTION",
"codeName" : "Save", "codeName" : "Save",
"keyField" : "BXD_EXID", "keyField" : "PAYID",
"methodType" : "DEACTION", "methodType" : "DEACTION",
"name" : "Save", "name" : "Save",
"getPSDECodeName" : "Bxdex", "getPSDECodeName" : "Pay",
"getPSDELogicName" : "bxdex", "getPSDELogicName" : "支付",
"getPSDEName" : "BXD_EX", "getPSDEName" : "PAY",
"getPSSubSysServiceAPIDE" : { "getPSSubSysServiceAPIDE" : {
"modelref" : true, "modelref" : true,
"id" : "bxdex" "id" : "Pay"
}, },
"getPSSubSysServiceAPIMethodInput" : { "getPSSubSysServiceAPIMethodInput" : {
"name" : "输入对象", "name" : "输入对象",
"getPSSubSysServiceAPIDTO" : { "getPSSubSysServiceAPIDTO" : {
"modelref" : true, "modelref" : true,
"id" : "BxdexDTO" "id" : "PayDTO"
}, },
"type" : "DTO" "type" : "DTO"
}, },
...@@ -1026,23 +1026,23 @@ ...@@ -1026,23 +1026,23 @@
"name" : "返回对象", "name" : "返回对象",
"type" : "VOID" "type" : "VOID"
}, },
"requestField" : "BXD_EXID", "requestField" : "PAYID",
"requestMethod" : "POST", "requestMethod" : "POST",
"requestParamType" : "ENTITY", "requestParamType" : "ENTITY",
"uniqueTag" : "BXD_EX__DEACTION__SAVE", "uniqueTag" : "PAY__DEACTION__SAVE",
"needResourceKey" : true "needResourceKey" : true
}, { }, {
"actionType" : "SELECT", "actionType" : "SELECT",
"codeName" : "Select", "codeName" : "Select",
"keyField" : "BXD_EXID", "keyField" : "PAYID",
"methodType" : "SELECT", "methodType" : "SELECT",
"name" : "Select", "name" : "Select",
"getPSDECodeName" : "Bxdex", "getPSDECodeName" : "Pay",
"getPSDELogicName" : "bxdex", "getPSDELogicName" : "支付",
"getPSDEName" : "BXD_EX", "getPSDEName" : "PAY",
"getPSSubSysServiceAPIDE" : { "getPSSubSysServiceAPIDE" : {
"modelref" : true, "modelref" : true,
"id" : "bxdex" "id" : "Pay"
}, },
"getPSSubSysServiceAPIMethodInput" : { "getPSSubSysServiceAPIMethodInput" : {
"name" : "输入对象", "name" : "输入对象",
...@@ -1052,9 +1052,9 @@ ...@@ -1052,9 +1052,9 @@
"name" : "返回对象", "name" : "返回对象",
"type" : "UNKNOWN" "type" : "UNKNOWN"
}, },
"requestField" : "BXD_EXID", "requestField" : "PAYID",
"requestMethod" : "GET", "requestMethod" : "GET",
"uniqueTag" : "BXD_EX__SELECT" "uniqueTag" : "PAY__SELECT"
} ], } ],
"major" : true "major" : true
} ], } ],
......
...@@ -1915,32 +1915,27 @@ ...@@ -1915,32 +1915,27 @@
"topPos" : 190, "topPos" : 190,
"parallelOutput" : true "parallelOutput" : true
}, { }, {
"codeName" : "VIEWCTRLINVOKE1", "codeName" : "RESETPARAM1",
"getInvokeCtrl" : { "getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "grid"
},
"invokeMethod" : "refresh",
"getInvokeParam" : {
"modelref" : true, "modelref" : true,
"id" : "Default" "id" : "Default"
}, },
"leftPos" : 620, "leftPos" : 270,
"logicNodeType" : "VIEWCTRLINVOKE", "logicNodeType" : "RESETPARAM",
"name" : "视图部件调用", "name" : "重置参数",
"getPSDEUILogicLinks" : [ { "getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : { "getDstPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "DEACTION1" "id" : "PREPAREJSPARAM1"
}, },
"linkMode" : 0, "linkMode" : 0,
"name" : "连接名称", "name" : "连接名称",
"getSrcPSDEUILogicNode" : { "getSrcPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "VIEWCTRLINVOKE1" "id" : "RESETPARAM1"
} }
} ], } ],
"topPos" : 100 "topPos" : 130
}, { }, {
"codeName" : "END1", "codeName" : "END1",
"leftPos" : 960, "leftPos" : 960,
...@@ -1948,56 +1943,62 @@ ...@@ -1948,56 +1943,62 @@
"name" : "结束", "name" : "结束",
"topPos" : 690 "topPos" : 690
}, { }, {
"codeName" : "PREPAREJSPARAM1", "codeName" : "DEDATASET1",
"leftPos" : 370, "getDstPSAppDEDataSet" : {
"logicNodeType" : "PREPAREJSPARAM", "modelref" : true,
"name" : "准备参数", "id" : "FetchDefault"
},
"getDstPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/Reginfo.json"
},
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "Default"
},
"leftPos" : 1180,
"logicNodeType" : "DEDATASET",
"name" : "实体数据集",
"getPSDEUILogicLinks" : [ { "getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : { "getDstPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "VIEWCTRLINVOKE1" "id" : "END1"
}, },
"linkMode" : 0, "linkMode" : 0,
"name" : "连接名称", "name" : "连接名称",
"getSrcPSDEUILogicNode" : { "getSrcPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "PREPAREJSPARAM1" "id" : "DEDATASET1"
} }
} ], } ],
"getPSDEUILogicNodeParams" : [ { "topPos" : 420
"dstFieldName" : "edit_comment_id",
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "view"
},
"name" : "直接值[200] ==> view[edit_comment_id]",
"paramAction" : "SETPARAMVALUE",
"srcValue" : "200",
"srcValueType" : "SRCVALUE"
} ],
"topPos" : 360
}, { }, {
"codeName" : "RESETPARAM1", "codeName" : "VIEWCTRLINVOKE1",
"getDstPSDEUILogicParam" : { "getInvokeCtrl" : {
"modelref" : true,
"id" : "grid"
},
"invokeMethod" : "refresh",
"getInvokeParam" : {
"modelref" : true, "modelref" : true,
"id" : "Default" "id" : "Default"
}, },
"leftPos" : 270, "leftPos" : 620,
"logicNodeType" : "RESETPARAM", "logicNodeType" : "VIEWCTRLINVOKE",
"name" : "重置参数", "name" : "视图部件调用",
"getPSDEUILogicLinks" : [ { "getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : { "getDstPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "PREPAREJSPARAM1" "id" : "DEACTION1"
}, },
"linkMode" : 0, "linkMode" : 0,
"name" : "连接名称", "name" : "连接名称",
"getSrcPSDEUILogicNode" : { "getSrcPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "RESETPARAM1" "id" : "VIEWCTRLINVOKE1"
} }
} ], } ],
"topPos" : 130 "topPos" : 100
}, { }, {
"codeName" : "DEACTION1", "codeName" : "DEACTION1",
"getDstPSAppDEAction" : { "getDstPSAppDEAction" : {
...@@ -2059,47 +2060,75 @@ ...@@ -2059,47 +2060,75 @@
} ], } ],
"topPos" : 260 "topPos" : 260
}, { }, {
"codeName" : "DEDATASET1", "codeName" : "PREPAREJSPARAM1",
"getDstPSAppDEDataSet" : { "leftPos" : 370,
"modelref" : true, "logicNodeType" : "PREPAREJSPARAM",
"id" : "FetchDefault" "name" : "准备参数",
},
"getDstPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/Reginfo.json"
},
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "Default"
},
"leftPos" : 1180,
"logicNodeType" : "DEDATASET",
"name" : "实体数据集",
"getPSDEUILogicLinks" : [ { "getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : { "getDstPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "END1" "id" : "VIEWCTRLINVOKE1"
}, },
"linkMode" : 0, "linkMode" : 0,
"name" : "连接名称", "name" : "连接名称",
"getSrcPSDEUILogicNode" : { "getSrcPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "DEDATASET1" "id" : "PREPAREJSPARAM1"
} }
} ], } ],
"topPos" : 420 "getPSDEUILogicNodeParams" : [ {
"dstFieldName" : "edit_comment_id",
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "view"
},
"name" : "直接值[200] ==> view[edit_comment_id]",
"paramAction" : "SETPARAMVALUE",
"srcValue" : "200",
"srcValueType" : "SRCVALUE"
}, {
"dstFieldName" : "edit_comment_id4",
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "view"
},
"name" : "当前应用数据[srfusername] ==> view[edit_comment_id4]",
"paramAction" : "SETPARAMVALUE",
"srcFieldName" : "srfusername",
"srcValueType" : "APPDATA"
}, {
"dstFieldName" : "edit_commment_id2",
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "view"
},
"name" : "空值(NULL) ==> view[edit_commment_id2]",
"paramAction" : "SETPARAMVALUE",
"srcValueType" : "NULLVALUE"
}, {
"dstFieldName" : "edit_comment_id3",
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "view"
},
"name" : "直接值[test] ==> view[edit_comment_id3]",
"paramAction" : "SETPARAMVALUE",
"srcValue" : "test",
"srcValueType" : "SRCVALUE"
} ],
"topPos" : 360
} ], } ],
"getPSDEUILogicParams" : [ { "getPSDEUILogicParams" : [ {
"codeName" : "grid",
"logicName" : "表格",
"name" : "表格",
"ctrlParam" : true
}, {
"codeName" : "Default", "codeName" : "Default",
"logicName" : "传入变量", "logicName" : "传入变量",
"name" : "传入变量", "name" : "传入变量",
"default" : true, "default" : true,
"entityParam" : true "entityParam" : true
}, {
"codeName" : "grid",
"logicName" : "表格",
"name" : "表格",
"ctrlParam" : true
}, { }, {
"codeName" : "view", "codeName" : "view",
"logicName" : "视图", "logicName" : "视图",
......
...@@ -1976,32 +1976,27 @@ ...@@ -1976,32 +1976,27 @@
"topPos" : 190, "topPos" : 190,
"parallelOutput" : true "parallelOutput" : true
}, { }, {
"codeName" : "VIEWCTRLINVOKE1", "codeName" : "RESETPARAM1",
"getInvokeCtrl" : { "getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "grid"
},
"invokeMethod" : "refresh",
"getInvokeParam" : {
"modelref" : true, "modelref" : true,
"id" : "Default" "id" : "Default"
}, },
"leftPos" : 620, "leftPos" : 270,
"logicNodeType" : "VIEWCTRLINVOKE", "logicNodeType" : "RESETPARAM",
"name" : "视图部件调用", "name" : "重置参数",
"getPSDEUILogicLinks" : [ { "getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : { "getDstPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "DEACTION1" "id" : "PREPAREJSPARAM1"
}, },
"linkMode" : 0, "linkMode" : 0,
"name" : "连接名称", "name" : "连接名称",
"getSrcPSDEUILogicNode" : { "getSrcPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "VIEWCTRLINVOKE1" "id" : "RESETPARAM1"
} }
} ], } ],
"topPos" : 100 "topPos" : 130
}, { }, {
"codeName" : "END1", "codeName" : "END1",
"leftPos" : 960, "leftPos" : 960,
...@@ -2009,56 +2004,62 @@ ...@@ -2009,56 +2004,62 @@
"name" : "结束", "name" : "结束",
"topPos" : 690 "topPos" : 690
}, { }, {
"codeName" : "PREPAREJSPARAM1", "codeName" : "DEDATASET1",
"leftPos" : 370, "getDstPSAppDEDataSet" : {
"logicNodeType" : "PREPAREJSPARAM", "modelref" : true,
"name" : "准备参数", "id" : "FetchDefault"
},
"getDstPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Reginfo.json"
},
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "Default"
},
"leftPos" : 1180,
"logicNodeType" : "DEDATASET",
"name" : "实体数据集",
"getPSDEUILogicLinks" : [ { "getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : { "getDstPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "VIEWCTRLINVOKE1" "id" : "END1"
}, },
"linkMode" : 0, "linkMode" : 0,
"name" : "连接名称", "name" : "连接名称",
"getSrcPSDEUILogicNode" : { "getSrcPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "PREPAREJSPARAM1" "id" : "DEDATASET1"
} }
} ], } ],
"getPSDEUILogicNodeParams" : [ { "topPos" : 420
"dstFieldName" : "edit_comment_id",
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "view"
},
"name" : "直接值[200] ==> view[edit_comment_id]",
"paramAction" : "SETPARAMVALUE",
"srcValue" : "200",
"srcValueType" : "SRCVALUE"
} ],
"topPos" : 360
}, { }, {
"codeName" : "RESETPARAM1", "codeName" : "VIEWCTRLINVOKE1",
"getDstPSDEUILogicParam" : { "getInvokeCtrl" : {
"modelref" : true,
"id" : "grid"
},
"invokeMethod" : "refresh",
"getInvokeParam" : {
"modelref" : true, "modelref" : true,
"id" : "Default" "id" : "Default"
}, },
"leftPos" : 270, "leftPos" : 620,
"logicNodeType" : "RESETPARAM", "logicNodeType" : "VIEWCTRLINVOKE",
"name" : "重置参数", "name" : "视图部件调用",
"getPSDEUILogicLinks" : [ { "getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : { "getDstPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "PREPAREJSPARAM1" "id" : "DEACTION1"
}, },
"linkMode" : 0, "linkMode" : 0,
"name" : "连接名称", "name" : "连接名称",
"getSrcPSDEUILogicNode" : { "getSrcPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "RESETPARAM1" "id" : "VIEWCTRLINVOKE1"
} }
} ], } ],
"topPos" : 130 "topPos" : 100
}, { }, {
"codeName" : "DEACTION1", "codeName" : "DEACTION1",
"getDstPSAppDEAction" : { "getDstPSAppDEAction" : {
...@@ -2120,47 +2121,75 @@ ...@@ -2120,47 +2121,75 @@
} ], } ],
"topPos" : 260 "topPos" : 260
}, { }, {
"codeName" : "DEDATASET1", "codeName" : "PREPAREJSPARAM1",
"getDstPSAppDEDataSet" : { "leftPos" : 370,
"modelref" : true, "logicNodeType" : "PREPAREJSPARAM",
"id" : "FetchDefault" "name" : "准备参数",
},
"getDstPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Reginfo.json"
},
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "Default"
},
"leftPos" : 1180,
"logicNodeType" : "DEDATASET",
"name" : "实体数据集",
"getPSDEUILogicLinks" : [ { "getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : { "getDstPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "END1" "id" : "VIEWCTRLINVOKE1"
}, },
"linkMode" : 0, "linkMode" : 0,
"name" : "连接名称", "name" : "连接名称",
"getSrcPSDEUILogicNode" : { "getSrcPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "DEDATASET1" "id" : "PREPAREJSPARAM1"
} }
} ], } ],
"topPos" : 420 "getPSDEUILogicNodeParams" : [ {
"dstFieldName" : "edit_comment_id",
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "view"
},
"name" : "直接值[200] ==> view[edit_comment_id]",
"paramAction" : "SETPARAMVALUE",
"srcValue" : "200",
"srcValueType" : "SRCVALUE"
}, {
"dstFieldName" : "edit_comment_id4",
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "view"
},
"name" : "当前应用数据[srfusername] ==> view[edit_comment_id4]",
"paramAction" : "SETPARAMVALUE",
"srcFieldName" : "srfusername",
"srcValueType" : "APPDATA"
}, {
"dstFieldName" : "edit_commment_id2",
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "view"
},
"name" : "空值(NULL) ==> view[edit_commment_id2]",
"paramAction" : "SETPARAMVALUE",
"srcValueType" : "NULLVALUE"
}, {
"dstFieldName" : "edit_comment_id3",
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "view"
},
"name" : "直接值[test] ==> view[edit_comment_id3]",
"paramAction" : "SETPARAMVALUE",
"srcValue" : "test",
"srcValueType" : "SRCVALUE"
} ],
"topPos" : 360
} ], } ],
"getPSDEUILogicParams" : [ { "getPSDEUILogicParams" : [ {
"codeName" : "grid",
"logicName" : "表格",
"name" : "表格",
"ctrlParam" : true
}, {
"codeName" : "Default", "codeName" : "Default",
"logicName" : "传入变量", "logicName" : "传入变量",
"name" : "传入变量", "name" : "传入变量",
"default" : true, "default" : true,
"entityParam" : true "entityParam" : true
}, {
"codeName" : "grid",
"logicName" : "表格",
"name" : "表格",
"ctrlParam" : true
}, { }, {
"codeName" : "view", "codeName" : "view",
"logicName" : "视图", "logicName" : "视图",
......
...@@ -1482,16 +1482,16 @@ ...@@ -1482,16 +1482,16 @@
"codeName" : "VMGroup2", "codeName" : "VMGroup2",
"name" : "视图消息组2", "name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息", "name" : "视图消息2",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg2" "id" : "ViewMsg3"
} }
}, { }, {
"name" : "视图消息2", "name" : "视图消息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg3" "id" : "ViewMsg2"
} }
} ], } ],
"uniqueTag" : "VMGroup2" "uniqueTag" : "VMGroup2"
......
...@@ -1976,32 +1976,27 @@ ...@@ -1976,32 +1976,27 @@
"topPos" : 190, "topPos" : 190,
"parallelOutput" : true "parallelOutput" : true
}, { }, {
"codeName" : "VIEWCTRLINVOKE1", "codeName" : "RESETPARAM1",
"getInvokeCtrl" : { "getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "grid"
},
"invokeMethod" : "refresh",
"getInvokeParam" : {
"modelref" : true, "modelref" : true,
"id" : "Default" "id" : "Default"
}, },
"leftPos" : 620, "leftPos" : 270,
"logicNodeType" : "VIEWCTRLINVOKE", "logicNodeType" : "RESETPARAM",
"name" : "视图部件调用", "name" : "重置参数",
"getPSDEUILogicLinks" : [ { "getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : { "getDstPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "DEACTION1" "id" : "PREPAREJSPARAM1"
}, },
"linkMode" : 0, "linkMode" : 0,
"name" : "连接名称", "name" : "连接名称",
"getSrcPSDEUILogicNode" : { "getSrcPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "VIEWCTRLINVOKE1" "id" : "RESETPARAM1"
} }
} ], } ],
"topPos" : 100 "topPos" : 130
}, { }, {
"codeName" : "END1", "codeName" : "END1",
"leftPos" : 960, "leftPos" : 960,
...@@ -2009,56 +2004,62 @@ ...@@ -2009,56 +2004,62 @@
"name" : "结束", "name" : "结束",
"topPos" : 690 "topPos" : 690
}, { }, {
"codeName" : "PREPAREJSPARAM1", "codeName" : "DEDATASET1",
"leftPos" : 370, "getDstPSAppDEDataSet" : {
"logicNodeType" : "PREPAREJSPARAM", "modelref" : true,
"name" : "准备参数", "id" : "FetchDefault"
},
"getDstPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo.json"
},
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "Default"
},
"leftPos" : 1180,
"logicNodeType" : "DEDATASET",
"name" : "实体数据集",
"getPSDEUILogicLinks" : [ { "getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : { "getDstPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "VIEWCTRLINVOKE1" "id" : "END1"
}, },
"linkMode" : 0, "linkMode" : 0,
"name" : "连接名称", "name" : "连接名称",
"getSrcPSDEUILogicNode" : { "getSrcPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "PREPAREJSPARAM1" "id" : "DEDATASET1"
} }
} ], } ],
"getPSDEUILogicNodeParams" : [ { "topPos" : 420
"dstFieldName" : "edit_comment_id",
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "view"
},
"name" : "直接值[200] ==> view[edit_comment_id]",
"paramAction" : "SETPARAMVALUE",
"srcValue" : "200",
"srcValueType" : "SRCVALUE"
} ],
"topPos" : 360
}, { }, {
"codeName" : "RESETPARAM1", "codeName" : "VIEWCTRLINVOKE1",
"getDstPSDEUILogicParam" : { "getInvokeCtrl" : {
"modelref" : true,
"id" : "grid"
},
"invokeMethod" : "refresh",
"getInvokeParam" : {
"modelref" : true, "modelref" : true,
"id" : "Default" "id" : "Default"
}, },
"leftPos" : 270, "leftPos" : 620,
"logicNodeType" : "RESETPARAM", "logicNodeType" : "VIEWCTRLINVOKE",
"name" : "重置参数", "name" : "视图部件调用",
"getPSDEUILogicLinks" : [ { "getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : { "getDstPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "PREPAREJSPARAM1" "id" : "DEACTION1"
}, },
"linkMode" : 0, "linkMode" : 0,
"name" : "连接名称", "name" : "连接名称",
"getSrcPSDEUILogicNode" : { "getSrcPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "RESETPARAM1" "id" : "VIEWCTRLINVOKE1"
} }
} ], } ],
"topPos" : 130 "topPos" : 100
}, { }, {
"codeName" : "DEACTION1", "codeName" : "DEACTION1",
"getDstPSAppDEAction" : { "getDstPSAppDEAction" : {
...@@ -2120,47 +2121,75 @@ ...@@ -2120,47 +2121,75 @@
} ], } ],
"topPos" : 260 "topPos" : 260
}, { }, {
"codeName" : "DEDATASET1", "codeName" : "PREPAREJSPARAM1",
"getDstPSAppDEDataSet" : { "leftPos" : 370,
"modelref" : true, "logicNodeType" : "PREPAREJSPARAM",
"id" : "FetchDefault" "name" : "准备参数",
},
"getDstPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo.json"
},
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "Default"
},
"leftPos" : 1180,
"logicNodeType" : "DEDATASET",
"name" : "实体数据集",
"getPSDEUILogicLinks" : [ { "getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : { "getDstPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "END1" "id" : "VIEWCTRLINVOKE1"
}, },
"linkMode" : 0, "linkMode" : 0,
"name" : "连接名称", "name" : "连接名称",
"getSrcPSDEUILogicNode" : { "getSrcPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "DEDATASET1" "id" : "PREPAREJSPARAM1"
} }
} ], } ],
"topPos" : 420 "getPSDEUILogicNodeParams" : [ {
"dstFieldName" : "edit_comment_id",
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "view"
},
"name" : "直接值[200] ==> view[edit_comment_id]",
"paramAction" : "SETPARAMVALUE",
"srcValue" : "200",
"srcValueType" : "SRCVALUE"
}, {
"dstFieldName" : "edit_comment_id4",
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "view"
},
"name" : "当前应用数据[srfusername] ==> view[edit_comment_id4]",
"paramAction" : "SETPARAMVALUE",
"srcFieldName" : "srfusername",
"srcValueType" : "APPDATA"
}, {
"dstFieldName" : "edit_commment_id2",
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "view"
},
"name" : "空值(NULL) ==> view[edit_commment_id2]",
"paramAction" : "SETPARAMVALUE",
"srcValueType" : "NULLVALUE"
}, {
"dstFieldName" : "edit_comment_id3",
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "view"
},
"name" : "直接值[test] ==> view[edit_comment_id3]",
"paramAction" : "SETPARAMVALUE",
"srcValue" : "test",
"srcValueType" : "SRCVALUE"
} ],
"topPos" : 360
} ], } ],
"getPSDEUILogicParams" : [ { "getPSDEUILogicParams" : [ {
"codeName" : "grid",
"logicName" : "表格",
"name" : "表格",
"ctrlParam" : true
}, {
"codeName" : "Default", "codeName" : "Default",
"logicName" : "传入变量", "logicName" : "传入变量",
"name" : "传入变量", "name" : "传入变量",
"default" : true, "default" : true,
"entityParam" : true "entityParam" : true
}, {
"codeName" : "grid",
"logicName" : "表格",
"name" : "表格",
"ctrlParam" : true
}, { }, {
"codeName" : "view", "codeName" : "view",
"logicName" : "视图", "logicName" : "视图",
......
...@@ -13233,16 +13233,16 @@ ...@@ -13233,16 +13233,16 @@
"codeName" : "VMGroup2", "codeName" : "VMGroup2",
"name" : "视图消息组2", "name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息", "name" : "视图消息2",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg2" "id" : "ViewMsg3"
} }
}, { }, {
"name" : "视图消息2", "name" : "视图消息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg3" "id" : "ViewMsg2"
} }
} ], } ],
"uniqueTag" : "VMGroup2" "uniqueTag" : "VMGroup2"
...@@ -13274,10 +13274,10 @@ ...@@ -13274,10 +13274,10 @@
"codeName" : "VMGroup3", "codeName" : "VMGroup3",
"name" : "视图消息类型测试", "name" : "视图消息类型测试",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "消息类型-错误信息", "name" : "消息类型-常规信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg6" "id" : "ViewMsg4"
} }
}, { }, {
"name" : "消息类型-警告信息", "name" : "消息类型-警告信息",
...@@ -13286,10 +13286,10 @@ ...@@ -13286,10 +13286,10 @@
"id" : "ViewMsg5" "id" : "ViewMsg5"
} }
}, { }, {
"name" : "消息类型-常规信息", "name" : "消息类型-错误信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg4" "id" : "ViewMsg6"
} }
} ], } ],
"uniqueTag" : "VMGroup3" "uniqueTag" : "VMGroup3"
...@@ -13313,12 +13313,6 @@ ...@@ -13313,12 +13313,6 @@
"modelref" : true, "modelref" : true,
"id" : "ViewMsg8" "id" : "ViewMsg8"
} }
}, {
"name" : "消息位置-弹出",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg10"
}
}, { }, {
"name" : "消息位置-视图内容区", "name" : "消息位置-视图内容区",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
...@@ -13331,36 +13325,42 @@ ...@@ -13331,36 +13325,42 @@
"modelref" : true, "modelref" : true,
"id" : "ViewMsg7" "id" : "ViewMsg7"
} }
}, {
"name" : "消息位置-弹出",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg10"
}
} ], } ],
"uniqueTag" : "VMGroup4" "uniqueTag" : "VMGroup4"
}, { }, {
"codeName" : "VMGroup8", "codeName" : "VMGroup8",
"name" : "【静态测试】", "name" : "【静态测试】",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "关闭模式-默认删除-上方-错误", "name" : "消息类型-常规信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg12" "id" : "ViewMsg4"
} },
"position" : "POPUP"
}, { }, {
"name" : "消息位置-视图内容区", "name" : "关闭模式-无删除-上方-常规",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg9" "id" : "ViewMsg11"
} }
}, { }, {
"name" : "关闭模式-本次删除-上方-警告", "name" : "消息位置-视图内容区",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg13" "id" : "ViewMsg9"
} }
}, { }, {
"name" : "消息类型-错误信息", "name" : "关闭模式-默认删除-上方-错误",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg6" "id" : "ViewMsg12"
}, }
"position" : "POPUP"
}, { }, {
"name" : "消息位置-视图下方", "name" : "消息位置-视图下方",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
...@@ -13368,23 +13368,23 @@ ...@@ -13368,23 +13368,23 @@
"id" : "ViewMsg8" "id" : "ViewMsg8"
} }
}, { }, {
"name" : "关闭模式-无删除-上方-常规", "name" : "关闭模式-本次删除-上方-警告",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg11" "id" : "ViewMsg13"
} }
}, { }, {
"name" : "消息类型-常规信息", "name" : "消息类型-警告信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg4" "id" : "ViewMsg5"
}, },
"position" : "POPUP" "position" : "POPUP"
}, { }, {
"name" : "消息类型-警告信息", "name" : "消息类型-错误信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg5" "id" : "ViewMsg6"
}, },
"position" : "POPUP" "position" : "POPUP"
} ], } ],
...@@ -13393,10 +13393,10 @@ ...@@ -13393,10 +13393,10 @@
"codeName" : "VMGroup5", "codeName" : "VMGroup5",
"name" : "视图消息关闭模式", "name" : "视图消息关闭模式",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "关闭模式-本次删除", "name" : "关闭模式-默认删除",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg13" "id" : "ViewMsg12"
} }
}, { }, {
"name" : "关闭模式-无删除", "name" : "关闭模式-无删除",
...@@ -13405,10 +13405,10 @@ ...@@ -13405,10 +13405,10 @@
"id" : "ViewMsg11" "id" : "ViewMsg11"
} }
}, { }, {
"name" : "关闭模式-默认删除", "name" : "关闭模式-本次删除",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg12" "id" : "ViewMsg13"
} }
} ], } ],
"uniqueTag" : "VMGroup5" "uniqueTag" : "VMGroup5"
...@@ -13416,16 +13416,16 @@ ...@@ -13416,16 +13416,16 @@
"codeName" : "VMGroup6", "codeName" : "VMGroup6",
"name" : "视图消息动态模式测试", "name" : "视图消息动态模式测试",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "动态模式-实体数据集", "name" : "动态模式-静态内容",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg14" "id" : "ViewMsg15"
} }
}, { }, {
"name" : "动态模式-静态内容", "name" : "动态模式-实体数据集",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg15" "id" : "ViewMsg14"
} }
} ], } ],
"uniqueTag" : "VMGroup6" "uniqueTag" : "VMGroup6"
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册