Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
I
ibzlite
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
ibiz4jteam
ibzlite
提交
bc86e70c
提交
bc86e70c
编写于
11月 17, 2020
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
hebao1234 发布系统代码 [ibz-lite,应用]
上级
9b513e39
变更
5
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
23 行增加
和
23 行删除
+23
-23
main-form-model.ts
...web/src/widgets/blade-visual/main-form/main-form-model.ts
+1
-1
h2_table.xml
ibzlite-core/src/main/resources/liquibase/h2_table.xml
+17
-17
BladeVisualMapper.xml
...sources/mapper/avuedata/bladevisual/BladeVisualMapper.xml
+1
-1
ibzlite.json
ibzlite-core/src/main/resources/sysmodel/ibzlite.json
+3
-3
BladeVisualDTO.java
...-api/src/main/java/cn/ibizlab/api/dto/BladeVisualDTO.java
+1
-1
未找到文件。
app_web/src/widgets/blade-visual/main-form/main-form-model.ts
浏览文件 @
bc86e70c
...
@@ -73,7 +73,7 @@ export default class MainModel {
...
@@ -73,7 +73,7 @@ export default class MainModel {
{
{
name
:
'background_url'
,
name
:
'background_url'
,
prop
:
'backgroundurl'
,
prop
:
'backgroundurl'
,
dataType
:
'LONGTEXT'
,
dataType
:
'LONGTEXT
_1000
'
,
},
},
{
{
name
:
'id'
,
name
:
'id'
,
...
...
ibzlite-core/src/main/resources/liquibase/h2_table.xml
浏览文件 @
bc86e70c
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<!--输出实体[BLADE_VISUAL]数据结构 -->
<!--输出实体[BLADE_VISUAL]数据结构 -->
<changeSet
author=
"
a_A_5d9d78509
"
id=
"tab-blade_visual-48-1"
>
<changeSet
author=
"
root
"
id=
"tab-blade_visual-48-1"
>
<createTable
tableName=
"blade_visual"
>
<createTable
tableName=
"blade_visual"
>
<column
name=
"ID"
remarks=
""
type=
"BIGINT"
>
<column
name=
"ID"
remarks=
""
type=
"BIGINT"
>
<constraints
primaryKey=
"true"
primaryKeyName=
"PK_BLADE_VISUAL_ID"
/>
<constraints
primaryKey=
"true"
primaryKeyName=
"PK_BLADE_VISUAL_ID"
/>
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
</column>
</column>
<column
name=
"PASSWORD"
remarks=
""
type=
"VARCHAR(255)"
>
<column
name=
"PASSWORD"
remarks=
""
type=
"VARCHAR(255)"
>
</column>
</column>
<column
name=
"BACKGROUND_URL"
remarks=
""
type=
"
TEXT(1048576
)"
>
<column
name=
"BACKGROUND_URL"
remarks=
""
type=
"
VARCHAR(2000
)"
>
</column>
</column>
<column
name=
"STATUS"
remarks=
""
type=
"INT"
>
<column
name=
"STATUS"
remarks=
""
type=
"INT"
>
</column>
</column>
...
@@ -36,7 +36,7 @@
...
@@ -36,7 +36,7 @@
<!--输出实体[BLADE_VISUAL_CATEGORY]数据结构 -->
<!--输出实体[BLADE_VISUAL_CATEGORY]数据结构 -->
<changeSet
author=
"
a_A_5d9d78509
"
id=
"tab-blade_visual_category-23-2"
>
<changeSet
author=
"
root
"
id=
"tab-blade_visual_category-23-2"
>
<createTable
tableName=
"blade_visual_category"
>
<createTable
tableName=
"blade_visual_category"
>
<column
name=
"ID"
remarks=
""
type=
"BIGINT"
>
<column
name=
"ID"
remarks=
""
type=
"BIGINT"
>
<constraints
primaryKey=
"true"
primaryKeyName=
"PK_BLADE_VISUAL_CATEGORY_ID"
/>
<constraints
primaryKey=
"true"
primaryKeyName=
"PK_BLADE_VISUAL_CATEGORY_ID"
/>
...
@@ -52,7 +52,7 @@
...
@@ -52,7 +52,7 @@
<!--输出实体[BLADE_VISUAL_CONFIG]数据结构 -->
<!--输出实体[BLADE_VISUAL_CONFIG]数据结构 -->
<changeSet
author=
"
a_A_5d9d78509
"
id=
"tab-blade_visual_config-18-3"
>
<changeSet
author=
"
root
"
id=
"tab-blade_visual_config-18-3"
>
<createTable
tableName=
"blade_visual_config"
>
<createTable
tableName=
"blade_visual_config"
>
<column
name=
"ID"
remarks=
""
type=
"BIGINT"
>
<column
name=
"ID"
remarks=
""
type=
"BIGINT"
>
<constraints
primaryKey=
"true"
primaryKeyName=
"PK_BLADE_VISUAL_CONFIG_ID"
/>
<constraints
primaryKey=
"true"
primaryKeyName=
"PK_BLADE_VISUAL_CONFIG_ID"
/>
...
@@ -68,7 +68,7 @@
...
@@ -68,7 +68,7 @@
<!--输出实体[BLADE_VISUAL_MAP]数据结构 -->
<!--输出实体[BLADE_VISUAL_MAP]数据结构 -->
<changeSet
author=
"
a_A_5d9d78509
"
id=
"tab-blade_visual_map-18-4"
>
<changeSet
author=
"
root
"
id=
"tab-blade_visual_map-18-4"
>
<createTable
tableName=
"blade_visual_map"
>
<createTable
tableName=
"blade_visual_map"
>
<column
name=
"ID"
remarks=
""
type=
"BIGINT"
>
<column
name=
"ID"
remarks=
""
type=
"BIGINT"
>
<constraints
primaryKey=
"true"
primaryKeyName=
"PK_BLADE_VISUAL_MAP_ID"
/>
<constraints
primaryKey=
"true"
primaryKeyName=
"PK_BLADE_VISUAL_MAP_ID"
/>
...
@@ -86,7 +86,7 @@
...
@@ -86,7 +86,7 @@
<!--输出实体[DST_COMPONENT]数据结构 -->
<!--输出实体[DST_COMPONENT]数据结构 -->
<changeSet
author=
"
a_A_5d9d78509
"
id=
"tab-dst_component-56-5"
>
<changeSet
author=
"
root
"
id=
"tab-dst_component-56-5"
>
<createTable
tableName=
"IBZCOMPONENT"
>
<createTable
tableName=
"IBZCOMPONENT"
>
<column
name=
"CID"
remarks=
""
type=
"VARCHAR(100)"
>
<column
name=
"CID"
remarks=
""
type=
"VARCHAR(100)"
>
<constraints
primaryKey=
"true"
primaryKeyName=
"PK_DST_COMPONENT_CID"
/>
<constraints
primaryKey=
"true"
primaryKeyName=
"PK_DST_COMPONENT_CID"
/>
...
@@ -110,7 +110,7 @@
...
@@ -110,7 +110,7 @@
<!--输出实体[DST_CONFIG]数据结构 -->
<!--输出实体[DST_CONFIG]数据结构 -->
<changeSet
author=
"
a_A_5d9d78509
"
id=
"tab-dst_config-32-6"
>
<changeSet
author=
"
root
"
id=
"tab-dst_config-32-6"
>
<createTable
tableName=
"IBZCFG"
>
<createTable
tableName=
"IBZCFG"
>
<column
name=
"CFGID"
remarks=
""
type=
"VARCHAR(100)"
>
<column
name=
"CFGID"
remarks=
""
type=
"VARCHAR(100)"
>
<constraints
primaryKey=
"true"
primaryKeyName=
"PK_DST_CONFIG_CFGID"
/>
<constraints
primaryKey=
"true"
primaryKeyName=
"PK_DST_CONFIG_CFGID"
/>
...
@@ -132,7 +132,7 @@
...
@@ -132,7 +132,7 @@
<!--输出实体[DST_DATASOURCE]数据结构 -->
<!--输出实体[DST_DATASOURCE]数据结构 -->
<changeSet
author=
"
a_A_5d9d78509
"
id=
"tab-dst_datasource-39-7"
>
<changeSet
author=
"
root
"
id=
"tab-dst_datasource-39-7"
>
<createTable
tableName=
"IBZDATASOURCE"
>
<createTable
tableName=
"IBZDATASOURCE"
>
<column
name=
"DSID"
remarks=
""
type=
"VARCHAR(100)"
>
<column
name=
"DSID"
remarks=
""
type=
"VARCHAR(100)"
>
<constraints
primaryKey=
"true"
primaryKeyName=
"PK_DST_DATASOURCE_DSID"
/>
<constraints
primaryKey=
"true"
primaryKeyName=
"PK_DST_DATASOURCE_DSID"
/>
...
@@ -150,7 +150,7 @@
...
@@ -150,7 +150,7 @@
<!--输出实体[DST_ROUTER]数据结构 -->
<!--输出实体[DST_ROUTER]数据结构 -->
<changeSet
author=
"
a_A_5d9d78509
"
id=
"tab-dst_router-33-8"
>
<changeSet
author=
"
root
"
id=
"tab-dst_router-33-8"
>
<createTable
tableName=
"IBZROUTER"
>
<createTable
tableName=
"IBZROUTER"
>
<column
name=
"ROUTERID"
remarks=
""
type=
"VARCHAR(100)"
>
<column
name=
"ROUTERID"
remarks=
""
type=
"VARCHAR(100)"
>
<constraints
primaryKey=
"true"
primaryKeyName=
"PK_DST_ROUTER_ROUTERID"
/>
<constraints
primaryKey=
"true"
primaryKeyName=
"PK_DST_ROUTER_ROUTERID"
/>
...
@@ -174,7 +174,7 @@
...
@@ -174,7 +174,7 @@
<!--输出实体[DST_SYSTEM]数据结构 -->
<!--输出实体[DST_SYSTEM]数据结构 -->
<changeSet
author=
"
a_A_5d9d78509
"
id=
"tab-dst_system-37-9"
>
<changeSet
author=
"
root
"
id=
"tab-dst_system-37-9"
>
<createTable
tableName=
"IBZPSSYSTEM"
>
<createTable
tableName=
"IBZPSSYSTEM"
>
<column
name=
"PSSYSTEMID"
remarks=
""
type=
"VARCHAR(100)"
>
<column
name=
"PSSYSTEMID"
remarks=
""
type=
"VARCHAR(100)"
>
<constraints
primaryKey=
"true"
primaryKeyName=
"PK_DST_SYSTEM_PSSYSTEMID"
/>
<constraints
primaryKey=
"true"
primaryKeyName=
"PK_DST_SYSTEM_PSSYSTEMID"
/>
...
@@ -194,7 +194,7 @@
...
@@ -194,7 +194,7 @@
<!--输出实体[DST_VIEW]数据结构 -->
<!--输出实体[DST_VIEW]数据结构 -->
<changeSet
author=
"
a_A_5d9d78509
"
id=
"tab-dst_view-43-10"
>
<changeSet
author=
"
root
"
id=
"tab-dst_view-43-10"
>
<createTable
tableName=
"IBZVIEW"
>
<createTable
tableName=
"IBZVIEW"
>
<column
name=
"VIEWID"
remarks=
""
type=
"VARCHAR(100)"
>
<column
name=
"VIEWID"
remarks=
""
type=
"VARCHAR(100)"
>
<constraints
primaryKey=
"true"
primaryKeyName=
"PK_DST_VIEW_VIEWID"
/>
<constraints
primaryKey=
"true"
primaryKeyName=
"PK_DST_VIEW_VIEWID"
/>
...
@@ -216,7 +216,7 @@
...
@@ -216,7 +216,7 @@
<!--输出实体[META_DATASET]数据结构 -->
<!--输出实体[META_DATASET]数据结构 -->
<changeSet
author=
"
a_A_5d9d78509
"
id=
"tab-meta_dataset-32-11"
>
<changeSet
author=
"
root
"
id=
"tab-meta_dataset-32-11"
>
<createTable
tableName=
"IBZDATASET"
>
<createTable
tableName=
"IBZDATASET"
>
<column
name=
"DATASETID"
remarks=
""
type=
"VARCHAR(100)"
>
<column
name=
"DATASETID"
remarks=
""
type=
"VARCHAR(100)"
>
<constraints
primaryKey=
"true"
primaryKeyName=
"PK_META_DATASET_DATASETID"
/>
<constraints
primaryKey=
"true"
primaryKeyName=
"PK_META_DATASET_DATASETID"
/>
...
@@ -238,7 +238,7 @@
...
@@ -238,7 +238,7 @@
<!--输出实体[META_ENTITY]数据结构 -->
<!--输出实体[META_ENTITY]数据结构 -->
<changeSet
author=
"
a_A_5d9d78509
"
id=
"tab-meta_entity-88-12"
>
<changeSet
author=
"
root
"
id=
"tab-meta_entity-88-12"
>
<createTable
tableName=
"IBZENTITY"
>
<createTable
tableName=
"IBZENTITY"
>
<column
name=
"ENTITYID"
remarks=
""
type=
"VARCHAR(100)"
>
<column
name=
"ENTITYID"
remarks=
""
type=
"VARCHAR(100)"
>
<constraints
primaryKey=
"true"
primaryKeyName=
"PK_META_ENTITY_ENTITYID"
/>
<constraints
primaryKey=
"true"
primaryKeyName=
"PK_META_ENTITY_ENTITYID"
/>
...
@@ -266,7 +266,7 @@
...
@@ -266,7 +266,7 @@
<!--输出实体[META_FIELD]数据结构 -->
<!--输出实体[META_FIELD]数据结构 -->
<changeSet
author=
"
a_A_5d9d78509
"
id=
"tab-meta_field-147-13"
>
<changeSet
author=
"
root
"
id=
"tab-meta_field-147-13"
>
<createTable
tableName=
"IBZFIELD"
>
<createTable
tableName=
"IBZFIELD"
>
<column
name=
"FIELDID"
remarks=
""
type=
"VARCHAR(100)"
>
<column
name=
"FIELDID"
remarks=
""
type=
"VARCHAR(100)"
>
<constraints
primaryKey=
"true"
primaryKeyName=
"PK_META_FIELD_FIELDID"
/>
<constraints
primaryKey=
"true"
primaryKeyName=
"PK_META_FIELD_FIELDID"
/>
...
@@ -326,7 +326,7 @@
...
@@ -326,7 +326,7 @@
<!--输出实体[META_MODEL]数据结构 -->
<!--输出实体[META_MODEL]数据结构 -->
<changeSet
author=
"
a_A_5d9d78509
"
id=
"tab-meta_model-26-14"
>
<changeSet
author=
"
root
"
id=
"tab-meta_model-26-14"
>
<createTable
tableName=
"IBZMODEL"
>
<createTable
tableName=
"IBZMODEL"
>
<column
name=
"MODELID"
remarks=
""
type=
"VARCHAR(100)"
>
<column
name=
"MODELID"
remarks=
""
type=
"VARCHAR(100)"
>
<constraints
primaryKey=
"true"
primaryKeyName=
"PK_META_MODEL_MODELID"
/>
<constraints
primaryKey=
"true"
primaryKeyName=
"PK_META_MODEL_MODELID"
/>
...
@@ -342,7 +342,7 @@
...
@@ -342,7 +342,7 @@
<!--输出实体[META_MODULE]数据结构 -->
<!--输出实体[META_MODULE]数据结构 -->
<changeSet
author=
"
a_A_5d9d78509
"
id=
"tab-meta_module-28-15"
>
<changeSet
author=
"
root
"
id=
"tab-meta_module-28-15"
>
<createTable
tableName=
"IBZMODULE"
>
<createTable
tableName=
"IBZMODULE"
>
<column
name=
"MODULEID"
remarks=
""
type=
"VARCHAR(100)"
>
<column
name=
"MODULEID"
remarks=
""
type=
"VARCHAR(100)"
>
<constraints
primaryKey=
"true"
primaryKeyName=
"PK_META_MODULE_MODULEID"
/>
<constraints
primaryKey=
"true"
primaryKeyName=
"PK_META_MODULE_MODULEID"
/>
...
@@ -360,7 +360,7 @@
...
@@ -360,7 +360,7 @@
<!--输出实体[META_RELATION]数据结构 -->
<!--输出实体[META_RELATION]数据结构 -->
<changeSet
author=
"
a_A_5d9d78509
"
id=
"tab-meta_relation-90-16"
>
<changeSet
author=
"
root
"
id=
"tab-meta_relation-90-16"
>
<createTable
tableName=
"IBZRELATION"
>
<createTable
tableName=
"IBZRELATION"
>
<column
name=
"RELATIONID"
remarks=
""
type=
"VARCHAR(100)"
>
<column
name=
"RELATIONID"
remarks=
""
type=
"VARCHAR(100)"
>
<constraints
primaryKey=
"true"
primaryKeyName=
"PK_META_RELATION_RELATIONID"
/>
<constraints
primaryKey=
"true"
primaryKeyName=
"PK_META_RELATION_RELATIONID"
/>
...
...
ibzlite-core/src/main/resources/mapper/avuedata/bladevisual/BladeVisualMapper.xml
浏览文件 @
bc86e70c
...
@@ -46,7 +46,7 @@
...
@@ -46,7 +46,7 @@
</sql>
</sql>
<!--数据查询[Default]-->
<!--数据查询[Default]-->
<sql
id=
"Default"
databaseId=
"oracle"
>
<sql
id=
"Default"
databaseId=
"oracle"
>
<![CDATA[ SELECT t1.CATEGORY, t1.CREATE_DEPT, t1.CREATE_TIME, t1.CREATE_USER, t1.ID, t1.IS_DELETED, t1.PASSWORD, t1.STATUS, t1.TITLE, t1.UPDATE_TIME, t1.UPDATE_USER FROM blade_visual t1
<![CDATA[ SELECT t1.
BACKGROUND_URL, t1.
CATEGORY, t1.CREATE_DEPT, t1.CREATE_TIME, t1.CREATE_USER, t1.ID, t1.IS_DELETED, t1.PASSWORD, t1.STATUS, t1.TITLE, t1.UPDATE_TIME, t1.UPDATE_USER FROM blade_visual t1
WHERE t1.IS_DELETED = 0
WHERE t1.IS_DELETED = 0
]]>
]]>
</sql>
</sql>
...
...
ibzlite-core/src/main/resources/sysmodel/ibzlite.json
浏览文件 @
bc86e70c
...
@@ -70,11 +70,11 @@
...
@@ -70,11 +70,11 @@
"codename"
:
"BackgroundUrl"
,
"codename"
:
"BackgroundUrl"
,
"field_logic_name"
:
"大屏背景"
,
"field_logic_name"
:
"大屏背景"
,
"entity_name"
:
"BladeVisual"
,
"entity_name"
:
"BladeVisual"
,
"field_type"
:
"LONGTEXT"
,
"field_type"
:
"LONGTEXT
_1000
"
,
"nullable"
:
1
,
"nullable"
:
1
,
"physical_field"
:
1
,
"physical_field"
:
1
,
"data_type"
:
"
TEXT
"
,
"data_type"
:
"
VARCHAR
"
,
"data_length"
:
1048576
,
"data_length"
:
2000
,
"key_field"
:
0
,
"key_field"
:
0
,
"show_order"
:
5
,
"show_order"
:
5
,
"major_field"
:
0
"major_field"
:
0
...
...
ibzlite-provider/ibzlite-provider-api/src/main/java/cn/ibizlab/api/dto/BladeVisualDTO.java
浏览文件 @
bc86e70c
...
@@ -70,7 +70,7 @@ public class BladeVisualDTO extends DTOBase implements Serializable {
...
@@ -70,7 +70,7 @@ public class BladeVisualDTO extends DTOBase implements Serializable {
*/
*/
@JSONField
(
name
=
"backgroundurl"
)
@JSONField
(
name
=
"backgroundurl"
)
@JsonProperty
(
"backgroundurl"
)
@JsonProperty
(
"backgroundurl"
)
@Size
(
min
=
0
,
max
=
1048576
,
message
=
"内容长度必须小于等于[1048576
]"
)
@Size
(
min
=
0
,
max
=
2000
,
message
=
"内容长度必须小于等于[2000
]"
)
private
String
backgroundurl
;
private
String
backgroundurl
;
/**
/**
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录