提交 796aee2e 编写于 作者: ibizdev's avatar ibizdev

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

上级 cb22b96a
...@@ -198,7 +198,7 @@ ...@@ -198,7 +198,7 @@
</changeSet> </changeSet>
<!--输出实体[REGINFO]数据结构 --> <!--输出实体[REGINFO]数据结构 -->
<changeSet author="root" id="tab-reginfo-163-8"> <changeSet author="root" id="tab-reginfo-167-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-163-13"> <changeSet author="root" id="fk-reginfo-167-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>
......
...@@ -76,6 +76,7 @@ ...@@ -76,6 +76,7 @@
"id" : "0" "id" : "0"
} ], } ],
"getPSChartXAxises" : [ { "getPSChartXAxises" : [ {
"caption" : "age",
"eChartsPos" : "xAxis", "eChartsPos" : "xAxis",
"eChartsType" : "category", "eChartsType" : "category",
"index" : 0, "index" : 0,
...@@ -85,6 +86,7 @@ ...@@ -85,6 +86,7 @@
"id" : "0" "id" : "0"
} ], } ],
"getPSChartYAxises" : [ { "getPSChartYAxises" : [ {
"caption" : "reginfoid",
"eChartsPos" : "yAxis", "eChartsPos" : "yAxis",
"eChartsType" : "value", "eChartsType" : "value",
"index" : 0, "index" : 0,
...@@ -109,6 +111,7 @@ ...@@ -109,6 +111,7 @@
"id" : "0" "id" : "0"
}, },
"getPSDEChartSerieses" : [ { "getPSDEChartSerieses" : [ {
"caption" : "柱状图",
"eChartsType" : "bar", "eChartsType" : "bar",
"groupMode" : "MONTH", "groupMode" : "MONTH",
"index" : 0, "index" : 0,
......
...@@ -281,6 +281,7 @@ ...@@ -281,6 +281,7 @@
"id" : "0" "id" : "0"
} ], } ],
"getPSChartXAxises" : [ { "getPSChartXAxises" : [ {
"caption" : "age",
"eChartsPos" : "xAxis", "eChartsPos" : "xAxis",
"eChartsType" : "category", "eChartsType" : "category",
"index" : 0, "index" : 0,
...@@ -290,6 +291,7 @@ ...@@ -290,6 +291,7 @@
"id" : "0" "id" : "0"
} ], } ],
"getPSChartYAxises" : [ { "getPSChartYAxises" : [ {
"caption" : "reginfoid",
"eChartsPos" : "yAxis", "eChartsPos" : "yAxis",
"eChartsType" : "value", "eChartsType" : "value",
"index" : 0, "index" : 0,
...@@ -388,6 +390,7 @@ ...@@ -388,6 +390,7 @@
"id" : "0" "id" : "0"
}, },
"getPSDEChartSerieses" : [ { "getPSDEChartSerieses" : [ {
"caption" : "柱状图",
"eChartsType" : "bar", "eChartsType" : "bar",
"groupMode" : "MONTH", "groupMode" : "MONTH",
"index" : 0, "index" : 0,
......
...@@ -29108,6 +29108,7 @@ ...@@ -29108,6 +29108,7 @@
"id" : "0" "id" : "0"
} ], } ],
"getPSChartXAxises" : [ { "getPSChartXAxises" : [ {
"caption" : "age",
"eChartsPos" : "xAxis", "eChartsPos" : "xAxis",
"eChartsType" : "category", "eChartsType" : "category",
"index" : 0, "index" : 0,
...@@ -29117,6 +29118,7 @@ ...@@ -29117,6 +29118,7 @@
"id" : "0" "id" : "0"
} ], } ],
"getPSChartYAxises" : [ { "getPSChartYAxises" : [ {
"caption" : "reginfoid",
"eChartsPos" : "yAxis", "eChartsPos" : "yAxis",
"eChartsType" : "value", "eChartsType" : "value",
"index" : 0, "index" : 0,
...@@ -29215,6 +29217,7 @@ ...@@ -29215,6 +29217,7 @@
"id" : "0" "id" : "0"
}, },
"getPSDEChartSerieses" : [ { "getPSDEChartSerieses" : [ {
"caption" : "柱状图",
"eChartsType" : "bar", "eChartsType" : "bar",
"groupMode" : "MONTH", "groupMode" : "MONTH",
"index" : 0, "index" : 0,
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册