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

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

上级 d5fb1861
...@@ -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-36-1"> <changeSet author="root" id="tab-bxd-38-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>
...@@ -169,7 +169,7 @@ ...@@ -169,7 +169,7 @@
</changeSet> </changeSet>
<!--输出实体[PHONE]数据结构 --> <!--输出实体[PHONE]数据结构 -->
<changeSet author="root" id="tab-phone-177-6"> <changeSet author="root" id="tab-phone-178-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"/>
......
...@@ -3085,6 +3085,7 @@ ...@@ -3085,6 +3085,7 @@
}, },
"tooltip" : "行编辑", "tooltip" : "行编辑",
"enableToggleMode" : true, "enableToggleMode" : true,
"hiddenItem" : true,
"showCaption" : true, "showCaption" : true,
"showIcon" : true "showIcon" : true
}, { }, {
......
...@@ -37,6 +37,23 @@ ...@@ -37,6 +37,23 @@
} }
} ], } ],
"getPSDEFormItemVRs" : [ { "getPSDEFormItemVRs" : [ {
"checkMode" : 3,
"name" : "表单项值规则",
"getPSDEFormItemName" : "Name",
"getPSSysValueRule" : {
"codeName" : "ValueRule14",
"dynaModelFilePath" : "PSSYSVALUERULES/ValueRule14.json",
"mOSFilePath" : "pssysvaluerules/ValueRule14",
"name" : "由26个英文字母组成的字符串",
"rTMOSFilePath" : "pssysvaluerules/ValueRule14",
"regExCode" : "[A-Za-z]+",
"ruleInfo" : "内容必须为26个英文字母组成的字符串",
"ruleType" : "REG",
"enableBackend" : true,
"enableFront" : true
},
"valueRuleType" : "SYSVALUERULE"
}, {
"checkMode" : 3, "checkMode" : 3,
"name" : "表单项值规则", "name" : "表单项值规则",
"getPSDEFValueRule" : { "getPSDEFValueRule" : {
...@@ -68,23 +85,6 @@ ...@@ -68,23 +85,6 @@
}, },
"getPSDEFormItemName" : "StuNo", "getPSDEFormItemName" : "StuNo",
"valueRuleType" : "DEFVALUERULE" "valueRuleType" : "DEFVALUERULE"
}, {
"checkMode" : 3,
"name" : "表单项值规则",
"getPSDEFormItemName" : "Name",
"getPSSysValueRule" : {
"codeName" : "ValueRule14",
"dynaModelFilePath" : "PSSYSVALUERULES/ValueRule14.json",
"mOSFilePath" : "pssysvaluerules/ValueRule14",
"name" : "由26个英文字母组成的字符串",
"rTMOSFilePath" : "pssysvaluerules/ValueRule14",
"regExCode" : "[A-Za-z]+",
"ruleInfo" : "内容必须为26个英文字母组成的字符串",
"ruleType" : "REG",
"enableBackend" : true,
"enableFront" : true
},
"valueRuleType" : "SYSVALUERULE"
} ], } ],
"getPSDEFormItems" : [ { "getPSDEFormItems" : [ {
"id" : "srfupdatedate", "id" : "srfupdatedate",
......
...@@ -1109,6 +1109,23 @@ ...@@ -1109,6 +1109,23 @@
"id" : "FORM" "id" : "FORM"
}, },
"getPSDEFormItemVRs" : [ { "getPSDEFormItemVRs" : [ {
"checkMode" : 3,
"name" : "表单项值规则",
"getPSDEFormItemName" : "Name",
"getPSSysValueRule" : {
"codeName" : "ValueRule14",
"dynaModelFilePath" : "PSSYSVALUERULES/ValueRule14.json",
"mOSFilePath" : "pssysvaluerules/ValueRule14",
"name" : "由26个英文字母组成的字符串",
"rTMOSFilePath" : "pssysvaluerules/ValueRule14",
"regExCode" : "[A-Za-z]+",
"ruleInfo" : "内容必须为26个英文字母组成的字符串",
"ruleType" : "REG",
"enableBackend" : true,
"enableFront" : true
},
"valueRuleType" : "SYSVALUERULE"
}, {
"checkMode" : 3, "checkMode" : 3,
"name" : "表单项值规则", "name" : "表单项值规则",
"getPSDEFValueRule" : { "getPSDEFValueRule" : {
...@@ -1140,23 +1157,6 @@ ...@@ -1140,23 +1157,6 @@
}, },
"getPSDEFormItemName" : "StuNo", "getPSDEFormItemName" : "StuNo",
"valueRuleType" : "DEFVALUERULE" "valueRuleType" : "DEFVALUERULE"
}, {
"checkMode" : 3,
"name" : "表单项值规则",
"getPSDEFormItemName" : "Name",
"getPSSysValueRule" : {
"codeName" : "ValueRule14",
"dynaModelFilePath" : "PSSYSVALUERULES/ValueRule14.json",
"mOSFilePath" : "pssysvaluerules/ValueRule14",
"name" : "由26个英文字母组成的字符串",
"rTMOSFilePath" : "pssysvaluerules/ValueRule14",
"regExCode" : "[A-Za-z]+",
"ruleInfo" : "内容必须为26个英文字母组成的字符串",
"ruleType" : "REG",
"enableBackend" : true,
"enableFront" : true
},
"valueRuleType" : "SYSVALUERULE"
} ], } ],
"getPSDEFormItems" : [ { "getPSDEFormItems" : [ {
"id" : "srfupdatedate", "id" : "srfupdatedate",
......
...@@ -1611,6 +1611,7 @@ ...@@ -1611,6 +1611,7 @@
}, },
"tooltip" : "行编辑", "tooltip" : "行编辑",
"enableToggleMode" : true, "enableToggleMode" : true,
"hiddenItem" : true,
"showCaption" : true, "showCaption" : true,
"showIcon" : true "showIcon" : true
}, { }, {
......
...@@ -1309,6 +1309,7 @@ ...@@ -1309,6 +1309,7 @@
}, },
"tooltip" : "行编辑", "tooltip" : "行编辑",
"enableToggleMode" : true, "enableToggleMode" : true,
"hiddenItem" : true,
"showCaption" : true, "showCaption" : true,
"showIcon" : true "showIcon" : true
}, { }, {
......
...@@ -3230,6 +3230,7 @@ ...@@ -3230,6 +3230,7 @@
}, },
"tooltip" : "行编辑", "tooltip" : "行编辑",
"enableToggleMode" : true, "enableToggleMode" : true,
"hiddenItem" : true,
"showCaption" : true, "showCaption" : true,
"showIcon" : true "showIcon" : true
}, { }, {
......
...@@ -1205,6 +1205,7 @@ ...@@ -1205,6 +1205,7 @@
}, },
"tooltip" : "行编辑", "tooltip" : "行编辑",
"enableToggleMode" : true, "enableToggleMode" : true,
"hiddenItem" : true,
"showCaption" : true, "showCaption" : true,
"showIcon" : true "showIcon" : true
}, { }, {
......
...@@ -1234,6 +1234,7 @@ ...@@ -1234,6 +1234,7 @@
}, },
"tooltip" : "行编辑", "tooltip" : "行编辑",
"enableToggleMode" : true, "enableToggleMode" : true,
"hiddenItem" : true,
"showCaption" : true, "showCaption" : true,
"showIcon" : true "showIcon" : true
}, { }, {
......
...@@ -3974,6 +3974,7 @@ ...@@ -3974,6 +3974,7 @@
}, },
"tooltip" : "行编辑", "tooltip" : "行编辑",
"enableToggleMode" : true, "enableToggleMode" : true,
"hiddenItem" : true,
"showCaption" : true, "showCaption" : true,
"showIcon" : true "showIcon" : true
}, { }, {
......
...@@ -6427,6 +6427,7 @@ ...@@ -6427,6 +6427,7 @@
}, },
"tooltip" : "行编辑", "tooltip" : "行编辑",
"enableToggleMode" : true, "enableToggleMode" : true,
"hiddenItem" : true,
"showCaption" : true, "showCaption" : true,
"showIcon" : true "showIcon" : true
}, { }, {
...@@ -8475,6 +8476,7 @@ ...@@ -8475,6 +8476,7 @@
}, },
"tooltip" : "行编辑", "tooltip" : "行编辑",
"enableToggleMode" : true, "enableToggleMode" : true,
"hiddenItem" : true,
"showCaption" : true, "showCaption" : true,
"showIcon" : true "showIcon" : true
}, { }, {
...@@ -13274,6 +13276,7 @@ ...@@ -13274,6 +13276,7 @@
}, },
"tooltip" : "行编辑", "tooltip" : "行编辑",
"enableToggleMode" : true, "enableToggleMode" : true,
"hiddenItem" : true,
"showCaption" : true, "showCaption" : true,
"showIcon" : true "showIcon" : true
}, { }, {
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册