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

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

上级 15282ef2
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog" xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.6.xsd"> <databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog" xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.6.xsd">
<!--输出实体[BXD]数据结构 --> <!--输出实体[BXD]数据结构 -->
<changeSet author="root" id="tab-bxd-21-1"> <changeSet author="root" id="tab-bxd-23-1">
<createTable tableName="T_BXD"> <createTable tableName="T_BXD">
<column name="CREATEMAN" remarks="" type="VARCHAR(60)"> <column name="CREATEMAN" remarks="" type="VARCHAR(60)">
</column> </column>
...@@ -229,7 +229,7 @@ ...@@ -229,7 +229,7 @@
</changeSet> </changeSet>
<!--输出实体[REGINFOF]数据结构 --> <!--输出实体[REGINFOF]数据结构 -->
<changeSet author="root" id="tab-reginfof-32-9"> <changeSet author="root" id="tab-reginfof-33-9">
<createTable tableName="T_REGINFOF"> <createTable tableName="T_REGINFOF">
<column name="REGINFOFID" remarks="" type="VARCHAR(100)"> <column name="REGINFOFID" remarks="" type="VARCHAR(100)">
<constraints primaryKey="true" primaryKeyName="PK_REGINFOF"/> <constraints primaryKey="true" primaryKeyName="PK_REGINFOF"/>
......
...@@ -194,7 +194,7 @@ ...@@ -194,7 +194,7 @@
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 4,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 130, "labelWidth" : 130,
"name" : "age11", "name" : "age11",
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
"funcViewMode" : "MDATAVIEW", "funcViewMode" : "MDATAVIEW",
"gridRowActiveMode" : 2, "gridRowActiveMode" : 2,
"name" : "BXDGridView", "name" : "BXDGridView",
"openMode" : "POPUPMODAL",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/BXD.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/BXD.json"
......
...@@ -1180,7 +1180,7 @@ ...@@ -1180,7 +1180,7 @@
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 4,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 130, "labelWidth" : 130,
"name" : "age11", "name" : "age11",
......
...@@ -4964,6 +4964,7 @@ ...@@ -4964,6 +4964,7 @@
"funcViewMode" : "MDATAVIEW", "funcViewMode" : "MDATAVIEW",
"gridRowActiveMode" : 2, "gridRowActiveMode" : 2,
"name" : "BXDGridView", "name" : "BXDGridView",
"openMode" : "POPUPMODAL",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/BXD.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/BXD.json"
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册