Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
T
TrainSys
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
苏州培训方案
TrainSys
提交
85d5a82a
提交
85d5a82a
编写于
2月 29, 2024
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
zhujiamin 发布系统代码 [TrainSys,网页端]
上级
5314b2cb
变更
8
展开全部
隐藏空白字符变更
内嵌
并排
正在显示
8 个修改的文件
包含
319 行增加
和
134 行删除
+319
-134
Book.json
...bizlab/trainsys/PSMODULES/common/PSDATAENTITIES/Book.json
+10
-0
mockCarouselData.json
...mmon/PSDATAENTITIES/Book/PSDELOGICS/mockCarouselData.json
+11
-0
Book.json
...bizlab/trainsys/PSSYSAPPS/Mob/PSAPPDATAENTITIES/Book.json
+9
-0
Book.json
...sys/PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Book.json
+9
-0
PSSYSAPP.json
.../ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSSYSAPP.json
+4
-4
Book.json
...bizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json
+9
-0
bookUsr11178840CustomView.json
...PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr11178840CustomView.json
+108
-44
PSSYSAPP.json
...ces/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
+159
-86
未找到文件。
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/common/PSDATAENTITIES/Book.json
浏览文件 @
85d5a82a
...
...
@@ -6008,6 +6008,16 @@
"customCode"
:
true
,
"enableBackend"
:
false
,
"enableFront"
:
true
},
{
"codeName"
:
"mockCarouselData"
,
"defaultParamName"
:
"DEFAULT"
,
"dynaModelFilePath"
:
"PSMODULES/common/PSDATAENTITIES/Book/PSDELOGICS/mockCarouselData.json"
,
"logicName"
:
"模拟轮播图数据"
,
"name"
:
"模拟轮播图数据"
,
"scriptCode"
:
"const result = {
\n
zero: 0,
\n
};
\n
const array = Array.from({ length: 10 }, (_, index) => index);
\n
array.forEach(value=>{
\n
result[`num${value}`] = {
\n
imgSrc : Math.floor(Math.random() * 100)
\n
}})
\n
return result;"
,
"customCode"
:
true
,
"enableBackend"
:
false
,
"enableFront"
:
true
}
],
"getAllPSDEMainStates"
:
[
{
"codeName"
:
"A"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/common/PSDATAENTITIES/Book/PSDELOGICS/mockCarouselData.json
0 → 100644
浏览文件 @
85d5a82a
{
"codeName"
:
"mockCarouselData"
,
"defaultParamName"
:
"DEFAULT"
,
"dynaModelFilePath"
:
"PSMODULES/common/PSDATAENTITIES/Book/PSDELOGICS/mockCarouselData.json"
,
"logicName"
:
"模拟轮播图数据"
,
"name"
:
"模拟轮播图数据"
,
"scriptCode"
:
"const result = {
\n
zero: 0,
\n
};
\n
const array = Array.from({ length: 10 }, (_, index) => index);
\n
array.forEach(value=>{
\n
result[`num${value}`] = {
\n
imgSrc : Math.floor(Math.random() * 100)
\n
}})
\n
return result;"
,
"customCode"
:
true
,
"enableBackend"
:
false
,
"enableFront"
:
true
}
\ No newline at end of file
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Mob/PSAPPDATAENTITIES/Book.json
浏览文件 @
85d5a82a
...
...
@@ -2940,6 +2940,15 @@
"customCode"
:
true
,
"enableBackend"
:
false
,
"enableFront"
:
true
},
{
"codeName"
:
"mockCarouselData"
,
"defaultParamName"
:
"DEFAULT"
,
"logicName"
:
"模拟轮播图数据"
,
"name"
:
"模拟轮播图数据"
,
"scriptCode"
:
"const result = {
\n
zero: 0,
\n
};
\n
const array = Array.from({ length: 10 }, (_, index) => index);
\n
array.forEach(value=>{
\n
result[`num${value}`] = {
\n
imgSrc : Math.floor(Math.random() * 100)
\n
}})
\n
return result;"
,
"customCode"
:
true
,
"enableBackend"
:
false
,
"enableFront"
:
true
}
],
"getAllPSAppDEMethodDTOs"
:
[
{
"codeName"
:
"BookDTO"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Book.json
浏览文件 @
85d5a82a
...
...
@@ -2940,6 +2940,15 @@
"customCode"
:
true
,
"enableBackend"
:
false
,
"enableFront"
:
true
},
{
"codeName"
:
"mockCarouselData"
,
"defaultParamName"
:
"DEFAULT"
,
"logicName"
:
"模拟轮播图数据"
,
"name"
:
"模拟轮播图数据"
,
"scriptCode"
:
"const result = {
\n
zero: 0,
\n
};
\n
const array = Array.from({ length: 10 }, (_, index) => index);
\n
array.forEach(value=>{
\n
result[`num${value}`] = {
\n
imgSrc : Math.floor(Math.random() * 100)
\n
}})
\n
return result;"
,
"customCode"
:
true
,
"enableBackend"
:
false
,
"enableFront"
:
true
}
],
"getAllPSAppDEMethodDTOs"
:
[
{
"codeName"
:
"BookDTO"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSSYSAPP.json
浏览文件 @
85d5a82a
...
...
@@ -1482,16 +1482,16 @@
"codeName"
:
"VMGroup2"
,
"name"
:
"视图消息组2"
,
"getPSAppViewMsgGroupDetails"
:
[
{
"name"
:
"视图消息"
,
"name"
:
"视图消息
2
"
,
"getPSAppViewMsg"
:
{
"modelref"
:
true
,
"id"
:
"ViewMsg
2
"
"id"
:
"ViewMsg
3
"
}
},
{
"name"
:
"视图消息
2
"
,
"name"
:
"视图消息"
,
"getPSAppViewMsg"
:
{
"modelref"
:
true
,
"id"
:
"ViewMsg
3
"
"id"
:
"ViewMsg
2
"
}
}
]
},
{
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json
浏览文件 @
85d5a82a
...
...
@@ -2940,6 +2940,15 @@
"customCode"
:
true
,
"enableBackend"
:
false
,
"enableFront"
:
true
},
{
"codeName"
:
"mockCarouselData"
,
"defaultParamName"
:
"DEFAULT"
,
"logicName"
:
"模拟轮播图数据"
,
"name"
:
"模拟轮播图数据"
,
"scriptCode"
:
"const result = {
\n
zero: 0,
\n
};
\n
const array = Array.from({ length: 10 }, (_, index) => index);
\n
array.forEach(value=>{
\n
result[`num${value}`] = {
\n
imgSrc : Math.floor(Math.random() * 100)
\n
}})
\n
return result;"
,
"customCode"
:
true
,
"enableBackend"
:
false
,
"enableFront"
:
true
}
],
"getAllPSAppDEMethodDTOs"
:
[
{
"codeName"
:
"BookDTO"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr11178840CustomView.json
浏览文件 @
85d5a82a
...
...
@@ -21,6 +21,9 @@
"id"
:
"field_textbox1"
},
{
"id"
:
"field_textbox2"
},
{
"id"
:
"field_carousel"
,
"viewFieldName"
:
"num1"
}
],
"codeName"
:
"Usr1117078761"
,
"controlType"
:
"VIEWLAYOUTPANEL"
,
...
...
@@ -215,50 +218,6 @@
},
"predefinedType"
:
"CONTAINER_IMAGE"
,
"width"
:
500.0
},
{
"caption"
:
"图片背景容器"
,
"contentHeight"
:
300.0
,
"contentWidth"
:
500.0
,
"height"
:
300.0
,
"itemStyle"
:
"STYLE2"
,
"itemType"
:
"CONTAINER"
,
"name"
:
"container_image4"
,
"getPSLayout"
:
{
"layout"
:
"FLEX"
},
"getPSLayoutPos"
:
{
"grow"
:
-1
,
"height"
:
300
,
"heightMode"
:
"PX"
,
"layout"
:
"FLEX"
,
"width"
:
500
,
"widthMode"
:
"PX"
},
"getPSPanelItems"
:
[
{
"caption"
:
"文本"
,
"contentType"
:
"RAW"
,
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"RAWITEM"
,
"name"
:
"static_text4"
,
"getPSLayoutPos"
:
{
"grow"
:
-1
,
"layout"
:
"FLEX"
},
"getPSRawItem"
:
{
"caption"
:
"上传svg"
,
"contentType"
:
"RAW"
,
"name"
:
"static_text4"
,
"predefinedType"
:
"STATIC_TEXT"
,
"renderMode"
:
"TEXT"
},
"rawContent"
:
"上传svg"
,
"showCaption"
:
true
}
],
"getPSSysImage"
:
{
"rawContent"
:
"<svg width=
\"
29
\"
height=
\"
29
\"
viewBox=
\"
0 0 29 29
\"
fill=
\"
none
\"
xmlns=
\"
http://www.w3.org/2000/svg
\"
>
\n
<path d=
\"
M22.8587 4.48913H21.2609V2.43478C21.2609 2.0553 20.9556 1.75 20.5761 1.75H3.68478C3.3053 1.75 3 2.0553 3 2.43478V10.1957C3 10.5751 3.3053 10.8804 3.68478 10.8804H20.5761C20.9556 10.8804 21.2609 10.5751 21.2609 10.1957V6.31522H22.1739V12.0217H12.159C11.5284 12.0217 11.0177 12.5325 11.0177 13.163V17.0435H9.76223C9.63668 17.0435 9.53397 17.1462 9.53397 17.2717V23.7772C9.53397 23.8086 9.53967 23.8399 9.55109 23.8656C9.53967 23.9113 9.53397 23.9569 9.53397 24.0054C9.53397 25.3293 10.6068 26.4022 11.9307 26.4022C13.2546 26.4022 14.3274 25.3293 14.3274 24.0054C14.3274 23.9569 14.3217 23.9113 14.3103 23.8656C14.3217 23.8371 14.3274 23.8086 14.3274 23.7772V17.2717C14.3274 17.1462 14.2247 17.0435 14.0992 17.0435H12.8438V13.8478H22.8587C23.4893 13.8478 24 13.3371 24 12.7065V5.63043C24 4.99986 23.4893 4.48913 22.8587 4.48913Z
\"
fill=
\"
#CBE7FE
\"
/>
\n
<rect x=
\"
2.25
\"
y=
\"
1.625
\"
width=
\"
19.25
\"
height=
\"
9.625
\"
rx=
\"
0.875
\"
fill=
\"
#65B3FC
\"
/>
\n
</svg>
\n
"
},
"predefinedType"
:
"CONTAINER_IMAGE"
,
"width"
:
500.0
},
{
"caption"
:
"测试直接样式"
,
"contentHeight"
:
200.0
,
...
...
@@ -353,6 +312,111 @@
"showCaption"
:
false
}
],
"width"
:
300.0
},
{
"caption"
:
"图片背景容器"
,
"contentHeight"
:
300.0
,
"contentWidth"
:
500.0
,
"height"
:
300.0
,
"itemStyle"
:
"STYLE2"
,
"itemType"
:
"CONTAINER"
,
"name"
:
"container_image4"
,
"getPSLayout"
:
{
"layout"
:
"FLEX"
},
"getPSLayoutPos"
:
{
"grow"
:
-1
,
"height"
:
300
,
"heightMode"
:
"PX"
,
"layout"
:
"FLEX"
,
"width"
:
500
,
"widthMode"
:
"PX"
},
"getPSPanelItems"
:
[
{
"caption"
:
"文本"
,
"contentType"
:
"RAW"
,
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"RAWITEM"
,
"name"
:
"static_text4"
,
"getPSLayoutPos"
:
{
"grow"
:
-1
,
"layout"
:
"FLEX"
},
"getPSRawItem"
:
{
"caption"
:
"上传svg"
,
"contentType"
:
"RAW"
,
"name"
:
"static_text4"
,
"predefinedType"
:
"STATIC_TEXT"
,
"renderMode"
:
"TEXT"
},
"rawContent"
:
"上传svg"
,
"showCaption"
:
true
}
],
"getPSSysImage"
:
{
"rawContent"
:
"<svg width=
\"
29
\"
height=
\"
29
\"
viewBox=
\"
0 0 29 29
\"
fill=
\"
none
\"
xmlns=
\"
http://www.w3.org/2000/svg
\"
>
\n
<path d=
\"
M22.8587 4.48913H21.2609V2.43478C21.2609 2.0553 20.9556 1.75 20.5761 1.75H3.68478C3.3053 1.75 3 2.0553 3 2.43478V10.1957C3 10.5751 3.3053 10.8804 3.68478 10.8804H20.5761C20.9556 10.8804 21.2609 10.5751 21.2609 10.1957V6.31522H22.1739V12.0217H12.159C11.5284 12.0217 11.0177 12.5325 11.0177 13.163V17.0435H9.76223C9.63668 17.0435 9.53397 17.1462 9.53397 17.2717V23.7772C9.53397 23.8086 9.53967 23.8399 9.55109 23.8656C9.53967 23.9113 9.53397 23.9569 9.53397 24.0054C9.53397 25.3293 10.6068 26.4022 11.9307 26.4022C13.2546 26.4022 14.3274 25.3293 14.3274 24.0054C14.3274 23.9569 14.3217 23.9113 14.3103 23.8656C14.3217 23.8371 14.3274 23.8086 14.3274 23.7772V17.2717C14.3274 17.1462 14.2247 17.0435 14.0992 17.0435H12.8438V13.8478H22.8587C23.4893 13.8478 24 13.3371 24 12.7065V5.63043C24 4.99986 23.4893 4.48913 22.8587 4.48913Z
\"
fill=
\"
#CBE7FE
\"
/>
\n
<rect x=
\"
2.25
\"
y=
\"
1.625
\"
width=
\"
19.25
\"
height=
\"
9.625
\"
rx=
\"
0.875
\"
fill=
\"
#65B3FC
\"
/>
\n
</svg>
\n
"
},
"predefinedType"
:
"CONTAINER_IMAGE"
,
"width"
:
500.0
},
{
"caption"
:
"多项数据容器"
,
"dataRegionType"
:
"MULTIDATA"
,
"dataSourceType"
:
"DELOGIC"
,
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"CONTAINER"
,
"name"
:
"container_multidata"
,
"getPSAppDELogic"
:
{
"modelref"
:
true
,
"id"
:
"mockCarouselData"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"getPSLayout"
:
{
"layout"
:
"FLEX"
},
"getPSLayoutPos"
:
{
"grow"
:
-1
,
"layout"
:
"FLEX"
,
"widthMode"
:
"FULL"
},
"getPSPanelItems"
:
[
{
"caption"
:
"轮播图"
,
"contentType"
:
"IMAGE"
,
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"RAWITEM"
,
"name"
:
"static_carousel"
,
"getPSLayoutPos"
:
{
"grow"
:
-1
,
"layout"
:
"FLEX"
},
"getPSRawItem"
:
{
"contentType"
:
"IMAGE"
,
"name"
:
"static_carousel"
,
"predefinedType"
:
"STATIC_CAROUSEL"
},
"showCaption"
:
true
},
{
"caption"
:
"轮播图(动态)"
,
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"FIELD"
,
"name"
:
"field_carousel"
,
"getPSEditor"
:
{
"editorType"
:
"PICTURE"
,
"maxFileCount"
:
-1
,
"maxFileSize"
:
-1
,
"minFileCount"
:
0
,
"name"
:
"field_carousel"
,
"predefinedType"
:
"FIELD_CAROUSEL"
},
"getPSLayoutPos"
:
{
"grow"
:
-1
,
"layout"
:
"FLEX"
},
"viewFieldName"
:
"num1"
,
"hidden"
:
false
,
"showCaption"
:
false
}
],
"predefinedType"
:
"CONTAINER_MULTIDATA"
}
]
}
],
"layoutBodyOnly"
:
false
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
浏览文件 @
85d5a82a
此差异已折叠。
点击以展开。
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录