Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
T
TrainSys
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
苏州培训方案
TrainSys
提交
643cefcf
提交
643cefcf
编写于
12月 30, 2022
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
zhanghengfeng 发布系统代码 [TrainSys,网页端]
上级
0be0fdcc
变更
4
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
53 行增加
和
2 行删除
+53
-2
h2_table.xml
trainsys-core/src/main/resources/liquibase/h2_table.xml
+2
-2
Chart.json
...SYSAPPS/Web/PSAPPDATAENTITIES/Reginfo/PSCHARTS/Chart.json
+17
-0
ReginfoChartView.json
...trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoChartView.json
+17
-0
PSSYSAPP.json
...ces/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
+17
-0
未找到文件。
trainsys-core/src/main/resources/liquibase/h2_table.xml
浏览文件 @
643cefcf
...
@@ -198,7 +198,7 @@
...
@@ -198,7 +198,7 @@
</changeSet>
</changeSet>
<!--输出实体[REGINFO]数据结构 -->
<!--输出实体[REGINFO]数据结构 -->
<changeSet
author=
"root"
id=
"tab-reginfo-1
69
-8"
>
<changeSet
author=
"root"
id=
"tab-reginfo-1
71
-8"
>
<createTable
tableName=
"T_REGINFO"
>
<createTable
tableName=
"T_REGINFO"
>
<column
name=
"UPDATEDATE"
remarks=
""
type=
"DATETIME"
>
<column
name=
"UPDATEDATE"
remarks=
""
type=
"DATETIME"
>
</column>
</column>
...
@@ -326,7 +326,7 @@
...
@@ -326,7 +326,7 @@
</changeSet>
</changeSet>
<!--输出实体[REGINFO]外键关系 -->
<!--输出实体[REGINFO]外键关系 -->
<changeSet
author=
"root"
id=
"fk-reginfo-1
69
-13"
>
<changeSet
author=
"root"
id=
"fk-reginfo-1
71
-13"
>
<addForeignKeyConstraint
baseColumnNames=
"STUDENTID"
baseTableName=
"T_REGINFO"
constraintName=
"F328B6E61632896255"
deferrable=
"false"
initiallyDeferred=
"false"
onDelete=
"RESTRICT"
onUpdate=
"RESTRICT"
referencedColumnNames=
"STUDENTID"
referencedTableName=
"T_STUDENT"
validate=
"true"
/>
<addForeignKeyConstraint
baseColumnNames=
"STUDENTID"
baseTableName=
"T_REGINFO"
constraintName=
"F328B6E61632896255"
deferrable=
"false"
initiallyDeferred=
"false"
onDelete=
"RESTRICT"
onUpdate=
"RESTRICT"
referencedColumnNames=
"STUDENTID"
referencedTableName=
"T_STUDENT"
validate=
"true"
/>
</changeSet>
</changeSet>
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo/PSCHARTS/Chart.json
浏览文件 @
643cefcf
...
@@ -55,6 +55,17 @@
...
@@ -55,6 +55,17 @@
"getPSChartDataSets"
:
[
{
"getPSChartDataSets"
:
[
{
"index"
:
0
,
"index"
:
0
,
"name"
:
"bar_0-DEFAULT"
,
"name"
:
"bar_0-DEFAULT"
,
"getPSChartDataSetFields"
:
[
{
"groupMode"
:
"MONTH"
,
"index"
:
0
,
"name"
:
"age"
,
"getPSCodeList"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPCODELISTS/CodeList82.json"
},
"groupField"
:
true
,
"id"
:
"0"
}
],
"id"
:
"0"
"id"
:
"0"
}
],
}
],
"getPSChartGrids"
:
[
{
"getPSChartGrids"
:
[
{
...
@@ -112,12 +123,14 @@
...
@@ -112,12 +123,14 @@
},
},
"getPSDEChartSerieses"
:
[
{
"getPSDEChartSerieses"
:
[
{
"caption"
:
"柱状图"
,
"caption"
:
"柱状图"
,
"catalogField"
:
"age"
,
"getCatalogPSCodeList"
:
{
"getCatalogPSCodeList"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPCODELISTS/CodeList82.json"
"path"
:
"PSSYSAPPS/Web/PSAPPCODELISTS/CodeList82.json"
},
},
"eChartsType"
:
"bar"
,
"eChartsType"
:
"bar"
,
"groupMode"
:
"MONTH"
,
"groupMode"
:
"MONTH"
,
"idField"
:
"age"
,
"index"
:
0
,
"index"
:
0
,
"name"
:
"bar_0"
,
"name"
:
"bar_0"
,
"getPSChartCoordinateSystem"
:
{
"getPSChartCoordinateSystem"
:
{
...
@@ -130,6 +143,7 @@
...
@@ -130,6 +143,7 @@
},
},
"getPSChartSeriesEncode"
:
{
"getPSChartSeriesEncode"
:
{
"index"
:
0
,
"index"
:
0
,
"itemId"
:
"age"
,
"name"
:
"坐标系编码"
,
"name"
:
"坐标系编码"
,
"getPSChartXAxis"
:
{
"getPSChartXAxis"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
...
@@ -140,6 +154,8 @@
...
@@ -140,6 +154,8 @@
"id"
:
"0"
"id"
:
"0"
},
},
"type"
:
"XY"
,
"type"
:
"XY"
,
"x"
:
[
"age"
],
"y"
:
[
"age"
],
"id"
:
"0"
"id"
:
"0"
},
},
"seriesLayoutBy"
:
"column"
,
"seriesLayoutBy"
:
"column"
,
...
@@ -148,6 +164,7 @@
...
@@ -148,6 +164,7 @@
"path"
:
"PSSYSAPPS/Web/PSAPPCODELISTS/PhoneType.json"
"path"
:
"PSSYSAPPS/Web/PSAPPCODELISTS/PhoneType.json"
},
},
"seriesType"
:
"bar"
,
"seriesType"
:
"bar"
,
"valueField"
:
"age"
,
"enableChartDataSet"
:
true
,
"enableChartDataSet"
:
true
,
"stack"
:
false
"stack"
:
false
}
],
}
],
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoChartView.json
浏览文件 @
643cefcf
...
@@ -260,6 +260,17 @@
...
@@ -260,6 +260,17 @@
"getPSChartDataSets"
:
[
{
"getPSChartDataSets"
:
[
{
"index"
:
0
,
"index"
:
0
,
"name"
:
"bar_0-DEFAULT"
,
"name"
:
"bar_0-DEFAULT"
,
"getPSChartDataSetFields"
:
[
{
"groupMode"
:
"MONTH"
,
"index"
:
0
,
"name"
:
"age"
,
"getPSCodeList"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPCODELISTS/CodeList82.json"
},
"groupField"
:
true
,
"id"
:
"0"
}
],
"id"
:
"0"
"id"
:
"0"
}
],
}
],
"getPSChartGrids"
:
[
{
"getPSChartGrids"
:
[
{
...
@@ -391,12 +402,14 @@
...
@@ -391,12 +402,14 @@
},
},
"getPSDEChartSerieses"
:
[
{
"getPSDEChartSerieses"
:
[
{
"caption"
:
"柱状图"
,
"caption"
:
"柱状图"
,
"catalogField"
:
"age"
,
"getCatalogPSCodeList"
:
{
"getCatalogPSCodeList"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPCODELISTS/CodeList82.json"
"path"
:
"PSSYSAPPS/Web/PSAPPCODELISTS/CodeList82.json"
},
},
"eChartsType"
:
"bar"
,
"eChartsType"
:
"bar"
,
"groupMode"
:
"MONTH"
,
"groupMode"
:
"MONTH"
,
"idField"
:
"age"
,
"index"
:
0
,
"index"
:
0
,
"name"
:
"bar_0"
,
"name"
:
"bar_0"
,
"getPSChartCoordinateSystem"
:
{
"getPSChartCoordinateSystem"
:
{
...
@@ -409,6 +422,7 @@
...
@@ -409,6 +422,7 @@
},
},
"getPSChartSeriesEncode"
:
{
"getPSChartSeriesEncode"
:
{
"index"
:
0
,
"index"
:
0
,
"itemId"
:
"age"
,
"name"
:
"坐标系编码"
,
"name"
:
"坐标系编码"
,
"getPSChartXAxis"
:
{
"getPSChartXAxis"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
...
@@ -419,6 +433,8 @@
...
@@ -419,6 +433,8 @@
"id"
:
"0"
"id"
:
"0"
},
},
"type"
:
"XY"
,
"type"
:
"XY"
,
"x"
:
[
"age"
],
"y"
:
[
"age"
],
"id"
:
"0"
"id"
:
"0"
},
},
"seriesLayoutBy"
:
"column"
,
"seriesLayoutBy"
:
"column"
,
...
@@ -427,6 +443,7 @@
...
@@ -427,6 +443,7 @@
"path"
:
"PSSYSAPPS/Web/PSAPPCODELISTS/PhoneType.json"
"path"
:
"PSSYSAPPS/Web/PSAPPCODELISTS/PhoneType.json"
},
},
"seriesType"
:
"bar"
,
"seriesType"
:
"bar"
,
"valueField"
:
"age"
,
"enableChartDataSet"
:
true
,
"enableChartDataSet"
:
true
,
"stack"
:
false
"stack"
:
false
}
],
}
],
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
浏览文件 @
643cefcf
...
@@ -29171,6 +29171,17 @@
...
@@ -29171,6 +29171,17 @@
"getPSChartDataSets" : [ {
"getPSChartDataSets" : [ {
"index" : 0,
"index" : 0,
"name" : "bar_0-DEFAULT",
"name" : "bar_0-DEFAULT",
"getPSChartDataSetFields" : [ {
"groupMode" : "MONTH",
"index" : 0,
"name" : "age",
"getPSCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList82.json"
},
"groupField" : true,
"id" : "0"
} ],
"id" : "0"
"id" : "0"
} ],
} ],
"getPSChartGrids" : [ {
"getPSChartGrids" : [ {
...
@@ -29302,12 +29313,14 @@
...
@@ -29302,12 +29313,14 @@
},
},
"getPSDEChartSerieses" : [ {
"getPSDEChartSerieses" : [ {
"caption" : "柱状图",
"caption" : "柱状图",
"catalogField" : "age",
"getCatalogPSCodeList" : {
"getCatalogPSCodeList" : {
"modelref" : true,
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList82.json"
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList82.json"
},
},
"eChartsType" : "bar",
"eChartsType" : "bar",
"groupMode" : "MONTH",
"groupMode" : "MONTH",
"idField" : "age",
"index" : 0,
"index" : 0,
"name" : "bar_0",
"name" : "bar_0",
"getPSChartCoordinateSystem" : {
"getPSChartCoordinateSystem" : {
...
@@ -29320,6 +29333,7 @@
...
@@ -29320,6 +29333,7 @@
},
},
"getPSChartSeriesEncode" : {
"getPSChartSeriesEncode" : {
"index" : 0,
"index" : 0,
"itemId" : "age",
"name" : "坐标系编码",
"name" : "坐标系编码",
"getPSChartXAxis" : {
"getPSChartXAxis" : {
"modelref" : true,
"modelref" : true,
...
@@ -29330,6 +29344,8 @@
...
@@ -29330,6 +29344,8 @@
"id" : "0"
"id" : "0"
},
},
"type" : "XY",
"type" : "XY",
"x" : [ "age" ],
"y" : [ "age" ],
"id" : "0"
"id" : "0"
},
},
"seriesLayoutBy" : "column",
"seriesLayoutBy" : "column",
...
@@ -29338,6 +29354,7 @@
...
@@ -29338,6 +29354,7 @@
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/PhoneType.json"
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/PhoneType.json"
},
},
"seriesType" : "bar",
"seriesType" : "bar",
"valueField" : "age",
"enableChartDataSet" : true,
"enableChartDataSet" : true,
"stack" : false
"stack" : false
} ],
} ],
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录