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

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

上级 7f32ef3d
......@@ -229,6 +229,54 @@
"tableType" : "MAIN"
} ],
"getAllPSDEDataQueries" : [ {
"getAllPSDEDataQueryCodes" : [ {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/MapData/PSDEDATAQUERIES/Area/PSDEDQCODES/MYSQL5.json"
} ],
"codeName" : "Area",
"logicName" : "区域",
"name" : "Area",
"getPSDEDQMain" : {
"getJoinPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/MapData.json"
},
"joinType" : "MAIN",
"name" : "MAPDATA",
"getPSDEDQGroupCondition" : {
"condOp" : "AND",
"condType" : "GROUP",
"name" : "连接条件",
"getPSDEDQConditions" : [ {
"condOp" : "EQ",
"condType" : "SINGLE",
"condValue" : "area",
"fieldName" : "DATATYPE",
"name" : "(DATATYPE) 等于(=) area",
"getPSDEField" : {
"name" : "DATATYPE",
"codeName" : "DataType"
}
} ]
}
},
"getPSDEDataQueryInput" : {
"name" : "AreaInput",
"getPSDEFilterDTO" : {
"modelref" : true,
"id" : "MapDataFilterDTO"
},
"type" : "DTO"
},
"getPSDEDataQueryReturn" : {
"name" : "AreaResult",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "MapDataDTO"
},
"type" : "DTOS"
}
}, {
"getAllPSDEDataQueryCodes" : [ {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/MapData/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json"
......@@ -261,6 +309,54 @@
"type" : "DTOS"
},
"defaultMode" : true
}, {
"getAllPSDEDataQueryCodes" : [ {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/MapData/PSDEDATAQUERIES/Point/PSDEDQCODES/MYSQL5.json"
} ],
"codeName" : "Point",
"logicName" : "点集合",
"name" : "Point",
"getPSDEDQMain" : {
"getJoinPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/MapData.json"
},
"joinType" : "MAIN",
"name" : "MAPDATA",
"getPSDEDQGroupCondition" : {
"condOp" : "AND",
"condType" : "GROUP",
"name" : "连接条件",
"getPSDEDQConditions" : [ {
"condOp" : "EQ",
"condType" : "SINGLE",
"condValue" : "point",
"fieldName" : "DATATYPE",
"name" : "(DATATYPE) 等于(=) point",
"getPSDEField" : {
"name" : "DATATYPE",
"codeName" : "DataType"
}
} ]
}
},
"getPSDEDataQueryInput" : {
"name" : "PointInput",
"getPSDEFilterDTO" : {
"modelref" : true,
"id" : "MapDataFilterDTO"
},
"type" : "DTO"
},
"getPSDEDataQueryReturn" : {
"name" : "PointResult",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "MapDataDTO"
},
"type" : "DTOS"
}
}, {
"getAllPSDEDataQueryCodes" : [ {
"modelref" : true,
......@@ -296,6 +392,32 @@
"viewLevel" : 0
} ],
"getAllPSDEDataSets" : [ {
"codeName" : "Area",
"logicName" : "区域",
"name" : "Area",
"getPSDEDataQueries" : [ {
"modelref" : true,
"id" : "Area"
} ],
"getPSDEDataSetInput" : {
"name" : "AreaInput",
"getPSDEFilterDTO" : {
"modelref" : true,
"id" : "MapDataFilterDTO"
},
"type" : "DTO"
},
"getPSDEDataSetReturn" : {
"name" : "AreaResult",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "MapDataDTO"
},
"type" : "PAGE"
},
"enableBackend" : true,
"enableFront" : true
}, {
"codeName" : "Default",
"logicName" : "数据集",
"name" : "DEFAULT",
......@@ -322,6 +444,32 @@
"defaultMode" : true,
"enableBackend" : true,
"enableFront" : true
}, {
"codeName" : "Point",
"logicName" : "点的数据",
"name" : "Point",
"getPSDEDataQueries" : [ {
"modelref" : true,
"id" : "Point"
} ],
"getPSDEDataSetInput" : {
"name" : "PointInput",
"getPSDEFilterDTO" : {
"modelref" : true,
"id" : "MapDataFilterDTO"
},
"type" : "DTO"
},
"getPSDEDataSetReturn" : {
"name" : "PointResult",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "MapDataDTO"
},
"type" : "PAGE"
},
"enableBackend" : true,
"enableFront" : true
} ],
"getAllPSDEFields" : [ {
"getAllPSDEFDTColumns" : [ {
......
{
"dBType" : "MYSQL5",
"name" : "MySQL5",
"getPSDEDataQueryCodeConds" : [ {
"condType" : "CUSTOM",
"customCond" : "( t1.`DATATYPE` = 'area' )",
"name" : "查询条件"
} ],
"getPSDEDataQueryCodeExps" : [ {
"expression" : "t1.`TOOLTIP`",
"name" : "TOOLTIP"
}, {
"expression" : "t1.`AREACODE`",
"name" : "AREACODE"
}, {
"expression" : "t1.`CREATEDATE`",
"name" : "CREATEDATE"
}, {
"expression" : "t1.`CREATEMAN`",
"name" : "CREATEMAN"
}, {
"expression" : "t1.`DATATYPE`",
"name" : "DATATYPE"
}, {
"expression" : "t1.`LATITUDE`",
"name" : "LATITUDE"
}, {
"expression" : "t1.`LONGITUDE`",
"name" : "LONGITUDE"
}, {
"expression" : "t1.`MAPDATAID`",
"name" : "MAPDATAID"
}, {
"expression" : "t1.`MAPDATANAME`",
"name" : "MAPDATANAME"
}, {
"expression" : "t1.`UPDATEDATE`",
"name" : "UPDATEDATE"
}, {
"expression" : "t1.`UPDATEMAN`",
"name" : "UPDATEMAN"
}, {
"expression" : "t1.`VALUE`",
"name" : "VALUE"
} ],
"queryCode" : "SELECT\nt1.`AREACODE`,\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`DATATYPE`,\nt1.`LATITUDE`,\nt1.`LONGITUDE`,\nt1.`MAPDATAID`,\nt1.`MAPDATANAME`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`,\nt1.`VALUE`\nFROM `T_MAPDATA` t1 \n",
"id" : "PSMODULES/Test/PSDATAENTITIES/MapData/PSDEDATAQUERIES/Area/PSDEDQCODES/MYSQL5.json"
}
\ No newline at end of file
{
"dBType" : "MYSQL5",
"name" : "MySQL5",
"getPSDEDataQueryCodeConds" : [ {
"condType" : "CUSTOM",
"customCond" : "( t1.`DATATYPE` = 'point' )",
"name" : "查询条件"
} ],
"getPSDEDataQueryCodeExps" : [ {
"expression" : "t1.`TOOLTIP`",
"name" : "TOOLTIP"
}, {
"expression" : "t1.`AREACODE`",
"name" : "AREACODE"
}, {
"expression" : "t1.`CREATEDATE`",
"name" : "CREATEDATE"
}, {
"expression" : "t1.`CREATEMAN`",
"name" : "CREATEMAN"
}, {
"expression" : "t1.`DATATYPE`",
"name" : "DATATYPE"
}, {
"expression" : "t1.`LATITUDE`",
"name" : "LATITUDE"
}, {
"expression" : "t1.`LONGITUDE`",
"name" : "LONGITUDE"
}, {
"expression" : "t1.`MAPDATAID`",
"name" : "MAPDATAID"
}, {
"expression" : "t1.`MAPDATANAME`",
"name" : "MAPDATANAME"
}, {
"expression" : "t1.`UPDATEDATE`",
"name" : "UPDATEDATE"
}, {
"expression" : "t1.`UPDATEMAN`",
"name" : "UPDATEMAN"
}, {
"expression" : "t1.`VALUE`",
"name" : "VALUE"
} ],
"queryCode" : "SELECT\nt1.`AREACODE`,\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`DATATYPE`,\nt1.`LATITUDE`,\nt1.`LONGITUDE`,\nt1.`MAPDATAID`,\nt1.`MAPDATANAME`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`,\nt1.`VALUE`\nFROM `T_MAPDATA` t1 \n",
"id" : "PSMODULES/Test/PSDATAENTITIES/MapData/PSDEDATAQUERIES/Point/PSDEDQCODES/MYSQL5.json"
}
\ No newline at end of file
......@@ -286,6 +286,42 @@
"noServiceCodeName" : true
} ],
"getAllPSAppDEDataSets" : [ {
"codeName" : "FetchArea",
"methodType" : "FETCH",
"name" : "FetchArea",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "MapDataFilterDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "MapDataDTO"
},
"type" : "PAGE"
},
"getPSDEDataSet" : {
"modelref" : true,
"id" : "Area"
},
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "READ"
},
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "FetchArea"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/fetcharea",
"builtinMethod" : false
}, {
"codeName" : "FetchDefault",
"methodType" : "FETCH",
"name" : "FetchDefault",
......@@ -321,6 +357,42 @@
"requestParamType" : "ENTITY",
"requestPath" : "/fetchdefault",
"builtinMethod" : false
}, {
"codeName" : "FetchPoint",
"methodType" : "FETCH",
"name" : "FetchPoint",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "MapDataFilterDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "MapDataDTO"
},
"type" : "PAGE"
},
"getPSDEDataSet" : {
"modelref" : true,
"id" : "Point"
},
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "READ"
},
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "FetchPoint"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/fetchpoint",
"builtinMethod" : false
} ],
"getAllPSAppDEFields" : [ {
"getAllPSAppDEFUIModes" : [ {
......@@ -1287,6 +1359,42 @@
"builtinMethod" : false,
"needResourceKey" : true,
"noServiceCodeName" : true
}, {
"codeName" : "FetchArea",
"methodType" : "FETCH",
"name" : "FetchArea",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "MapDataFilterDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "MapDataDTO"
},
"type" : "PAGE"
},
"getPSDEDataSet" : {
"modelref" : true,
"id" : "Area"
},
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "READ"
},
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "FetchArea"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/fetcharea",
"builtinMethod" : false
}, {
"codeName" : "FetchDefault",
"methodType" : "FETCH",
......@@ -1323,6 +1431,42 @@
"requestParamType" : "ENTITY",
"requestPath" : "/fetchdefault",
"builtinMethod" : false
}, {
"codeName" : "FetchPoint",
"methodType" : "FETCH",
"name" : "FetchPoint",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "MapDataFilterDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "MapDataDTO"
},
"type" : "PAGE"
},
"getPSDEDataSet" : {
"modelref" : true,
"id" : "Point"
},
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "READ"
},
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "FetchPoint"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/fetchpoint",
"builtinMethod" : false
}, {
"codeName" : "FilterCreate",
"methodType" : "FILTERACTION",
......
......@@ -28,7 +28,7 @@
"name" : "点",
"getPSAppDEDataSet" : {
"modelref" : true,
"id" : "FetchDefault"
"id" : "FetchPoint"
},
"getPSAppDataEntity" : {
"modelref" : true,
......@@ -65,7 +65,7 @@
"name" : "区域",
"getPSAppDEDataSet" : {
"modelref" : true,
"id" : "FetchDefault"
"id" : "FetchArea"
},
"getPSAppDataEntity" : {
"modelref" : true,
......
......@@ -106,7 +106,7 @@
"name" : "点",
"getPSAppDEDataSet" : {
"modelref" : true,
"id" : "FetchDefault"
"id" : "FetchPoint"
},
"getPSAppDataEntity" : {
"modelref" : true,
......@@ -143,7 +143,7 @@
"name" : "区域",
"getPSAppDEDataSet" : {
"modelref" : true,
"id" : "FetchDefault"
"id" : "FetchArea"
},
"getPSAppDataEntity" : {
"modelref" : true,
......
......@@ -11227,22 +11227,22 @@
"codeName" : "VMGroup3",
"name" : "视图消息类型测试",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "消息类型-错误信息",
"name" : "消息类型-常规信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg6"
"id" : "ViewMsg4"
}
}, {
"name" : "消息类型-警告信息",
"name" : "消息类型-错误信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg5"
"id" : "ViewMsg6"
}
}, {
"name" : "消息类型-常规信息",
"name" : "消息类型-警告信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg4"
"id" : "ViewMsg5"
}
} ]
}, {
......@@ -11264,12 +11264,6 @@
"modelref" : true,
"id" : "ViewMsg7"
}
}, {
"name" : "消息位置-视图下方",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg8"
}
}, {
"name" : "消息位置-弹出",
"getPSAppViewMsg" : {
......@@ -11282,6 +11276,12 @@
"modelref" : true,
"id" : "ViewMsg9"
}
}, {
"name" : "消息位置-视图下方",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg8"
}
} ]
}, {
"codeName" : "VMGroup8",
......@@ -11294,58 +11294,58 @@
},
"position" : "POPUP"
}, {
"name" : "消息位置-视图内容区",
"name" : "消息类型-错误信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg9"
}
"id" : "ViewMsg6"
},
"position" : "POPUP"
}, {
"name" : "关闭模式-默认删除-上方-错误",
"name" : "关闭模式-无删除-上方-常规",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg12"
"id" : "ViewMsg11"
}
}, {
"name" : "关闭模式-本次删除-上方-警告",
"name" : "消息类型-常规信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg13"
}
"id" : "ViewMsg4"
},
"position" : "POPUP"
}, {
"name" : "消息类型-错误信息",
"name" : "关闭模式-默认删除-上方-错误",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg6"
},
"position" : "POPUP"
"id" : "ViewMsg12"
}
}, {
"name" : "消息位置-视图下方",
"name" : "消息位置-视图内容区",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg8"
"id" : "ViewMsg9"
}
}, {
"name" : "消息类型-常规信息",
"name" : "关闭模式-本次删除-上方-警告",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg4"
},
"position" : "POPUP"
"id" : "ViewMsg13"
}
}, {
"name" : "关闭模式-无删除-上方-常规",
"name" : "消息位置-视图下方",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg11"
"id" : "ViewMsg8"
}
} ]
}, {
"codeName" : "VMGroup5",
"name" : "视图消息关闭模式",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "关闭模式-本次删除",
"name" : "关闭模式-默认删除",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg13"
"id" : "ViewMsg12"
}
}, {
"name" : "关闭模式-无删除",
......@@ -11354,26 +11354,26 @@
"id" : "ViewMsg11"
}
}, {
"name" : "关闭模式-默认删除",
"name" : "关闭模式-本次删除",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg12"
"id" : "ViewMsg13"
}
} ]
}, {
"codeName" : "VMGroup6",
"name" : "视图消息动态模式测试",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "动态模式-静态内容",
"name" : "动态模式-实体数据集",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg15"
"id" : "ViewMsg14"
}
}, {
"name" : "动态模式-实体数据集",
"name" : "动态模式-静态内容",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg14"
"id" : "ViewMsg15"
}
} ]
} ],
......@@ -5336,6 +5336,35 @@
"requestPath" : "/save",
"uniqueTag" : "MAPDATA__DEACTION__SAVE",
"needResourceKey" : true
}, {
"codeName" : "FetchArea",
"dataAccessAction" : "READ",
"methodType" : "FETCH",
"name" : "FetchArea",
"getPSDEDataSet" : {
"modelref" : true,
"id" : "Area"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "MapDataFilterDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "MapDataDTO"
},
"type" : "PAGE"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/fetcharea",
"uniqueTag" : "MAPDATA__FETCH__AREA"
}, {
"codeName" : "FetchDefault",
"dataAccessAction" : "READ",
......@@ -5365,6 +5394,35 @@
"requestParamType" : "ENTITY",
"requestPath" : "/fetchdefault",
"uniqueTag" : "MAPDATA__FETCH__DEFAULT"
}, {
"codeName" : "FetchPoint",
"dataAccessAction" : "READ",
"methodType" : "FETCH",
"name" : "FetchPoint",
"getPSDEDataSet" : {
"modelref" : true,
"id" : "Point"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "MapDataFilterDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "MapDataDTO"
},
"type" : "PAGE"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/fetchpoint",
"uniqueTag" : "MAPDATA__FETCH__POINT"
}, {
"codeName" : "Select",
"dataAccessAction" : "READ",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册