Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
功
功能演示系统
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
示例
功能演示系统
提交
3bf8e38c
提交
3bf8e38c
编写于
2年前
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
tony001 发布系统代码 [后台服务,演示应用]
上级
fa09d42a
变更
30
展开全部
隐藏空白字符变更
内嵌
并排
正在显示
30 个修改的文件
包含
225 行增加
和
161 行删除
+225
-161
app-checkbox.scss
app_Web/src/components/app-checkbox/app-checkbox.scss
+1
-1
app-checkbox.vue
app_Web/src/components/app-checkbox/app-checkbox.vue
+1
-1
app-picker.scss
app_Web/src/components/app-picker/app-picker.scss
+0
-5
dropdown-list-hidden.scss
...components/dropdown-list-hidden/dropdown-list-hidden.scss
+0
-7
dropdown-list-mpicker.scss
...mponents/dropdown-list-mpicker/dropdown-list-mpicker.scss
+6
-12
dropdown-list.scss
app_Web/src/components/dropdown-list/dropdown-list.scss
+0
-7
tab-page-exp.scss
app_Web/src/components/tab-page-exp/tab-page-exp.scss
+1
-1
grid-view-layout.scss
app_Web/src/layout/grid-view-layout/grid-view-layout.scss
+4
-4
grid-view-layout.vue
app_Web/src/layout/grid-view-layout/grid-view-layout.vue
+7
-7
index-view-layout-left.scss
...layout/index-view-layout-left/index-view-layout-left.scss
+2
-2
autocomplete.scss
app_Web/src/styles/element/autocomplete.scss
+11
-0
index.scss
app_Web/src/styles/element/index.scss
+3
-1
input.scss
app_Web/src/styles/element/input.scss
+9
-0
menu.scss
app_Web/src/styles/element/menu.scss
+15
-0
checkbox-group.scss
app_Web/src/styles/iview/checkbox-group.scss
+17
-0
checkbox.scss
app_Web/src/styles/iview/checkbox.scss
+16
-0
index.scss
app_Web/src/styles/iview/index.scss
+5
-1
input.scss
app_Web/src/styles/iview/input.scss
+5
-0
radio-group.scss
app_Web/src/styles/iview/radio-group.scss
+4
-1
select.scss
app_Web/src/styles/iview/select.scss
+25
-0
quicksearchform-searchform-base.vue
...searchform-searchform/quicksearchform-searchform-base.vue
+4
-4
usr2-dataview-base.vue
...src/widgets/ibizbook/usr2-dataview/usr2-dataview-base.vue
+26
-56
Usr.json
...SSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSGANTTS/Usr.json
+12
-12
TreeTable.json
.../PSAPPDATAENTITIES/IBIZBOOK/PSTREEGRIDICES/TreeTable.json
+12
-12
IBIZBOOKGanttView.json
...temodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKGanttView.json
+12
-12
IBIZBOOKTreeGridExView.json
...el/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKTreeGridExView.json
+12
-12
Sequence.json
...resources/static/remotemodel/PSSYSSEQUENCES/Sequence.json
+8
-0
PSSYSTEM.json
...-boot/src/main/resources/static/remotemodel/PSSYSTEM.json
+4
-0
h2_table.xml
demo-core/src/main/resources/liquibase/h2_table.xml
+2
-2
view.xml
demo-core/src/main/resources/liquibase/view.xml
+1
-1
未找到文件。
app_Web/src/components/app-checkbox/app-checkbox.scss
浏览文件 @
3bf8e38c
.app-checkbox
-list
{
.app-checkbox
{
overflow
:
auto
;
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
app_Web/src/components/app-checkbox/app-checkbox.vue
浏览文件 @
3bf8e38c
<
template
>
<div
class=
"checkbox"
>
<div
class=
"
app-
checkbox"
>
<checkbox
v-model=
"CurrentVal"
:disabled=
"disabled"
></checkbox>
</div>
</
template
>
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/components/app-picker/app-picker.scss
浏览文件 @
3bf8e38c
.app-picker
{
width
:
100%
;
.el-select
{
.el-input__suffix
{
right
:
20px
;
}
}
.text-value
{
.el-icon-circle-close
{
display
:
none
;
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/components/dropdown-list-hidden/dropdown-list-hidden.scss
浏览文件 @
3bf8e38c
...
...
@@ -4,12 +4,5 @@
}
.tree-dropdown-list
{
width
:
100%
;
.el-input__inner
{
height
:
32px
!
important
;
line-height
:
32px
!
important
;
}
.el-input__icon
{
line-height
:
32px
;
}
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
app_Web/src/components/dropdown-list-mpicker/dropdown-list-mpicker.scss
浏览文件 @
3bf8e38c
.ivu-select-multiple
.ivu-select-item-selected
:after
{
display
:
none
;
}
.dropdown-list-mpicker-container
{
.tree-dropdown-list-mpicker
{
width
:
100%
;
.el-input__inner
{
height
:
32px
!
important
;
line-height
:
32px
!
important
;
}
.el-input__icon
{
line-height
:
32px
;
display
:
none
;
}
.dropdown-list-mpicker-container
{
.tree-dropdown-list-mpicker
{
width
:
100%
;
}
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
app_Web/src/components/dropdown-list/dropdown-list.scss
浏览文件 @
3bf8e38c
...
...
@@ -4,12 +4,5 @@
}
.tree-dropdown-list
{
width
:
100%
;
.el-input__inner
{
height
:
32px
!
important
;
line-height
:
32px
!
important
;
}
.el-input__icon
{
line-height
:
32px
;
}
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
app_Web/src/components/tab-page-exp/tab-page-exp.scss
浏览文件 @
3bf8e38c
...
...
@@ -16,7 +16,7 @@
justify-content
:
center
;
}
>
.tag-tabs
{
background-color
:
#F0F0F0
!
important
;
background-color
:
var
(
--
app-color-gray-400
)
!
important
;
.el-tabs
{
.el-tabs__nav
{
padding
:
0px
10px
;
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/layout/grid-view-layout/grid-view-layout.scss
浏览文件 @
3bf8e38c
.
degridview
{
.
grid-view-layout
{
// height: 100%;
background-color
:
transparent
;
box-shadow
:
none
;
.
grid
-header-content
{
.
view
-header-content
{
display
:
flex
;
flex-direction
:
column
;
padding
:
16px
4px
20px
7px
;
...
...
@@ -24,7 +24,7 @@
z-index
:
0
;
}
}
.
grid
-header-bottom
{
.
view
-header-bottom
{
display
:
flex
;
justify-content
:
flex-end
;
height
:
74px
;
...
...
@@ -43,7 +43,7 @@
z-index
:
0
;
}
}
.
grid
-content
{
.
view
-content
{
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
app_Web/src/layout/grid-view-layout/grid-view-layout.vue
浏览文件 @
3bf8e38c
<
template
>
<layout
class=
"
view-container degridview
"
>
<header
class=
"
grid
-header"
>
<div
class=
"
grid-header-
top"
>
<layout
class=
"
grid-view-layout view-layout
"
>
<header
class=
"
view
-header"
>
<div
class=
"
view-header__
top"
>
<slot
name=
"headerTop"
/>
</div>
<div
class=
"
grid-header-
content"
>
<div
class=
"
view-header__
content"
>
<slot
name=
"headerContent"
/>
</div>
<div
class=
"
grid-header-
bottom"
>
<div
class=
"
view-header__
bottom"
>
<slot
name=
"headerBottom"
/>
</div>
</header>
<content
class=
"
grid
-content content-container"
>
<content
class=
"
view
-content content-container"
>
<slot
/>
</content>
<footer
class=
"
grid
-footer"
>
<footer
class=
"
view
-footer"
>
<slot
name=
"footer"
/>
</footer>
</layout>
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/layout/index-view-layout-left/index-view-layout-left.scss
浏览文件 @
3bf8e38c
...
...
@@ -58,13 +58,13 @@
>
.view-container
{
overflow
:
auto
;
background-color
:
var
(
--
app-color-gray-400
)
;
margin
:
0
12px
;
}
&
.index-view-layout-content--tab
{
>
.view-container
{
height
:
calc
(
100%
-
5
5px
);
height
:
calc
(
100%
-
6
5px
);
}
}
}
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/styles/element/autocomplete.scss
0 → 100644
浏览文件 @
3bf8e38c
.el-autocomplete
{
.el-input
{
font-size
:
14px
;
input
{
border-radius
:
0
;
}
input
:hover
{
border-color
:
var
(
--
app-color-blue
);
}
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
app_Web/src/styles/element/index.scss
浏览文件 @
3bf8e38c
@import
'./radio-group.scss'
;
@import
'./menu.scss'
;
\ No newline at end of file
@import
'./menu.scss'
;
@import
'./autocomplete.scss'
;
@import
'./input.scss'
;
\ No newline at end of file
This diff is collapsed.
Click to expand it.
app_Web/src/styles/element/input.scss
0 → 100644
浏览文件 @
3bf8e38c
.el-input
{
input
{
border-radius
:
0
;
}
.el-input__inner
{
height
:
34px
;
line-height
:
34px
;
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
app_Web/src/styles/element/menu.scss
浏览文件 @
3bf8e38c
...
...
@@ -44,5 +44,20 @@
.el-menu--vertical
{
.el-menu-item
,
.el-submenu__title
{
height
:
57px
;
color
:
var
(
--
app-color-gray-100
)
!
important
;
&
:hover
,
&
.is-active
{
color
:
var
(
--
app-color-blue
)
!
important
;
}
&
.is-active
{
border-left
:
4px
solid
var
(
--
app-color-blue
);
background-color
:
var
(
--
app-color-white
)
!
important
;
}
}
.el-submenu
{
&
.is-active
{
>
.el-submenu__title
{
color
:
var
(
--
app-color-blue
)
!
important
;
}
}
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
app_Web/src/styles/iview/checkbox-group.scss
0 → 100644
浏览文件 @
3bf8e38c
.ivu-checkbox-group
{
.ivu-checkbox-group-item
{
margin-right
:
24px
;
.ivu-checkbox
{
width
:
16px
;
height
:
16px
;
margin-right
:
6px
;
&
.ivu-checkbox-checked
{
border-color
:
var
(
--
app-color-blue
);
background-color
:
var
(
--
app-color-blue
);
}
}
.ivu-checkbox
:hover
.ivu-checkbox-inner
{
border-color
:
var
(
--
app-color-blue
);
}
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
app_Web/src/styles/iview/checkbox.scss
0 → 100644
浏览文件 @
3bf8e38c
.ivu-checkbox-wrapper
{
.ivu-checkbox
{
.ivu-checkbox-inner
{
border-radius
:
0
;
}
&
.ivu-checkbox-checked
{
.ivu-checkbox-inner
{
border-color
:
var
(
--
app-color-blue
);
background-color
:
var
(
--
app-color-blue
);
}
}
}
.ivu-checkbox
:hover
.ivu-checkbox-inner
{
border-color
:
var
(
--
app-color-blue
);
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
app_Web/src/styles/iview/index.scss
浏览文件 @
3bf8e38c
@import
'./radio-group.scss'
;
\ No newline at end of file
@import
'./radio-group.scss'
;
@import
'./checkbox.scss'
;
@import
'./checkbox-group.scss'
;
@import
'./select.scss'
;
@import
'./input.scss'
;
\ No newline at end of file
This diff is collapsed.
Click to expand it.
app_Web/src/styles/iview/input.scss
0 → 100644
浏览文件 @
3bf8e38c
.ivu-input
{
height
:
34px
;
line-height
:
34px
;
border-radius
:
0
;
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
app_Web/src/styles/iview/radio-group.scss
浏览文件 @
3bf8e38c
.ivu-radio-group
{
.ivu-radio-group-item
{
margin-right
:
24px
;
.ivu-radio
{
margin-right
:
6px
;
width
:
16px
;
height
:
16px
;
&
.ivu-radio-checked
{
.ivu-radio-inner
{
border-color
:
var
(
--
app-color-blue
);
&
.ivu-radio-inner
:after
{
background-color
:
#188CE5
;
background-color
:
var
(
--
app-color-blue
)
;
}
}
}
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/styles/iview/select.scss
0 → 100644
浏览文件 @
3bf8e38c
.ivu-select
{
.ivu-select-selection
{
height
:
34px
;
border-radius
:
0
;
input
:
:-
webkit-input-placeholder
{
color
:var
(
--app-color-gray-200
)
;
}
}
.ivu-select-input
[
disabled
]
{
color
:
var
(
--
app-color-gray-200
);
-webkit-text-fill-color
:
var
(
--
app-color-gray-200
);
}
}
.ivu-select-dropdown
{
padding
:
10px
0
10px
;
.ivu-select-dropdown-list
{
.ivu-select-item
{
&
.ivu-select-item-selected
{
color
:
var
(
--
app-color-blue
);
background-color
:
transparent
;
}
}
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizbook/quicksearchform-searchform/quicksearchform-searchform-base.vue
浏览文件 @
3bf8e38c
<
template
>
<i-form
:model=
"this.data"
class=
'app-search-form'
ref=
'
quick
searchform'
style=
""
>
<i-form
:model=
"this.data"
class=
'app-search-form'
ref=
'searchform'
style=
""
>
<input
style=
"display:none;"
/>
<row>
<i-col
span=
"20"
class=
"form-content"
>
...
...
@@ -516,7 +516,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface
* @memberof QUICKSEARCHFORMBase
*/
public
formValidateStatus
():
boolean
{
const
form
:
any
=
this
.
$refs
.
quick
searchform
;
const
form
:
any
=
this
.
$refs
.
searchform
;
let
validatestate
:
boolean
=
true
;
form
.
validate
((
valid
:
boolean
)
=>
{
validatestate
=
valid
?
true
:
false
;
...
...
@@ -670,7 +670,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface
*/
public
load
(
opt
:
any
=
{}):
void
{
if
(
!
this
.
loadAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
CalendarView
'
+
(
this
.
$t
(
'app.searchForm.notConfig.loadAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
UsrListView_plugin
'
+
(
this
.
$t
(
'app.searchForm.notConfig.loadAction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{
...
opt
};
...
...
@@ -706,7 +706,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface
*/
public
async
loadDraft
(
opt
:
any
=
{},
mode
?:
string
):
Promise
<
any
>
{
if
(
!
this
.
loaddraftAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
CalendarView
'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
UsrListView_plugin
'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{
...
opt
}
;
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizbook/usr2-dataview/usr2-dataview-base.vue
浏览文件 @
3bf8e38c
此差异已折叠。
点击以展开。
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSGANTTS/Usr.json
浏览文件 @
3bf8e38c
...
...
@@ -23,18 +23,6 @@
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
"caption"
:
"归还日期"
,
"codeName"
:
"returntime"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"returntime"
,
"mOSFilePath"
:
"psdetreecols/returntime"
,
"name"
:
"returntime"
,
"rTMOSFilePath"
:
"psdetreecols/returntime"
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
"caption"
:
"图书名称"
,
"codeName"
:
"ibizbookname"
,
...
...
@@ -47,6 +35,18 @@
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
"caption"
:
"归还日期"
,
"codeName"
:
"returntime"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"returntime"
,
"mOSFilePath"
:
"psdetreecols/returntime"
,
"name"
:
"returntime"
,
"rTMOSFilePath"
:
"psdetreecols/returntime"
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
"caption"
:
"出版社"
,
"codeName"
:
"press"
,
...
...
This diff is collapsed.
Click to expand it.
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSTREEGRIDICES/TreeTable.json
浏览文件 @
3bf8e38c
...
...
@@ -20,6 +20,18 @@
}
}
],
"getPSDETreeColumns"
:
[
{
"caption"
:
"图书名称"
,
"codeName"
:
"ibizbookname"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"ibizbookname"
,
"mOSFilePath"
:
"psdetreecols/ibizbookname"
,
"name"
:
"ibizbookname"
,
"rTMOSFilePath"
:
"psdetreecols/ibizbookname"
,
"width"
:
50
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
"caption"
:
"图书描述"
,
"codeName"
:
"subtext"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
...
...
@@ -43,18 +55,6 @@
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
"caption"
:
"图书名称"
,
"codeName"
:
"ibizbookname"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"ibizbookname"
,
"mOSFilePath"
:
"psdetreecols/ibizbookname"
,
"name"
:
"ibizbookname"
,
"rTMOSFilePath"
:
"psdetreecols/ibizbookname"
,
"width"
:
50
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
}
],
"getPSDETreeNodeRSs"
:
[
{
"getChildPSDETreeNode"
:
{
...
...
This diff is collapsed.
Click to expand it.
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKGanttView.json
浏览文件 @
3bf8e38c
...
...
@@ -53,18 +53,6 @@
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
"caption"
:
"归还日期"
,
"codeName"
:
"returntime"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"returntime"
,
"mOSFilePath"
:
"psdetreecols/returntime"
,
"name"
:
"returntime"
,
"rTMOSFilePath"
:
"psdetreecols/returntime"
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
"caption"
:
"图书名称"
,
"codeName"
:
"ibizbookname"
,
...
...
@@ -77,6 +65,18 @@
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
"caption"
:
"归还日期"
,
"codeName"
:
"returntime"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"returntime"
,
"mOSFilePath"
:
"psdetreecols/returntime"
,
"name"
:
"returntime"
,
"rTMOSFilePath"
:
"psdetreecols/returntime"
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
"caption"
:
"出版社"
,
"codeName"
:
"press"
,
...
...
This diff is collapsed.
Click to expand it.
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKTreeGridExView.json
浏览文件 @
3bf8e38c
...
...
@@ -88,6 +88,18 @@
"id"
:
"TREEGRIDEX"
},
"getPSDETreeColumns"
:
[
{
"caption"
:
"图书名称"
,
"codeName"
:
"ibizbookname"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"ibizbookname"
,
"mOSFilePath"
:
"psdetreecols/ibizbookname"
,
"name"
:
"ibizbookname"
,
"rTMOSFilePath"
:
"psdetreecols/ibizbookname"
,
"width"
:
50
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
"caption"
:
"图书描述"
,
"codeName"
:
"subtext"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
...
...
@@ -111,18 +123,6 @@
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
"caption"
:
"图书名称"
,
"codeName"
:
"ibizbookname"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"ibizbookname"
,
"mOSFilePath"
:
"psdetreecols/ibizbookname"
,
"name"
:
"ibizbookname"
,
"rTMOSFilePath"
:
"psdetreecols/ibizbookname"
,
"width"
:
50
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
}
],
"getPSDETreeNodeRSs"
:
[
{
"getChildPSDETreeNode"
:
{
...
...
This diff is collapsed.
Click to expand it.
demo-boot/src/main/resources/static/remotemodel/PSSYSSEQUENCES/Sequence.json
0 → 100644
浏览文件 @
3bf8e38c
{
"codeName"
:
"Sequence"
,
"dynaModelFilePath"
:
"PSSYSSEQUENCES/Sequence.json"
,
"mOSFilePath"
:
"pssyssequences/Sequence"
,
"name"
:
"序列"
,
"rTMOSFilePath"
:
"pssyssequences/Sequence"
,
"sequenceType"
:
"DB"
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
demo-boot/src/main/resources/static/remotemodel/PSSYSTEM.json
浏览文件 @
3bf8e38c
...
...
@@ -1471,6 +1471,10 @@
"modelref"
:
true
,
"path"
:
"PSSYSSAMPLEVALUES/SampleValue4.json"
}
],
"getAllPSSysSequences"
:
[
{
"modelref"
:
true
,
"path"
:
"PSSYSSEQUENCES/Sequence.json"
}
],
"getAllPSSysServiceAPIs"
:
[
{
"modelref"
:
true
,
"path"
:
"PSSYSSERVICEAPIS/DemoAPI.json"
...
...
This diff is collapsed.
Click to expand it.
demo-core/src/main/resources/liquibase/h2_table.xml
浏览文件 @
3bf8e38c
...
...
@@ -528,7 +528,7 @@
<!--输出实体[IBIZSAMPLE0001]数据结构 -->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizsample0001-
19
-19"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizsample0001-
20
-19"
>
<createTable
tableName=
"T_IBIZSAMPLE0001"
>
<column
name=
"FIELD01"
remarks=
""
type=
"VARCHAR(100)"
>
</column>
...
...
@@ -1473,7 +1473,7 @@
<!--输出实体[IBIZQJ]外键关系 -->
<!--输出实体[IBIZSAMPLE]外键关系 -->
<!--输出实体[IBIZSAMPLE0001]外键关系 -->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"fk-ibizsample0001-
19
-48"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"fk-ibizsample0001-
20
-48"
>
<addForeignKeyConstraint
baseColumnNames=
"IBIZSAMPLE0002ID"
baseTableName=
"T_IBIZSAMPLE0001"
constraintName=
"DER1N_IBIZSAMPLE0001_IBIZSAMPL"
deferrable=
"false"
initiallyDeferred=
"false"
onDelete=
"RESTRICT"
onUpdate=
"RESTRICT"
referencedColumnNames=
"IBIZSAMPLE0002ID"
referencedTableName=
"T_IBIZSAMPLE0002"
validate=
"true"
/>
</changeSet>
<!--输出实体[IBIZSAMPLE0002]外键关系 -->
...
...
This diff is collapsed.
Click to expand it.
demo-core/src/main/resources/liquibase/view.xml
浏览文件 @
3bf8e38c
...
...
@@ -67,7 +67,7 @@
</createView>
</changeSet>
<!--输出实体[IBIZSAMPLE0001]视图结构信息 runOnChange="true" 当视图发生变更时,通过liquibase强刷prod的视图,实现视图的同步-->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"view-ibizsample0001-
19
-13"
runOnChange=
"true"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"view-ibizsample0001-
20
-13"
runOnChange=
"true"
>
<createView
fullDefinition=
"false"
replaceIfExists=
"true"
viewName=
"V_IBIZSAMPLE0001"
>
<![CDATA[ SELECT t1.[CREATEDATE], t1.[CREATEMAN], t1.[FIELD01], t1.[FIELD02], t1.[FIELD05], t1.[FIELD06], t1.[FIELD07], t1.[FIELD08], t1.[FIELD09], t1.[FIELD10], t1.[FIELD11], t1.[FIELD12], t1.[FIELD13], t1.[FIELD14], t1.[FIELD15], t1.[FIELD16], t1.[FIELD17], t1.[FIELD18], t1.[FIELD19], t1.[FIELD20], t1.[FIELD21], t1.[FIELD22], t1.[FIELD23], t1.[FIELD24], t1.[FIELD25], t1.[FIELD26], t1.[FIELD27], t1.[IBIZSAMPLE0001ID], t1.[IBIZSAMPLE0001NAME], t1.[UPDATEDATE], t1.[UPDATEMAN] FROM [T_IBIZSAMPLE0001] t1 ]]>
</createView>
...
...
This diff is collapsed.
Click to expand it.
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录