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

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

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