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

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

上级 0be0fdcc
...@@ -198,7 +198,7 @@ ...@@ -198,7 +198,7 @@
</changeSet> </changeSet>
<!--输出实体[REGINFO]数据结构 --> <!--输出实体[REGINFO]数据结构 -->
<changeSet author="root" id="tab-reginfo-169-8"> <changeSet author="root" id="tab-reginfo-171-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-169-13"> <changeSet author="root" id="fk-reginfo-171-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>
......
...@@ -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
} ], } ],
......
...@@ -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
} ], } ],
......
...@@ -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 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册