提交 01a29d1b 编写于 作者: ibizdev's avatar ibizdev

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

上级 6ff23272
...@@ -169,7 +169,7 @@ ...@@ -169,7 +169,7 @@
</changeSet> </changeSet>
<!--输出实体[PHONE]数据结构 --> <!--输出实体[PHONE]数据结构 -->
<changeSet author="root" id="tab-phone-247-6"> <changeSet author="root" id="tab-phone-248-6">
<createTable tableName="T_PHONE"> <createTable tableName="T_PHONE">
<column name="PHONEID" remarks="" type="VARCHAR(100)"> <column name="PHONEID" remarks="" type="VARCHAR(100)">
<constraints primaryKey="true" primaryKeyName="PK_PHONE"/> <constraints primaryKey="true" primaryKeyName="PK_PHONE"/>
...@@ -198,7 +198,7 @@ ...@@ -198,7 +198,7 @@
</changeSet> </changeSet>
<!--输出实体[REGINFO]数据结构 --> <!--输出实体[REGINFO]数据结构 -->
<changeSet author="root" id="tab-reginfo-129-8"> <changeSet author="root" id="tab-reginfo-131-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-129-13"> <changeSet author="root" id="fk-reginfo-131-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>
......
...@@ -218,6 +218,7 @@ ...@@ -218,6 +218,7 @@
}, { }, {
"codeName" : "DataViewtoolbar", "codeName" : "DataViewtoolbar",
"controlType" : "TOOLBAR", "controlType" : "TOOLBAR",
"logicName" : "test",
"mOSFilePath" : "psmodules/common/psdataentities/REGINFO/psdetoolbars/DataViewtoolbar", "mOSFilePath" : "psmodules/common/psdataentities/REGINFO/psdetoolbars/DataViewtoolbar",
"name" : "toolbar", "name" : "toolbar",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
...@@ -228,7 +229,7 @@ ...@@ -228,7 +229,7 @@
"id" : "TOOLBAR" "id" : "TOOLBAR"
}, },
"rTMOSFilePath" : "pssysapps/TemplatePublish/psappdeviews/ReginfoDataView/psappviewctrls/toolbar", "rTMOSFilePath" : "pssysapps/TemplatePublish/psappdeviews/ReginfoDataView/psappviewctrls/toolbar",
"modelid" : "13757d894d7e670ed3bb8dd1a4f80db7_toolbar", "modelid" : "06BB2349-5294-4C9F-BB42-7E2C6F78A006",
"modeltype" : "PSDETOOLBAR" "modeltype" : "PSDETOOLBAR"
}, { }, {
"codeName" : "Dataview", "codeName" : "Dataview",
......
...@@ -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"
......
...@@ -292,6 +292,7 @@ ...@@ -292,6 +292,7 @@
}, { }, {
"codeName" : "DataViewtoolbar", "codeName" : "DataViewtoolbar",
"controlType" : "TOOLBAR", "controlType" : "TOOLBAR",
"logicName" : "test",
"mOSFilePath" : "psmodules/common/psdataentities/REGINFO/psdetoolbars/DataViewtoolbar", "mOSFilePath" : "psmodules/common/psdataentities/REGINFO/psdetoolbars/DataViewtoolbar",
"name" : "toolbar", "name" : "toolbar",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
...@@ -302,7 +303,7 @@ ...@@ -302,7 +303,7 @@
"id" : "TOOLBAR" "id" : "TOOLBAR"
}, },
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/ReginfoDataView/psappviewctrls/toolbar", "rTMOSFilePath" : "pssysapps/Web/psappdeviews/ReginfoDataView/psappviewctrls/toolbar",
"modelid" : "e773ce8c4b1f61b0369559d48267eb64_toolbar", "modelid" : "06BB2349-5294-4C9F-BB42-7E2C6F78A006",
"modeltype" : "PSDETOOLBAR" "modeltype" : "PSDETOOLBAR"
}, { }, {
"codeName" : "Dataview", "codeName" : "Dataview",
......
...@@ -1760,16 +1760,16 @@ ...@@ -1760,16 +1760,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"
...@@ -26110,6 +26110,7 @@ ...@@ -26110,6 +26110,7 @@
}, { }, {
"codeName" : "DataViewtoolbar", "codeName" : "DataViewtoolbar",
"controlType" : "TOOLBAR", "controlType" : "TOOLBAR",
"logicName" : "test",
"mOSFilePath" : "psmodules/common/psdataentities/REGINFO/psdetoolbars/DataViewtoolbar", "mOSFilePath" : "psmodules/common/psdataentities/REGINFO/psdetoolbars/DataViewtoolbar",
"name" : "toolbar", "name" : "toolbar",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
...@@ -26120,7 +26121,7 @@ ...@@ -26120,7 +26121,7 @@
"id" : "TOOLBAR" "id" : "TOOLBAR"
}, },
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/ReginfoDataView/psappviewctrls/toolbar", "rTMOSFilePath" : "pssysapps/Web/psappdeviews/ReginfoDataView/psappviewctrls/toolbar",
"modelid" : "e773ce8c4b1f61b0369559d48267eb64_toolbar", "modelid" : "06BB2349-5294-4C9F-BB42-7E2C6F78A006",
"modeltype" : "PSDETOOLBAR" "modeltype" : "PSDETOOLBAR"
}, { }, {
"codeName" : "Dataview", "codeName" : "Dataview",
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册