Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
功
功能演示系统
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
示例
功能演示系统
提交
25157677
提交
25157677
编写于
2月 22, 2023
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
MoneyQ 发布系统代码 [后台服务,演示应用]
上级
700e8552
变更
20
隐藏空白字符变更
内嵌
并排
正在显示
20 个修改的文件
包含
1118 行增加
和
25 行删除
+1118
-25
default-searchform-base.vue
...s/ibizbook/default-searchform/default-searchform-base.vue
+2
-2
usr4-dataview-base.vue
...src/widgets/ibizbook/usr4-dataview/usr4-dataview-base.vue
+4
-4
usr4-dataview-model.ts
...src/widgets/ibizbook/usr4-dataview/usr4-dataview-model.ts
+0
-5
main-grid-base.vue
...src/widgets/ibizorder-detail/main-grid/main-grid-base.vue
+6
-6
Sample.json
...c/main/resources/static/remotemodel/PSMODULES/Sample.json
+3
-0
T_IBIZACCOUNT2.json
...model/PSMODULES/Sample/PSDATAENTITIES/T_IBIZACCOUNT2.json
+764
-0
CheckKey.json
...e/PSDATAENTITIES/T_IBIZACCOUNT2/PSDEACTIONS/CheckKey.json
+24
-0
Create.json
...ple/PSDATAENTITIES/T_IBIZACCOUNT2/PSDEACTIONS/Create.json
+25
-0
Get.json
...Sample/PSDATAENTITIES/T_IBIZACCOUNT2/PSDEACTIONS/Get.json
+28
-0
GetDraft.json
...e/PSDATAENTITIES/T_IBIZACCOUNT2/PSDEACTIONS/GetDraft.json
+28
-0
Remove.json
...ple/PSDATAENTITIES/T_IBIZACCOUNT2/PSDEACTIONS/Remove.json
+26
-0
Save.json
...ample/PSDATAENTITIES/T_IBIZACCOUNT2/PSDEACTIONS/Save.json
+23
-0
Update.json
...ple/PSDATAENTITIES/T_IBIZACCOUNT2/PSDEACTIONS/Update.json
+25
-0
MYSQL5.json
...ZACCOUNT2/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json
+15
-0
MYSQL5.json
...IBIZACCOUNT2/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json
+15
-0
DEFAULT.json
...main/resources/static/remotemodel/PSSYSI18NS/DEFAULT.json
+66
-0
PSSYSTEM.json
...-boot/src/main/resources/static/remotemodel/PSSYSTEM.json
+7
-0
h2_table.xml
demo-core/src/main/resources/liquibase/h2_table.xml
+10
-6
view.xml
demo-core/src/main/resources/liquibase/view.xml
+2
-2
DemoSys.json
demo-core/src/main/resources/sysmodel/DemoSys.json
+45
-0
未找到文件。
app_Web/src/widgets/ibizbook/default-searchform/default-searchform-base.vue
浏览文件 @
25157677
...
...
@@ -719,7 +719,7 @@ export default class DefaultBase 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
CustomView_layout
'
+
(
this
.
$t
(
'app.searchForm.notConfig.loadAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
Usr9GridView
'
+
(
this
.
$t
(
'app.searchForm.notConfig.loadAction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{
...
opt
};
...
...
@@ -755,7 +755,7 @@ export default class DefaultBase 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
CustomView_layout
'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
Usr9GridView
'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{
...
opt
}
;
...
...
app_Web/src/widgets/ibizbook/usr4-dataview/usr4-dataview-base.vue
浏览文件 @
25157677
...
...
@@ -698,7 +698,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
*/
public
async
load
(
opt
:
any
=
{},
isReset
:
boolean
=
false
):
Promise
<
any
>
{
if
(
!
this
.
fetchAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
Usr4
DataView'
+
(
this
.
$t
(
'app.list.notConfig.fetchAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
TestCL
DataView'
+
(
this
.
$t
(
'app.list.notConfig.fetchAction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{...
opt
};
...
...
@@ -792,7 +792,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
*/
public
async
remove
(
datas
:
any
[]):
Promise
<
any
>
{
if
(
!
this
.
removeAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
Usr4
DataView'
+
(
this
.
$t
(
'app.gridpage.notConfig.removeAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
TestCL
DataView'
+
(
this
.
$t
(
'app.gridpage.notConfig.removeAction'
)
as
string
)
});
return
;
}
let
_datas
:
any
[]
=
[];
...
...
@@ -908,7 +908,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
try
{
if
(
Object
.
is
(
item
.
rowDataState
,
'create'
)){
if
(
!
this
.
createAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
Usr4
DataView'
+
(
this
.
$t
(
'app.list.notConfig.createAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
TestCL
DataView'
+
(
this
.
$t
(
'app.list.notConfig.createAction'
)
as
string
)
});
}
else
{
Object
.
assign
(
item
,{
viewparams
:
this
.
viewparams
});
let
response
=
await
this
.
service
.
add
(
this
.
createAction
,
JSON
.
parse
(
JSON
.
stringify
(
this
.
context
)),
item
,
this
.
showBusyIndicator
);
...
...
@@ -916,7 +916,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
}
}
else
if
(
Object
.
is
(
item
.
rowDataState
,
'update'
)){
if
(
!
this
.
updateAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
Usr4
DataView'
+
(
this
.
$t
(
'app.list.notConfig.updateAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
TestCL
DataView'
+
(
this
.
$t
(
'app.list.notConfig.updateAction'
)
as
string
)
});
}
else
{
Object
.
assign
(
item
,{
viewparams
:
this
.
viewparams
});
if
(
item
.
ibizbook
){
...
...
app_Web/src/widgets/ibizbook/usr4-dataview/usr4-dataview-model.ts
浏览文件 @
25157677
...
...
@@ -70,11 +70,6 @@ export default class Usr4Model {
prop
:
'n_ibizbookname_like'
,
dataType
:
'QUERYPARAM'
},
{
name
:
'n_price_gtandeq'
,
prop
:
'n_price_gtandeq'
,
dataType
:
'QUERYPARAM'
},
{
...
...
app_Web/src/widgets/ibizorder-detail/main-grid/main-grid-base.vue
浏览文件 @
25157677
...
...
@@ -1011,7 +1011,7 @@ export default class MainBase extends Vue implements ControlInterface {
if
(
!
this
.
fetchAction
)
{
this
.
$Notice
.
error
({
title
:
this
.
$t
(
"app.commonWords.wrong"
)
as
string
,
desc
:
"IBIZOrderDetail
S
GridView9"
+
(
this
.
$t
(
"app.gridpage.notConfig.fetchAction"
)
as
string
),
desc
:
"IBIZOrderDetailGridView9"
+
(
this
.
$t
(
"app.gridpage.notConfig.fetchAction"
)
as
string
),
});
return
;
}
...
...
@@ -1140,7 +1140,7 @@ export default class MainBase extends Vue implements ControlInterface {
if
(
!
this
.
removeAction
)
{
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderDetail
S
GridView9'
+
(
this
.
$t
(
'app.gridpage.notConfig.removeAction'
)
as
string
)
desc
:
'IBIZOrderDetailGridView9'
+
(
this
.
$t
(
'app.gridpage.notConfig.removeAction'
)
as
string
)
});
return
;
}
...
...
@@ -1254,7 +1254,7 @@ export default class MainBase extends Vue implements ControlInterface {
*/
public
addBatch
(
arg
:
any
=
{}):
void
{
if
(
!
this
.
fetchAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderDetail
S
GridView9'
+
(
this
.
$t
(
'app.gridpage.notConfig.fetchAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderDetailGridView9'
+
(
this
.
$t
(
'app.gridpage.notConfig.fetchAction'
)
as
string
)
});
return
;
}
if
(
!
arg
){
...
...
@@ -2151,7 +2151,7 @@ export default class MainBase extends Vue implements ControlInterface {
try
{
if
(
Object
.
is
(
item
.
rowDataState
,
'create'
))
{
if
(
!
this
.
createAction
)
{
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderDetail
S
GridView9'
+
(
this
.
$t
(
'app.gridpage.notConfig.createAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderDetailGridView9'
+
(
this
.
$t
(
'app.gridpage.notConfig.createAction'
)
as
string
)
});
}
else
{
Object
.
assign
(
item
,
{
viewparams
:
this
.
viewparams
});
const
tempContext
=
Util
.
deepCopy
(
this
.
context
);
...
...
@@ -2160,7 +2160,7 @@ export default class MainBase extends Vue implements ControlInterface {
}
}
else
if
(
Object
.
is
(
item
.
rowDataState
,
'update'
)){
if
(
!
this
.
updateAction
)
{
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderDetail
S
GridView9'
+
(
this
.
$t
(
'app.gridpage.notConfig.updateAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderDetailGridView9'
+
(
this
.
$t
(
'app.gridpage.notConfig.updateAction'
)
as
string
)
});
}
else
{
Object
.
assign
(
item
,
{
viewparams
:
this
.
viewparams
});
const
tempContext
=
Util
.
deepCopy
(
this
.
context
);
...
...
@@ -2236,7 +2236,7 @@ export default class MainBase extends Vue implements ControlInterface {
if
(
!
this
.
loaddraftAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderDetail
S
GridView9'
+
(
this
.
$t
(
'app.gridpage.notConfig.loaddraftAction'
)
as
string
)
desc
:
'IBIZOrderDetailGridView9'
+
(
this
.
$t
(
'app.gridpage.notConfig.loaddraftAction'
)
as
string
)
});
return
;
}
...
...
demo-boot/src/main/resources/static/remotemodel/PSMODULES/Sample.json
浏览文件 @
25157677
...
...
@@ -615,6 +615,9 @@
},
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Sample/PSDATAENTITIES/MicroComponent.json"
},
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Sample/PSDATAENTITIES/T_IBIZACCOUNT2.json"
}
],
"codeName"
:
"Sample"
,
"dynaModelFilePath"
:
"PSMODULES/Sample.json"
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSMODULES/Sample/PSDATAENTITIES/T_IBIZACCOUNT2.json
0 → 100644
浏览文件 @
25157677
{
"getAllPSDEACModes"
:
[
{
"codeName"
:
"Default"
,
"logicName"
:
"DEFAULT"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdeacmodes/DEFAULT"
,
"name"
:
"DEFAULT"
,
"getPSDEACModeDataItems"
:
[
{
"dataType"
:
25
,
"name"
:
"value"
},
{
"dataType"
:
25
,
"name"
:
"text"
}
],
"pagingSize"
:
50
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdeacmodes/DEFAULT"
,
"defaultMode"
:
true
,
"enablePagingBar"
:
false
,
"id"
:
"PSMODULES/Sample/PSDATAENTITIES/T_IBIZACCOUNT2/PSDEACMODES/Default.json"
}
],
"getAllPSDEActions"
:
[
{
"actionMode"
:
"CREATE"
,
"actionType"
:
"BUILTIN"
,
"codeName"
:
"Create"
,
"dynaModelFilePath"
:
"PSMODULES/Sample/PSDATAENTITIES/T_IBIZACCOUNT2/PSDEACTIONS/Create.json"
,
"logicName"
:
"Create"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdeactions/Create"
,
"name"
:
"Create"
,
"orderValue"
:
1
,
"getPSDEActionInput"
:
{
"name"
:
"CreateInput"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"T_IBIZACCOUNT2DTO"
},
"type"
:
"DTO"
,
"output"
:
true
},
"getPSDEActionReturn"
:
{
"name"
:
"CreateResult"
,
"type"
:
"VOID"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdeactions/Create"
,
"builtinAction"
:
true
},
{
"actionMode"
:
"UPDATE"
,
"actionType"
:
"BUILTIN"
,
"codeName"
:
"Update"
,
"dynaModelFilePath"
:
"PSMODULES/Sample/PSDATAENTITIES/T_IBIZACCOUNT2/PSDEACTIONS/Update.json"
,
"logicName"
:
"Update"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdeactions/Update"
,
"name"
:
"Update"
,
"orderValue"
:
11
,
"getPSDEActionInput"
:
{
"name"
:
"UpdateInput"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"T_IBIZACCOUNT2DTO"
},
"type"
:
"DTO"
,
"output"
:
true
},
"getPSDEActionReturn"
:
{
"name"
:
"UpdateResult"
,
"type"
:
"VOID"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdeactions/Update"
,
"builtinAction"
:
true
},
{
"actionMode"
:
"DELETE"
,
"actionType"
:
"BUILTIN"
,
"batchActionMode"
:
1
,
"codeName"
:
"Remove"
,
"dynaModelFilePath"
:
"PSMODULES/Sample/PSDATAENTITIES/T_IBIZACCOUNT2/PSDEACTIONS/Remove.json"
,
"logicName"
:
"Remove"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdeactions/Remove"
,
"name"
:
"Remove"
,
"orderValue"
:
21
,
"getPSDEActionInput"
:
{
"getKeyPSDEField"
:
{
"name"
:
"IBIZACCOUNTID"
,
"codeName"
:
"IBIZAccountId"
},
"name"
:
"RemoveInput"
,
"type"
:
"KEYFIELDS"
},
"getPSDEActionReturn"
:
{
"name"
:
"RemoveResult"
,
"type"
:
"VOID"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdeactions/Remove"
,
"batchAction"
:
true
,
"builtinAction"
:
true
},
{
"actionMode"
:
"READ"
,
"actionType"
:
"BUILTIN"
,
"codeName"
:
"Get"
,
"dynaModelFilePath"
:
"PSMODULES/Sample/PSDATAENTITIES/T_IBIZACCOUNT2/PSDEACTIONS/Get.json"
,
"logicName"
:
"Get"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdeactions/Get"
,
"name"
:
"Get"
,
"orderValue"
:
31
,
"getPSDEActionInput"
:
{
"getKeyPSDEField"
:
{
"name"
:
"IBIZACCOUNTID"
,
"codeName"
:
"IBIZAccountId"
},
"name"
:
"GetInput"
,
"type"
:
"KEYFIELD"
},
"getPSDEActionReturn"
:
{
"name"
:
"GetResult"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"T_IBIZACCOUNT2DTO"
},
"type"
:
"DTO"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdeactions/Get"
,
"builtinAction"
:
true
},
{
"actionMode"
:
"GETDRAFT"
,
"actionType"
:
"BUILTIN"
,
"codeName"
:
"GetDraft"
,
"dynaModelFilePath"
:
"PSMODULES/Sample/PSDATAENTITIES/T_IBIZACCOUNT2/PSDEACTIONS/GetDraft.json"
,
"logicName"
:
"GetDraft"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdeactions/GetDraft"
,
"name"
:
"GetDraft"
,
"orderValue"
:
41
,
"getPSDEActionInput"
:
{
"name"
:
"GetDraftInput"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"T_IBIZACCOUNT2DTO"
},
"type"
:
"DTO"
},
"getPSDEActionReturn"
:
{
"name"
:
"GetDraftResult"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"T_IBIZACCOUNT2DTO"
},
"type"
:
"DTO"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdeactions/GetDraft"
,
"builtinAction"
:
true
},
{
"actionMode"
:
"CHECKKEY"
,
"actionType"
:
"BUILTIN"
,
"codeName"
:
"CheckKey"
,
"dynaModelFilePath"
:
"PSMODULES/Sample/PSDATAENTITIES/T_IBIZACCOUNT2/PSDEACTIONS/CheckKey.json"
,
"logicName"
:
"CheckKey"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdeactions/CheckKey"
,
"name"
:
"CheckKey"
,
"getPSDEActionInput"
:
{
"name"
:
"CheckKeyInput"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"T_IBIZACCOUNT2DTO"
},
"type"
:
"DTO"
},
"getPSDEActionReturn"
:
{
"name"
:
"CheckKeyResult"
,
"stdDataType"
:
9
,
"type"
:
"SIMPLE"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdeactions/CheckKey"
,
"builtinAction"
:
true
},
{
"actionMode"
:
"UNKNOWN"
,
"actionType"
:
"BUILTIN"
,
"codeName"
:
"Save"
,
"dynaModelFilePath"
:
"PSMODULES/Sample/PSDATAENTITIES/T_IBIZACCOUNT2/PSDEACTIONS/Save.json"
,
"logicName"
:
"Save"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdeactions/Save"
,
"name"
:
"Save"
,
"getPSDEActionInput"
:
{
"name"
:
"SaveInput"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"T_IBIZACCOUNT2DTO"
},
"type"
:
"DTO"
},
"getPSDEActionReturn"
:
{
"name"
:
"SaveResult"
,
"type"
:
"VOID"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdeactions/Save"
,
"builtinAction"
:
true
}
],
"getAllPSDEDBConfigs"
:
[
{
"dBType"
:
"MYSQL5"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdedbcfgs/MYSQL5"
,
"name"
:
"MYSQL5"
,
"objNameCase"
:
"DEFAULT"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdedbcfgs/MYSQL5"
,
"standardTableName"
:
"`T_IBIZACCOUNT`"
,
"tableName"
:
"T_IBIZACCOUNT"
,
"valid"
:
true
}
],
"getAllPSDEDBTables"
:
[
{
"getAllPSDEFields"
:
[
{
"name"
:
"IBIZACCOUNTID"
,
"codeName"
:
"IBIZAccountId"
},
{
"name"
:
"IBIZACCOUNTNAME"
,
"codeName"
:
"IBIZAccountName"
}
],
"codeName"
:
"Table"
,
"dynaModelFilePath"
:
"PSMODULES/Sample/PSDATAENTITIES/T_IBIZACCOUNT2/PSDETABLES/Table.json"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdetables/Table"
,
"name"
:
"T_IBIZACCOUNT"
,
"getPSSysDBTable"
:
{
"modelref"
:
true
,
"id"
:
"T_IBIZACCOUNT"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdetables/Table"
,
"tableType"
:
"MAIN"
}
],
"getAllPSDEDataQueries"
:
[
{
"getAllPSDEDataQueryCodes"
:
[
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Sample/PSDATAENTITIES/T_IBIZACCOUNT2/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json"
}
],
"codeName"
:
"Default"
,
"logicName"
:
"数据查询"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdedataqueries/DEFAULT"
,
"name"
:
"DEFAULT"
,
"getPSDEDQMain"
:
{
"getJoinPSDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Sample/PSDATAENTITIES/T_IBIZACCOUNT2.json"
},
"joinType"
:
"MAIN"
,
"name"
:
"T_IBIZACCOUNT"
},
"getPSDEDataQueryInput"
:
{
"name"
:
"DefaultInput"
,
"getPSDEFilterDTO"
:
{
"modelref"
:
true
,
"id"
:
"T_IBIZACCOUNT2FilterDTO"
},
"type"
:
"DTO"
},
"getPSDEDataQueryReturn"
:
{
"name"
:
"DefaultResult"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"T_IBIZACCOUNT2DTO"
},
"type"
:
"DTOS"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdedataqueries/DEFAULT"
,
"defaultMode"
:
true
},
{
"getAllPSDEDataQueryCodes"
:
[
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Sample/PSDATAENTITIES/T_IBIZACCOUNT2/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json"
}
],
"codeName"
:
"View"
,
"logicName"
:
"默认(全部数据)"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdedataqueries/VIEW"
,
"name"
:
"VIEW"
,
"getPSDEDQMain"
:
{
"getJoinPSDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Sample/PSDATAENTITIES/T_IBIZACCOUNT2.json"
},
"joinType"
:
"MAIN"
,
"name"
:
"T_IBIZACCOUNT"
},
"getPSDEDataQueryInput"
:
{
"name"
:
"ViewInput"
,
"getPSDEFilterDTO"
:
{
"modelref"
:
true
,
"id"
:
"T_IBIZACCOUNT2FilterDTO"
},
"type"
:
"DTO"
},
"getPSDEDataQueryReturn"
:
{
"name"
:
"ViewResult"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"T_IBIZACCOUNT2DTO"
},
"type"
:
"DTOS"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdedataqueries/VIEW"
,
"viewLevel"
:
0
}
],
"getAllPSDEDataSets"
:
[
{
"codeName"
:
"Default"
,
"logicName"
:
"数据集"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdedatasets/DEFAULT"
,
"name"
:
"DEFAULT"
,
"getPSDEDataQueries"
:
[
{
"modelref"
:
true
,
"id"
:
"Default"
}
],
"getPSDEDataSetInput"
:
{
"name"
:
"DefaultInput"
,
"getPSDEFilterDTO"
:
{
"modelref"
:
true
,
"id"
:
"T_IBIZACCOUNT2FilterDTO"
},
"type"
:
"DTO"
},
"getPSDEDataSetReturn"
:
{
"name"
:
"DefaultResult"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"T_IBIZACCOUNT2DTO"
},
"type"
:
"PAGE"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdedatasets/DEFAULT"
,
"defaultMode"
:
true
,
"enableBackend"
:
true
,
"enableFront"
:
true
}
],
"getAllPSDEFields"
:
[
{
"getAllPSDEFDTColumns"
:
[
{
"columnName"
:
"IBIZACCOUNTID"
,
"dBType"
:
"MYSQL5"
,
"name"
:
"IBIZACCOUNTID"
,
"queryCodeExp"
:
"t1.`IBIZACCOUNTID`"
,
"standardColumnName"
:
"`IBIZACCOUNTID`"
}
],
"getAllPSDEFSearchModes"
:
[
{
"codeName"
:
"N_IBIZACCOUNTID_EQ"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdefields/IBIZACCOUNTID/psdefsfitems/N_IBIZACCOUNTID_EQ"
,
"name"
:
"N_IBIZACCOUNTID_EQ"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdefields/IBIZACCOUNTID/psdefsearchmodes/N_IBIZACCOUNTID_EQ"
,
"stdDataType"
:
25
,
"valueOP"
:
"EQ"
}
],
"getAllPSDEFUIModes"
:
[
{
"codeName"
:
"MobileDefault"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdefields/IBIZACCOUNTID/psdefuimodes/MobileDefault"
,
"name"
:
"[IBIZACCOUNTID][账户标识]移动端默认"
,
"getPSDEFFormItem"
:
{
"codeName"
:
"MobileDefault"
,
"editorType"
:
"SPAN"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdefields/IBIZACCOUNTID/psdefformitems/MobileDefault"
,
"name"
:
"[IBIZACCOUNTID][账户标识]移动端默认"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdefields/IBIZACCOUNTID/psdefformitems/MobileDefault"
,
"stringLength"
:
100
,
"uIMode"
:
"MOBILEDEFAULT"
,
"allowEmpty"
:
false
,
"mobileMode"
:
true
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdefields/IBIZACCOUNTID/psdefuimodes/MobileDefault"
,
"type"
:
"MOBILEDEFAULT"
,
"mobileMode"
:
true
},
{
"codeName"
:
"Default"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdefields/IBIZACCOUNTID/psdefuimodes/Default"
,
"name"
:
"[IBIZACCOUNTID][账户标识]"
,
"getPSDEFFormItem"
:
{
"codeName"
:
"Default"
,
"editorType"
:
"SPAN"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdefields/IBIZACCOUNTID/psdefformitems/Default"
,
"name"
:
"[IBIZACCOUNTID][账户标识]"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdefields/IBIZACCOUNTID/psdefformitems/Default"
,
"stringLength"
:
100
,
"uIMode"
:
"DEFAULT"
,
"allowEmpty"
:
false
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdefields/IBIZACCOUNTID/psdefuimodes/Default"
,
"type"
:
"DEFAULT"
}
],
"getAllPSDEFValueRules"
:
[
{
"codeName"
:
"Default"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdefields/IBIZACCOUNTID/psdefvaluerules/Default"
,
"name"
:
"默认规则"
,
"getPSDEFVRGroupCondition"
:
{
"condOp"
:
"AND"
,
"condType"
:
"GROUP"
,
"name"
:
"默认组"
,
"getPSDEFVRConditions"
:
[
{
"condType"
:
"STRINGLENGTH"
,
"dEFName"
:
"IBIZACCOUNTID"
,
"maxValue"
:
100
,
"name"
:
"默认字符串长度"
,
"ruleInfo"
:
"内容长度必须小于等于[100]"
,
"includeMaxValue"
:
true
,
"includeMinValue"
:
false
,
"keyCond"
:
true
}
],
"ruleInfo"
:
"内容长度必须小于等于[100]"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdefields/IBIZACCOUNTID/psdefvaluerules/Default"
,
"ruleInfo"
:
"内容长度必须小于等于[100]"
,
"checkDefault"
:
true
,
"defaultMode"
:
true
,
"enableBackend"
:
true
,
"enableFront"
:
true
}
],
"codeName"
:
"IBIZAccountId"
,
"dEFType"
:
1
,
"dataType"
:
"GUID"
,
"importOrder"
:
1000
,
"length"
:
100
,
"logicName"
:
"账户标识"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdefields/IBIZACCOUNTID"
,
"name"
:
"IBIZACCOUNTID"
,
"getPSDEDBTable"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Sample/PSDATAENTITIES/T_IBIZACCOUNT2/PSDETABLES/Table.json"
},
"getPSSysDBColumn"
:
{
"modelref"
:
true
,
"id"
:
"IBIZACCOUNTID"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdefields/IBIZACCOUNTID"
,
"serviceCodeName"
:
"IBIZAccountId"
,
"stdDataType"
:
25
,
"stringLength"
:
100
,
"valueFormat"
:
"%1$s"
,
"allowEmpty"
:
false
,
"keyDEField"
:
true
,
"pasteReset"
:
true
},
{
"getAllPSDEFDTColumns"
:
[
{
"columnName"
:
"IBIZACCOUNTNAME"
,
"dBType"
:
"MYSQL5"
,
"name"
:
"IBIZACCOUNTNAME"
,
"queryCodeExp"
:
"t1.`IBIZACCOUNTNAME`"
,
"standardColumnName"
:
"`IBIZACCOUNTNAME`"
}
],
"getAllPSDEFSearchModes"
:
[
{
"codeName"
:
"N_IBIZACCOUNTNAME_LIKE"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdefields/IBIZACCOUNTNAME/psdefsfitems/N_IBIZACCOUNTNAME_LIKE"
,
"name"
:
"N_IBIZACCOUNTNAME_LIKE"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdefields/IBIZACCOUNTNAME/psdefsearchmodes/N_IBIZACCOUNTNAME_LIKE"
,
"stdDataType"
:
25
,
"valueOP"
:
"LIKE"
}
],
"getAllPSDEFUIModes"
:
[
{
"codeName"
:
"MobileDefault"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdefields/IBIZACCOUNTNAME/psdefuimodes/MobileDefault"
,
"name"
:
"[IBIZACCOUNTNAME][账户名称]移动端默认"
,
"getPSDEFFormItem"
:
{
"codeName"
:
"MobileDefault"
,
"editorType"
:
"MOBTEXT"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdefields/IBIZACCOUNTNAME/psdefformitems/MobileDefault"
,
"name"
:
"[IBIZACCOUNTNAME][账户名称]移动端默认"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdefields/IBIZACCOUNTNAME/psdefformitems/MobileDefault"
,
"stringLength"
:
200
,
"uIMode"
:
"MOBILEDEFAULT"
,
"mobileMode"
:
true
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdefields/IBIZACCOUNTNAME/psdefuimodes/MobileDefault"
,
"type"
:
"MOBILEDEFAULT"
,
"mobileMode"
:
true
},
{
"codeName"
:
"Default"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdefields/IBIZACCOUNTNAME/psdefuimodes/Default"
,
"name"
:
"[IBIZACCOUNTNAME][账户名称]"
,
"getPSDEFFormItem"
:
{
"codeName"
:
"Default"
,
"editorType"
:
"TEXTBOX"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdefields/IBIZACCOUNTNAME/psdefformitems/Default"
,
"name"
:
"[IBIZACCOUNTNAME][账户名称]"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdefields/IBIZACCOUNTNAME/psdefformitems/Default"
,
"stringLength"
:
200
,
"uIMode"
:
"DEFAULT"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdefields/IBIZACCOUNTNAME/psdefuimodes/Default"
,
"type"
:
"DEFAULT"
}
],
"getAllPSDEFValueRules"
:
[
{
"codeName"
:
"Default"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdefields/IBIZACCOUNTNAME/psdefvaluerules/Default"
,
"name"
:
"默认规则"
,
"getPSDEFVRGroupCondition"
:
{
"condOp"
:
"AND"
,
"condType"
:
"GROUP"
,
"name"
:
"默认组"
,
"getPSDEFVRConditions"
:
[
{
"condType"
:
"STRINGLENGTH"
,
"dEFName"
:
"IBIZACCOUNTNAME"
,
"maxValue"
:
200
,
"name"
:
"默认字符串长度"
,
"ruleInfo"
:
"内容长度必须小于等于[200]"
,
"includeMaxValue"
:
true
,
"includeMinValue"
:
false
,
"keyCond"
:
true
}
],
"ruleInfo"
:
"内容长度必须小于等于[200]"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdefields/IBIZACCOUNTNAME/psdefvaluerules/Default"
,
"ruleInfo"
:
"内容长度必须小于等于[200]"
,
"checkDefault"
:
true
,
"defaultMode"
:
true
,
"enableBackend"
:
true
,
"enableFront"
:
true
}
],
"codeName"
:
"IBIZAccountName"
,
"dEFType"
:
1
,
"dataType"
:
"TEXT"
,
"importOrder"
:
1000
,
"length"
:
200
,
"logicName"
:
"账户名称"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdefields/IBIZACCOUNTNAME"
,
"name"
:
"IBIZACCOUNTNAME"
,
"getPSDEDBTable"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Sample/PSDATAENTITIES/T_IBIZACCOUNT2/PSDETABLES/Table.json"
},
"getPSSysDBColumn"
:
{
"modelref"
:
true
,
"id"
:
"IBIZACCOUNTNAME"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdefields/IBIZACCOUNTNAME"
,
"serviceCodeName"
:
"IBIZAccountName"
,
"stdDataType"
:
25
,
"stringLength"
:
200
,
"valueFormat"
:
"%1$s"
,
"enableQuickSearch"
:
true
,
"majorDEField"
:
true
}
],
"getAllPSDEMethodDTOs"
:
[
{
"name"
:
"T_IBIZACCOUNT2DTO"
,
"getPSDEMethodDTOFields"
:
[
{
"logicName"
:
"账户标识"
,
"name"
:
"IBIZAccountId"
,
"getPSDEField"
:
{
"name"
:
"IBIZACCOUNTID"
,
"codeName"
:
"IBIZAccountId"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdemethoddtos/T_IBIZACCOUNT2DTO/psdemethoddtofields/IBIZAccountId"
,
"sourceType"
:
"DEFIELD"
,
"stdDataType"
:
25
,
"stringLength"
:
100
,
"type"
:
"SIMPLE"
,
"allowEmpty"
:
false
},
{
"logicName"
:
"账户名称"
,
"name"
:
"IBIZAccountName"
,
"getPSDEField"
:
{
"name"
:
"IBIZACCOUNTNAME"
,
"codeName"
:
"IBIZAccountName"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdemethoddtos/T_IBIZACCOUNT2DTO/psdemethoddtofields/IBIZAccountName"
,
"sourceType"
:
"DEFIELD"
,
"stdDataType"
:
25
,
"stringLength"
:
200
,
"type"
:
"SIMPLE"
}
],
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdemethoddtos/T_IBIZACCOUNT2DTO"
,
"sourceType"
:
"DE"
,
"type"
:
"DEFAULT"
,
"defaultMode"
:
true
},
{
"name"
:
"T_IBIZACCOUNT2FilterDTO"
,
"getPSDEFilterDTOFields"
:
[
{
"logicName"
:
"账户标识"
,
"name"
:
"N_IBIZACCOUNTID_EQ"
,
"getPSDEFSearchMode"
:
{
"modelref"
:
true
,
"id"
:
"N_IBIZACCOUNTID_EQ"
},
"getPSDEField"
:
{
"name"
:
"IBIZACCOUNTID"
,
"codeName"
:
"IBIZAccountId"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdemethoddtos/T_IBIZACCOUNT2FilterDTO/psdemethoddtofields/N_IBIZACCOUNTID_EQ"
,
"sourceType"
:
"DEFSEARCHMODE"
,
"stdDataType"
:
25
,
"stringLength"
:
100
,
"type"
:
"SIMPLE"
},
{
"logicName"
:
"账户名称"
,
"name"
:
"N_IBIZACCOUNTNAME_LIKE"
,
"getPSDEFSearchMode"
:
{
"modelref"
:
true
,
"id"
:
"N_IBIZACCOUNTNAME_LIKE"
},
"getPSDEField"
:
{
"name"
:
"IBIZACCOUNTNAME"
,
"codeName"
:
"IBIZAccountName"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdemethoddtos/T_IBIZACCOUNT2FilterDTO/psdemethoddtofields/N_IBIZACCOUNTNAME_LIKE"
,
"sourceType"
:
"DEFSEARCHMODE"
,
"stdDataType"
:
25
,
"stringLength"
:
200
,
"type"
:
"SIMPLE"
}
],
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdemethoddtos/T_IBIZACCOUNT2FilterDTO"
,
"sourceType"
:
"DE"
,
"type"
:
"DEFILTER"
,
"defaultMode"
:
true
}
],
"getAllPSDEOPPrivs"
:
[
{
"logicName"
:
"建立"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdeopprivs/CREATE"
,
"name"
:
"CREATE"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdeopprivs/CREATE"
},
{
"logicName"
:
"删除"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdeopprivs/DELETE"
,
"name"
:
"DELETE"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdeopprivs/DELETE"
},
{
"logicName"
:
"读取"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdeopprivs/READ"
,
"name"
:
"READ"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdeopprivs/READ"
},
{
"logicName"
:
"更新"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdeopprivs/UPDATE"
,
"name"
:
"UPDATE"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdeopprivs/UPDATE"
}
],
"getAllPSModelDatas"
:
[
{
"codeName"
:
"MPickupView"
,
"logicName"
:
"T_IBIZACCOUNT实体数据多项选择视图"
,
"mOSFilePath"
:
"psmodeldata$psdataentities/MPickupView"
,
"modelTag"
:
"MPICKUPVIEW"
,
"name"
:
"T_IBIZACCOUNT实体数据多项选择视图"
,
"rTMOSFilePath"
:
"psmodeldata$psdataentities/MPickupView"
,
"realModelSubType"
:
"DEMPICKUPVIEW"
,
"realModelType"
:
"PSDEVIEWBASE"
},
{
"codeName"
:
"GridView"
,
"logicName"
:
"T_IBIZACCOUNT实体表格视图"
,
"mOSFilePath"
:
"psmodeldata$psdataentities/GridView"
,
"modelTag"
:
"MDATAVIEW"
,
"name"
:
"T_IBIZACCOUNT实体表格视图"
,
"rTMOSFilePath"
:
"psmodeldata$psdataentities/GridView"
,
"realModelSubType"
:
"DEGRIDVIEW"
,
"realModelType"
:
"PSDEVIEWBASE"
},
{
"codeName"
:
"PickupView"
,
"logicName"
:
"T_IBIZACCOUNT实体数据选择视图"
,
"mOSFilePath"
:
"psmodeldata$psdataentities/PickupView"
,
"modelTag"
:
"PICKUPVIEW"
,
"name"
:
"T_IBIZACCOUNT实体数据选择视图"
,
"rTMOSFilePath"
:
"psmodeldata$psdataentities/PickupView"
,
"realModelSubType"
:
"DEPICKUPVIEW"
,
"realModelType"
:
"PSDEVIEWBASE"
},
{
"codeName"
:
"EditView"
,
"logicName"
:
"T_IBIZACCOUNT实体编辑视图"
,
"mOSFilePath"
:
"psmodeldata$psdataentities/EditView"
,
"modelTag"
:
"EDITVIEW"
,
"name"
:
"T_IBIZACCOUNT实体编辑视图"
,
"rTMOSFilePath"
:
"psmodeldata$psdataentities/EditView"
,
"realModelSubType"
:
"DEEDITVIEW"
,
"realModelType"
:
"PSDEVIEWBASE"
},
{
"codeName"
:
"RedirectView"
,
"logicName"
:
"T_IBIZACCOUNT实体数据重定向视图"
,
"mOSFilePath"
:
"psmodeldata$psdataentities/RedirectView"
,
"modelTag"
:
"REDIRECTVIEW"
,
"name"
:
"T_IBIZACCOUNT实体数据重定向视图"
,
"rTMOSFilePath"
:
"psmodeldata$psdataentities/RedirectView"
,
"realModelSubType"
:
"DEREDIRECTVIEW"
,
"realModelType"
:
"PSDEVIEWBASE"
},
{
"codeName"
:
"EditView2"
,
"logicName"
:
"T_IBIZACCOUNT实体编辑视图(左右关系)"
,
"mOSFilePath"
:
"psmodeldata$psdataentities/EditView2"
,
"name"
:
"T_IBIZACCOUNT实体编辑视图(左右关系)"
,
"rTMOSFilePath"
:
"psmodeldata$psdataentities/EditView2"
,
"realModelSubType"
:
"DEEDITVIEW2"
,
"realModelType"
:
"PSDEVIEWBASE"
},
{
"codeName"
:
"PickupGridView"
,
"logicName"
:
"T_IBIZACCOUNT实体选择表格视图(部件视图)"
,
"mOSFilePath"
:
"psmodeldata$psdataentities/PickupGridView"
,
"name"
:
"T_IBIZACCOUNT实体选择表格视图(部件视图)"
,
"rTMOSFilePath"
:
"psmodeldata$psdataentities/PickupGridView"
,
"realModelSubType"
:
"DEPICKUPGRIDVIEW"
,
"realModelType"
:
"PSDEVIEWBASE"
},
{
"codeName"
:
"Main"
,
"logicName"
:
"主编辑表单"
,
"mOSFilePath"
:
"psmodeldata$psdataentities/Main"
,
"modelTag2"
:
"0"
,
"name"
:
"主编辑表单"
,
"rTMOSFilePath"
:
"psmodeldata$psdataentities/Main"
,
"realModelSubType"
:
"EDITFORM"
,
"realModelType"
:
"PSDEFORM"
}
],
"codeName"
:
"T_IBIZACCOUNT2"
,
"dEType"
:
1
,
"dSLink"
:
"DEFAULT"
,
"dataAccCtrlArch"
:
1
,
"dataAccCtrlMode"
:
1
,
"dataChangeLogMode"
:
0
,
"dataImpExpMode"
:
3
,
"getDefaultPSDEDataQuery"
:
{
"modelref"
:
true
,
"id"
:
"Default"
},
"getDefaultPSDEDataSet"
:
{
"modelref"
:
true
,
"id"
:
"Default"
},
"getDefaultPSDEFilterDTO"
:
{
"modelref"
:
true
,
"id"
:
"T_IBIZACCOUNT2FilterDTO"
},
"getDefaultPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"T_IBIZACCOUNT2DTO"
},
"dynaInstMode"
:
0
,
"dynaModelFilePath"
:
"PSMODULES/Sample/PSDATAENTITIES/T_IBIZACCOUNT2.json"
,
"enableActions"
:
7
,
"enableUIActions"
:
15
,
"enableViewLevel"
:
0
,
"extendMode"
:
0
,
"getKeyPSDEField"
:
{
"name"
:
"IBIZACCOUNTID"
,
"codeName"
:
"IBIZAccountId"
},
"getLNPSLanguageRes"
:
{
"defaultContent"
:
"T_IBIZACCOUNT"
,
"lanResTag"
:
"DE.LNAME.T_IBIZACCOUNT"
,
"lanResType"
:
"DE.LNAME"
,
"name"
:
"实体逻辑名称(DE.LNAME.*)[T_IBIZACCOUNT]"
,
"refFlag"
:
true
},
"logicName"
:
"T_IBIZACCOUNT"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT"
,
"getMajorPSDEField"
:
{
"name"
:
"IBIZACCOUNTNAME"
,
"codeName"
:
"IBIZAccountName"
},
"name"
:
"T_IBIZACCOUNT"
,
"getPSSysDBScheme"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSDBSCHEMES/DEFAULT.json"
},
"getPSSystemModule"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Sample.json"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT"
,
"saaSMode"
:
0
,
"serviceAPIMode"
:
1
,
"serviceCodeName"
:
"T_IBIZACCOUNT2"
,
"storageMode"
:
1
,
"systemTag"
:
"DemoSys"
,
"tableName"
:
"T_IBIZACCOUNT"
,
"enableAPIStorage"
:
false
,
"enableCreate"
:
true
,
"enableDataVer"
:
false
,
"enableEntityCache"
:
false
,
"enableModify"
:
true
,
"enableMultiDS"
:
false
,
"enableMultiForm"
:
false
,
"enableMultiStorage"
:
false
,
"enableNoSQLStorage"
:
false
,
"enableRemove"
:
true
,
"enableSQLStorage"
:
true
,
"logicValid"
:
false
,
"subSysAsCloud"
:
false
}
\ No newline at end of file
demo-boot/src/main/resources/static/remotemodel/PSMODULES/Sample/PSDATAENTITIES/T_IBIZACCOUNT2/PSDEACTIONS/CheckKey.json
0 → 100644
浏览文件 @
25157677
{
"actionMode"
:
"CHECKKEY"
,
"actionType"
:
"BUILTIN"
,
"codeName"
:
"CheckKey"
,
"dynaModelFilePath"
:
"PSMODULES/Sample/PSDATAENTITIES/T_IBIZACCOUNT2/PSDEACTIONS/CheckKey.json"
,
"logicName"
:
"CheckKey"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdeactions/CheckKey"
,
"name"
:
"CheckKey"
,
"getPSDEActionInput"
:
{
"name"
:
"CheckKeyInput"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"T_IBIZACCOUNT2DTO"
},
"type"
:
"DTO"
},
"getPSDEActionReturn"
:
{
"name"
:
"CheckKeyResult"
,
"stdDataType"
:
9
,
"type"
:
"SIMPLE"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdeactions/CheckKey"
,
"builtinAction"
:
true
}
\ No newline at end of file
demo-boot/src/main/resources/static/remotemodel/PSMODULES/Sample/PSDATAENTITIES/T_IBIZACCOUNT2/PSDEACTIONS/Create.json
0 → 100644
浏览文件 @
25157677
{
"actionMode"
:
"CREATE"
,
"actionType"
:
"BUILTIN"
,
"codeName"
:
"Create"
,
"dynaModelFilePath"
:
"PSMODULES/Sample/PSDATAENTITIES/T_IBIZACCOUNT2/PSDEACTIONS/Create.json"
,
"logicName"
:
"Create"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdeactions/Create"
,
"name"
:
"Create"
,
"orderValue"
:
1
,
"getPSDEActionInput"
:
{
"name"
:
"CreateInput"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"T_IBIZACCOUNT2DTO"
},
"type"
:
"DTO"
,
"output"
:
true
},
"getPSDEActionReturn"
:
{
"name"
:
"CreateResult"
,
"type"
:
"VOID"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdeactions/Create"
,
"builtinAction"
:
true
}
\ No newline at end of file
demo-boot/src/main/resources/static/remotemodel/PSMODULES/Sample/PSDATAENTITIES/T_IBIZACCOUNT2/PSDEACTIONS/Get.json
0 → 100644
浏览文件 @
25157677
{
"actionMode"
:
"READ"
,
"actionType"
:
"BUILTIN"
,
"codeName"
:
"Get"
,
"dynaModelFilePath"
:
"PSMODULES/Sample/PSDATAENTITIES/T_IBIZACCOUNT2/PSDEACTIONS/Get.json"
,
"logicName"
:
"Get"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdeactions/Get"
,
"name"
:
"Get"
,
"orderValue"
:
31
,
"getPSDEActionInput"
:
{
"getKeyPSDEField"
:
{
"name"
:
"IBIZACCOUNTID"
,
"codeName"
:
"IBIZAccountId"
},
"name"
:
"GetInput"
,
"type"
:
"KEYFIELD"
},
"getPSDEActionReturn"
:
{
"name"
:
"GetResult"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"T_IBIZACCOUNT2DTO"
},
"type"
:
"DTO"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdeactions/Get"
,
"builtinAction"
:
true
}
\ No newline at end of file
demo-boot/src/main/resources/static/remotemodel/PSMODULES/Sample/PSDATAENTITIES/T_IBIZACCOUNT2/PSDEACTIONS/GetDraft.json
0 → 100644
浏览文件 @
25157677
{
"actionMode"
:
"GETDRAFT"
,
"actionType"
:
"BUILTIN"
,
"codeName"
:
"GetDraft"
,
"dynaModelFilePath"
:
"PSMODULES/Sample/PSDATAENTITIES/T_IBIZACCOUNT2/PSDEACTIONS/GetDraft.json"
,
"logicName"
:
"GetDraft"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdeactions/GetDraft"
,
"name"
:
"GetDraft"
,
"orderValue"
:
41
,
"getPSDEActionInput"
:
{
"name"
:
"GetDraftInput"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"T_IBIZACCOUNT2DTO"
},
"type"
:
"DTO"
},
"getPSDEActionReturn"
:
{
"name"
:
"GetDraftResult"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"T_IBIZACCOUNT2DTO"
},
"type"
:
"DTO"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdeactions/GetDraft"
,
"builtinAction"
:
true
}
\ No newline at end of file
demo-boot/src/main/resources/static/remotemodel/PSMODULES/Sample/PSDATAENTITIES/T_IBIZACCOUNT2/PSDEACTIONS/Remove.json
0 → 100644
浏览文件 @
25157677
{
"actionMode"
:
"DELETE"
,
"actionType"
:
"BUILTIN"
,
"batchActionMode"
:
1
,
"codeName"
:
"Remove"
,
"dynaModelFilePath"
:
"PSMODULES/Sample/PSDATAENTITIES/T_IBIZACCOUNT2/PSDEACTIONS/Remove.json"
,
"logicName"
:
"Remove"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdeactions/Remove"
,
"name"
:
"Remove"
,
"orderValue"
:
21
,
"getPSDEActionInput"
:
{
"getKeyPSDEField"
:
{
"name"
:
"IBIZACCOUNTID"
,
"codeName"
:
"IBIZAccountId"
},
"name"
:
"RemoveInput"
,
"type"
:
"KEYFIELDS"
},
"getPSDEActionReturn"
:
{
"name"
:
"RemoveResult"
,
"type"
:
"VOID"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdeactions/Remove"
,
"batchAction"
:
true
,
"builtinAction"
:
true
}
\ No newline at end of file
demo-boot/src/main/resources/static/remotemodel/PSMODULES/Sample/PSDATAENTITIES/T_IBIZACCOUNT2/PSDEACTIONS/Save.json
0 → 100644
浏览文件 @
25157677
{
"actionMode"
:
"UNKNOWN"
,
"actionType"
:
"BUILTIN"
,
"codeName"
:
"Save"
,
"dynaModelFilePath"
:
"PSMODULES/Sample/PSDATAENTITIES/T_IBIZACCOUNT2/PSDEACTIONS/Save.json"
,
"logicName"
:
"Save"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdeactions/Save"
,
"name"
:
"Save"
,
"getPSDEActionInput"
:
{
"name"
:
"SaveInput"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"T_IBIZACCOUNT2DTO"
},
"type"
:
"DTO"
},
"getPSDEActionReturn"
:
{
"name"
:
"SaveResult"
,
"type"
:
"VOID"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdeactions/Save"
,
"builtinAction"
:
true
}
\ No newline at end of file
demo-boot/src/main/resources/static/remotemodel/PSMODULES/Sample/PSDATAENTITIES/T_IBIZACCOUNT2/PSDEACTIONS/Update.json
0 → 100644
浏览文件 @
25157677
{
"actionMode"
:
"UPDATE"
,
"actionType"
:
"BUILTIN"
,
"codeName"
:
"Update"
,
"dynaModelFilePath"
:
"PSMODULES/Sample/PSDATAENTITIES/T_IBIZACCOUNT2/PSDEACTIONS/Update.json"
,
"logicName"
:
"Update"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdeactions/Update"
,
"name"
:
"Update"
,
"orderValue"
:
11
,
"getPSDEActionInput"
:
{
"name"
:
"UpdateInput"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"T_IBIZACCOUNT2DTO"
},
"type"
:
"DTO"
,
"output"
:
true
},
"getPSDEActionReturn"
:
{
"name"
:
"UpdateResult"
,
"type"
:
"VOID"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdeactions/Update"
,
"builtinAction"
:
true
}
\ No newline at end of file
demo-boot/src/main/resources/static/remotemodel/PSMODULES/Sample/PSDATAENTITIES/T_IBIZACCOUNT2/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json
0 → 100644
浏览文件 @
25157677
{
"dBType"
:
"MYSQL5"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdedataqueries/DEFAULT/psdedqcodes/MYSQL5"
,
"name"
:
"MySQL5"
,
"getPSDEDataQueryCodeExps"
:
[
{
"expression"
:
"t1.`IBIZACCOUNTID`"
,
"name"
:
"IBIZACCOUNTID"
},
{
"expression"
:
"t1.`IBIZACCOUNTNAME`"
,
"name"
:
"IBIZACCOUNTNAME"
}
],
"queryCode"
:
"SELECT
\n
t1.`IBIZACCOUNTID`,
\n
t1.`IBIZACCOUNTNAME`
\n
FROM `T_IBIZACCOUNT` t1
\n
"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdedataqueries/DEFAULT/psdedqcodes/MYSQL5"
,
"id"
:
"PSMODULES/Sample/PSDATAENTITIES/T_IBIZACCOUNT2/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json"
}
\ No newline at end of file
demo-boot/src/main/resources/static/remotemodel/PSMODULES/Sample/PSDATAENTITIES/T_IBIZACCOUNT2/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json
0 → 100644
浏览文件 @
25157677
{
"dBType"
:
"MYSQL5"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdedataqueries/VIEW/psdedqcodes/MYSQL5"
,
"name"
:
"MySQL5"
,
"getPSDEDataQueryCodeExps"
:
[
{
"expression"
:
"t1.`IBIZACCOUNTID`"
,
"name"
:
"IBIZACCOUNTID"
},
{
"expression"
:
"t1.`IBIZACCOUNTNAME`"
,
"name"
:
"IBIZACCOUNTNAME"
}
],
"queryCode"
:
"SELECT
\n
t1.`IBIZACCOUNTID`,
\n
t1.`IBIZACCOUNTNAME`
\n
FROM `T_IBIZACCOUNT` t1
\n
"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/T_IBIZACCOUNT/psdedataqueries/VIEW/psdedqcodes/MYSQL5"
,
"id"
:
"PSMODULES/Sample/PSDATAENTITIES/T_IBIZACCOUNT2/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json"
}
\ No newline at end of file
demo-boot/src/main/resources/static/remotemodel/PSSYSI18NS/DEFAULT.json
浏览文件 @
25157677
...
...
@@ -29,6 +29,12 @@
"lanResType"
:
"DE.LNAME"
,
"name"
:
"实体逻辑名称(DE.LNAME.*)[IBIZSAMPLE0025]"
,
"refFlag"
:
true
},
{
"defaultContent"
:
"T_IBIZACCOUNT"
,
"lanResTag"
:
"DE.LNAME.T_IBIZACCOUNT"
,
"lanResType"
:
"DE.LNAME"
,
"name"
:
"实体逻辑名称(DE.LNAME.*)[T_IBIZACCOUNT]"
,
"refFlag"
:
true
},
{
"defaultContent"
:
"数组属性标识"
,
"lanResTag"
:
"DEF.LNAME.IBIZSAMPLE0022ID"
,
...
...
@@ -183,6 +189,31 @@
"lanResTag"
:
"CONTROL.DEFORM.IBIZSAMPLE0025.MAIN.GROUPPANEL.GROUP2"
,
"lanResType"
:
"CONTROL"
,
"name"
:
"控件文本(CONTROL.*)[DEFORM.IBIZSAMPLE0025.MAIN.GROUPPANEL.GROUP2]"
},
{
"defaultContent"
:
"常规条件"
,
"lanResTag"
:
"CONTROL.DEFORM.T_IBIZACCOUNT.DEFAULT.FORMPAGE.FORMPAGE1"
,
"lanResType"
:
"CONTROL"
,
"name"
:
"控件文本(CONTROL.*)[DEFORM.T_IBIZACCOUNT.DEFAULT.FORMPAGE.FORMPAGE1]"
},
{
"defaultContent"
:
"基本信息"
,
"lanResTag"
:
"CONTROL.DEFORM.T_IBIZACCOUNT.MAIN.FORMPAGE.FORMPAGE1"
,
"lanResType"
:
"CONTROL"
,
"name"
:
"控件文本(CONTROL.*)[DEFORM.T_IBIZACCOUNT.MAIN.FORMPAGE.FORMPAGE1]"
},
{
"defaultContent"
:
"其它"
,
"lanResTag"
:
"CONTROL.DEFORM.T_IBIZACCOUNT.MAIN.FORMPAGE.FORMPAGE2"
,
"lanResType"
:
"CONTROL"
,
"name"
:
"控件文本(CONTROL.*)[DEFORM.T_IBIZACCOUNT.MAIN.FORMPAGE.FORMPAGE2]"
},
{
"defaultContent"
:
"T_IBIZACCOUNT基本信息"
,
"lanResTag"
:
"CONTROL.DEFORM.T_IBIZACCOUNT.MAIN.GROUPPANEL.GROUP1"
,
"lanResType"
:
"CONTROL"
,
"name"
:
"控件文本(CONTROL.*)[DEFORM.T_IBIZACCOUNT.MAIN.GROUPPANEL.GROUP1]"
},
{
"defaultContent"
:
"操作信息"
,
"lanResTag"
:
"CONTROL.DEFORM.T_IBIZACCOUNT.MAIN.GROUPPANEL.GROUP2"
,
"lanResType"
:
"CONTROL"
,
"name"
:
"控件文本(CONTROL.*)[DEFORM.T_IBIZACCOUNT.MAIN.GROUPPANEL.GROUP2]"
},
{
"lanResTag"
:
"CONTROL.DEFSFITEM.IBIZSAMPLE0022.N_IBIZSAMPLE0022NAME_LIKE"
,
"lanResType"
:
"CONTROL"
,
...
...
@@ -384,6 +415,41 @@
"lanResTag"
:
"PAGE.TITLE.IBIZSAMPLE0025.REDIRECTVIEW"
,
"lanResType"
:
"PAGE"
,
"name"
:
"界面文本(PAGE.*)[TITLE.IBIZSAMPLE0025.REDIRECTVIEW]"
},
{
"defaultContent"
:
"T_IBIZACCOUNT编辑视图"
,
"lanResTag"
:
"PAGE.TITLE.T_IBIZACCOUNT.EDITVIEW2"
,
"lanResType"
:
"PAGE"
,
"name"
:
"界面文本(PAGE.*)[TITLE.T_IBIZACCOUNT.EDITVIEW2]"
},
{
"defaultContent"
:
"T_IBIZACCOUNT编辑视图"
,
"lanResTag"
:
"PAGE.TITLE.T_IBIZACCOUNT.EDITVIEW"
,
"lanResType"
:
"PAGE"
,
"name"
:
"界面文本(PAGE.*)[TITLE.T_IBIZACCOUNT.EDITVIEW]"
},
{
"defaultContent"
:
"T_IBIZACCOUNT表格视图"
,
"lanResTag"
:
"PAGE.TITLE.T_IBIZACCOUNT.GRIDVIEW"
,
"lanResType"
:
"PAGE"
,
"name"
:
"界面文本(PAGE.*)[TITLE.T_IBIZACCOUNT.GRIDVIEW]"
},
{
"defaultContent"
:
"T_IBIZACCOUNT数据多项选择视图"
,
"lanResTag"
:
"PAGE.TITLE.T_IBIZACCOUNT.MPICKUPVIEW"
,
"lanResType"
:
"PAGE"
,
"name"
:
"界面文本(PAGE.*)[TITLE.T_IBIZACCOUNT.MPICKUPVIEW]"
},
{
"defaultContent"
:
"T_IBIZACCOUNT选择表格视图"
,
"lanResTag"
:
"PAGE.TITLE.T_IBIZACCOUNT.PICKUPGRIDVIEW"
,
"lanResType"
:
"PAGE"
,
"name"
:
"界面文本(PAGE.*)[TITLE.T_IBIZACCOUNT.PICKUPGRIDVIEW]"
},
{
"defaultContent"
:
"T_IBIZACCOUNT数据选择视图"
,
"lanResTag"
:
"PAGE.TITLE.T_IBIZACCOUNT.PICKUPVIEW"
,
"lanResType"
:
"PAGE"
,
"name"
:
"界面文本(PAGE.*)[TITLE.T_IBIZACCOUNT.PICKUPVIEW]"
},
{
"defaultContent"
:
"T_IBIZACCOUNT数据重定向视图"
,
"lanResTag"
:
"PAGE.TITLE.T_IBIZACCOUNT.REDIRECTVIEW"
,
"lanResType"
:
"PAGE"
,
"name"
:
"界面文本(PAGE.*)[TITLE.T_IBIZACCOUNT.REDIRECTVIEW]"
},
{
"defaultContent"
:
"类型1"
,
"lanResTag"
:
"CL.ITEM.LNAME.KIND1"
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSTEM.json
浏览文件 @
25157677
...
...
@@ -718,6 +718,10 @@
"modelref"
:
true
,
"path"
:
"PSMODULES/Sample/PSDATAENTITIES/MicroComponent.json"
,
"name"
:
"MICROCOMPONENT"
},
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Sample/PSDATAENTITIES/T_IBIZACCOUNT2.json"
,
"name"
:
"T_IBIZACCOUNT"
}
],
"getAllPSSysBackServices"
:
[
{
"modelref"
:
true
,
...
...
@@ -2322,6 +2326,9 @@
},
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Sample/PSDATAENTITIES/MicroComponent.json"
},
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Sample/PSDATAENTITIES/T_IBIZACCOUNT2.json"
}
],
"codeName"
:
"Sample"
,
"dynaModelFilePath"
:
"PSMODULES/Sample.json"
,
...
...
demo-core/src/main/resources/liquibase/h2_table.xml
浏览文件 @
25157677
...
...
@@ -148,7 +148,7 @@
<!--输出实体[IBIZACCOUNT]数据结构 -->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizaccount-
21
-6"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizaccount-
38
-6"
>
<createTable
tableName=
"T_IBIZACCOUNT"
>
<column
name=
"UPDATEDATE"
remarks=
""
type=
"DATETIME"
>
</column>
...
...
@@ -282,7 +282,7 @@
<!--输出实体[IBIZCUSTOMER]数据结构 -->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizcustomer-5
19
-10"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizcustomer-5
21
-10"
>
<createTable
tableName=
"T_IBIZCUSTOMER"
>
<column
name=
"CREATEMAN"
remarks=
""
type=
"VARCHAR(60)"
>
</column>
...
...
@@ -1527,6 +1527,9 @@
</createTable>
</changeSet>
<!--输出实体[T_IBIZACCOUNT]数据结构 -->
<!--输出实体[DYNADASHBOARD]外键关系 -->
<!--输出实体[IBIZAPPCTRL]外键关系 -->
<!--输出实体[IBIZAPPEDITOR]外键关系 -->
...
...
@@ -1545,7 +1548,7 @@
<!--输出实体[IBIZQJ]外键关系 -->
<!--输出实体[IBIZSAMPLE]外键关系 -->
<!--输出实体[IBIZSAMPLE0001]外键关系 -->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"fk-ibizsample0001-135-
49
"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"fk-ibizsample0001-135-
50
"
>
<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]外键关系 -->
...
...
@@ -1554,7 +1557,7 @@
<!--输出实体[IBIZSAMPLE0005]外键关系 -->
<!--输出实体[IBIZSAMPLE0006]外键关系 -->
<!--输出实体[IBIZSAMPLE0007]外键关系 -->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"fk-ibizsample0007-14-5
0
"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"fk-ibizsample0007-14-5
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"
/>
</changeSet>
<!--输出实体[IBIZSAMPLE0008]外键关系 -->
...
...
@@ -1570,7 +1573,7 @@
<!--输出实体[IBIZSAMPLE0018]外键关系 -->
<!--输出实体[IBIZSAMPLE0019]外键关系 -->
<!--输出实体[IBIZSAMPLE0020]外键关系 -->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"fk-ibizsample0020-11-5
1
"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"fk-ibizsample0020-11-5
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"
/>
</changeSet>
<!--输出实体[IBIZSAMPLE0021]外键关系 -->
...
...
@@ -1581,11 +1584,12 @@
<!--输出实体[IBIZSUPPLIER]外键关系 -->
<!--输出实体[IBIZTASK]外键关系 -->
<!--输出实体[IBIZTASKTEAM]外键关系 -->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"fk-ibiztaskteam-12-5
2
"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"fk-ibiztaskteam-12-5
3
"
>
<addForeignKeyConstraint
baseColumnNames=
"ROOT"
baseTableName=
"T_IBIZTASKTEAM"
constraintName=
"DER1N_IBIZTASKTEAM_IBIZTASK_RO"
deferrable=
"false"
initiallyDeferred=
"false"
onDelete=
"RESTRICT"
onUpdate=
"RESTRICT"
referencedColumnNames=
"IBIZTASKID"
referencedTableName=
"T_IBIZTASK"
validate=
"true"
/>
</changeSet>
<!--输出实体[IBIZUNIPRODUCT]外键关系 -->
<!--输出实体[IBIZVIEWMSG]外键关系 -->
<!--输出实体[MICROCOMPONENT]外键关系 -->
<!--输出实体[T_IBIZACCOUNT]外键关系 -->
</databaseChangeLog>
demo-core/src/main/resources/liquibase/view.xml
浏览文件 @
25157677
<?xml version="1.1" encoding="UTF-8" standalone="no"?>
<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"
>
<!--输出实体[IBIZACCOUNT]视图结构信息 runOnChange="true" 当视图发生变更时,通过liquibase强刷prod的视图,实现视图的同步-->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"view-ibizaccount-
21
-1"
runOnChange=
"true"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"view-ibizaccount-
38
-1"
runOnChange=
"true"
>
<createView
fullDefinition=
"false"
replaceIfExists=
"true"
viewName=
"V_IBIZACCOUNT"
>
<![CDATA[ SELECT t1.[BANKACCOUNTNUM], t1.[BANKNAME], t1.[CREATEDATE], t1.[CREATEMAN], t1.[IBIZACCOUNTID], t1.[IBIZACCOUNTNAME], t1.[UPDATEDATE], t1.[UPDATEMAN] FROM [T_IBIZACCOUNT] t1 ]]>
</createView>
...
...
@@ -19,7 +19,7 @@
</createView>
</changeSet>
<!--输出实体[IBIZCUSTOMER]视图结构信息 runOnChange="true" 当视图发生变更时,通过liquibase强刷prod的视图,实现视图的同步-->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"view-ibizcustomer-5
19
-4"
runOnChange=
"true"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"view-ibizcustomer-5
21
-4"
runOnChange=
"true"
>
<createView
fullDefinition=
"false"
replaceIfExists=
"true"
viewName=
"V_IBIZCUSTOMER"
>
<![CDATA[ SELECT t1.[ADDRESS], t1.[CREATEDATE], t1.[CREATEMAN], t1.[CUSTOMERUID], t1.[IBIZCUSTOMERID], t1.[IBIZCUSTOMERNAME], t1.[SN], t1.[UPDATEDATE], t1.[UPDATEMAN] FROM [T_IBIZCUSTOMER] t1 ]]>
</createView>
...
...
demo-core/src/main/resources/sysmodel/DemoSys.json
浏览文件 @
25157677
...
...
@@ -10470,6 +10470,51 @@
"parentEntitys"
:[
]
}
,
{
"entity_name"
:
"T_IBIZACCOUNT"
,
"logic_name"
:
"T_IBIZACCOUNT"
,
"code_name"
:
"T_IBIZACCOUNT2"
,
"table_name"
:
"T_IBIZACCOUNT"
,
"system_id"
:
"DemoSys"
,
"system_name"
:
"DemoSys"
,
"module_id"
:
"Sample"
,
"module_name"
:
"示例"
,
"fields"
:[
{
"fieldname"
:
"IBIZACCOUNTID"
,
"codename"
:
"IBIZAccountId"
,
"field_logic_name"
:
"账户标识"
,
"entity_name"
:
"T_IBIZACCOUNT"
,
"field_type"
:
"GUID"
,
"nullable"
:
0
,
"physical_field"
:
1
,
"data_type"
:
"VARCHAR"
,
"data_length"
:
100
,
"key_field"
:
1
,
"show_order"
:
1000
,
"major_field"
:
0
},
{
"fieldname"
:
"IBIZACCOUNTNAME"
,
"codename"
:
"IBIZAccountName"
,
"field_logic_name"
:
"账户名称"
,
"entity_name"
:
"T_IBIZACCOUNT"
,
"field_type"
:
"TEXT"
,
"nullable"
:
1
,
"physical_field"
:
1
,
"data_type"
:
"VARCHAR"
,
"data_length"
:
200
,
"key_field"
:
0
,
"show_order"
:
1000
,
"major_field"
:
1
}
],
"subEntitys"
:[
],
"parentEntitys"
:[
]
}
]
}
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录