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

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

上级 03c9a4f4
......@@ -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">
<!--输出实体[BOOK]数据结构 -->
<changeSet author="root" id="tab-book-53-1">
<changeSet author="root" id="tab-book-54-1">
<createTable tableName="T_BOOK">
<column name="BOOKNAME" remarks="" type="VARCHAR(200)">
</column>
......
......@@ -528,6 +528,10 @@
"logicCat" : "PANELVISIBLE",
"logicType" : "GROUP",
"name" : "表单成员[field5][面板显示]逻辑",
"getPSDEFDLogics" : [ {
"groupOP" : "OR",
"logicType" : "GROUP",
"name" : "OR",
"getPSDEFDLogics" : [ {
"condOP" : "EQ",
"dEFDName" : "bookname",
......@@ -541,6 +545,8 @@
"name" : "bookname 等于(=) (222)",
"value" : "222"
} ],
"notMode" : false
} ],
"relatedDetailNames" : [ "bookname" ],
"notMode" : false
} ],
......
......@@ -1514,6 +1514,10 @@
"logicCat" : "PANELVISIBLE",
"logicType" : "GROUP",
"name" : "表单成员[field5][面板显示]逻辑",
"getPSDEFDLogics" : [ {
"groupOP" : "OR",
"logicType" : "GROUP",
"name" : "OR",
"getPSDEFDLogics" : [ {
"condOP" : "EQ",
"dEFDName" : "bookname",
......@@ -1527,6 +1531,8 @@
"name" : "bookname 等于(=) (222)",
"value" : "222"
} ],
"notMode" : false
} ],
"relatedDetailNames" : [ "bookname" ],
"notMode" : false
} ],
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册