Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
T
TrainSys
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
苏州培训方案
TrainSys
提交
8d3f324c
提交
8d3f324c
编写于
4月 24, 2024
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
tony001 发布系统代码 [TrainSys,网页端]
上级
9c458a4c
变更
6
隐藏空白字符变更
内嵌
并排
正在显示
6 个修改的文件
包含
260 行增加
和
53 行删除
+260
-53
PSSYSAPP.json
...ces/model/cn/ibizlab/trainsys/PSSYSAPPS/Mob/PSSYSAPP.json
+100
-44
Student.json
.../PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Student.json
+40
-3
Student.json
...lab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json
+40
-3
PSSYSAPP.json
...ces/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
+40
-3
PSSYSTEM.json
...rc/main/resources/model/cn/ibizlab/trainsys/PSSYSTEM.json
+20
-0
UsrSysRole0424467846.json
...ibizlab/trainsys/PSSYSUSERROLES/UsrSysRole0424467846.json
+20
-0
未找到文件。
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Mob/PSSYSAPP.json
浏览文件 @
8d3f324c
...
...
@@ -1632,19 +1632,6 @@
"removeMode" : 0,
"uniqueTag" : "ViewMsg",
"enableRemove" : false
}, {
"codeName" : "ViewMsg10",
"memo" : "备注消息位置-弹出",
"message" : "消息位置-弹出消息位置-弹出消息位置-弹出消息位置-弹出消息位置-弹出",
"messageType" : "INFO",
"name" : "消息位置-弹出",
"position" : "POPUP",
"removeMode" : 0,
"title" : "标题",
"uniqueTag" : "ViewMsg10",
"userTag" : "user1",
"userTag2" : "user2",
"enableRemove" : false
}, {
"codeName" : "ViewMsg2",
"message" : "视图消息上方",
...
...
@@ -1670,14 +1657,27 @@
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/Book.json"
},
"position" : "BOTTOM",
"removeMode" :
0
,
"removeMode" :
1
,
"getTitlePSAppDEField" : {
"name" : "BOOKNAME",
"codeName" : "BookName"
},
"uniqueTag" : "ViewMsg3",
"enableCache" : false,
"enableRemove" : false
"enableRemove" : true
}, {
"codeName" : "ViewMsg31",
"memo" : "备注消息位置-弹出",
"message" : "消息位置-弹出消息位置-弹出消息位置-弹出消息位置-弹出消息位置-弹出",
"messageType" : "INFO",
"name" : "消息位置-弹出",
"position" : "POPUP",
"removeMode" : 2,
"title" : "标题",
"uniqueTag" : "ViewMsg31",
"userTag" : "user1",
"userTag2" : "user2",
"enableRemove" : true
}, {
"codeName" : "ViewMsg8",
"message" : "消息位置-视图下方",
...
...
@@ -25153,17 +25153,39 @@
} ],
"topPos" : 200,
"parallelOutput" : true
}, {
"codeName" : "DEBUGPARAM1",
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "Global"
},
"leftPos" : 170,
"logicNodeType" : "DEBUGPARAM",
"name" : "调试逻辑参数",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "DEBUGPARAM2"
},
"linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "DEBUGPARAM1"
}
} ],
"topPos" : 380
}, {
"codeName" : "END1",
"leftPos" :
21
0,
"leftPos" :
19
0,
"logicNodeType" : "END",
"name" : "结束",
"topPos" :
538
"topPos" :
690
}, {
"codeName" : "DEBUGPARAM
1
",
"codeName" : "DEBUGPARAM
2
",
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "
Global
"
"id" : "
Test
"
},
"leftPos" : 170,
"logicNodeType" : "DEBUGPARAM",
...
...
@@ -25177,10 +25199,10 @@
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "DEBUGPARAM
1
"
"id" : "DEBUGPARAM
2
"
}
} ],
"topPos" :
380
"topPos" :
517
} ],
"getPSDEUILogicParams" : [ {
"codeName" : "Default",
...
...
@@ -25194,6 +25216,12 @@
"name" : "全局变量",
"paramFieldName" : "test",
"appGlobalParam" : true
}, {
"codeName" : "Test",
"logicName" : "当前视图会话变量",
"name" : "当前视图会话变量",
"paramFieldName" : "test",
"viewSessionParam" : true
} ],
"getStartPSDEUILogicNode" : {
"modelref" : true,
...
...
@@ -25665,10 +25693,16 @@
"topPos" : 180,
"parallelOutput" : true
}, {
"codeName" : "PREPAREJSPARAM1",
"codeName" : "END1",
"leftPos" : 240,
"logicNodeType" : "END",
"name" : "结束",
"topPos" : 722
}, {
"codeName" : "PREPAREJSPARAM2",
"leftPos" : 200,
"logicNodeType" : "PREPAREJSPARAM",
"name" : "设置
全局变量test
",
"name" : "设置
当前视图会话变量
",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true,
...
...
@@ -25678,49 +25712,70 @@
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "PREPAREJSPARAM
1
"
"id" : "PREPAREJSPARAM
2
"
}
} ],
"getPSDEUILogicNodeParams" : [ {
"dstFieldName" : "name",
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "
t
est"
"id" : "
T
est"
},
"name" : "直接值[
全局变量] ==> t
est[name]",
"name" : "直接值[
当前视图会话变量测试] ==> T
est[name]",
"paramAction" : "SETPARAMVALUE",
"srcValue" : "
全局变量
",
"srcValue" : "
当前视图会话变量测试
",
"srcValueType" : "SRCVALUE"
}, {
"dstFieldName" : "value",
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "
GLOBAL
"
"id" : "
Test
"
},
"name" : "test ==> GLOBAL",
"paramAction" : "BINDPARAM",
"getSrcPSDEUILogicParam" : {
"name" : "直接值[viewSessionParam] ==> Test[value]",
"paramAction" : "SETPARAMVALUE",
"srcValue" : "viewSessionParam",
"srcValueType" : "SRCVALUE"
} ],
"topPos" : 468
}, {
"codeName" : "PREPAREJSPARAM1",
"leftPos" : 200,
"logicNodeType" : "PREPAREJSPARAM",
"name" : "设置全局变量test",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "
test
"
"id" : "
PREPAREJSPARAM2
"
},
"srcValueType" : "SRCDLPARAM"
"linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "PREPAREJSPARAM1"
}
} ],
"getPSDEUILogicNodeParams" : [ {
"dstFieldName" : "name",
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "GLOBAL"
},
"name" : "直接值[全局变量测试] ==> GLOBAL[name]",
"paramAction" : "SETPARAMVALUE",
"srcValue" : "全局变量测试",
"srcValueType" : "SRCVALUE"
}, {
"dstFieldName" : "value",
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "
test
"
"id" : "
GLOBAL
"
},
"name" : "直接值[
测试123123121] ==> test
[value]",
"name" : "直接值[
global] ==> GLOBAL
[value]",
"paramAction" : "SETPARAMVALUE",
"srcValue" : "
测试123123121
",
"srcValue" : "
global
",
"srcValueType" : "SRCVALUE"
} ],
"topPos" : 340
}, {
"codeName" : "END1",
"leftPos" : 240,
"logicNodeType" : "END",
"name" : "结束",
"topPos" : 462
} ],
"getPSDEUILogicParams" : [ {
"codeName" : "Default",
...
...
@@ -25729,10 +25784,11 @@
"default" : true,
"entityParam" : true
}, {
"codeName" : "
t
est",
"codeName" : "
T
est",
"logicName" : "测试",
"name" : "测试",
"entityParam" : true
"paramFieldName" : "test",
"viewSessionParam" : true
}, {
"codeName" : "GLOBAL",
"logicName" : "全局变量",
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Student.json
浏览文件 @
8d3f324c
...
...
@@ -2219,7 +2219,7 @@
"getPSDEUILogicLinks"
:
[
{
"getDstPSDEUILogicNode"
:
{
"modelref"
:
true
,
"id"
:
"
PREPAREJSPARAM
1"
"id"
:
"
RAWJSCODE
1"
},
"linkMode"
:
0
,
"name"
:
"连接名称"
,
...
...
@@ -2232,10 +2232,23 @@
"parallelOutput"
:
true
},
{
"codeName"
:
"PREPAREJSPARAM1"
,
"leftPos"
:
37
0
,
"leftPos"
:
63
0
,
"logicNodeType"
:
"PREPAREJSPARAM"
,
"name"
:
"准备参数"
,
"getPSDEUILogicNodeParams"
:
[
{
"getDstPSDEUILogicParam"
:
{
"modelref"
:
true
,
"id"
:
"viewparams"
},
"name"
:
"view[params] ==> viewparams"
,
"paramAction"
:
"SETPARAMVALUE"
,
"srcFieldName"
:
"params"
,
"getSrcPSDEUILogicParam"
:
{
"modelref"
:
true
,
"id"
:
"view"
},
"srcValueType"
:
"SRCDLPARAM"
},
{
"dstFieldName"
:
"n_name_eq"
,
"getDstPSDEUILogicParam"
:
{
"modelref"
:
true
,
...
...
@@ -2251,18 +2264,42 @@
"srcValueType"
:
"SRCDLPARAM"
}
],
"topPos"
:
208
},
{
"code"
:
"console.log(663)"
,
"codeName"
:
"RAWJSCODE1"
,
"leftPos"
:
360
,
"logicNodeType"
:
"RAWJSCODE"
,
"name"
:
"注入脚本代码"
,
"getPSDEUILogicLinks"
:
[
{
"getDstPSDEUILogicNode"
:
{
"modelref"
:
true
,
"id"
:
"PREPAREJSPARAM1"
},
"linkMode"
:
0
,
"name"
:
"连接名称"
,
"getSrcPSDEUILogicNode"
:
{
"modelref"
:
true
,
"id"
:
"RAWJSCODE1"
}
}
],
"topPos"
:
210
}
],
"getPSDEUILogicParams"
:
[
{
"codeName"
:
"viewparams"
,
"logicName"
:
"视图参数"
,
"name"
:
"视图参数"
,
"
viewNavData
Param"
:
true
"
entity
Param"
:
true
},
{
"codeName"
:
"Default"
,
"logicName"
:
"传入变量"
,
"name"
:
"传入变量"
,
"default"
:
true
,
"entityParam"
:
true
},
{
"codeName"
:
"view"
,
"logicName"
:
"视图"
,
"name"
:
"视图"
,
"activeViewParam"
:
true
}
],
"getStartPSDEUILogicNode"
:
{
"modelref"
:
true
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json
浏览文件 @
8d3f324c
...
...
@@ -2278,7 +2278,7 @@
"getPSDEUILogicLinks"
:
[
{
"getDstPSDEUILogicNode"
:
{
"modelref"
:
true
,
"id"
:
"
PREPAREJSPARAM
1"
"id"
:
"
RAWJSCODE
1"
},
"linkMode"
:
0
,
"name"
:
"连接名称"
,
...
...
@@ -2291,10 +2291,23 @@
"parallelOutput"
:
true
},
{
"codeName"
:
"PREPAREJSPARAM1"
,
"leftPos"
:
37
0
,
"leftPos"
:
63
0
,
"logicNodeType"
:
"PREPAREJSPARAM"
,
"name"
:
"准备参数"
,
"getPSDEUILogicNodeParams"
:
[
{
"getDstPSDEUILogicParam"
:
{
"modelref"
:
true
,
"id"
:
"viewparams"
},
"name"
:
"view[params] ==> viewparams"
,
"paramAction"
:
"SETPARAMVALUE"
,
"srcFieldName"
:
"params"
,
"getSrcPSDEUILogicParam"
:
{
"modelref"
:
true
,
"id"
:
"view"
},
"srcValueType"
:
"SRCDLPARAM"
},
{
"dstFieldName"
:
"n_name_eq"
,
"getDstPSDEUILogicParam"
:
{
"modelref"
:
true
,
...
...
@@ -2310,18 +2323,42 @@
"srcValueType"
:
"SRCDLPARAM"
}
],
"topPos"
:
208
},
{
"code"
:
"console.log(663)"
,
"codeName"
:
"RAWJSCODE1"
,
"leftPos"
:
360
,
"logicNodeType"
:
"RAWJSCODE"
,
"name"
:
"注入脚本代码"
,
"getPSDEUILogicLinks"
:
[
{
"getDstPSDEUILogicNode"
:
{
"modelref"
:
true
,
"id"
:
"PREPAREJSPARAM1"
},
"linkMode"
:
0
,
"name"
:
"连接名称"
,
"getSrcPSDEUILogicNode"
:
{
"modelref"
:
true
,
"id"
:
"RAWJSCODE1"
}
}
],
"topPos"
:
210
}
],
"getPSDEUILogicParams"
:
[
{
"codeName"
:
"viewparams"
,
"logicName"
:
"视图参数"
,
"name"
:
"视图参数"
,
"
viewNavData
Param"
:
true
"
entity
Param"
:
true
},
{
"codeName"
:
"Default"
,
"logicName"
:
"传入变量"
,
"name"
:
"传入变量"
,
"default"
:
true
,
"entityParam"
:
true
},
{
"codeName"
:
"view"
,
"logicName"
:
"视图"
,
"name"
:
"视图"
,
"activeViewParam"
:
true
}
],
"getStartPSDEUILogicNode"
:
{
"modelref"
:
true
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
浏览文件 @
8d3f324c
...
...
@@ -103512,7 +103512,7 @@
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "
PREPAREJSPARAM
1"
"id" : "
RAWJSCODE
1"
},
"linkMode" : 0,
"name" : "连接名称",
...
...
@@ -103525,10 +103525,23 @@
"parallelOutput" : true
}, {
"codeName" : "PREPAREJSPARAM1",
"leftPos" :
37
0,
"leftPos" :
63
0,
"logicNodeType" : "PREPAREJSPARAM",
"name" : "准备参数",
"getPSDEUILogicNodeParams" : [ {
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "viewparams"
},
"name" : "view[params] ==> viewparams",
"paramAction" : "SETPARAMVALUE",
"srcFieldName" : "params",
"getSrcPSDEUILogicParam" : {
"modelref" : true,
"id" : "view"
},
"srcValueType" : "SRCDLPARAM"
}, {
"dstFieldName" : "n_name_eq",
"getDstPSDEUILogicParam" : {
"modelref" : true,
...
...
@@ -103544,18 +103557,42 @@
"srcValueType" : "SRCDLPARAM"
} ],
"topPos" : 208
}, {
"code" : "console.log(663)",
"codeName" : "RAWJSCODE1",
"leftPos" : 360,
"logicNodeType" : "RAWJSCODE",
"name" : "注入脚本代码",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "PREPAREJSPARAM1"
},
"linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "RAWJSCODE1"
}
} ],
"topPos" : 210
} ],
"getPSDEUILogicParams" : [ {
"codeName" : "viewparams",
"logicName" : "视图参数",
"name" : "视图参数",
"
viewNavData
Param" : true
"
entity
Param" : true
}, {
"codeName" : "Default",
"logicName" : "传入变量",
"name" : "传入变量",
"default" : true,
"entityParam" : true
}, {
"codeName" : "view",
"logicName" : "视图",
"name" : "视图",
"activeViewParam" : true
} ],
"getStartPSDEUILogicNode" : {
"modelref" : true,
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSTEM.json
浏览文件 @
8d3f324c
...
...
@@ -1449,6 +1449,26 @@
"modelref"
:
true
,
"path"
:
"PSSYSUSECASES/UsrUseCase1031244646.json"
}
],
"getAllPSSysUserRoles"
:
[
{
"codeName"
:
"UsrSysRole0424467846"
,
"dynaModelFilePath"
:
"PSSYSUSERROLES/UsrSysRole0424467846.json"
,
"name"
:
"teret"
,
"getPSDEDataSet"
:
{
"modelref"
:
true
,
"id"
:
"Default"
},
"getPSDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/Pay.json"
},
"roleTag"
:
"test"
,
"roleType"
:
"DEDATASET"
,
"getUserIdPSDEField"
:
{
"name"
:
"PAYID"
,
"codeName"
:
"PayId"
},
"globalRole"
:
true
}
],
"getAllPSSysValueRules"
:
[
{
"modelref"
:
true
,
"path"
:
"PSSYSVALUERULES/ValueRule3.json"
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSUSERROLES/UsrSysRole0424467846.json
0 → 100644
浏览文件 @
8d3f324c
{
"codeName"
:
"UsrSysRole0424467846"
,
"dynaModelFilePath"
:
"PSSYSUSERROLES/UsrSysRole0424467846.json"
,
"name"
:
"teret"
,
"getPSDEDataSet"
:
{
"modelref"
:
true
,
"id"
:
"Default"
},
"getPSDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/Pay.json"
},
"roleTag"
:
"test"
,
"roleType"
:
"DEDATASET"
,
"getUserIdPSDEField"
:
{
"name"
:
"PAYID"
,
"codeName"
:
"PayId"
},
"globalRole"
:
true
}
\ No newline at end of file
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录