提交 9feb8eec 编写于 作者: ibizdev's avatar ibizdev

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

上级 e7bc91bc
...@@ -198,7 +198,7 @@ ...@@ -198,7 +198,7 @@
</changeSet> </changeSet>
<!--输出实体[REGINFO]数据结构 --> <!--输出实体[REGINFO]数据结构 -->
<changeSet author="root" id="tab-reginfo-175-8"> <changeSet author="root" id="tab-reginfo-179-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-175-13"> <changeSet author="root" id="fk-reginfo-179-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>
......
...@@ -982,16 +982,16 @@ ...@@ -982,16 +982,16 @@
"mOSFilePath" : "pssysapps/TemplatePublish/psappviewmsggroups/VMGroup2", "mOSFilePath" : "pssysapps/TemplatePublish/psappviewmsggroups/VMGroup2",
"name" : "视图消息组2", "name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息2", "name" : "视图消息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg3" "id" : "ViewMsg2"
} }
}, { }, {
"name" : "视图消息", "name" : "视图消息2",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg2" "id" : "ViewMsg3"
} }
} ], } ],
"rTMOSFilePath" : "pssysapps/TemplatePublish/psappviewmsggroups/VMGroup2" "rTMOSFilePath" : "pssysapps/TemplatePublish/psappviewmsggroups/VMGroup2"
......
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
"getPSChartDataSetFields" : [ { "getPSChartDataSetFields" : [ {
"groupMode" : "CODELIST", "groupMode" : "CODELIST",
"index" : 0, "index" : 0,
"name" : "age", "name" : "reginfoid",
"getPSCodeList" : { "getPSCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList82.json" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList82.json"
...@@ -67,13 +67,18 @@ ...@@ -67,13 +67,18 @@
"id" : "0" "id" : "0"
}, { }, {
"index" : 1, "index" : 1,
"name" : "reginfoid", "name" : "deptid",
"getPSCodeList" : { "getPSCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/PhoneType.json" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/PhoneType.json"
}, },
"groupField" : true, "groupField" : true,
"id" : "1" "id" : "1"
}, {
"index" : 2,
"name" : "age",
"groupField" : true,
"id" : "2"
} ], } ],
"id" : "0" "id" : "0"
} ], } ],
...@@ -132,7 +137,7 @@ ...@@ -132,7 +137,7 @@
}, },
"getPSDEChartSerieses" : [ { "getPSDEChartSerieses" : [ {
"caption" : "柱状图", "caption" : "柱状图",
"catalogField" : "age", "catalogField" : "reginfoid",
"getCatalogPSCodeList" : { "getCatalogPSCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList82.json" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList82.json"
...@@ -153,7 +158,7 @@ ...@@ -153,7 +158,7 @@
"getPSChartSeriesEncode" : { "getPSChartSeriesEncode" : {
"index" : 0, "index" : 0,
"itemId" : "age", "itemId" : "age",
"itemName" : "reginfoid", "itemName" : "deptid",
"name" : "坐标系编码", "name" : "坐标系编码",
"getPSChartXAxis" : { "getPSChartXAxis" : {
"modelref" : true, "modelref" : true,
...@@ -164,11 +169,11 @@ ...@@ -164,11 +169,11 @@
"id" : "0" "id" : "0"
}, },
"type" : "XY", "type" : "XY",
"x" : [ "age" ], "x" : [ "reginfoid" ],
"y" : [ "age" ], "y" : [ "age" ],
"id" : "0" "id" : "0"
}, },
"seriesField" : "reginfoid", "seriesField" : "deptid",
"seriesLayoutBy" : "column", "seriesLayoutBy" : "column",
"getSeriesPSCodeList" : { "getSeriesPSCodeList" : {
"modelref" : true, "modelref" : true,
......
...@@ -263,7 +263,7 @@ ...@@ -263,7 +263,7 @@
"getPSChartDataSetFields" : [ { "getPSChartDataSetFields" : [ {
"groupMode" : "CODELIST", "groupMode" : "CODELIST",
"index" : 0, "index" : 0,
"name" : "age", "name" : "reginfoid",
"getPSCodeList" : { "getPSCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList82.json" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList82.json"
...@@ -272,13 +272,18 @@ ...@@ -272,13 +272,18 @@
"id" : "0" "id" : "0"
}, { }, {
"index" : 1, "index" : 1,
"name" : "reginfoid", "name" : "deptid",
"getPSCodeList" : { "getPSCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/PhoneType.json" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/PhoneType.json"
}, },
"groupField" : true, "groupField" : true,
"id" : "1" "id" : "1"
}, {
"index" : 2,
"name" : "age",
"groupField" : true,
"id" : "2"
} ], } ],
"id" : "0" "id" : "0"
} ], } ],
...@@ -411,7 +416,7 @@ ...@@ -411,7 +416,7 @@
}, },
"getPSDEChartSerieses" : [ { "getPSDEChartSerieses" : [ {
"caption" : "柱状图", "caption" : "柱状图",
"catalogField" : "age", "catalogField" : "reginfoid",
"getCatalogPSCodeList" : { "getCatalogPSCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList82.json" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList82.json"
...@@ -432,7 +437,7 @@ ...@@ -432,7 +437,7 @@
"getPSChartSeriesEncode" : { "getPSChartSeriesEncode" : {
"index" : 0, "index" : 0,
"itemId" : "age", "itemId" : "age",
"itemName" : "reginfoid", "itemName" : "deptid",
"name" : "坐标系编码", "name" : "坐标系编码",
"getPSChartXAxis" : { "getPSChartXAxis" : {
"modelref" : true, "modelref" : true,
...@@ -443,11 +448,11 @@ ...@@ -443,11 +448,11 @@
"id" : "0" "id" : "0"
}, },
"type" : "XY", "type" : "XY",
"x" : [ "age" ], "x" : [ "reginfoid" ],
"y" : [ "age" ], "y" : [ "age" ],
"id" : "0" "id" : "0"
}, },
"seriesField" : "reginfoid", "seriesField" : "deptid",
"seriesLayoutBy" : "column", "seriesLayoutBy" : "column",
"getSeriesPSCodeList" : { "getSeriesPSCodeList" : {
"modelref" : true, "modelref" : true,
......
...@@ -1868,16 +1868,16 @@ ...@@ -1868,16 +1868,16 @@
"mOSFilePath" : "pssysapps/Web/psappviewmsggroups/VMGroup2", "mOSFilePath" : "pssysapps/Web/psappviewmsggroups/VMGroup2",
"name" : "视图消息组2", "name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息2", "name" : "视图消息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg3" "id" : "ViewMsg2"
} }
}, { }, {
"name" : "视图消息", "name" : "视图消息2",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg2" "id" : "ViewMsg3"
} }
} ], } ],
"rTMOSFilePath" : "pssysapps/Web/psappviewmsggroups/VMGroup2" "rTMOSFilePath" : "pssysapps/Web/psappviewmsggroups/VMGroup2"
...@@ -29174,7 +29174,7 @@ ...@@ -29174,7 +29174,7 @@
"getPSChartDataSetFields" : [ { "getPSChartDataSetFields" : [ {
"groupMode" : "CODELIST", "groupMode" : "CODELIST",
"index" : 0, "index" : 0,
"name" : "age", "name" : "reginfoid",
"getPSCodeList" : { "getPSCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList82.json" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList82.json"
...@@ -29183,13 +29183,18 @@ ...@@ -29183,13 +29183,18 @@
"id" : "0" "id" : "0"
}, { }, {
"index" : 1, "index" : 1,
"name" : "reginfoid", "name" : "deptid",
"getPSCodeList" : { "getPSCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/PhoneType.json" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/PhoneType.json"
}, },
"groupField" : true, "groupField" : true,
"id" : "1" "id" : "1"
}, {
"index" : 2,
"name" : "age",
"groupField" : true,
"id" : "2"
} ], } ],
"id" : "0" "id" : "0"
} ], } ],
...@@ -29322,7 +29327,7 @@ ...@@ -29322,7 +29327,7 @@
}, },
"getPSDEChartSerieses" : [ { "getPSDEChartSerieses" : [ {
"caption" : "柱状图", "caption" : "柱状图",
"catalogField" : "age", "catalogField" : "reginfoid",
"getCatalogPSCodeList" : { "getCatalogPSCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList82.json" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList82.json"
...@@ -29343,7 +29348,7 @@ ...@@ -29343,7 +29348,7 @@
"getPSChartSeriesEncode" : { "getPSChartSeriesEncode" : {
"index" : 0, "index" : 0,
"itemId" : "age", "itemId" : "age",
"itemName" : "reginfoid", "itemName" : "deptid",
"name" : "坐标系编码", "name" : "坐标系编码",
"getPSChartXAxis" : { "getPSChartXAxis" : {
"modelref" : true, "modelref" : true,
...@@ -29354,11 +29359,11 @@ ...@@ -29354,11 +29359,11 @@
"id" : "0" "id" : "0"
}, },
"type" : "XY", "type" : "XY",
"x" : [ "age" ], "x" : [ "reginfoid" ],
"y" : [ "age" ], "y" : [ "age" ],
"id" : "0" "id" : "0"
}, },
"seriesField" : "reginfoid", "seriesField" : "deptid",
"seriesLayoutBy" : "column", "seriesLayoutBy" : "column",
"getSeriesPSCodeList" : { "getSeriesPSCodeList" : {
"modelref" : true, "modelref" : true,
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册