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

lengyuace 发布系统代码 [TrainSys,Mob]

上级 a9653bee
...@@ -309,7 +309,86 @@ ...@@ -309,7 +309,86 @@
"enableBackend" : true, "enableBackend" : true,
"enableFront" : true "enableFront" : true
} ], } ],
"getAllPSDEDataSyncs" : [ {
"codeName" : "DataSync",
"dynaModelFilePath" : "PSMODULES/Test/PSDATAENTITIES/BXD2/PSDEDATASYNCS/DataSync.json",
"eventType" : 775,
"name" : "test",
"getOutPSSysDataSyncAgent" : {
"modelref" : true,
"path" : "PSSYSDATASYNCAGENTS/Usr1113524558.json"
},
"syncDir" : "OUT",
"syncTag" : "DataSync",
"exportFull" : false,
"inMode" : false
} ],
"getAllPSDEFields" : [ { "getAllPSDEFields" : [ {
"getAllPSDEFUIModes" : [ {
"codeName" : "Default",
"name" : "[MXCOUNT][属性]",
"getPSDEFFormItem" : {
"codeName" : "Default",
"editorType" : "TEXTBOX",
"name" : "[MXCOUNT][属性]",
"stringLength" : 100,
"uIMode" : "DEFAULT"
},
"type" : "DEFAULT"
}, {
"codeName" : "MobileDefault",
"name" : "[MXCOUNT][属性]移动端默认",
"getPSDEFFormItem" : {
"codeName" : "MobileDefault",
"editorType" : "MOBTEXT",
"name" : "[MXCOUNT][属性]移动端默认",
"stringLength" : 100,
"uIMode" : "MOBILEDEFAULT",
"mobileMode" : true
},
"type" : "MOBILEDEFAULT",
"mobileMode" : true
} ],
"getAllPSDEFValueRules" : [ {
"codeName" : "Default",
"name" : "默认规则",
"getPSDEFVRGroupCondition" : {
"condOp" : "AND",
"condType" : "GROUP",
"name" : "默认组",
"getPSDEFVRConditions" : [ {
"condType" : "STRINGLENGTH",
"dEFName" : "MXCOUNT",
"maxValue" : 100,
"name" : "默认字符串长度",
"ruleInfo" : "内容长度必须小于等于[100]",
"includeMaxValue" : true,
"includeMinValue" : false,
"keyCond" : true
} ],
"ruleInfo" : "内容长度必须小于等于[100]"
},
"ruleInfo" : "内容长度必须小于等于[100]",
"checkDefault" : true,
"defaultMode" : true,
"enableBackend" : true,
"enableFront" : true
} ],
"codeName" : "MXcount",
"dEFType" : 5,
"dataType" : "TEXT",
"importOrder" : 1000,
"length" : 100,
"logicName" : "属性",
"name" : "MXCOUNT",
"serviceCodeName" : "MXcount",
"stdDataType" : 25,
"stringLength" : 100,
"valueFormat" : "%1$s",
"viewLevel" : 0,
"phisicalDEField" : false,
"uIAssistDEField" : true
}, {
"getAllPSDEFDTColumns" : [ { "getAllPSDEFDTColumns" : [ {
"columnName" : "BXD2ID", "columnName" : "BXD2ID",
"dBType" : "MYSQL5", "dBType" : "MYSQL5",
...@@ -924,6 +1003,17 @@ ...@@ -924,6 +1003,17 @@
"getAllPSDEMethodDTOs" : [ { "getAllPSDEMethodDTOs" : [ {
"name" : "BXD2DTO", "name" : "BXD2DTO",
"getPSDEMethodDTOFields" : [ { "getPSDEMethodDTOFields" : [ {
"logicName" : "属性",
"name" : "MXcount",
"getPSDEField" : {
"name" : "MXCOUNT",
"codeName" : "MXcount"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"stringLength" : 100,
"type" : "SIMPLE"
}, {
"logicName" : "报销单2标识", "logicName" : "报销单2标识",
"name" : "BXD2Id", "name" : "BXD2Id",
"getPSDEField" : { "getPSDEField" : {
...@@ -1186,6 +1276,15 @@ ...@@ -1186,6 +1276,15 @@
"minorServiceCodeName" : "BXDMX2s", "minorServiceCodeName" : "BXDMX2s",
"name" : "DER1N_BXDMX2_BXD2_BXD2ID", "name" : "DER1N_BXDMX2_BXD2_BXD2ID",
"orderValue" : 100, "orderValue" : 100,
"getPSDER1NDEFieldMaps" : [ {
"codeName" : "Usr1113191106",
"getMajorPSDEField" : {
"name" : "MXCOUNT",
"codeName" : "MXcount"
},
"mapType" : "COUNT",
"name" : "test"
} ],
"getPSPickupDEField" : { "getPSPickupDEField" : {
"name" : "BXD2ID", "name" : "BXD2ID",
"codeName" : "BXD2Id" "codeName" : "BXD2Id"
......
...@@ -2,5 +2,21 @@ ...@@ -2,5 +2,21 @@
"codeName" : "tesst", "codeName" : "tesst",
"dynaModelFilePath" : "PSMODULES/Test/PSDATAENTITIES/BXD2/PSDEDATAFLOWS/tesst.json", "dynaModelFilePath" : "PSMODULES/Test/PSDATAENTITIES/BXD2/PSDEDATAFLOWS/tesst.json",
"logicName" : "test", "logicName" : "test",
"name" : "test" "name" : "test",
"getPSDEDataFlowNodes" : [ {
"codeName" : "DFDEDATASYNCSINK1",
"getDstPSDEDataSync" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/BXD2/PSDEDATASYNCS/DataSync.json"
},
"getDstPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/BXD2.json"
},
"eventType" : 2,
"leftPos" : 320,
"name" : "实体数据同步消费",
"nodeType" : "DFDEDATASYNCSINK",
"topPos" : 360
} ]
} }
\ No newline at end of file
{
"codeName" : "DataSync",
"dynaModelFilePath" : "PSMODULES/Test/PSDATAENTITIES/BXD2/PSDEDATASYNCS/DataSync.json",
"eventType" : 775,
"name" : "test",
"getOutPSSysDataSyncAgent" : {
"modelref" : true,
"path" : "PSSYSDATASYNCAGENTS/Usr1113524558.json"
},
"syncDir" : "OUT",
"syncTag" : "DataSync",
"exportFull" : false,
"inMode" : false
}
\ No newline at end of file
...@@ -1307,6 +1307,15 @@ ...@@ -1307,6 +1307,15 @@
"minorServiceCodeName" : "BXDMX2s", "minorServiceCodeName" : "BXDMX2s",
"name" : "DER1N_BXDMX2_BXD2_BXD2ID", "name" : "DER1N_BXDMX2_BXD2_BXD2ID",
"orderValue" : 100, "orderValue" : 100,
"getPSDER1NDEFieldMaps" : [ {
"codeName" : "Usr1113191106",
"getMajorPSDEField" : {
"name" : "MXCOUNT",
"codeName" : "MXcount"
},
"mapType" : "COUNT",
"name" : "test"
} ],
"getPSPickupDEField" : { "getPSPickupDEField" : {
"name" : "BXD2ID", "name" : "BXD2ID",
"codeName" : "BXD2Id" "codeName" : "BXD2Id"
......
...@@ -18,6 +18,15 @@ ...@@ -18,6 +18,15 @@
"minorServiceCodeName" : "BXDMX2s", "minorServiceCodeName" : "BXDMX2s",
"name" : "DER1N_BXDMX2_BXD2_BXD2ID", "name" : "DER1N_BXDMX2_BXD2_BXD2ID",
"orderValue" : 100, "orderValue" : 100,
"getPSDER1NDEFieldMaps" : [ {
"codeName" : "Usr1113191106",
"getMajorPSDEField" : {
"name" : "MXCOUNT",
"codeName" : "MXcount"
},
"mapType" : "COUNT",
"name" : "test"
} ],
"getPSPickupDEField" : { "getPSPickupDEField" : {
"name" : "BXD2ID", "name" : "BXD2ID",
"codeName" : "BXD2Id" "codeName" : "BXD2Id"
......
...@@ -1481,16 +1481,16 @@ ...@@ -1481,16 +1481,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"
} }
} ] } ]
}, { }, {
......
...@@ -323,6 +323,37 @@ ...@@ -323,6 +323,37 @@
"builtinMethod" : false "builtinMethod" : false
} ], } ],
"getAllPSAppDEFields" : [ { "getAllPSAppDEFields" : [ {
"getAllPSAppDEFUIModes" : [ {
"codeName" : "Default",
"name" : "[MXCOUNT][属性]",
"getPSDEFFormItem" : {
"codeName" : "Default",
"editorType" : "TEXTBOX",
"name" : "[MXCOUNT][属性]",
"stringLength" : 100,
"uIMode" : "DEFAULT"
},
"type" : "DEFAULT"
}, {
"codeName" : "MobileDefault",
"name" : "[MXCOUNT][属性]移动端默认",
"getPSDEFFormItem" : {
"codeName" : "MobileDefault",
"editorType" : "MOBTEXT",
"name" : "[MXCOUNT][属性]移动端默认",
"stringLength" : 100,
"uIMode" : "MOBILEDEFAULT",
"mobileMode" : true
},
"type" : "MOBILEDEFAULT",
"mobileMode" : true
} ],
"codeName" : "MXcount",
"logicName" : "属性",
"name" : "MXCOUNT",
"stdDataType" : 25,
"stringLength" : 100
}, {
"getAllPSAppDEFUIModes" : [ { "getAllPSAppDEFUIModes" : [ {
"codeName" : "Default", "codeName" : "Default",
"name" : "[BXD2ID][报销单2标识]", "name" : "[BXD2ID][报销单2标识]",
...@@ -652,6 +683,17 @@ ...@@ -652,6 +683,17 @@
"codeName" : "BXD2DTO", "codeName" : "BXD2DTO",
"name" : "BXD2DTO", "name" : "BXD2DTO",
"getPSAppDEMethodDTOFields" : [ { "getPSAppDEMethodDTOFields" : [ {
"codeName" : "MXcount",
"logicName" : "属性",
"name" : "MXcount",
"getPSAppDEField" : {
"name" : "MXCOUNT",
"codeName" : "MXcount"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "BXD2Id", "codeName" : "BXD2Id",
"logicName" : "报销单2标识", "logicName" : "报销单2标识",
"name" : "BXD2Id", "name" : "BXD2Id",
......
...@@ -11877,16 +11877,16 @@ ...@@ -11877,16 +11877,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"
} }
} ] } ]
}, { }, {
...@@ -11915,10 +11915,10 @@ ...@@ -11915,10 +11915,10 @@
"codeName" : "VMGroup3", "codeName" : "VMGroup3",
"name" : "视图消息类型测试", "name" : "视图消息类型测试",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "消息类型-常规信息", "name" : "消息类型-错误信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg4" "id" : "ViewMsg6"
} }
}, { }, {
"name" : "消息类型-警告信息", "name" : "消息类型-警告信息",
...@@ -11927,10 +11927,10 @@ ...@@ -11927,10 +11927,10 @@
"id" : "ViewMsg5" "id" : "ViewMsg5"
} }
}, { }, {
"name" : "消息类型-错误信息", "name" : "消息类型-常规信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg6" "id" : "ViewMsg4"
} }
} ] } ]
}, { }, {
...@@ -11947,22 +11947,16 @@ ...@@ -11947,22 +11947,16 @@
"codeName" : "VMGroup4", "codeName" : "VMGroup4",
"name" : "视图消息位置测试", "name" : "视图消息位置测试",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "消息位置-弹出",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg10"
}
}, {
"name" : "消息位置-视图上方", "name" : "消息位置-视图上方",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg7" "id" : "ViewMsg7"
} }
}, { }, {
"name" : "消息位置-视图内容区", "name" : "消息位置-弹出",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg9" "id" : "ViewMsg10"
} }
}, { }, {
"name" : "消息位置-视图下方", "name" : "消息位置-视图下方",
...@@ -11970,76 +11964,82 @@ ...@@ -11970,76 +11964,82 @@
"modelref" : true, "modelref" : true,
"id" : "ViewMsg8" "id" : "ViewMsg8"
} }
}, {
"name" : "消息位置-视图内容区",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg9"
}
} ] } ]
}, { }, {
"codeName" : "VMGroup8", "codeName" : "VMGroup8",
"name" : "【静态测试】", "name" : "【静态测试】",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "消息类型-错误信息", "name" : "关闭模式-默认删除-上方-错误",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg6" "id" : "ViewMsg12"
}, }
"position" : "POPUP"
}, { }, {
"name" : "消息类型-警告信息", "name" : "消息位置-视图内容区",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg5" "id" : "ViewMsg9"
}, }
"position" : "POPUP"
}, { }, {
"name" : "关闭模式-无删除-上方-常规", "name" : "消息位置-视图下方",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg11" "id" : "ViewMsg8"
} }
}, { }, {
"name" : "消息类型-常规信息", "name" : "关闭模式-本次删除-上方-警告",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg4" "id" : "ViewMsg13"
}, }
"position" : "POPUP"
}, { }, {
"name" : "消息位置-视图内容区", "name" : "消息类型-警告信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg9" "id" : "ViewMsg5"
} },
"position" : "POPUP"
}, { }, {
"name" : "关闭模式-默认删除-上方-错误", "name" : "消息类型-错误信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg12" "id" : "ViewMsg6"
} },
"position" : "POPUP"
}, { }, {
"name" : "关闭模式-本次删除-上方-警告", "name" : "关闭模式-无删除-上方-常规",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg13" "id" : "ViewMsg11"
} }
}, { }, {
"name" : "消息位置-视图下方", "name" : "消息类型-常规信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg8" "id" : "ViewMsg4"
} },
"position" : "POPUP"
} ] } ]
}, { }, {
"codeName" : "VMGroup5", "codeName" : "VMGroup5",
"name" : "视图消息关闭模式", "name" : "视图消息关闭模式",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "关闭模式-默认删除", "name" : "关闭模式-本次删除",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg12" "id" : "ViewMsg13"
} }
}, { }, {
"name" : "关闭模式-本次删除", "name" : "关闭模式-默认删除",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg13" "id" : "ViewMsg12"
} }
}, { }, {
"name" : "关闭模式-无删除", "name" : "关闭模式-无删除",
...@@ -12052,16 +12052,16 @@ ...@@ -12052,16 +12052,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"
} }
} ] } ]
} ], } ],
...@@ -15612,6 +15612,19 @@ ...@@ -15612,6 +15612,19 @@
"logicName" : "报销单2", "logicName" : "报销单2",
"name" : "BXD2", "name" : "BXD2",
"getPSDEServiceAPIFields" : [ { "getPSDEServiceAPIFields" : [ {
"codeName" : "MXcount",
"codeName2" : "MXcount",
"logicName" : "属性",
"name" : "MXCOUNT",
"orderValue" : 160,
"stdDataType" : 25,
"stringLength" : 100,
"allowEmpty" : true,
"enableCreate" : true,
"enableModify" : true,
"keyField" : false,
"majorField" : false
}, {
"codeName" : "BXD2Id", "codeName" : "BXD2Id",
"codeName2" : "BXD2Id", "codeName2" : "BXD2Id",
"getLNPSLanguageRes" : { "getLNPSLanguageRes" : {
......
...@@ -669,6 +669,13 @@ ...@@ -669,6 +669,13 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSDBVFS/STRLEN.json" "path" : "PSSYSDBVFS/STRLEN.json"
} ], } ],
"getAllPSSysDataSyncAgents" : [ {
"agentType" : "RABBITMQ",
"codeName" : "Usr1113524558",
"dynaModelFilePath" : "PSSYSDATASYNCAGENTS/Usr1113524558.json",
"name" : "test",
"syncDir" : "OUT"
} ],
"getAllPSSysERMaps" : [ { "getAllPSSysERMaps" : [ {
"modelref" : true, "modelref" : true,
"path" : "PSSYSERMAPS/Default.json" "path" : "PSSYSERMAPS/Default.json"
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册