Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
T
TrainSys
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
苏州培训方案
TrainSys
提交
f3286cf5
提交
f3286cf5
编写于
10月 31, 2023
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
lxm1993 发布系统代码 [TrainSys,网页端]
上级
7f32ef3d
变更
8
隐藏空白字符变更
内嵌
并排
正在显示
8 个修改的文件
包含
490 行增加
和
44 行删除
+490
-44
MapData.json
...izlab/trainsys/PSMODULES/Test/PSDATAENTITIES/MapData.json
+148
-0
MYSQL5.json
...TIES/MapData/PSDEDATAQUERIES/Area/PSDEDQCODES/MYSQL5.json
+48
-0
MYSQL5.json
...IES/MapData/PSDEDATAQUERIES/Point/PSDEDQCODES/MYSQL5.json
+48
-0
MapData.json
...lab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/MapData.json
+144
-0
Map.json
...s/PSSYSAPPS/Web/PSAPPDATAENTITIES/MapData/PSMAPS/Map.json
+2
-2
MapDataCustomView.json
...rainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/MapDataCustomView.json
+2
-2
PSSYSAPP.json
...ces/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
+40
-40
TrainSys.json
.../model/cn/ibizlab/trainsys/PSSYSSERVICEAPIS/TrainSys.json
+58
-0
未找到文件。
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/Test/PSDATAENTITIES/MapData.json
浏览文件 @
f3286cf5
...
...
@@ -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"
:
[
{
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/Test/PSDATAENTITIES/MapData/PSDEDATAQUERIES/Area/PSDEDQCODES/MYSQL5.json
0 → 100644
浏览文件 @
f3286cf5
{
"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
\n
t1.`AREACODE`,
\n
t1.`CREATEDATE`,
\n
t1.`CREATEMAN`,
\n
t1.`DATATYPE`,
\n
t1.`LATITUDE`,
\n
t1.`LONGITUDE`,
\n
t1.`MAPDATAID`,
\n
t1.`MAPDATANAME`,
\n
t1.`UPDATEDATE`,
\n
t1.`UPDATEMAN`,
\n
t1.`VALUE`
\n
FROM `T_MAPDATA` t1
\n
"
,
"id"
:
"PSMODULES/Test/PSDATAENTITIES/MapData/PSDEDATAQUERIES/Area/PSDEDQCODES/MYSQL5.json"
}
\ No newline at end of file
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/Test/PSDATAENTITIES/MapData/PSDEDATAQUERIES/Point/PSDEDQCODES/MYSQL5.json
0 → 100644
浏览文件 @
f3286cf5
{
"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
\n
t1.`AREACODE`,
\n
t1.`CREATEDATE`,
\n
t1.`CREATEMAN`,
\n
t1.`DATATYPE`,
\n
t1.`LATITUDE`,
\n
t1.`LONGITUDE`,
\n
t1.`MAPDATAID`,
\n
t1.`MAPDATANAME`,
\n
t1.`UPDATEDATE`,
\n
t1.`UPDATEMAN`,
\n
t1.`VALUE`
\n
FROM `T_MAPDATA` t1
\n
"
,
"id"
:
"PSMODULES/Test/PSDATAENTITIES/MapData/PSDEDATAQUERIES/Point/PSDEDQCODES/MYSQL5.json"
}
\ No newline at end of file
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/MapData.json
浏览文件 @
f3286cf5
...
...
@@ -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"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/MapData/PSMAPS/Map.json
浏览文件 @
f3286cf5
...
...
@@ -28,7 +28,7 @@
"name"
:
"点"
,
"getPSAppDEDataSet"
:
{
"modelref"
:
true
,
"id"
:
"Fetch
Defaul
t"
"id"
:
"Fetch
Poin
t"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
...
...
@@ -65,7 +65,7 @@
"name"
:
"区域"
,
"getPSAppDEDataSet"
:
{
"modelref"
:
true
,
"id"
:
"Fetch
Default
"
"id"
:
"Fetch
Area
"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/MapDataCustomView.json
浏览文件 @
f3286cf5
...
...
@@ -106,7 +106,7 @@
"name"
:
"点"
,
"getPSAppDEDataSet"
:
{
"modelref"
:
true
,
"id"
:
"Fetch
Defaul
t"
"id"
:
"Fetch
Poin
t"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
...
...
@@ -143,7 +143,7 @@
"name"
:
"区域"
,
"getPSAppDEDataSet"
:
{
"modelref"
:
true
,
"id"
:
"Fetch
Default
"
"id"
:
"Fetch
Area
"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
浏览文件 @
f3286cf5
...
...
@@ -11227,22 +11227,22 @@
"codeName" : "VMGroup3",
"name" : "视图消息类型测试",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "消息类型-
错误
信息",
"name" : "消息类型-
常规
信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg
6
"
"id" : "ViewMsg
4
"
}
}, {
"name" : "消息类型-
警告
信息",
"name" : "消息类型-
错误
信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg
5
"
"id" : "ViewMsg
6
"
}
}, {
"name" : "消息类型-
常规
信息",
"name" : "消息类型-
警告
信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg
4
"
"id" : "ViewMsg
5
"
}
} ]
}, {
...
...
@@ -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" : "ViewMsg1
2
"
"id" : "ViewMsg1
1
"
}
}, {
"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" : "ViewMsg
8
"
"id" : "ViewMsg
9
"
}
}, {
"name" : "
消息类型-常规信息
",
"name" : "
关闭模式-本次删除-上方-警告
",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg4"
},
"position" : "POPUP"
"id" : "ViewMsg13"
}
}, {
"name" : "
关闭模式-无删除-上方-常规
",
"name" : "
消息位置-视图下方
",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg
11
"
"id" : "ViewMsg
8
"
}
} ]
}, {
"codeName" : "VMGroup5",
"name" : "视图消息关闭模式",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "关闭模式-
本次
删除",
"name" : "关闭模式-
默认
删除",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg1
3
"
"id" : "ViewMsg1
2
"
}
}, {
"name" : "关闭模式-无删除",
...
...
@@ -11354,26 +11354,26 @@
"id" : "ViewMsg11"
}
}, {
"name" : "关闭模式-
默认
删除",
"name" : "关闭模式-
本次
删除",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg1
2
"
"id" : "ViewMsg1
3
"
}
} ]
}, {
"codeName" : "VMGroup6",
"name" : "视图消息动态模式测试",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "动态模式-
静态内容
",
"name" : "动态模式-
实体数据集
",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg1
5
"
"id" : "ViewMsg1
4
"
}
}, {
"name" : "动态模式-
实体数据集
",
"name" : "动态模式-
静态内容
",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg1
4
"
"id" : "ViewMsg1
5
"
}
} ]
} ],
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSSERVICEAPIS/TrainSys.json
浏览文件 @
f3286cf5
...
...
@@ -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
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录