Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
功
功能演示系统
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
示例
功能演示系统
提交
198c22fb
提交
198c22fb
编写于
4年前
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
ShineKOT 部署微服务接口 [后台服务,接口示例]
上级
be0f34dd
变更
8
显示空白字符变更
内嵌
并排
正在显示
8 个修改的文件
包含
66 行增加
和
358 行删除
+66
-358
config.xml
config.xml
+5
-0
IBIZBOOKDataImport.java
...va/cn/ibizlab/core/sample/mapping/IBIZBOOKDataImport.java
+2
-2
IBIZOrderImport.java
.../java/cn/ibizlab/core/sample/mapping/IBIZOrderImport.java
+1
-1
h2_table.xml
demo-core/src/main/resources/liquibase/h2_table.xml
+41
-89
systemResource.json
demo-core/src/main/resources/permission/systemResource.json
+0
-8
DemoSys.json
demo-core/src/main/resources/sysmodel/DemoSys.json
+0
-256
Dockerfile
...provider/demo-provider-demoapi/src/main/docker/Dockerfile
+1
-1
demo-provider-demoapi.yaml
...ovider-demoapi/src/main/docker/demo-provider-demoapi.yaml
+16
-1
未找到文件。
config.xml
浏览文件 @
198c22fb
...
@@ -37,6 +37,11 @@
...
@@ -37,6 +37,11 @@
git clone -b master $para2 demosys/
git clone -b master $para2 demosys/
export NODE_OPTIONS=--max-old-space-size=4096
export NODE_OPTIONS=--max-old-space-size=4096
cd demosys/
cd demosys/
mvn clean package -Pdemoapi
cd demo-provider/demo-provider-demoapi
mvn -Pdemoapi docker:build
mvn -Pdemoapi docker:push
docker -H $para1 stack deploy --compose-file=src/main/docker/demo-provider-demoapi.yaml iBizDemo --with-registry-auth
</command>
</command>
</hudson.tasks.Shell>
</hudson.tasks.Shell>
</builders>
</builders>
...
...
This diff is collapsed.
Click to expand it.
demo-core/src/main/java/cn/ibizlab/core/sample/mapping/IBIZBOOKDataImport.java
浏览文件 @
198c22fb
...
@@ -8,16 +8,16 @@ import java.util.List;
...
@@ -8,16 +8,16 @@ import java.util.List;
public
interface
IBIZBOOKDataImport
{
public
interface
IBIZBOOKDataImport
{
@Mappings
({
@Mappings
({
@Mapping
(
target
=
"ibizbookid"
,
source
=
"ibizbookid"
),
@Mapping
(
target
=
"ibizbookid"
,
source
=
"ibizbookid"
),
@Mapping
(
target
=
"type"
,
source
=
"type"
),
@Mapping
(
target
=
"press"
,
source
=
"press"
),
@Mapping
(
target
=
"press"
,
source
=
"press"
),
@Mapping
(
target
=
"author"
,
source
=
"author"
),
@Mapping
(
target
=
"author"
,
source
=
"author"
),
@Mapping
(
target
=
"price"
,
source
=
"price"
),
@Mapping
(
target
=
"price"
,
source
=
"price"
),
@Mapping
(
target
=
"createdate"
,
source
=
"createdate"
),
@Mapping
(
target
=
"createdate"
,
source
=
"createdate"
),
@Mapping
(
target
=
"booknumber"
,
source
=
"booknumber"
),
@Mapping
(
target
=
"booknumber"
,
source
=
"booknumber"
),
@Mapping
(
target
=
"ibizbookname"
,
source
=
"ibizbookname"
),
@Mapping
(
target
=
"ibizbookname"
,
source
=
"ibizbookname"
),
@Mapping
(
target
=
"createman"
,
source
=
"createman"
),
@Mapping
(
target
=
"updateman"
,
source
=
"updateman"
),
@Mapping
(
target
=
"updateman"
,
source
=
"updateman"
),
@Mapping
(
target
=
"createman"
,
source
=
"createman"
),
@Mapping
(
target
=
"updatedate"
,
source
=
"updatedate"
),
@Mapping
(
target
=
"updatedate"
,
source
=
"updatedate"
),
@Mapping
(
target
=
"type"
,
source
=
"type"
),
})
})
@BeanMapping
(
ignoreByDefault
=
true
)
@BeanMapping
(
ignoreByDefault
=
true
)
IBIZBOOK
toDomain
(
IBIZBOOK
entity
);
IBIZBOOK
toDomain
(
IBIZBOOK
entity
);
...
...
This diff is collapsed.
Click to expand it.
demo-core/src/main/java/cn/ibizlab/core/sample/mapping/IBIZOrderImport.java
浏览文件 @
198c22fb
...
@@ -8,10 +8,10 @@ import java.util.List;
...
@@ -8,10 +8,10 @@ import java.util.List;
public
interface
IBIZOrderImport
{
public
interface
IBIZOrderImport
{
@Mappings
({
@Mappings
({
@Mapping
(
target
=
"ibizorderid"
,
source
=
"ibizorderid"
),
@Mapping
(
target
=
"ibizorderid"
,
source
=
"ibizorderid"
),
@Mapping
(
target
=
"orderuid"
,
source
=
"orderuid"
),
@Mapping
(
target
=
"ibizordername"
,
source
=
"ibizordername"
),
@Mapping
(
target
=
"ibizordername"
,
source
=
"ibizordername"
),
@Mapping
(
target
=
"ordertype"
,
source
=
"ordertype"
),
@Mapping
(
target
=
"ordertype"
,
source
=
"ordertype"
),
@Mapping
(
target
=
"ordertime"
,
source
=
"ordertime"
),
@Mapping
(
target
=
"ordertime"
,
source
=
"ordertime"
),
@Mapping
(
target
=
"orderuid"
,
source
=
"orderuid"
),
})
})
@BeanMapping
(
ignoreByDefault
=
true
)
@BeanMapping
(
ignoreByDefault
=
true
)
IBIZOrder
toDomain
(
IBIZOrder
entity
);
IBIZOrder
toDomain
(
IBIZOrder
entity
);
...
...
This diff is collapsed.
Click to expand it.
demo-core/src/main/resources/liquibase/h2_table.xml
浏览文件 @
198c22fb
...
@@ -3,54 +3,8 @@
...
@@ -3,54 +3,8 @@
<!--输出实体[APPKANBAN]数据结构 -->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-appkanban-18-1"
>
<createTable
tableName=
"T_APPKANBAN"
>
<column
name=
"APPKANBANID"
remarks=
""
type=
"VARCHAR(100)"
>
<constraints
primaryKey=
"true"
primaryKeyName=
"PK_APPKANBAN_APPKANBANID"
/>
</column>
<column
name=
"CREATEDATE"
remarks=
""
type=
"DATETIME"
>
</column>
<column
name=
"CREATEMAN"
remarks=
""
type=
"VARCHAR(60)"
>
</column>
<column
name=
"APPKANBANNAME"
remarks=
""
type=
"VARCHAR(200)"
>
</column>
<column
name=
"UPDATEDATE"
remarks=
""
type=
"DATETIME"
>
</column>
<column
name=
"UPDATEMAN"
remarks=
""
type=
"VARCHAR(60)"
>
</column>
</createTable>
</changeSet>
<!--输出实体[IBIZAPPVIEW]数据结构 -->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizappview-30-2"
>
<createTable
tableName=
"T_IBIZAPPVIEW"
>
<column
name=
"IBIZAPPVIEWNAME"
remarks=
""
type=
"VARCHAR(200)"
>
</column>
<column
name=
"IBIZAPPVIEWID"
remarks=
""
type=
"VARCHAR(100)"
>
<constraints
primaryKey=
"true"
primaryKeyName=
"PK_IBIZAPPVIEW_IBIZAPPVIEWID"
/>
</column>
<column
name=
"CREATEMAN"
remarks=
""
type=
"VARCHAR(60)"
>
</column>
<column
name=
"UPDATEMAN"
remarks=
""
type=
"VARCHAR(60)"
>
</column>
<column
name=
"CREATEDATE"
remarks=
""
type=
"DATETIME"
>
</column>
<column
name=
"UPDATEDATE"
remarks=
""
type=
"DATETIME"
>
</column>
<column
name=
"IBIZAPPVIEWTYPE"
remarks=
""
type=
"VARCHAR(100)"
>
</column>
<column
name=
"IBIZINSTANCEADDRESS"
remarks=
""
type=
"VARCHAR(100)"
>
</column>
<column
name=
"IBIZYUQUEADDRESS"
remarks=
""
type=
"VARCHAR(100)"
>
</column>
</createTable>
</changeSet>
<!--输出实体[IBIZACCOUNT]数据结构 -->
<!--输出实体[IBIZACCOUNT]数据结构 -->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizaccount-4-
3
"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizaccount-4-
1
"
>
<createTable
tableName=
"T_IBIZACCOUNT"
>
<createTable
tableName=
"T_IBIZACCOUNT"
>
<column
name=
"UPDATEDATE"
remarks=
""
type=
"DATETIME"
>
<column
name=
"UPDATEDATE"
remarks=
""
type=
"DATETIME"
>
</column>
</column>
...
@@ -74,7 +28,7 @@
...
@@ -74,7 +28,7 @@
<!--输出实体[IBIZBOOK]数据结构 -->
<!--输出实体[IBIZBOOK]数据结构 -->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizbook-793-
4
"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizbook-793-
2
"
>
<createTable
tableName=
"T_IBIZBOOK"
>
<createTable
tableName=
"T_IBIZBOOK"
>
<column
name=
"CREATEMAN"
remarks=
""
type=
"VARCHAR(60)"
>
<column
name=
"CREATEMAN"
remarks=
""
type=
"VARCHAR(60)"
>
</column>
</column>
...
@@ -138,7 +92,7 @@
...
@@ -138,7 +92,7 @@
<!--输出实体[IBIZCPU]数据结构 -->
<!--输出实体[IBIZCPU]数据结构 -->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizcpu-4-
5
"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizcpu-4-
3
"
>
<createTable
tableName=
"T_IBIZCPU"
>
<createTable
tableName=
"T_IBIZCPU"
>
<column
name=
"CREATEDATE"
remarks=
""
type=
"DATETIME"
>
<column
name=
"CREATEDATE"
remarks=
""
type=
"DATETIME"
>
</column>
</column>
...
@@ -158,7 +112,7 @@
...
@@ -158,7 +112,7 @@
<!--输出实体[IBIZCUSTOM]数据结构 -->
<!--输出实体[IBIZCUSTOM]数据结构 -->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizcustom-4-
6
"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizcustom-4-
4
"
>
<createTable
tableName=
"T_IBIZCUSTOM"
>
<createTable
tableName=
"T_IBIZCUSTOM"
>
<column
name=
"CREATEMAN"
remarks=
""
type=
"VARCHAR(60)"
>
<column
name=
"CREATEMAN"
remarks=
""
type=
"VARCHAR(60)"
>
</column>
</column>
...
@@ -178,7 +132,7 @@
...
@@ -178,7 +132,7 @@
<!--输出实体[IBIZCUSTOMER]数据结构 -->
<!--输出实体[IBIZCUSTOMER]数据结构 -->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizcustomer-28-
7
"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizcustomer-28-
5
"
>
<createTable
tableName=
"T_IBIZCUSTOMER"
>
<createTable
tableName=
"T_IBIZCUSTOMER"
>
<column
name=
"CREATEMAN"
remarks=
""
type=
"VARCHAR(60)"
>
<column
name=
"CREATEMAN"
remarks=
""
type=
"VARCHAR(60)"
>
</column>
</column>
...
@@ -204,7 +158,7 @@
...
@@ -204,7 +158,7 @@
<!--输出实体[IBIZCUSTOMERMG]数据结构 -->
<!--输出实体[IBIZCUSTOMERMG]数据结构 -->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizcustomermg-4-
8
"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizcustomermg-4-
6
"
>
<createTable
tableName=
""
>
<createTable
tableName=
""
>
</createTable>
</createTable>
</changeSet>
</changeSet>
...
@@ -214,7 +168,7 @@
...
@@ -214,7 +168,7 @@
<!--输出实体[IBIZHARDWARE]数据结构 -->
<!--输出实体[IBIZHARDWARE]数据结构 -->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizhardware-4-
10
"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizhardware-4-
8
"
>
<createTable
tableName=
"T_IBIZHARDWARE"
>
<createTable
tableName=
"T_IBIZHARDWARE"
>
<column
name=
"UNIT"
remarks=
""
type=
"VARCHAR(100)"
>
<column
name=
"UNIT"
remarks=
""
type=
"VARCHAR(100)"
>
</column>
</column>
...
@@ -244,7 +198,7 @@
...
@@ -244,7 +198,7 @@
<!--输出实体[IBIZORDER]数据结构 -->
<!--输出实体[IBIZORDER]数据结构 -->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizorder-412-
11
"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizorder-412-
9
"
>
<createTable
tableName=
"T_IBIZORDER"
>
<createTable
tableName=
"T_IBIZORDER"
>
<column
name=
"TP"
remarks=
""
type=
"TEXT(1048576)"
>
<column
name=
"TP"
remarks=
""
type=
"TEXT(1048576)"
>
</column>
</column>
...
@@ -294,7 +248,7 @@
...
@@ -294,7 +248,7 @@
<!--输出实体[IBIZORDERDETAIL]数据结构 -->
<!--输出实体[IBIZORDERDETAIL]数据结构 -->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizorderdetail-102-1
2
"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizorderdetail-102-1
0
"
>
<createTable
tableName=
"T_IBIZORDERDETAIL"
>
<createTable
tableName=
"T_IBIZORDERDETAIL"
>
<column
name=
"IBIZORDERDETAILNAME"
remarks=
""
type=
"VARCHAR(200)"
>
<column
name=
"IBIZORDERDETAILNAME"
remarks=
""
type=
"VARCHAR(200)"
>
</column>
</column>
...
@@ -324,7 +278,7 @@
...
@@ -324,7 +278,7 @@
<!--输出实体[IBIZORDERTYPE]数据结构 -->
<!--输出实体[IBIZORDERTYPE]数据结构 -->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizordertype-23-1
3
"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizordertype-23-1
1
"
>
<createTable
tableName=
"T_IBIZORDERTYPE"
>
<createTable
tableName=
"T_IBIZORDERTYPE"
>
<column
name=
"ENABLE"
remarks=
""
type=
"INT"
>
<column
name=
"ENABLE"
remarks=
""
type=
"INT"
>
</column>
</column>
...
@@ -346,7 +300,7 @@
...
@@ -346,7 +300,7 @@
<!--输出实体[IBIZQJ]数据结构 -->
<!--输出实体[IBIZQJ]数据结构 -->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizqj-1-1
4
"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizqj-1-1
2
"
>
<createTable
tableName=
"T_IBIZQJ"
>
<createTable
tableName=
"T_IBIZQJ"
>
<column
name=
"UPDATEDATE"
remarks=
""
type=
"DATETIME"
>
<column
name=
"UPDATEDATE"
remarks=
""
type=
"DATETIME"
>
</column>
</column>
...
@@ -370,7 +324,7 @@
...
@@ -370,7 +324,7 @@
<!--输出实体[IBIZSAMPLE]数据结构 -->
<!--输出实体[IBIZSAMPLE]数据结构 -->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizsample-4-1
5
"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizsample-4-1
3
"
>
<createTable
tableName=
"T_IBIZSAMPLE"
>
<createTable
tableName=
"T_IBIZSAMPLE"
>
<column
name=
"CREATEDATE"
remarks=
""
type=
"DATETIME"
>
<column
name=
"CREATEDATE"
remarks=
""
type=
"DATETIME"
>
</column>
</column>
...
@@ -428,7 +382,7 @@
...
@@ -428,7 +382,7 @@
<!--输出实体[IBIZSAMPLE0001]数据结构 -->
<!--输出实体[IBIZSAMPLE0001]数据结构 -->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizsample0001-387-1
6
"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizsample0001-387-1
4
"
>
<createTable
tableName=
"T_IBIZSAMPLE0001"
>
<createTable
tableName=
"T_IBIZSAMPLE0001"
>
<column
name=
"FIELD01"
remarks=
""
type=
"VARCHAR(100)"
>
<column
name=
"FIELD01"
remarks=
""
type=
"VARCHAR(100)"
>
</column>
</column>
...
@@ -520,7 +474,7 @@
...
@@ -520,7 +474,7 @@
<!--输出实体[IBIZSAMPLE0002]数据结构 -->
<!--输出实体[IBIZSAMPLE0002]数据结构 -->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizsample0002-5-1
7
"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizsample0002-5-1
5
"
>
<createTable
tableName=
"T_IBIZSAMPLE0002"
>
<createTable
tableName=
"T_IBIZSAMPLE0002"
>
<column
name=
"DE"
remarks=
""
type=
"VARCHAR(100)"
>
<column
name=
"DE"
remarks=
""
type=
"VARCHAR(100)"
>
</column>
</column>
...
@@ -544,7 +498,7 @@
...
@@ -544,7 +498,7 @@
<!--输出实体[IBIZSAMPLE0003]数据结构 -->
<!--输出实体[IBIZSAMPLE0003]数据结构 -->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizsample0003-6-1
8
"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizsample0003-6-1
6
"
>
<createTable
tableName=
"T_IBIZSAMPLE0003"
>
<createTable
tableName=
"T_IBIZSAMPLE0003"
>
<column
name=
"IBIZSAMPLE0003NAME"
remarks=
""
type=
"VARCHAR(200)"
>
<column
name=
"IBIZSAMPLE0003NAME"
remarks=
""
type=
"VARCHAR(200)"
>
</column>
</column>
...
@@ -570,7 +524,7 @@
...
@@ -570,7 +524,7 @@
<!--输出实体[IBIZSAMPLE0004]数据结构 -->
<!--输出实体[IBIZSAMPLE0004]数据结构 -->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizsample0004-4-1
9
"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizsample0004-4-1
7
"
>
<createTable
tableName=
"T_IBIZSAMPLE0004"
>
<createTable
tableName=
"T_IBIZSAMPLE0004"
>
<column
name=
"MEMO"
remarks=
""
type=
"VARCHAR(2000)"
>
<column
name=
"MEMO"
remarks=
""
type=
"VARCHAR(2000)"
>
</column>
</column>
...
@@ -608,7 +562,7 @@
...
@@ -608,7 +562,7 @@
<!--输出实体[IBIZSAMPLE0005]数据结构 -->
<!--输出实体[IBIZSAMPLE0005]数据结构 -->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizsample0005-4-
20
"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizsample0005-4-
18
"
>
<createTable
tableName=
"T_IBIZSAMPLE0005"
>
<createTable
tableName=
"T_IBIZSAMPLE0005"
>
<column
name=
"JE"
remarks=
""
type=
"DECIMAL(38,2)"
>
<column
name=
"JE"
remarks=
""
type=
"DECIMAL(38,2)"
>
</column>
</column>
...
@@ -646,7 +600,7 @@
...
@@ -646,7 +600,7 @@
<!--输出实体[IBIZSAMPLE0006]数据结构 -->
<!--输出实体[IBIZSAMPLE0006]数据结构 -->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizsample0006-4-
21
"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizsample0006-4-
19
"
>
<createTable
tableName=
"T_IBIZSAMPLE0006"
>
<createTable
tableName=
"T_IBIZSAMPLE0006"
>
<column
name=
"YWSTATE"
remarks=
""
type=
"VARCHAR(60)"
>
<column
name=
"YWSTATE"
remarks=
""
type=
"VARCHAR(60)"
>
</column>
</column>
...
@@ -686,7 +640,7 @@
...
@@ -686,7 +640,7 @@
<!--输出实体[IBIZSAMPLE0007]数据结构 -->
<!--输出实体[IBIZSAMPLE0007]数据结构 -->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizsample0007-4-2
2
"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizsample0007-4-2
0
"
>
<createTable
tableName=
"T_IBIZSAMPLE0007"
>
<createTable
tableName=
"T_IBIZSAMPLE0007"
>
<column
name=
"UPDATEDATE"
remarks=
""
type=
"DATETIME"
>
<column
name=
"UPDATEDATE"
remarks=
""
type=
"DATETIME"
>
</column>
</column>
...
@@ -718,7 +672,7 @@
...
@@ -718,7 +672,7 @@
<!--输出实体[IBIZSAMPLE0008]数据结构 -->
<!--输出实体[IBIZSAMPLE0008]数据结构 -->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizsample0008-4-2
3
"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizsample0008-4-2
1
"
>
<createTable
tableName=
"T_IBIZSAMPLE0008"
>
<createTable
tableName=
"T_IBIZSAMPLE0008"
>
<column
name=
"WFSTEP"
remarks=
""
type=
"VARCHAR(60)"
>
<column
name=
"WFSTEP"
remarks=
""
type=
"VARCHAR(60)"
>
</column>
</column>
...
@@ -750,7 +704,7 @@
...
@@ -750,7 +704,7 @@
<!--输出实体[IBIZSAMPLE0009]数据结构 -->
<!--输出实体[IBIZSAMPLE0009]数据结构 -->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizsample0009-4-2
4
"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizsample0009-4-2
2
"
>
<createTable
tableName=
"T_IBIZSAMPLE0009"
>
<createTable
tableName=
"T_IBIZSAMPLE0009"
>
<column
name=
"UPDATEDATE"
remarks=
""
type=
"DATETIME"
>
<column
name=
"UPDATEDATE"
remarks=
""
type=
"DATETIME"
>
</column>
</column>
...
@@ -782,7 +736,7 @@
...
@@ -782,7 +736,7 @@
<!--输出实体[IBIZSAMPLE0010]数据结构 -->
<!--输出实体[IBIZSAMPLE0010]数据结构 -->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizsample0010-4-2
5
"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizsample0010-4-2
3
"
>
<createTable
tableName=
"T_IBIZSAMPLE0010"
>
<createTable
tableName=
"T_IBIZSAMPLE0010"
>
<column
name=
"ORDERTYPE"
remarks=
""
type=
"VARCHAR(60)"
>
<column
name=
"ORDERTYPE"
remarks=
""
type=
"VARCHAR(60)"
>
</column>
</column>
...
@@ -810,7 +764,7 @@
...
@@ -810,7 +764,7 @@
<!--输出实体[IBIZSAMPLE0011]数据结构 -->
<!--输出实体[IBIZSAMPLE0011]数据结构 -->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizsample0011-4-2
6
"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizsample0011-4-2
4
"
>
<createTable
tableName=
"T_IBIZSAMPLE0011"
>
<createTable
tableName=
"T_IBIZSAMPLE0011"
>
<column
name=
"UPDATEMAN"
remarks=
""
type=
"VARCHAR(60)"
>
<column
name=
"UPDATEMAN"
remarks=
""
type=
"VARCHAR(60)"
>
</column>
</column>
...
@@ -836,7 +790,7 @@
...
@@ -836,7 +790,7 @@
<!--输出实体[IBIZSAMPLE0012]数据结构 -->
<!--输出实体[IBIZSAMPLE0012]数据结构 -->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizsample0012-4-2
7
"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizsample0012-4-2
5
"
>
<createTable
tableName=
"T_IBIZSAMPLE0012"
>
<createTable
tableName=
"T_IBIZSAMPLE0012"
>
<column
name=
"CREATEDATE"
remarks=
""
type=
"DATETIME"
>
<column
name=
"CREATEDATE"
remarks=
""
type=
"DATETIME"
>
</column>
</column>
...
@@ -864,7 +818,7 @@
...
@@ -864,7 +818,7 @@
<!--输出实体[IBIZSAMPLE0013]数据结构 -->
<!--输出实体[IBIZSAMPLE0013]数据结构 -->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizsample0013-6-2
8
"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizsample0013-6-2
6
"
>
<createTable
tableName=
"T_IBIZSAMPLE0013"
>
<createTable
tableName=
"T_IBIZSAMPLE0013"
>
<column
name=
"UPDATEMAN"
remarks=
""
type=
"VARCHAR(60)"
>
<column
name=
"UPDATEMAN"
remarks=
""
type=
"VARCHAR(60)"
>
</column>
</column>
...
@@ -890,7 +844,7 @@
...
@@ -890,7 +844,7 @@
<!--输出实体[IBIZSAMPLE0014]数据结构 -->
<!--输出实体[IBIZSAMPLE0014]数据结构 -->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizsample0014-4-2
9
"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizsample0014-4-2
7
"
>
<createTable
tableName=
"T_IBIZSAMPLE0014"
>
<createTable
tableName=
"T_IBIZSAMPLE0014"
>
<column
name=
"IBIZSAMPLE0014NAME"
remarks=
""
type=
"VARCHAR(200)"
>
<column
name=
"IBIZSAMPLE0014NAME"
remarks=
""
type=
"VARCHAR(200)"
>
</column>
</column>
...
@@ -914,7 +868,7 @@
...
@@ -914,7 +868,7 @@
<!--输出实体[IBIZSAMPLE0015]数据结构 -->
<!--输出实体[IBIZSAMPLE0015]数据结构 -->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizsample0015-5-
30
"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizsample0015-5-
28
"
>
<createTable
tableName=
"T_IBIZSAMPLE0015"
>
<createTable
tableName=
"T_IBIZSAMPLE0015"
>
<column
name=
"CREATEDATE"
remarks=
""
type=
"DATETIME"
>
<column
name=
"CREATEDATE"
remarks=
""
type=
"DATETIME"
>
</column>
</column>
...
@@ -938,7 +892,7 @@
...
@@ -938,7 +892,7 @@
<!--输出实体[IBIZSAMPLE0016]数据结构 -->
<!--输出实体[IBIZSAMPLE0016]数据结构 -->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizsample0016-4-
31
"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizsample0016-4-
29
"
>
<createTable
tableName=
"T_IBIZSAMPLE0016"
>
<createTable
tableName=
"T_IBIZSAMPLE0016"
>
<column
name=
"CREATEMAN"
remarks=
""
type=
"VARCHAR(60)"
>
<column
name=
"CREATEMAN"
remarks=
""
type=
"VARCHAR(60)"
>
</column>
</column>
...
@@ -962,7 +916,7 @@
...
@@ -962,7 +916,7 @@
<!--输出实体[IBIZSAMPLE0017]数据结构 -->
<!--输出实体[IBIZSAMPLE0017]数据结构 -->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizsample0017-6-3
2
"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizsample0017-6-3
0
"
>
<createTable
tableName=
"T_IBIZSAMPLE0017"
>
<createTable
tableName=
"T_IBIZSAMPLE0017"
>
<column
name=
"ORDERUID"
remarks=
""
type=
"VARCHAR(100)"
>
<column
name=
"ORDERUID"
remarks=
""
type=
"VARCHAR(100)"
>
</column>
</column>
...
@@ -994,7 +948,7 @@
...
@@ -994,7 +948,7 @@
<!--输出实体[IBIZSAMPLE0018]数据结构 -->
<!--输出实体[IBIZSAMPLE0018]数据结构 -->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizsample0018-4-3
3
"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizsample0018-4-3
1
"
>
<createTable
tableName=
"T_IBIZSAMPLE0018"
>
<createTable
tableName=
"T_IBIZSAMPLE0018"
>
<column
name=
"CREATEMAN"
remarks=
""
type=
"VARCHAR(60)"
>
<column
name=
"CREATEMAN"
remarks=
""
type=
"VARCHAR(60)"
>
</column>
</column>
...
@@ -1020,7 +974,7 @@
...
@@ -1020,7 +974,7 @@
<!--输出实体[IBIZSAMPLE0019]数据结构 -->
<!--输出实体[IBIZSAMPLE0019]数据结构 -->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizsample0019-4-3
4
"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizsample0019-4-3
2
"
>
<createTable
tableName=
"T_IBIZSAMPLE0019"
>
<createTable
tableName=
"T_IBIZSAMPLE0019"
>
<column
name=
"UPDATEDATE"
remarks=
""
type=
"DATETIME"
>
<column
name=
"UPDATEDATE"
remarks=
""
type=
"DATETIME"
>
</column>
</column>
...
@@ -1040,7 +994,7 @@
...
@@ -1040,7 +994,7 @@
<!--输出实体[IBIZSAMPLE0020]数据结构 -->
<!--输出实体[IBIZSAMPLE0020]数据结构 -->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizsample0020-4-3
5
"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizsample0020-4-3
3
"
>
<createTable
tableName=
"T_IBIZSAMPLE0020"
>
<createTable
tableName=
"T_IBIZSAMPLE0020"
>
<column
name=
"IBIZSAMPLE0020NAME"
remarks=
""
type=
"VARCHAR(200)"
>
<column
name=
"IBIZSAMPLE0020NAME"
remarks=
""
type=
"VARCHAR(200)"
>
</column>
</column>
...
@@ -1064,7 +1018,7 @@
...
@@ -1064,7 +1018,7 @@
<!--输出实体[IBIZSOFTWARESUIT]数据结构 -->
<!--输出实体[IBIZSOFTWARESUIT]数据结构 -->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizsoftwaresuit-4-3
6
"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizsoftwaresuit-4-3
4
"
>
<createTable
tableName=
"T_IBIZSOFTWARESUIT"
>
<createTable
tableName=
"T_IBIZSOFTWARESUIT"
>
<column
name=
"CREATEMAN"
remarks=
""
type=
"VARCHAR(60)"
>
<column
name=
"CREATEMAN"
remarks=
""
type=
"VARCHAR(60)"
>
</column>
</column>
...
@@ -1084,7 +1038,7 @@
...
@@ -1084,7 +1038,7 @@
<!--输出实体[IBIZSTORAGE]数据结构 -->
<!--输出实体[IBIZSTORAGE]数据结构 -->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizstorage-4-3
7
"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizstorage-4-3
5
"
>
<createTable
tableName=
"T_IBIZSTORAGE"
>
<createTable
tableName=
"T_IBIZSTORAGE"
>
<column
name=
"IBIZSTORAGEID"
remarks=
""
type=
"VARCHAR(100)"
>
<column
name=
"IBIZSTORAGEID"
remarks=
""
type=
"VARCHAR(100)"
>
<constraints
primaryKey=
"true"
primaryKeyName=
"PK_IBIZSTORAGE_IBIZSTORAGEID"
/>
<constraints
primaryKey=
"true"
primaryKeyName=
"PK_IBIZSTORAGE_IBIZSTORAGEID"
/>
...
@@ -1104,7 +1058,7 @@
...
@@ -1104,7 +1058,7 @@
<!--输出实体[IBIZSUPPLIER]数据结构 -->
<!--输出实体[IBIZSUPPLIER]数据结构 -->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizsupplier-4-3
8
"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizsupplier-4-3
6
"
>
<createTable
tableName=
"t_supplier"
>
<createTable
tableName=
"t_supplier"
>
<column
name=
"DELETEFLAG"
remarks=
""
type=
"VARCHAR(100)"
>
<column
name=
"DELETEFLAG"
remarks=
""
type=
"VARCHAR(100)"
>
</column>
</column>
...
@@ -1130,7 +1084,7 @@
...
@@ -1130,7 +1084,7 @@
<!--输出实体[IBIZUNIPRODUCT]数据结构 -->
<!--输出实体[IBIZUNIPRODUCT]数据结构 -->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizuniproduct-7-3
9
"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizuniproduct-7-3
7
"
>
<createTable
tableName=
"T_IBIZUNIPRODUCT"
>
<createTable
tableName=
"T_IBIZUNIPRODUCT"
>
<column
name=
"UNITPRICE"
remarks=
""
type=
"FLOAT"
>
<column
name=
"UNITPRICE"
remarks=
""
type=
"FLOAT"
>
</column>
</column>
...
@@ -1156,7 +1110,7 @@
...
@@ -1156,7 +1110,7 @@
<!--输出实体[IBIZVIEWMESS]数据结构 -->
<!--输出实体[IBIZVIEWMESS]数据结构 -->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizviewmess-20-
40
"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizviewmess-20-
38
"
>
<createTable
tableName=
"T_IBIZVIEWMESS"
>
<createTable
tableName=
"T_IBIZVIEWMESS"
>
<column
name=
"IBIZVIEWMESSNAME"
remarks=
""
type=
"VARCHAR(200)"
>
<column
name=
"IBIZVIEWMESSNAME"
remarks=
""
type=
"VARCHAR(200)"
>
</column>
</column>
...
@@ -1182,7 +1136,7 @@
...
@@ -1182,7 +1136,7 @@
<!--输出实体[IBIZVIEWMSG]数据结构 -->
<!--输出实体[IBIZVIEWMSG]数据结构 -->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizviewmsg-3-
41
"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizviewmsg-3-
39
"
>
<createTable
tableName=
"T_IBIZVIEWMSG"
>
<createTable
tableName=
"T_IBIZVIEWMSG"
>
<column
name=
"IBIZVIEWMSGID"
remarks=
""
type=
"VARCHAR(100)"
>
<column
name=
"IBIZVIEWMSGID"
remarks=
""
type=
"VARCHAR(100)"
>
<constraints
primaryKey=
"true"
primaryKeyName=
"PK_IBIZVIEWMSG_IBIZVIEWMSGID"
/>
<constraints
primaryKey=
"true"
primaryKeyName=
"PK_IBIZVIEWMSG_IBIZVIEWMSGID"
/>
...
@@ -1200,8 +1154,6 @@
...
@@ -1200,8 +1154,6 @@
</createTable>
</createTable>
</changeSet>
</changeSet>
<!--输出实体[APPKANBAN]外键关系 -->
<!--输出实体[IBIZAPPVIEW]外键关系 -->
<!--输出实体[IBIZACCOUNT]外键关系 -->
<!--输出实体[IBIZACCOUNT]外键关系 -->
<!--输出实体[IBIZBOOK]外键关系 -->
<!--输出实体[IBIZBOOK]外键关系 -->
<!--输出实体[IBIZCPU]外键关系 -->
<!--输出实体[IBIZCPU]外键关系 -->
...
@@ -1216,7 +1168,7 @@
...
@@ -1216,7 +1168,7 @@
<!--输出实体[IBIZQJ]外键关系 -->
<!--输出实体[IBIZQJ]外键关系 -->
<!--输出实体[IBIZSAMPLE]外键关系 -->
<!--输出实体[IBIZSAMPLE]外键关系 -->
<!--输出实体[IBIZSAMPLE0001]外键关系 -->
<!--输出实体[IBIZSAMPLE0001]外键关系 -->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"fk-ibizsample0001-387-4
2
"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"fk-ibizsample0001-387-4
0
"
>
<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"
/>
<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>
</changeSet>
<!--输出实体[IBIZSAMPLE0002]外键关系 -->
<!--输出实体[IBIZSAMPLE0002]外键关系 -->
...
@@ -1225,7 +1177,7 @@
...
@@ -1225,7 +1177,7 @@
<!--输出实体[IBIZSAMPLE0005]外键关系 -->
<!--输出实体[IBIZSAMPLE0005]外键关系 -->
<!--输出实体[IBIZSAMPLE0006]外键关系 -->
<!--输出实体[IBIZSAMPLE0006]外键关系 -->
<!--输出实体[IBIZSAMPLE0007]外键关系 -->
<!--输出实体[IBIZSAMPLE0007]外键关系 -->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"fk-ibizsample0007-4-4
3
"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"fk-ibizsample0007-4-4
1
"
>
<addForeignKeyConstraint
baseColumnNames=
"IBIZSAMPLE0006ID"
baseTableName=
"T_IBIZSAMPLE0007"
constraintName=
"DER1N_IBIZSAMPLE0007_IBIZSAMPL"
deferrable=
"false"
initiallyDeferred=
"false"
onDelete=
"RESTRICT"
onUpdate=
"RESTRICT"
referencedColumnNames=
"IBIZSAMPLE0006ID"
referencedTableName=
"T_IBIZSAMPLE0006"
validate=
"true"
/>
<addForeignKeyConstraint
baseColumnNames=
"IBIZSAMPLE0006ID"
baseTableName=
"T_IBIZSAMPLE0007"
constraintName=
"DER1N_IBIZSAMPLE0007_IBIZSAMPL"
deferrable=
"false"
initiallyDeferred=
"false"
onDelete=
"RESTRICT"
onUpdate=
"RESTRICT"
referencedColumnNames=
"IBIZSAMPLE0006ID"
referencedTableName=
"T_IBIZSAMPLE0006"
validate=
"true"
/>
</changeSet>
</changeSet>
<!--输出实体[IBIZSAMPLE0008]外键关系 -->
<!--输出实体[IBIZSAMPLE0008]外键关系 -->
...
@@ -1241,7 +1193,7 @@
...
@@ -1241,7 +1193,7 @@
<!--输出实体[IBIZSAMPLE0018]外键关系 -->
<!--输出实体[IBIZSAMPLE0018]外键关系 -->
<!--输出实体[IBIZSAMPLE0019]外键关系 -->
<!--输出实体[IBIZSAMPLE0019]外键关系 -->
<!--输出实体[IBIZSAMPLE0020]外键关系 -->
<!--输出实体[IBIZSAMPLE0020]外键关系 -->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"fk-ibizsample0020-4-4
4
"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"fk-ibizsample0020-4-4
2
"
>
<addForeignKeyConstraint
baseColumnNames=
"IBIZSAMPLE0019ID"
baseTableName=
"T_IBIZSAMPLE0020"
constraintName=
"DER1N_IBIZSAMPLE0020_IBIZSAMPL"
deferrable=
"false"
initiallyDeferred=
"false"
onDelete=
"RESTRICT"
onUpdate=
"RESTRICT"
referencedColumnNames=
"IBIZSAMPLE0019ID"
referencedTableName=
"T_IBIZSAMPLE0019"
validate=
"true"
/>
<addForeignKeyConstraint
baseColumnNames=
"IBIZSAMPLE0019ID"
baseTableName=
"T_IBIZSAMPLE0020"
constraintName=
"DER1N_IBIZSAMPLE0020_IBIZSAMPL"
deferrable=
"false"
initiallyDeferred=
"false"
onDelete=
"RESTRICT"
onUpdate=
"RESTRICT"
referencedColumnNames=
"IBIZSAMPLE0019ID"
referencedTableName=
"T_IBIZSAMPLE0019"
validate=
"true"
/>
</changeSet>
</changeSet>
<!--输出实体[IBIZSOFTWARESUIT]外键关系 -->
<!--输出实体[IBIZSOFTWARESUIT]外键关系 -->
...
...
This diff is collapsed.
Click to expand it.
demo-core/src/main/resources/permission/systemResource.json
浏览文件 @
198c22fb
...
@@ -9,14 +9,6 @@
...
@@ -9,14 +9,6 @@
],
],
"entities"
:[
"entities"
:[
{
{
"dename"
:
"IBIZAPPVIEW"
,
"delogicname"
:
"应用视图数据信息"
,
"sysmoudle"
:{
"id"
:
"SAMPLE"
,
"name"
:
"示例"
},
"dedataset"
:[{
"id"
:
"Default"
,
"name"
:
"数据集"
}],
"deaction"
:[{
"id"
:
"Create"
,
"name"
:
"Create"
,
"type"
:
"BUILTIN"
},{
"id"
:
"Update"
,
"name"
:
"Update"
,
"type"
:
"BUILTIN"
},{
"id"
:
"Remove"
,
"name"
:
"Remove"
,
"type"
:
"BUILTIN"
},{
"id"
:
"Get"
,
"name"
:
"Get"
,
"type"
:
"BUILTIN"
},{
"id"
:
"GetDraft"
,
"name"
:
"GetDraft"
,
"type"
:
"BUILTIN"
},{
"id"
:
"CheckKey"
,
"name"
:
"CheckKey"
,
"type"
:
"BUILTIN"
},{
"id"
:
"Save"
,
"name"
:
"Save"
,
"type"
:
"BUILTIN"
}],
"datascope"
:[{
"id"
:
"all"
,
"name"
:
"全部数据"
},
{
"id"
:
"createman"
,
"name"
:
"创建人"
}]
}
,
{
"dename"
:
"IBIZAccount"
,
"dename"
:
"IBIZAccount"
,
"delogicname"
:
"账户"
,
"delogicname"
:
"账户"
,
"sysmoudle"
:{
"id"
:
"SAMPLE"
,
"name"
:
"示例"
},
"sysmoudle"
:{
"id"
:
"SAMPLE"
,
"name"
:
"示例"
},
...
...
This diff is collapsed.
Click to expand it.
demo-core/src/main/resources/sysmodel/DemoSys.json
浏览文件 @
198c22fb
...
@@ -3,262 +3,6 @@
...
@@ -3,262 +3,6 @@
"systemname"
:
"DemoSys"
,
"systemname"
:
"DemoSys"
,
"entities"
:[
"entities"
:[
{
{
"entity_name"
:
"APPKANBAN"
,
"logic_name"
:
"应用视图信息"
,
"code_name"
:
"Appkanban"
,
"table_name"
:
"T_APPKANBAN"
,
"system_id"
:
"DemoSys"
,
"system_name"
:
"DemoSys"
,
"module_id"
:
"Sample"
,
"module_name"
:
"示例"
,
"fields"
:[
{
"fieldname"
:
"APPKANBANID"
,
"codename"
:
"APPKANBANId"
,
"field_logic_name"
:
"应用看板标识"
,
"entity_name"
:
"Appkanban"
,
"field_type"
:
"GUID"
,
"nullable"
:
0
,
"physical_field"
:
1
,
"data_type"
:
"VARCHAR"
,
"data_length"
:
100
,
"key_field"
:
1
,
"show_order"
:
1000
,
"major_field"
:
0
},
{
"fieldname"
:
"CREATEDATE"
,
"codename"
:
"CreateDate"
,
"field_logic_name"
:
"建立时间"
,
"entity_name"
:
"Appkanban"
,
"field_type"
:
"DATETIME"
,
"nullable"
:
0
,
"physical_field"
:
1
,
"data_type"
:
"DATETIME"
,
"data_length"
:
8
,
"predefined"
:
"CREATEDATE"
,
"key_field"
:
0
,
"show_order"
:
1000
,
"major_field"
:
0
},
{
"fieldname"
:
"CREATEMAN"
,
"codename"
:
"CreateMan"
,
"field_logic_name"
:
"建立人"
,
"entity_name"
:
"Appkanban"
,
"field_type"
:
"TEXT"
,
"dict"
:
"SysOperator"
,
"nullable"
:
0
,
"physical_field"
:
1
,
"data_type"
:
"VARCHAR"
,
"data_length"
:
60
,
"predefined"
:
"CREATEMAN"
,
"key_field"
:
0
,
"show_order"
:
1000
,
"major_field"
:
0
},
{
"fieldname"
:
"APPKANBANNAME"
,
"codename"
:
"APPKANBANName"
,
"field_logic_name"
:
"应用看板名称"
,
"entity_name"
:
"Appkanban"
,
"field_type"
:
"TEXT"
,
"nullable"
:
1
,
"physical_field"
:
1
,
"data_type"
:
"VARCHAR"
,
"data_length"
:
200
,
"key_field"
:
0
,
"show_order"
:
1000
,
"major_field"
:
1
},
{
"fieldname"
:
"UPDATEDATE"
,
"codename"
:
"UpdateDate"
,
"field_logic_name"
:
"更新时间"
,
"entity_name"
:
"Appkanban"
,
"field_type"
:
"DATETIME"
,
"nullable"
:
0
,
"physical_field"
:
1
,
"data_type"
:
"DATETIME"
,
"data_length"
:
8
,
"predefined"
:
"UPDATEDATE"
,
"key_field"
:
0
,
"show_order"
:
1000
,
"major_field"
:
0
},
{
"fieldname"
:
"UPDATEMAN"
,
"codename"
:
"UpdateMan"
,
"field_logic_name"
:
"更新人"
,
"entity_name"
:
"Appkanban"
,
"field_type"
:
"TEXT"
,
"dict"
:
"SysOperator"
,
"nullable"
:
0
,
"physical_field"
:
1
,
"data_type"
:
"VARCHAR"
,
"data_length"
:
60
,
"predefined"
:
"UPDATEMAN"
,
"key_field"
:
0
,
"show_order"
:
1000
,
"major_field"
:
0
}
],
"subEntitys"
:[
],
"parentEntitys"
:[
]
}
,
{
"entity_name"
:
"IBIZAPPVIEW"
,
"logic_name"
:
"应用视图数据信息"
,
"code_name"
:
"IBIZAPPVIEW"
,
"table_name"
:
"T_IBIZAPPVIEW"
,
"system_id"
:
"DemoSys"
,
"system_name"
:
"DemoSys"
,
"module_id"
:
"Sample"
,
"module_name"
:
"示例"
,
"fields"
:[
{
"fieldname"
:
"IBIZAPPVIEWNAME"
,
"codename"
:
"IBIZAPPVIEWName"
,
"field_logic_name"
:
"应用视图名称"
,
"entity_name"
:
"IBIZAPPVIEW"
,
"field_type"
:
"TEXT"
,
"nullable"
:
1
,
"physical_field"
:
1
,
"data_type"
:
"VARCHAR"
,
"data_length"
:
200
,
"key_field"
:
0
,
"show_order"
:
1000
,
"major_field"
:
1
},
{
"fieldname"
:
"IBIZAPPVIEWID"
,
"codename"
:
"IBIZAPPVIEWId"
,
"field_logic_name"
:
"应用视图数据信息标识"
,
"entity_name"
:
"IBIZAPPVIEW"
,
"field_type"
:
"GUID"
,
"nullable"
:
0
,
"physical_field"
:
1
,
"data_type"
:
"VARCHAR"
,
"data_length"
:
100
,
"key_field"
:
1
,
"show_order"
:
1000
,
"major_field"
:
0
},
{
"fieldname"
:
"CREATEMAN"
,
"codename"
:
"CreateMan"
,
"field_logic_name"
:
"建立人"
,
"entity_name"
:
"IBIZAPPVIEW"
,
"field_type"
:
"TEXT"
,
"dict"
:
"SysOperator"
,
"nullable"
:
0
,
"physical_field"
:
1
,
"data_type"
:
"VARCHAR"
,
"data_length"
:
60
,
"predefined"
:
"CREATEMAN"
,
"key_field"
:
0
,
"show_order"
:
1000
,
"major_field"
:
0
},
{
"fieldname"
:
"UPDATEMAN"
,
"codename"
:
"UpdateMan"
,
"field_logic_name"
:
"更新人"
,
"entity_name"
:
"IBIZAPPVIEW"
,
"field_type"
:
"TEXT"
,
"dict"
:
"SysOperator"
,
"nullable"
:
0
,
"physical_field"
:
1
,
"data_type"
:
"VARCHAR"
,
"data_length"
:
60
,
"predefined"
:
"UPDATEMAN"
,
"key_field"
:
0
,
"show_order"
:
1000
,
"major_field"
:
0
},
{
"fieldname"
:
"CREATEDATE"
,
"codename"
:
"CreateDate"
,
"field_logic_name"
:
"建立时间"
,
"entity_name"
:
"IBIZAPPVIEW"
,
"field_type"
:
"DATETIME"
,
"nullable"
:
0
,
"physical_field"
:
1
,
"data_type"
:
"DATETIME"
,
"data_length"
:
8
,
"predefined"
:
"CREATEDATE"
,
"key_field"
:
0
,
"show_order"
:
1000
,
"major_field"
:
0
},
{
"fieldname"
:
"UPDATEDATE"
,
"codename"
:
"UpdateDate"
,
"field_logic_name"
:
"更新时间"
,
"entity_name"
:
"IBIZAPPVIEW"
,
"field_type"
:
"DATETIME"
,
"nullable"
:
0
,
"physical_field"
:
1
,
"data_type"
:
"DATETIME"
,
"data_length"
:
8
,
"predefined"
:
"UPDATEDATE"
,
"key_field"
:
0
,
"show_order"
:
1000
,
"major_field"
:
0
},
{
"fieldname"
:
"IBIZAPPVIEWTYPE"
,
"codename"
:
"Ibizappviewtype"
,
"field_logic_name"
:
"应用视图类型"
,
"entity_name"
:
"IBIZAPPVIEW"
,
"field_type"
:
"TEXT"
,
"nullable"
:
1
,
"physical_field"
:
1
,
"data_type"
:
"VARCHAR"
,
"data_length"
:
100
,
"key_field"
:
0
,
"show_order"
:
1000
,
"major_field"
:
0
},
{
"fieldname"
:
"IBIZINSTANCEADDRESS"
,
"codename"
:
"Ibizinstanceaddress"
,
"field_logic_name"
:
"实例地址"
,
"entity_name"
:
"IBIZAPPVIEW"
,
"field_type"
:
"TEXT"
,
"nullable"
:
1
,
"physical_field"
:
1
,
"data_type"
:
"VARCHAR"
,
"data_length"
:
100
,
"key_field"
:
0
,
"show_order"
:
1000
,
"major_field"
:
0
},
{
"fieldname"
:
"IBIZYUQUEADDRESS"
,
"codename"
:
"Ibizyuqueaddress"
,
"field_logic_name"
:
"文档地址"
,
"entity_name"
:
"IBIZAPPVIEW"
,
"field_type"
:
"TEXT"
,
"nullable"
:
1
,
"physical_field"
:
1
,
"data_type"
:
"VARCHAR"
,
"data_length"
:
100
,
"key_field"
:
0
,
"show_order"
:
1000
,
"major_field"
:
0
}
],
"subEntitys"
:[
],
"parentEntitys"
:[
]
}
,
{
"entity_name"
:
"IBIZACCOUNT"
,
"entity_name"
:
"IBIZACCOUNT"
,
"logic_name"
:
"账户"
,
"logic_name"
:
"账户"
,
"code_name"
:
"IBIZAccount"
,
"code_name"
:
"IBIZAccount"
,
...
...
This diff is collapsed.
Click to expand it.
demo-provider/demo-provider-demoapi/src/main/docker/Dockerfile
浏览文件 @
198c22fb
...
@@ -12,6 +12,6 @@ CMD echo "The application will start in ${IBIZ_SLEEP}s..." && \
...
@@ -12,6 +12,6 @@ CMD echo "The application will start in ${IBIZ_SLEEP}s..." && \
sleep ${IBIZ_SLEEP} && \
sleep ${IBIZ_SLEEP} && \
java ${JAVA_OPTS} -Djava.security.egd=file:/dev/./urandom -jar /demo-provider-demoapi.jar
java ${JAVA_OPTS} -Djava.security.egd=file:/dev/./urandom -jar /demo-provider-demoapi.jar
EXPOSE
8081
EXPOSE
51000
ADD
demo-provider-demoapi.jar /demo-provider-demoapi.jar
ADD
demo-provider-demoapi.jar /demo-provider-demoapi.jar
This diff is collapsed.
Click to expand it.
demo-provider/demo-provider-demoapi/src/main/docker/demo-provider-demoapi.yaml
浏览文件 @
198c22fb
...
@@ -3,9 +3,24 @@ services:
...
@@ -3,9 +3,24 @@ services:
demo-provider-demoapi
:
demo-provider-demoapi
:
image
:
registry.cn-shanghai.aliyuncs.com/ibizsys/demo-provider-demoapi:latest
image
:
registry.cn-shanghai.aliyuncs.com/ibizsys/demo-provider-demoapi:latest
ports
:
ports
:
-
"
8081:8081
"
-
"
51000:51000
"
networks
:
networks
:
-
agent_network
-
agent_network
environment
:
-
SPRING_CLOUD_NACOS_DISCOVERY_IP=172.16.240.110
-
SERVER_PORT=51000
-
SPRING_CLOUD_NACOS_DISCOVERY_SERVER-ADDR=172.16.240.110:8848
-
SPRING_REDIS_HOST=172.16.240.110
-
SPRING_REDIS_PORT=6379
-
SPRING_REDIS_DATABASE=0
-
SPRING_DATASOURCE_USERNAME=a_LAB01_df847bdfd
-
SPRING_DATASOURCE_PASSWORD=3d6@460A
-
SPRING_DATASOURCE_URL=jdbc:mysql://172.16.186.185:3306/a_LAB01_df847bdfd?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&useOldAliasMetadataBehavior=true&allowMultiQueries=true
-
SPRING_DATASOURCE_DRIVER-CLASS-NAME=com.mysql.jdbc.Driver
-
SPRING_DATASOURCE_DEFAULTSCHEMA=a_LAB01_df847bdfd
-
NACOS=172.16.240.110:8848
-
SEATA_REGISTRY_NACOS_SERVER-ADDR=172.16.240.110:8848
-
SEATA_ENABLED=true
deploy
:
deploy
:
resources
:
resources
:
limits
:
limits
:
...
...
This diff is collapsed.
Click to expand it.
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录