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

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

上级 5af48ed4
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
</changeSet> </changeSet>
<!--输出实体[BOOK]数据结构 --> <!--输出实体[BOOK]数据结构 -->
<changeSet author="root" id="tab-book-325-3"> <changeSet author="root" id="tab-book-326-3">
<createTable tableName="T_BOOK"> <createTable tableName="T_BOOK">
<column name="BOOKNAME" remarks="" type="VARCHAR(200)"> <column name="BOOKNAME" remarks="" type="VARCHAR(200)">
</column> </column>
......
...@@ -205,7 +205,7 @@ ...@@ -205,7 +205,7 @@
"name" : "DATE", "name" : "DATE",
"codeName" : "Date" "codeName" : "Date"
}, },
"valueFormat" : "YYYY", "valueFormat" : "YYYY-MM-DD",
"width" : 150, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableRowEdit" : true, "enableRowEdit" : true,
...@@ -358,7 +358,7 @@ ...@@ -358,7 +358,7 @@
"codeName" : "Field4" "codeName" : "Field4"
} }
}, { }, {
"format" : "YYYY", "format" : "YYYY-MM-DD",
"dataType" : 5, "dataType" : 5,
"name" : "date", "name" : "date",
"getPSAppDEField" : { "getPSAppDEField" : {
...@@ -575,11 +575,11 @@ ...@@ -575,11 +575,11 @@
"codeName" : "Date" "codeName" : "Date"
}, },
"getPSEditor" : { "getPSEditor" : {
"dateTimeFormat" : "YYYY-MM-DD HH:mm:ss", "dateTimeFormat" : "YYYY-MM-DD",
"editorParams" : { "editorParams" : {
"TIMEFMT" : "YYYY-MM-DD HH:mm:ss" "TIMEFMT" : "YYYY-MM-DD"
}, },
"editorType" : "DATEPICKER", "editorType" : "DATEPICKEREX_NOTIME",
"name" : "date" "name" : "date"
}, },
"allowEmpty" : true "allowEmpty" : true
......
...@@ -394,7 +394,7 @@ ...@@ -394,7 +394,7 @@
"name" : "DATE", "name" : "DATE",
"codeName" : "Date" "codeName" : "Date"
}, },
"valueFormat" : "YYYY", "valueFormat" : "YYYY-MM-DD",
"width" : 150, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableRowEdit" : true, "enableRowEdit" : true,
...@@ -547,7 +547,7 @@ ...@@ -547,7 +547,7 @@
"codeName" : "Field4" "codeName" : "Field4"
} }
}, { }, {
"format" : "YYYY", "format" : "YYYY-MM-DD",
"dataType" : 5, "dataType" : 5,
"name" : "date", "name" : "date",
"getPSAppDEField" : { "getPSAppDEField" : {
...@@ -764,11 +764,11 @@ ...@@ -764,11 +764,11 @@
"codeName" : "Date" "codeName" : "Date"
}, },
"getPSEditor" : { "getPSEditor" : {
"dateTimeFormat" : "YYYY-MM-DD HH:mm:ss", "dateTimeFormat" : "YYYY-MM-DD",
"editorParams" : { "editorParams" : {
"TIMEFMT" : "YYYY-MM-DD HH:mm:ss" "TIMEFMT" : "YYYY-MM-DD"
}, },
"editorType" : "DATEPICKER", "editorType" : "DATEPICKEREX_NOTIME",
"name" : "date" "name" : "date"
}, },
"allowEmpty" : true "allowEmpty" : true
......
...@@ -11970,7 +11970,7 @@ ...@@ -11970,7 +11970,7 @@
"name" : "DATE", "name" : "DATE",
"codeName" : "Date" "codeName" : "Date"
}, },
"valueFormat" : "YYYY", "valueFormat" : "YYYY-MM-DD",
"width" : 150, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableRowEdit" : true, "enableRowEdit" : true,
...@@ -12123,7 +12123,7 @@ ...@@ -12123,7 +12123,7 @@
"codeName" : "Field4" "codeName" : "Field4"
} }
}, { }, {
"format" : "YYYY", "format" : "YYYY-MM-DD",
"dataType" : 5, "dataType" : 5,
"name" : "date", "name" : "date",
"getPSAppDEField" : { "getPSAppDEField" : {
...@@ -12340,11 +12340,11 @@ ...@@ -12340,11 +12340,11 @@
"codeName" : "Date" "codeName" : "Date"
}, },
"getPSEditor" : { "getPSEditor" : {
"dateTimeFormat" : "YYYY-MM-DD HH:mm:ss", "dateTimeFormat" : "YYYY-MM-DD",
"editorParams" : { "editorParams" : {
"TIMEFMT" : "YYYY-MM-DD HH:mm:ss" "TIMEFMT" : "YYYY-MM-DD"
}, },
"editorType" : "DATEPICKER", "editorType" : "DATEPICKEREX_NOTIME",
"name" : "date" "name" : "date"
}, },
"allowEmpty" : true "allowEmpty" : true
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册