提交 3a913a8e 编写于 作者: ibizdev's avatar ibizdev

MoneyQ 发布系统代码 [后台服务,演示应用]

上级 d5238a5a
...@@ -1378,7 +1378,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface ...@@ -1378,7 +1378,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
*/ */
public async load(opt: any = {}): Promise<any> { public async load(opt: any = {}): Promise<any> {
if(!this.loadAction){ if(!this.loadAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.loadaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.loadaction') as string) });
return; return;
} }
const arg: any = { ...opt }; const arg: any = { ...opt };
...@@ -1429,7 +1429,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface ...@@ -1429,7 +1429,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
*/ */
public async loadDraft(opt: any = {}): Promise<any> { public async loadDraft(opt: any = {}): Promise<any> {
if (!this.loaddraftAction) { if (!this.loaddraftAction) {
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) });
return; return;
} }
const arg: any = { ...opt } ; const arg: any = { ...opt } ;
...@@ -1499,7 +1499,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface ...@@ -1499,7 +1499,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction; const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){ if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction"; let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.actionname') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.actionname') as string) });
return; return;
} }
Object.assign(arg,{viewparams:this.viewparams}); Object.assign(arg,{viewparams:this.viewparams});
...@@ -1607,7 +1607,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface ...@@ -1607,7 +1607,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction; const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){ if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction"; let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.actionname') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.actionname') as string) });
return; return;
} }
Object.assign(arg, { viewparams: this.viewparams }); Object.assign(arg, { viewparams: this.viewparams });
...@@ -1815,7 +1815,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface ...@@ -1815,7 +1815,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
public remove(opt:Array<any> = [],showResultInfo?: boolean): Promise<any> { public remove(opt:Array<any> = [],showResultInfo?: boolean): Promise<any> {
return new Promise((resolve: any, reject: any) => { return new Promise((resolve: any, reject: any) => {
if(!this.removeAction){ if(!this.removeAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.removeaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.removeaction') as string) });
return; return;
} }
const arg: any = opt[0]; const arg: any = opt[0];
......
...@@ -1344,7 +1344,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface ...@@ -1344,7 +1344,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
*/ */
public async load(opt: any = {}): Promise<any> { public async load(opt: any = {}): Promise<any> {
if(!this.loadAction){ if(!this.loadAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsrWizardView_plugin' + (this.$t('app.formpage.notconfig.loadaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.loadaction') as string) });
return; return;
} }
const arg: any = { ...opt }; const arg: any = { ...opt };
...@@ -1395,7 +1395,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface ...@@ -1395,7 +1395,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
*/ */
public async loadDraft(opt: any = {}): Promise<any> { public async loadDraft(opt: any = {}): Promise<any> {
if (!this.loaddraftAction) { if (!this.loaddraftAction) {
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsrWizardView_plugin' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) });
return; return;
} }
const arg: any = { ...opt } ; const arg: any = { ...opt } ;
...@@ -1465,7 +1465,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface ...@@ -1465,7 +1465,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction; const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){ if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction"; let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsrWizardView_plugin' + (this.$t('app.formpage.notconfig.actionname') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.actionname') as string) });
return; return;
} }
Object.assign(arg,{viewparams:this.viewparams}); Object.assign(arg,{viewparams:this.viewparams});
...@@ -1573,7 +1573,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface ...@@ -1573,7 +1573,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction; const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){ if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction"; let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsrWizardView_plugin' + (this.$t('app.formpage.notconfig.actionname') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.actionname') as string) });
return; return;
} }
Object.assign(arg, { viewparams: this.viewparams }); Object.assign(arg, { viewparams: this.viewparams });
...@@ -1781,7 +1781,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface ...@@ -1781,7 +1781,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
public remove(opt:Array<any> = [],showResultInfo?: boolean): Promise<any> { public remove(opt:Array<any> = [],showResultInfo?: boolean): Promise<any> {
return new Promise((resolve: any, reject: any) => { return new Promise((resolve: any, reject: any) => {
if(!this.removeAction){ if(!this.removeAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsrWizardView_plugin' + (this.$t('app.formpage.notconfig.removeaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.removeaction') as string) });
return; return;
} }
const arg: any = opt[0]; const arg: any = opt[0];
......
...@@ -1447,7 +1447,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface { ...@@ -1447,7 +1447,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
*/ */
public async load(opt: any = {}): Promise<any> { public async load(opt: any = {}): Promise<any> {
if(!this.loadAction){ if(!this.loadAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.loadaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.loadaction') as string) });
return; return;
} }
const arg: any = { ...opt }; const arg: any = { ...opt };
...@@ -1499,7 +1499,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface { ...@@ -1499,7 +1499,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
*/ */
public async loadDraft(opt: any = {}): Promise<any> { public async loadDraft(opt: any = {}): Promise<any> {
if (!this.loaddraftAction) { if (!this.loaddraftAction) {
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) });
return; return;
} }
const arg: any = { ...opt } ; const arg: any = { ...opt } ;
...@@ -1569,7 +1569,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface { ...@@ -1569,7 +1569,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction; const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){ if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction"; let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.actionname') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.actionname') as string) });
return; return;
} }
Object.assign(arg,{viewparams:this.viewparams}); Object.assign(arg,{viewparams:this.viewparams});
...@@ -1677,7 +1677,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface { ...@@ -1677,7 +1677,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction; const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){ if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction"; let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.actionname') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.actionname') as string) });
return; return;
} }
Object.assign(arg, { viewparams: this.viewparams }); Object.assign(arg, { viewparams: this.viewparams });
...@@ -1885,7 +1885,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface { ...@@ -1885,7 +1885,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
public remove(opt:Array<any> = [],showResultInfo?: boolean): Promise<any> { public remove(opt:Array<any> = [],showResultInfo?: boolean): Promise<any> {
return new Promise((resolve: any, reject: any) => { return new Promise((resolve: any, reject: any) => {
if(!this.removeAction){ if(!this.removeAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.removeaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.removeaction') as string) });
return; return;
} }
const arg: any = opt[0]; const arg: any = opt[0];
...@@ -2325,5 +2325,4 @@ export default class GuideViewFormBase extends Vue implements ControlInterface { ...@@ -2325,5 +2325,4 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
<style lang='less'> <style lang='less'>
@import './guide-view-form-form.less'; @import './guide-view-form-form.less';
</style>uide-view-form-form.less';
</style> </style>
\ No newline at end of file
...@@ -369,7 +369,7 @@ export default class GuideBase extends Vue implements ControlInterface { ...@@ -369,7 +369,7 @@ export default class GuideBase extends Vue implements ControlInterface {
* @type {Boolean} * @type {Boolean}
* @memberof GuideBase * @memberof GuideBase
*/ */
public isShowStepBar: Boolean = false ; public isShowStepBar: Boolean = true ;
/** /**
* 获取多项数据 * 获取多项数据
......
<template> <template>
<i-form :model="this.data" class='app-search-form' ref='searchform' style=""> <i-form :model="this.data" class='app-search-form' ref='quicksearchform' style="">
<input style="display:none;"/> <input style="display:none;"/>
<row> <row>
<i-col span="20" class="form-content"> <i-col span="20" class="form-content">
...@@ -516,7 +516,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface ...@@ -516,7 +516,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface
* @memberof QUICKSEARCHFORMBase * @memberof QUICKSEARCHFORMBase
*/ */
public formValidateStatus(): boolean { public formValidateStatus(): boolean {
const form: any = this.$refs.searchform; const form: any = this.$refs.quicksearchform;
let validatestate: boolean = true; let validatestate: boolean = true;
form.validate((valid: boolean) => { form.validate((valid: boolean) => {
validatestate = valid ? true : false; validatestate = valid ? true : false;
...@@ -670,7 +670,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface ...@@ -670,7 +670,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface
*/ */
public load(opt: any = {}): void { public load(opt: any = {}): void {
if(!this.loadAction){ if(!this.loadAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsrListView_plugin' + (this.$t('app.searchForm.notConfig.loadAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKListView' + (this.$t('app.searchForm.notConfig.loadAction') as string) });
return; return;
} }
const arg: any = { ...opt }; const arg: any = { ...opt };
...@@ -706,7 +706,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface ...@@ -706,7 +706,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface
*/ */
public async loadDraft(opt: any = {},mode?:string): Promise<any> { public async loadDraft(opt: any = {},mode?:string): Promise<any> {
if(!this.loaddraftAction){ if(!this.loaddraftAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsrListView_plugin' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKListView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
return; return;
} }
const arg: any = { ...opt } ; const arg: any = { ...opt } ;
......
...@@ -718,7 +718,7 @@ export default class Usr4Base extends Vue implements ControlInterface { ...@@ -718,7 +718,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
*/ */
public async load(opt: any = {}, isReset: boolean = false): Promise<any> { public async load(opt: any = {}, isReset: boolean = false): Promise<any> {
if(!this.fetchAction){ if(!this.fetchAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKTestCLDataView' + (this.$t('app.list.notConfig.fetchAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr4DataView' + (this.$t('app.list.notConfig.fetchAction') as string) });
return; return;
} }
const arg: any = {...opt}; const arg: any = {...opt};
...@@ -812,7 +812,7 @@ export default class Usr4Base extends Vue implements ControlInterface { ...@@ -812,7 +812,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
*/ */
public async remove(datas: any[]): Promise<any> { public async remove(datas: any[]): Promise<any> {
if(!this.removeAction){ if(!this.removeAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKTestCLDataView' + (this.$t('app.gridpage.notConfig.removeAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr4DataView' + (this.$t('app.gridpage.notConfig.removeAction') as string) });
return; return;
} }
let _datas:any[] = []; let _datas:any[] = [];
...@@ -928,7 +928,7 @@ export default class Usr4Base extends Vue implements ControlInterface { ...@@ -928,7 +928,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
try { try {
if(Object.is(item.rowDataState, 'create')){ if(Object.is(item.rowDataState, 'create')){
if(!this.createAction){ if(!this.createAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKTestCLDataView' + (this.$t('app.list.notConfig.createAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr4DataView' + (this.$t('app.list.notConfig.createAction') as string) });
}else{ }else{
Object.assign(item,{viewparams:this.viewparams}); Object.assign(item,{viewparams:this.viewparams});
let response = await this.service.add(this.createAction, JSON.parse(JSON.stringify(this.context)),item, this.showBusyIndicator); let response = await this.service.add(this.createAction, JSON.parse(JSON.stringify(this.context)),item, this.showBusyIndicator);
...@@ -936,7 +936,7 @@ export default class Usr4Base extends Vue implements ControlInterface { ...@@ -936,7 +936,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
} }
}else if(Object.is(item.rowDataState, 'update')){ }else if(Object.is(item.rowDataState, 'update')){
if(!this.updateAction){ if(!this.updateAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKTestCLDataView' + (this.$t('app.list.notConfig.updateAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr4DataView' + (this.$t('app.list.notConfig.updateAction') as string) });
}else{ }else{
Object.assign(item,{viewparams:this.viewparams}); Object.assign(item,{viewparams:this.viewparams});
if(item.ibizbook){ if(item.ibizbook){
......
...@@ -200,6 +200,49 @@ ...@@ -200,6 +200,49 @@
"tableName" : "T_DYNADASHBOARD", "tableName" : "T_DYNADASHBOARD",
"valid" : true "valid" : true
} ], } ],
"getAllPSDEDBTables" : [ {
"getAllPSDEFields" : [ {
"name" : "DYNADASHBOARDID",
"codeName" : "DYNADASHBOARDId"
}, {
"name" : "DYNADASHBOARDNAME",
"codeName" : "DYNADASHBOARDName"
}, {
"name" : "CREATEMAN",
"codeName" : "CreateMan"
}, {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
}, {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
}, {
"name" : "CREATEDATE",
"codeName" : "CreateDate"
}, {
"name" : "USERID",
"codeName" : "Userid"
}, {
"name" : "MODELID",
"codeName" : "Modelid"
}, {
"name" : "APPID",
"codeName" : "Appid"
}, {
"name" : "MODEL",
"codeName" : "Model"
} ],
"codeName" : "Table",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/DYNADASHBOARD/PSDETABLES/Table.json",
"mOSFilePath" : "psmodules/Sample/psdataentities/DYNADASHBOARD/psdetables/Table",
"name" : "T_DYNADASHBOARD",
"getPSSysDBTable" : {
"modelref" : true,
"id" : "T_DYNADASHBOARD"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/DYNADASHBOARD/psdetables/Table",
"tableType" : "MAIN"
} ],
"getAllPSDEDataQueries" : [ { "getAllPSDEDataQueries" : [ {
"getAllPSDEDataQueryCodes" : [ { "getAllPSDEDataQueryCodes" : [ {
"modelref" : true, "modelref" : true,
...@@ -414,6 +457,14 @@ ...@@ -414,6 +457,14 @@
"logicName" : "动态数据看板标识", "logicName" : "动态数据看板标识",
"mOSFilePath" : "psmodules/Sample/psdataentities/DYNADASHBOARD/psdefields/DYNADASHBOARDID", "mOSFilePath" : "psmodules/Sample/psdataentities/DYNADASHBOARD/psdefields/DYNADASHBOARDID",
"name" : "DYNADASHBOARDID", "name" : "DYNADASHBOARDID",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/DYNADASHBOARD/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "DYNADASHBOARDID"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/DYNADASHBOARD/psdefields/DYNADASHBOARDID", "rTMOSFilePath" : "psmodules/Sample/psdataentities/DYNADASHBOARD/psdefields/DYNADASHBOARDID",
"serviceCodeName" : "DYNADASHBOARDId", "serviceCodeName" : "DYNADASHBOARDId",
"stdDataType" : 25, "stdDataType" : 25,
...@@ -533,6 +584,14 @@ ...@@ -533,6 +584,14 @@
"logicName" : "动态数据看板名称", "logicName" : "动态数据看板名称",
"mOSFilePath" : "psmodules/Sample/psdataentities/DYNADASHBOARD/psdefields/DYNADASHBOARDNAME", "mOSFilePath" : "psmodules/Sample/psdataentities/DYNADASHBOARD/psdefields/DYNADASHBOARDNAME",
"name" : "DYNADASHBOARDNAME", "name" : "DYNADASHBOARDNAME",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/DYNADASHBOARD/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "DYNADASHBOARDNAME"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/DYNADASHBOARD/psdefields/DYNADASHBOARDNAME", "rTMOSFilePath" : "psmodules/Sample/psdataentities/DYNADASHBOARD/psdefields/DYNADASHBOARDNAME",
"serviceCodeName" : "DYNADASHBOARDName", "serviceCodeName" : "DYNADASHBOARDName",
"stdDataType" : 25, "stdDataType" : 25,
...@@ -649,6 +708,14 @@ ...@@ -649,6 +708,14 @@
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Sample/PSCODELISTS/SysOperator.json" "path" : "PSMODULES/Sample/PSCODELISTS/SysOperator.json"
}, },
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/DYNADASHBOARD/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "CREATEMAN"
},
"predefinedType" : "CREATEMAN", "predefinedType" : "CREATEMAN",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/DYNADASHBOARD/psdefields/CREATEMAN", "rTMOSFilePath" : "psmodules/Sample/psdataentities/DYNADASHBOARD/psdefields/CREATEMAN",
"serviceCodeName" : "CreateMan", "serviceCodeName" : "CreateMan",
...@@ -766,6 +833,14 @@ ...@@ -766,6 +833,14 @@
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Sample/PSCODELISTS/SysOperator.json" "path" : "PSMODULES/Sample/PSCODELISTS/SysOperator.json"
}, },
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/DYNADASHBOARD/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "UPDATEMAN"
},
"predefinedType" : "UPDATEMAN", "predefinedType" : "UPDATEMAN",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/DYNADASHBOARD/psdefields/UPDATEMAN", "rTMOSFilePath" : "psmodules/Sample/psdataentities/DYNADASHBOARD/psdefields/UPDATEMAN",
"serviceCodeName" : "UpdateMan", "serviceCodeName" : "UpdateMan",
...@@ -868,6 +943,14 @@ ...@@ -868,6 +943,14 @@
"logicName" : "更新时间", "logicName" : "更新时间",
"mOSFilePath" : "psmodules/Sample/psdataentities/DYNADASHBOARD/psdefields/UPDATEDATE", "mOSFilePath" : "psmodules/Sample/psdataentities/DYNADASHBOARD/psdefields/UPDATEDATE",
"name" : "UPDATEDATE", "name" : "UPDATEDATE",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/DYNADASHBOARD/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "UPDATEDATE"
},
"predefinedType" : "UPDATEDATE", "predefinedType" : "UPDATEDATE",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/DYNADASHBOARD/psdefields/UPDATEDATE", "rTMOSFilePath" : "psmodules/Sample/psdataentities/DYNADASHBOARD/psdefields/UPDATEDATE",
"serviceCodeName" : "UpdateDate", "serviceCodeName" : "UpdateDate",
...@@ -969,6 +1052,14 @@ ...@@ -969,6 +1052,14 @@
"logicName" : "建立时间", "logicName" : "建立时间",
"mOSFilePath" : "psmodules/Sample/psdataentities/DYNADASHBOARD/psdefields/CREATEDATE", "mOSFilePath" : "psmodules/Sample/psdataentities/DYNADASHBOARD/psdefields/CREATEDATE",
"name" : "CREATEDATE", "name" : "CREATEDATE",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/DYNADASHBOARD/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "CREATEDATE"
},
"predefinedType" : "CREATEDATE", "predefinedType" : "CREATEDATE",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/DYNADASHBOARD/psdefields/CREATEDATE", "rTMOSFilePath" : "psmodules/Sample/psdataentities/DYNADASHBOARD/psdefields/CREATEDATE",
"serviceCodeName" : "CreateDate", "serviceCodeName" : "CreateDate",
...@@ -1052,6 +1143,14 @@ ...@@ -1052,6 +1143,14 @@
"logicName" : "用户标识", "logicName" : "用户标识",
"mOSFilePath" : "psmodules/Sample/psdataentities/DYNADASHBOARD/psdefields/USERID", "mOSFilePath" : "psmodules/Sample/psdataentities/DYNADASHBOARD/psdefields/USERID",
"name" : "USERID", "name" : "USERID",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/DYNADASHBOARD/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "USERID"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/DYNADASHBOARD/psdefields/USERID", "rTMOSFilePath" : "psmodules/Sample/psdataentities/DYNADASHBOARD/psdefields/USERID",
"serviceCodeName" : "Userid", "serviceCodeName" : "Userid",
"stdDataType" : 25, "stdDataType" : 25,
...@@ -1133,6 +1232,14 @@ ...@@ -1133,6 +1232,14 @@
"logicName" : "模型标识", "logicName" : "模型标识",
"mOSFilePath" : "psmodules/Sample/psdataentities/DYNADASHBOARD/psdefields/MODELID", "mOSFilePath" : "psmodules/Sample/psdataentities/DYNADASHBOARD/psdefields/MODELID",
"name" : "MODELID", "name" : "MODELID",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/DYNADASHBOARD/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "MODELID"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/DYNADASHBOARD/psdefields/MODELID", "rTMOSFilePath" : "psmodules/Sample/psdataentities/DYNADASHBOARD/psdefields/MODELID",
"serviceCodeName" : "Modelid", "serviceCodeName" : "Modelid",
"stdDataType" : 25, "stdDataType" : 25,
...@@ -1214,6 +1321,14 @@ ...@@ -1214,6 +1321,14 @@
"logicName" : "应用标识", "logicName" : "应用标识",
"mOSFilePath" : "psmodules/Sample/psdataentities/DYNADASHBOARD/psdefields/APPID", "mOSFilePath" : "psmodules/Sample/psdataentities/DYNADASHBOARD/psdefields/APPID",
"name" : "APPID", "name" : "APPID",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/DYNADASHBOARD/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "APPID"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/DYNADASHBOARD/psdefields/APPID", "rTMOSFilePath" : "psmodules/Sample/psdataentities/DYNADASHBOARD/psdefields/APPID",
"serviceCodeName" : "Appid", "serviceCodeName" : "Appid",
"stdDataType" : 25, "stdDataType" : 25,
...@@ -1295,6 +1410,14 @@ ...@@ -1295,6 +1410,14 @@
"logicName" : "模型", "logicName" : "模型",
"mOSFilePath" : "psmodules/Sample/psdataentities/DYNADASHBOARD/psdefields/MODEL", "mOSFilePath" : "psmodules/Sample/psdataentities/DYNADASHBOARD/psdefields/MODEL",
"name" : "MODEL", "name" : "MODEL",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/DYNADASHBOARD/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "MODEL"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/DYNADASHBOARD/psdefields/MODEL", "rTMOSFilePath" : "psmodules/Sample/psdataentities/DYNADASHBOARD/psdefields/MODEL",
"serviceCodeName" : "Model", "serviceCodeName" : "Model",
"stdDataType" : 25, "stdDataType" : 25,
...@@ -1618,6 +1741,10 @@ ...@@ -1618,6 +1741,10 @@
"codeName" : "DYNADASHBOARDName" "codeName" : "DYNADASHBOARDName"
}, },
"name" : "DYNADASHBOARD", "name" : "DYNADASHBOARD",
"getPSSysDBScheme" : {
"modelref" : true,
"path" : "PSSYSDBSCHEMES/DEFAULT.json"
},
"getPSSystemModule" : { "getPSSystemModule" : {
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Sample.json" "path" : "PSMODULES/Sample.json"
......
...@@ -200,6 +200,49 @@ ...@@ -200,6 +200,49 @@
"tableName" : "T_IBIZAPPCTRL", "tableName" : "T_IBIZAPPCTRL",
"valid" : true "valid" : true
} ], } ],
"getAllPSDEDBTables" : [ {
"getAllPSDEFields" : [ {
"name" : "IBIZAPPCTRLNAME",
"codeName" : "IBIZAPPCTRLName"
}, {
"name" : "IBIZAPPCTRLID",
"codeName" : "IBIZAPPCTRLId"
}, {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
}, {
"name" : "CREATEDATE",
"codeName" : "CreateDate"
}, {
"name" : "CREATEMAN",
"codeName" : "CreateMan"
}, {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
}, {
"name" : "IBIZAPPCTRLTYPE",
"codeName" : "Ibizappctrltype"
}, {
"name" : "CTRLDESCRIPTION",
"codeName" : "Ctrldescription"
}, {
"name" : "DOCUMENTADDRESS",
"codeName" : "Documentaddress"
}, {
"name" : "AMOUNT",
"codeName" : "Amount"
} ],
"codeName" : "Table",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAPPCTRL/PSDETABLES/Table.json",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPCTRL/psdetables/Table",
"name" : "T_IBIZAPPCTRL",
"getPSSysDBTable" : {
"modelref" : true,
"id" : "T_IBIZAPPCTRL"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPCTRL/psdetables/Table",
"tableType" : "MAIN"
} ],
"getAllPSDEDataQueries" : [ { "getAllPSDEDataQueries" : [ {
"getAllPSDEDataQueryCodes" : [ { "getAllPSDEDataQueryCodes" : [ {
"modelref" : true, "modelref" : true,
...@@ -412,6 +455,14 @@ ...@@ -412,6 +455,14 @@
"logicName" : "应用部件名称", "logicName" : "应用部件名称",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPCTRL/psdefields/IBIZAPPCTRLNAME", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPCTRL/psdefields/IBIZAPPCTRLNAME",
"name" : "IBIZAPPCTRLNAME", "name" : "IBIZAPPCTRLNAME",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAPPCTRL/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "IBIZAPPCTRLNAME"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPCTRL/psdefields/IBIZAPPCTRLNAME", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPCTRL/psdefields/IBIZAPPCTRLNAME",
"serviceCodeName" : "IBIZAPPCTRLName", "serviceCodeName" : "IBIZAPPCTRLName",
"stdDataType" : 25, "stdDataType" : 25,
...@@ -532,6 +583,14 @@ ...@@ -532,6 +583,14 @@
"logicName" : "应用部件标识", "logicName" : "应用部件标识",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPCTRL/psdefields/IBIZAPPCTRLID", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPCTRL/psdefields/IBIZAPPCTRLID",
"name" : "IBIZAPPCTRLID", "name" : "IBIZAPPCTRLID",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAPPCTRL/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "IBIZAPPCTRLID"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPCTRL/psdefields/IBIZAPPCTRLID", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPCTRL/psdefields/IBIZAPPCTRLID",
"serviceCodeName" : "IBIZAPPCTRLId", "serviceCodeName" : "IBIZAPPCTRLId",
"stdDataType" : 25, "stdDataType" : 25,
...@@ -634,6 +693,14 @@ ...@@ -634,6 +693,14 @@
"logicName" : "更新时间", "logicName" : "更新时间",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPCTRL/psdefields/UPDATEDATE", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPCTRL/psdefields/UPDATEDATE",
"name" : "UPDATEDATE", "name" : "UPDATEDATE",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAPPCTRL/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "UPDATEDATE"
},
"predefinedType" : "UPDATEDATE", "predefinedType" : "UPDATEDATE",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPCTRL/psdefields/UPDATEDATE", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPCTRL/psdefields/UPDATEDATE",
"serviceCodeName" : "UpdateDate", "serviceCodeName" : "UpdateDate",
...@@ -735,6 +802,14 @@ ...@@ -735,6 +802,14 @@
"logicName" : "建立时间", "logicName" : "建立时间",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPCTRL/psdefields/CREATEDATE", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPCTRL/psdefields/CREATEDATE",
"name" : "CREATEDATE", "name" : "CREATEDATE",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAPPCTRL/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "CREATEDATE"
},
"predefinedType" : "CREATEDATE", "predefinedType" : "CREATEDATE",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPCTRL/psdefields/CREATEDATE", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPCTRL/psdefields/CREATEDATE",
"serviceCodeName" : "CreateDate", "serviceCodeName" : "CreateDate",
...@@ -851,6 +926,14 @@ ...@@ -851,6 +926,14 @@
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Sample/PSCODELISTS/SysOperator.json" "path" : "PSMODULES/Sample/PSCODELISTS/SysOperator.json"
}, },
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAPPCTRL/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "CREATEMAN"
},
"predefinedType" : "CREATEMAN", "predefinedType" : "CREATEMAN",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPCTRL/psdefields/CREATEMAN", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPCTRL/psdefields/CREATEMAN",
"serviceCodeName" : "CreateMan", "serviceCodeName" : "CreateMan",
...@@ -968,6 +1051,14 @@ ...@@ -968,6 +1051,14 @@
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Sample/PSCODELISTS/SysOperator.json" "path" : "PSMODULES/Sample/PSCODELISTS/SysOperator.json"
}, },
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAPPCTRL/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "UPDATEMAN"
},
"predefinedType" : "UPDATEMAN", "predefinedType" : "UPDATEMAN",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPCTRL/psdefields/UPDATEMAN", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPCTRL/psdefields/UPDATEMAN",
"serviceCodeName" : "UpdateMan", "serviceCodeName" : "UpdateMan",
...@@ -1056,6 +1147,14 @@ ...@@ -1056,6 +1147,14 @@
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Sample/PSCODELISTS/AppCtrlType.json" "path" : "PSMODULES/Sample/PSCODELISTS/AppCtrlType.json"
}, },
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAPPCTRL/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "IBIZAPPCTRLTYPE"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPCTRL/psdefields/IBIZAPPCTRLTYPE", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPCTRL/psdefields/IBIZAPPCTRLTYPE",
"serviceCodeName" : "Ibizappctrltype", "serviceCodeName" : "Ibizappctrltype",
"stdDataType" : 25, "stdDataType" : 25,
...@@ -1137,6 +1236,14 @@ ...@@ -1137,6 +1236,14 @@
"logicName" : "部件描述", "logicName" : "部件描述",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPCTRL/psdefields/CTRLDESCRIPTION", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPCTRL/psdefields/CTRLDESCRIPTION",
"name" : "CTRLDESCRIPTION", "name" : "CTRLDESCRIPTION",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAPPCTRL/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "CTRLDESCRIPTION"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPCTRL/psdefields/CTRLDESCRIPTION", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPCTRL/psdefields/CTRLDESCRIPTION",
"serviceCodeName" : "Ctrldescription", "serviceCodeName" : "Ctrldescription",
"stdDataType" : 25, "stdDataType" : 25,
...@@ -1218,6 +1325,14 @@ ...@@ -1218,6 +1325,14 @@
"logicName" : "文档地址", "logicName" : "文档地址",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPCTRL/psdefields/DOCUMENTADDRESS", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPCTRL/psdefields/DOCUMENTADDRESS",
"name" : "DOCUMENTADDRESS", "name" : "DOCUMENTADDRESS",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAPPCTRL/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "DOCUMENTADDRESS"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPCTRL/psdefields/DOCUMENTADDRESS", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPCTRL/psdefields/DOCUMENTADDRESS",
"serviceCodeName" : "Documentaddress", "serviceCodeName" : "Documentaddress",
"stdDataType" : 25, "stdDataType" : 25,
...@@ -1286,6 +1401,14 @@ ...@@ -1286,6 +1401,14 @@
"logicName" : "数量", "logicName" : "数量",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPCTRL/psdefields/AMOUNT", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPCTRL/psdefields/AMOUNT",
"name" : "AMOUNT", "name" : "AMOUNT",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAPPCTRL/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "AMOUNT"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPCTRL/psdefields/AMOUNT", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPCTRL/psdefields/AMOUNT",
"serviceCodeName" : "Amount", "serviceCodeName" : "Amount",
"stdDataType" : 9, "stdDataType" : 9,
...@@ -1615,6 +1738,10 @@ ...@@ -1615,6 +1738,10 @@
"codeName" : "IBIZAPPCTRLName" "codeName" : "IBIZAPPCTRLName"
}, },
"name" : "IBIZAPPCTRL", "name" : "IBIZAPPCTRL",
"getPSSysDBScheme" : {
"modelref" : true,
"path" : "PSSYSDBSCHEMES/DEFAULT.json"
},
"getPSSystemModule" : { "getPSSystemModule" : {
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Sample.json" "path" : "PSMODULES/Sample.json"
......
...@@ -200,6 +200,49 @@ ...@@ -200,6 +200,49 @@
"tableName" : "T_IBIZAPPEDITOR", "tableName" : "T_IBIZAPPEDITOR",
"valid" : true "valid" : true
} ], } ],
"getAllPSDEDBTables" : [ {
"getAllPSDEFields" : [ {
"name" : "CREATEMAN",
"codeName" : "CreateMan"
}, {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
}, {
"name" : "CREATEDATE",
"codeName" : "CreateDate"
}, {
"name" : "IBIZAPPEDITORNAME",
"codeName" : "IBIZAPPEDITORName"
}, {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
}, {
"name" : "IBIZAPPEDITORID",
"codeName" : "IBIZAPPEDITORId"
}, {
"name" : "IBIZAPPEDITORTYPE",
"codeName" : "Ibizappeditortype"
}, {
"name" : "RDITORDESCRIPTION",
"codeName" : "Rditordescription"
}, {
"name" : "DOCUMENTADDRESS",
"codeName" : "Documentaddress"
}, {
"name" : "AMOUNT",
"codeName" : "Amount"
} ],
"codeName" : "Table",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAPPEDITOR/PSDETABLES/Table.json",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEDITOR/psdetables/Table",
"name" : "T_IBIZAPPEDITOR",
"getPSSysDBTable" : {
"modelref" : true,
"id" : "T_IBIZAPPEDITOR"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEDITOR/psdetables/Table",
"tableType" : "MAIN"
} ],
"getAllPSDEDataQueries" : [ { "getAllPSDEDataQueries" : [ {
"getAllPSDEDataQueryCodes" : [ { "getAllPSDEDataQueryCodes" : [ {
"modelref" : true, "modelref" : true,
...@@ -410,6 +453,14 @@ ...@@ -410,6 +453,14 @@
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Sample/PSCODELISTS/SysOperator.json" "path" : "PSMODULES/Sample/PSCODELISTS/SysOperator.json"
}, },
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAPPEDITOR/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "CREATEMAN"
},
"predefinedType" : "CREATEMAN", "predefinedType" : "CREATEMAN",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEDITOR/psdefields/CREATEMAN", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEDITOR/psdefields/CREATEMAN",
"serviceCodeName" : "CreateMan", "serviceCodeName" : "CreateMan",
...@@ -512,6 +563,14 @@ ...@@ -512,6 +563,14 @@
"logicName" : "更新时间", "logicName" : "更新时间",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEDITOR/psdefields/UPDATEDATE", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEDITOR/psdefields/UPDATEDATE",
"name" : "UPDATEDATE", "name" : "UPDATEDATE",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAPPEDITOR/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "UPDATEDATE"
},
"predefinedType" : "UPDATEDATE", "predefinedType" : "UPDATEDATE",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEDITOR/psdefields/UPDATEDATE", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEDITOR/psdefields/UPDATEDATE",
"serviceCodeName" : "UpdateDate", "serviceCodeName" : "UpdateDate",
...@@ -613,6 +672,14 @@ ...@@ -613,6 +672,14 @@
"logicName" : "建立时间", "logicName" : "建立时间",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEDITOR/psdefields/CREATEDATE", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEDITOR/psdefields/CREATEDATE",
"name" : "CREATEDATE", "name" : "CREATEDATE",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAPPEDITOR/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "CREATEDATE"
},
"predefinedType" : "CREATEDATE", "predefinedType" : "CREATEDATE",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEDITOR/psdefields/CREATEDATE", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEDITOR/psdefields/CREATEDATE",
"serviceCodeName" : "CreateDate", "serviceCodeName" : "CreateDate",
...@@ -731,6 +798,14 @@ ...@@ -731,6 +798,14 @@
"logicName" : "编辑器名称", "logicName" : "编辑器名称",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEDITOR/psdefields/IBIZAPPEDITORNAME", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEDITOR/psdefields/IBIZAPPEDITORNAME",
"name" : "IBIZAPPEDITORNAME", "name" : "IBIZAPPEDITORNAME",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAPPEDITOR/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "IBIZAPPEDITORNAME"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEDITOR/psdefields/IBIZAPPEDITORNAME", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEDITOR/psdefields/IBIZAPPEDITORNAME",
"serviceCodeName" : "IBIZAPPEDITORName", "serviceCodeName" : "IBIZAPPEDITORName",
"stdDataType" : 25, "stdDataType" : 25,
...@@ -847,6 +922,14 @@ ...@@ -847,6 +922,14 @@
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Sample/PSCODELISTS/SysOperator.json" "path" : "PSMODULES/Sample/PSCODELISTS/SysOperator.json"
}, },
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAPPEDITOR/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "UPDATEMAN"
},
"predefinedType" : "UPDATEMAN", "predefinedType" : "UPDATEMAN",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEDITOR/psdefields/UPDATEMAN", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEDITOR/psdefields/UPDATEMAN",
"serviceCodeName" : "UpdateMan", "serviceCodeName" : "UpdateMan",
...@@ -968,6 +1051,14 @@ ...@@ -968,6 +1051,14 @@
"logicName" : "编辑器标识", "logicName" : "编辑器标识",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEDITOR/psdefields/IBIZAPPEDITORID", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEDITOR/psdefields/IBIZAPPEDITORID",
"name" : "IBIZAPPEDITORID", "name" : "IBIZAPPEDITORID",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAPPEDITOR/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "IBIZAPPEDITORID"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEDITOR/psdefields/IBIZAPPEDITORID", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEDITOR/psdefields/IBIZAPPEDITORID",
"serviceCodeName" : "IBIZAPPEDITORId", "serviceCodeName" : "IBIZAPPEDITORId",
"stdDataType" : 25, "stdDataType" : 25,
...@@ -1056,6 +1147,14 @@ ...@@ -1056,6 +1147,14 @@
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Sample/PSCODELISTS/AppEditorType.json" "path" : "PSMODULES/Sample/PSCODELISTS/AppEditorType.json"
}, },
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAPPEDITOR/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "IBIZAPPEDITORTYPE"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEDITOR/psdefields/IBIZAPPEDITORTYPE", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEDITOR/psdefields/IBIZAPPEDITORTYPE",
"serviceCodeName" : "Ibizappeditortype", "serviceCodeName" : "Ibizappeditortype",
"stdDataType" : 25, "stdDataType" : 25,
...@@ -1137,6 +1236,14 @@ ...@@ -1137,6 +1236,14 @@
"logicName" : "编辑器描述", "logicName" : "编辑器描述",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEDITOR/psdefields/RDITORDESCRIPTION", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEDITOR/psdefields/RDITORDESCRIPTION",
"name" : "RDITORDESCRIPTION", "name" : "RDITORDESCRIPTION",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAPPEDITOR/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "RDITORDESCRIPTION"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEDITOR/psdefields/RDITORDESCRIPTION", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEDITOR/psdefields/RDITORDESCRIPTION",
"serviceCodeName" : "Rditordescription", "serviceCodeName" : "Rditordescription",
"stdDataType" : 25, "stdDataType" : 25,
...@@ -1218,6 +1325,14 @@ ...@@ -1218,6 +1325,14 @@
"logicName" : "文档地址", "logicName" : "文档地址",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEDITOR/psdefields/DOCUMENTADDRESS", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEDITOR/psdefields/DOCUMENTADDRESS",
"name" : "DOCUMENTADDRESS", "name" : "DOCUMENTADDRESS",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAPPEDITOR/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "DOCUMENTADDRESS"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEDITOR/psdefields/DOCUMENTADDRESS", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEDITOR/psdefields/DOCUMENTADDRESS",
"serviceCodeName" : "Documentaddress", "serviceCodeName" : "Documentaddress",
"stdDataType" : 25, "stdDataType" : 25,
...@@ -1285,6 +1400,14 @@ ...@@ -1285,6 +1400,14 @@
"logicName" : "数量", "logicName" : "数量",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEDITOR/psdefields/AMOUNT", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEDITOR/psdefields/AMOUNT",
"name" : "AMOUNT", "name" : "AMOUNT",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAPPEDITOR/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "AMOUNT"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEDITOR/psdefields/AMOUNT", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEDITOR/psdefields/AMOUNT",
"serviceCodeName" : "Amount", "serviceCodeName" : "Amount",
"stdDataType" : 9, "stdDataType" : 9,
...@@ -1614,6 +1737,10 @@ ...@@ -1614,6 +1737,10 @@
"codeName" : "IBIZAPPEDITORName" "codeName" : "IBIZAPPEDITORName"
}, },
"name" : "IBIZAPPEDITOR", "name" : "IBIZAPPEDITOR",
"getPSSysDBScheme" : {
"modelref" : true,
"path" : "PSSYSDBSCHEMES/DEFAULT.json"
},
"getPSSystemModule" : { "getPSSystemModule" : {
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Sample.json" "path" : "PSMODULES/Sample.json"
......
...@@ -200,6 +200,52 @@ ...@@ -200,6 +200,52 @@
"tableName" : "T_IBIZAPPEXTENDEDITOR", "tableName" : "T_IBIZAPPEXTENDEDITOR",
"valid" : true "valid" : true
} ], } ],
"getAllPSDEDBTables" : [ {
"getAllPSDEFields" : [ {
"name" : "CREATEMAN",
"codeName" : "CreateMan"
}, {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
}, {
"name" : "CREATEDATE",
"codeName" : "CreateDate"
}, {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
}, {
"name" : "IBIZAPPEXTENDEDITORNAME",
"codeName" : "IBIZAPPEXTENDEDITORName"
}, {
"name" : "IBIZAPPEXTENDEDITORID",
"codeName" : "IBIZAPPEXTENDEDITORId"
}, {
"name" : "EXTENSIONFLAG",
"codeName" : "Extensionflag"
}, {
"name" : "DOCUMENTADDRESS",
"codeName" : "Documentaddress"
}, {
"name" : "EXTENDEDITORDESCRIPTION",
"codeName" : "Extendeditordescription"
}, {
"name" : "AMOUNT",
"codeName" : "Amount"
}, {
"name" : "EXTENDEDITORTYPE",
"codeName" : "Extendeditortype"
} ],
"codeName" : "Table",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAPPEXTENDEDITOR/PSDETABLES/Table.json",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEXTENDEDITOR/psdetables/Table",
"name" : "T_IBIZAPPEXTENDEDITOR",
"getPSSysDBTable" : {
"modelref" : true,
"id" : "T_IBIZAPPEXTENDEDITOR"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEXTENDEDITOR/psdetables/Table",
"tableType" : "MAIN"
} ],
"getAllPSDEDataQueries" : [ { "getAllPSDEDataQueries" : [ {
"getAllPSDEDataQueryCodes" : [ { "getAllPSDEDataQueryCodes" : [ {
"modelref" : true, "modelref" : true,
...@@ -410,6 +456,14 @@ ...@@ -410,6 +456,14 @@
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Sample/PSCODELISTS/SysOperator.json" "path" : "PSMODULES/Sample/PSCODELISTS/SysOperator.json"
}, },
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAPPEXTENDEDITOR/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "CREATEMAN"
},
"predefinedType" : "CREATEMAN", "predefinedType" : "CREATEMAN",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEXTENDEDITOR/psdefields/CREATEMAN", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEXTENDEDITOR/psdefields/CREATEMAN",
"serviceCodeName" : "CreateMan", "serviceCodeName" : "CreateMan",
...@@ -512,6 +566,14 @@ ...@@ -512,6 +566,14 @@
"logicName" : "更新时间", "logicName" : "更新时间",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEXTENDEDITOR/psdefields/UPDATEDATE", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEXTENDEDITOR/psdefields/UPDATEDATE",
"name" : "UPDATEDATE", "name" : "UPDATEDATE",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAPPEXTENDEDITOR/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "UPDATEDATE"
},
"predefinedType" : "UPDATEDATE", "predefinedType" : "UPDATEDATE",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEXTENDEDITOR/psdefields/UPDATEDATE", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEXTENDEDITOR/psdefields/UPDATEDATE",
"serviceCodeName" : "UpdateDate", "serviceCodeName" : "UpdateDate",
...@@ -613,6 +675,14 @@ ...@@ -613,6 +675,14 @@
"logicName" : "建立时间", "logicName" : "建立时间",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEXTENDEDITOR/psdefields/CREATEDATE", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEXTENDEDITOR/psdefields/CREATEDATE",
"name" : "CREATEDATE", "name" : "CREATEDATE",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAPPEXTENDEDITOR/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "CREATEDATE"
},
"predefinedType" : "CREATEDATE", "predefinedType" : "CREATEDATE",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEXTENDEDITOR/psdefields/CREATEDATE", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEXTENDEDITOR/psdefields/CREATEDATE",
"serviceCodeName" : "CreateDate", "serviceCodeName" : "CreateDate",
...@@ -729,6 +799,14 @@ ...@@ -729,6 +799,14 @@
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Sample/PSCODELISTS/SysOperator.json" "path" : "PSMODULES/Sample/PSCODELISTS/SysOperator.json"
}, },
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAPPEXTENDEDITOR/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "UPDATEMAN"
},
"predefinedType" : "UPDATEMAN", "predefinedType" : "UPDATEMAN",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEXTENDEDITOR/psdefields/UPDATEMAN", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEXTENDEDITOR/psdefields/UPDATEMAN",
"serviceCodeName" : "UpdateMan", "serviceCodeName" : "UpdateMan",
...@@ -848,6 +926,14 @@ ...@@ -848,6 +926,14 @@
"logicName" : "扩展编辑器名称", "logicName" : "扩展编辑器名称",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEXTENDEDITOR/psdefields/IBIZAPPEXTENDEDITORNAME", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEXTENDEDITOR/psdefields/IBIZAPPEXTENDEDITORNAME",
"name" : "IBIZAPPEXTENDEDITORNAME", "name" : "IBIZAPPEXTENDEDITORNAME",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAPPEXTENDEDITOR/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "IBIZAPPEXTENDEDITORNAME"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEXTENDEDITOR/psdefields/IBIZAPPEXTENDEDITORNAME", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEXTENDEDITOR/psdefields/IBIZAPPEXTENDEDITORNAME",
"serviceCodeName" : "IBIZAPPEXTENDEDITORName", "serviceCodeName" : "IBIZAPPEXTENDEDITORName",
"stdDataType" : 25, "stdDataType" : 25,
...@@ -968,6 +1054,14 @@ ...@@ -968,6 +1054,14 @@
"logicName" : "扩展编辑器标识", "logicName" : "扩展编辑器标识",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEXTENDEDITOR/psdefields/IBIZAPPEXTENDEDITORID", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEXTENDEDITOR/psdefields/IBIZAPPEXTENDEDITORID",
"name" : "IBIZAPPEXTENDEDITORID", "name" : "IBIZAPPEXTENDEDITORID",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAPPEXTENDEDITOR/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "IBIZAPPEXTENDEDITORID"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEXTENDEDITOR/psdefields/IBIZAPPEXTENDEDITORID", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEXTENDEDITOR/psdefields/IBIZAPPEXTENDEDITORID",
"serviceCodeName" : "IBIZAPPEXTENDEDITORId", "serviceCodeName" : "IBIZAPPEXTENDEDITORId",
"stdDataType" : 25, "stdDataType" : 25,
...@@ -1052,6 +1146,14 @@ ...@@ -1052,6 +1146,14 @@
"logicName" : "扩展标识", "logicName" : "扩展标识",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEXTENDEDITOR/psdefields/EXTENSIONFLAG", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEXTENDEDITOR/psdefields/EXTENSIONFLAG",
"name" : "EXTENSIONFLAG", "name" : "EXTENSIONFLAG",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAPPEXTENDEDITOR/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "EXTENSIONFLAG"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEXTENDEDITOR/psdefields/EXTENSIONFLAG", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEXTENDEDITOR/psdefields/EXTENSIONFLAG",
"serviceCodeName" : "Extensionflag", "serviceCodeName" : "Extensionflag",
"stdDataType" : 25, "stdDataType" : 25,
...@@ -1133,6 +1235,14 @@ ...@@ -1133,6 +1235,14 @@
"logicName" : "文档地址", "logicName" : "文档地址",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEXTENDEDITOR/psdefields/DOCUMENTADDRESS", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEXTENDEDITOR/psdefields/DOCUMENTADDRESS",
"name" : "DOCUMENTADDRESS", "name" : "DOCUMENTADDRESS",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAPPEXTENDEDITOR/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "DOCUMENTADDRESS"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEXTENDEDITOR/psdefields/DOCUMENTADDRESS", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEXTENDEDITOR/psdefields/DOCUMENTADDRESS",
"serviceCodeName" : "Documentaddress", "serviceCodeName" : "Documentaddress",
"stdDataType" : 25, "stdDataType" : 25,
...@@ -1214,6 +1324,14 @@ ...@@ -1214,6 +1324,14 @@
"logicName" : "扩展编辑器描述", "logicName" : "扩展编辑器描述",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEXTENDEDITOR/psdefields/EXTENDEDITORDESCRIPTION", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEXTENDEDITOR/psdefields/EXTENDEDITORDESCRIPTION",
"name" : "EXTENDEDITORDESCRIPTION", "name" : "EXTENDEDITORDESCRIPTION",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAPPEXTENDEDITOR/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "EXTENDEDITORDESCRIPTION"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEXTENDEDITOR/psdefields/EXTENDEDITORDESCRIPTION", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEXTENDEDITOR/psdefields/EXTENDEDITORDESCRIPTION",
"serviceCodeName" : "Extendeditordescription", "serviceCodeName" : "Extendeditordescription",
"stdDataType" : 25, "stdDataType" : 25,
...@@ -1281,6 +1399,14 @@ ...@@ -1281,6 +1399,14 @@
"logicName" : "数量", "logicName" : "数量",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEXTENDEDITOR/psdefields/AMOUNT", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEXTENDEDITOR/psdefields/AMOUNT",
"name" : "AMOUNT", "name" : "AMOUNT",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAPPEXTENDEDITOR/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "AMOUNT"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEXTENDEDITOR/psdefields/AMOUNT", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEXTENDEDITOR/psdefields/AMOUNT",
"serviceCodeName" : "Amount", "serviceCodeName" : "Amount",
"stdDataType" : 9, "stdDataType" : 9,
...@@ -1365,6 +1491,14 @@ ...@@ -1365,6 +1491,14 @@
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Sample/PSCODELISTS/CodeList43.json" "path" : "PSMODULES/Sample/PSCODELISTS/CodeList43.json"
}, },
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAPPEXTENDEDITOR/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "EXTENDEDITORTYPE"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEXTENDEDITOR/psdefields/EXTENDEDITORTYPE", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPEXTENDEDITOR/psdefields/EXTENDEDITORTYPE",
"serviceCodeName" : "Extendeditortype", "serviceCodeName" : "Extendeditortype",
"stdDataType" : 25, "stdDataType" : 25,
...@@ -1707,6 +1841,10 @@ ...@@ -1707,6 +1841,10 @@
"codeName" : "IBIZAPPEXTENDEDITORName" "codeName" : "IBIZAPPEXTENDEDITORName"
}, },
"name" : "IBIZAPPEXTENDEDITOR", "name" : "IBIZAPPEXTENDEDITOR",
"getPSSysDBScheme" : {
"modelref" : true,
"path" : "PSSYSDBSCHEMES/DEFAULT.json"
},
"getPSSystemModule" : { "getPSSystemModule" : {
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Sample.json" "path" : "PSMODULES/Sample.json"
......
...@@ -200,6 +200,52 @@ ...@@ -200,6 +200,52 @@
"tableName" : "T_IBIZAPPVIEW", "tableName" : "T_IBIZAPPVIEW",
"valid" : true "valid" : true
} ], } ],
"getAllPSDEDBTables" : [ {
"getAllPSDEFields" : [ {
"name" : "CREATEMAN",
"codeName" : "CreateMan"
}, {
"name" : "CREATEDATE",
"codeName" : "CreateDate"
}, {
"name" : "IBIZAPPVIEWNAME",
"codeName" : "IBIZAPPVIEWName"
}, {
"name" : "IBIZAPPVIEWID",
"codeName" : "IBIZAPPVIEWId"
}, {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
}, {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
}, {
"name" : "IBIZAPPVIEWTYPE",
"codeName" : "Ibizappviewtype"
}, {
"name" : "DOCUMENTADDRESS",
"codeName" : "Documentaddress"
}, {
"name" : "INSTANCEADDRESS",
"codeName" : "Instanceaddress"
}, {
"name" : "VIEWDESCRIPTION",
"codeName" : "Viewdescription"
}, {
"name" : "AMOUNT",
"codeName" : "Amount"
} ],
"codeName" : "Table",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAPPVIEW/PSDETABLES/Table.json",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPVIEW/psdetables/Table",
"name" : "T_IBIZAPPVIEW",
"getPSSysDBTable" : {
"modelref" : true,
"id" : "T_IBIZAPPVIEW"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPVIEW/psdetables/Table",
"tableType" : "MAIN"
} ],
"getAllPSDEDataQueries" : [ { "getAllPSDEDataQueries" : [ {
"getAllPSDEDataQueryCodes" : [ { "getAllPSDEDataQueryCodes" : [ {
"modelref" : true, "modelref" : true,
...@@ -410,6 +456,14 @@ ...@@ -410,6 +456,14 @@
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Sample/PSCODELISTS/SysOperator.json" "path" : "PSMODULES/Sample/PSCODELISTS/SysOperator.json"
}, },
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAPPVIEW/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "CREATEMAN"
},
"predefinedType" : "CREATEMAN", "predefinedType" : "CREATEMAN",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPVIEW/psdefields/CREATEMAN", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPVIEW/psdefields/CREATEMAN",
"serviceCodeName" : "CreateMan", "serviceCodeName" : "CreateMan",
...@@ -512,6 +566,14 @@ ...@@ -512,6 +566,14 @@
"logicName" : "建立时间", "logicName" : "建立时间",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPVIEW/psdefields/CREATEDATE", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPVIEW/psdefields/CREATEDATE",
"name" : "CREATEDATE", "name" : "CREATEDATE",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAPPVIEW/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "CREATEDATE"
},
"predefinedType" : "CREATEDATE", "predefinedType" : "CREATEDATE",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPVIEW/psdefields/CREATEDATE", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPVIEW/psdefields/CREATEDATE",
"serviceCodeName" : "CreateDate", "serviceCodeName" : "CreateDate",
...@@ -630,6 +692,14 @@ ...@@ -630,6 +692,14 @@
"logicName" : "应用视图名称", "logicName" : "应用视图名称",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPVIEW/psdefields/IBIZAPPVIEWNAME", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPVIEW/psdefields/IBIZAPPVIEWNAME",
"name" : "IBIZAPPVIEWNAME", "name" : "IBIZAPPVIEWNAME",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAPPVIEW/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "IBIZAPPVIEWNAME"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPVIEW/psdefields/IBIZAPPVIEWNAME", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPVIEW/psdefields/IBIZAPPVIEWNAME",
"serviceCodeName" : "IBIZAPPVIEWName", "serviceCodeName" : "IBIZAPPVIEWName",
"stdDataType" : 25, "stdDataType" : 25,
...@@ -750,6 +820,14 @@ ...@@ -750,6 +820,14 @@
"logicName" : "应用视图标识", "logicName" : "应用视图标识",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPVIEW/psdefields/IBIZAPPVIEWID", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPVIEW/psdefields/IBIZAPPVIEWID",
"name" : "IBIZAPPVIEWID", "name" : "IBIZAPPVIEWID",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAPPVIEW/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "IBIZAPPVIEWID"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPVIEW/psdefields/IBIZAPPVIEWID", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPVIEW/psdefields/IBIZAPPVIEWID",
"serviceCodeName" : "IBIZAPPVIEWId", "serviceCodeName" : "IBIZAPPVIEWId",
"stdDataType" : 25, "stdDataType" : 25,
...@@ -867,6 +945,14 @@ ...@@ -867,6 +945,14 @@
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Sample/PSCODELISTS/SysOperator.json" "path" : "PSMODULES/Sample/PSCODELISTS/SysOperator.json"
}, },
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAPPVIEW/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "UPDATEMAN"
},
"predefinedType" : "UPDATEMAN", "predefinedType" : "UPDATEMAN",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPVIEW/psdefields/UPDATEMAN", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPVIEW/psdefields/UPDATEMAN",
"serviceCodeName" : "UpdateMan", "serviceCodeName" : "UpdateMan",
...@@ -969,6 +1055,14 @@ ...@@ -969,6 +1055,14 @@
"logicName" : "更新时间", "logicName" : "更新时间",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPVIEW/psdefields/UPDATEDATE", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPVIEW/psdefields/UPDATEDATE",
"name" : "UPDATEDATE", "name" : "UPDATEDATE",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAPPVIEW/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "UPDATEDATE"
},
"predefinedType" : "UPDATEDATE", "predefinedType" : "UPDATEDATE",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPVIEW/psdefields/UPDATEDATE", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPVIEW/psdefields/UPDATEDATE",
"serviceCodeName" : "UpdateDate", "serviceCodeName" : "UpdateDate",
...@@ -1056,6 +1150,14 @@ ...@@ -1056,6 +1150,14 @@
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Sample/PSCODELISTS/AppViewType.json" "path" : "PSMODULES/Sample/PSCODELISTS/AppViewType.json"
}, },
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAPPVIEW/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "IBIZAPPVIEWTYPE"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPVIEW/psdefields/IBIZAPPVIEWTYPE", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPVIEW/psdefields/IBIZAPPVIEWTYPE",
"serviceCodeName" : "Ibizappviewtype", "serviceCodeName" : "Ibizappviewtype",
"stdDataType" : 25, "stdDataType" : 25,
...@@ -1137,6 +1239,14 @@ ...@@ -1137,6 +1239,14 @@
"logicName" : "文档地址", "logicName" : "文档地址",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPVIEW/psdefields/DOCUMENTADDRESS", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPVIEW/psdefields/DOCUMENTADDRESS",
"name" : "DOCUMENTADDRESS", "name" : "DOCUMENTADDRESS",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAPPVIEW/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "DOCUMENTADDRESS"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPVIEW/psdefields/DOCUMENTADDRESS", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPVIEW/psdefields/DOCUMENTADDRESS",
"serviceCodeName" : "Documentaddress", "serviceCodeName" : "Documentaddress",
"stdDataType" : 25, "stdDataType" : 25,
...@@ -1218,6 +1328,14 @@ ...@@ -1218,6 +1328,14 @@
"logicName" : "示例地址", "logicName" : "示例地址",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPVIEW/psdefields/INSTANCEADDRESS", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPVIEW/psdefields/INSTANCEADDRESS",
"name" : "INSTANCEADDRESS", "name" : "INSTANCEADDRESS",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAPPVIEW/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "INSTANCEADDRESS"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPVIEW/psdefields/INSTANCEADDRESS", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPVIEW/psdefields/INSTANCEADDRESS",
"serviceCodeName" : "Instanceaddress", "serviceCodeName" : "Instanceaddress",
"stdDataType" : 25, "stdDataType" : 25,
...@@ -1299,6 +1417,14 @@ ...@@ -1299,6 +1417,14 @@
"logicName" : "视图描述", "logicName" : "视图描述",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPVIEW/psdefields/VIEWDESCRIPTION", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPVIEW/psdefields/VIEWDESCRIPTION",
"name" : "VIEWDESCRIPTION", "name" : "VIEWDESCRIPTION",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAPPVIEW/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "VIEWDESCRIPTION"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPVIEW/psdefields/VIEWDESCRIPTION", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPVIEW/psdefields/VIEWDESCRIPTION",
"serviceCodeName" : "Viewdescription", "serviceCodeName" : "Viewdescription",
"stdDataType" : 25, "stdDataType" : 25,
...@@ -1367,6 +1493,14 @@ ...@@ -1367,6 +1493,14 @@
"logicName" : "数量", "logicName" : "数量",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPVIEW/psdefields/AMOUNT", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPVIEW/psdefields/AMOUNT",
"name" : "AMOUNT", "name" : "AMOUNT",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAPPVIEW/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "AMOUNT"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPVIEW/psdefields/AMOUNT", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZAPPVIEW/psdefields/AMOUNT",
"serviceCodeName" : "Amount", "serviceCodeName" : "Amount",
"stdDataType" : 9, "stdDataType" : 9,
...@@ -1699,6 +1833,10 @@ ...@@ -1699,6 +1833,10 @@
"codeName" : "IBIZAPPVIEWName" "codeName" : "IBIZAPPVIEWName"
}, },
"name" : "IBIZAPPVIEW", "name" : "IBIZAPPVIEW",
"getPSSysDBScheme" : {
"modelref" : true,
"path" : "PSSYSDBSCHEMES/DEFAULT.json"
},
"getPSSystemModule" : { "getPSSystemModule" : {
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Sample.json" "path" : "PSMODULES/Sample.json"
......
...@@ -204,6 +204,43 @@ ...@@ -204,6 +204,43 @@
"viewName" : "V_IBIZACCOUNT", "viewName" : "V_IBIZACCOUNT",
"valid" : true "valid" : true
} ], } ],
"getAllPSDEDBTables" : [ {
"getAllPSDEFields" : [ {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
}, {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
}, {
"name" : "BANKNAME",
"codeName" : "BankName"
}, {
"name" : "IBIZACCOUNTNAME",
"codeName" : "IBIZAccountName"
}, {
"name" : "CREATEMAN",
"codeName" : "CreateMan"
}, {
"name" : "CREATEDATE",
"codeName" : "CreateDate"
}, {
"name" : "BANKACCOUNTNUM",
"codeName" : "BankAccountNum"
}, {
"name" : "IBIZACCOUNTID",
"codeName" : "IBIZAccountId"
} ],
"codeName" : "Table",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAccount/PSDETABLES/Table.json",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdetables/Table",
"name" : "T_IBIZACCOUNT",
"getPSSysDBTable" : {
"modelref" : true,
"id" : "T_IBIZACCOUNT"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdetables/Table",
"tableType" : "MAIN"
} ],
"getAllPSDEDataQueries" : [ { "getAllPSDEDataQueries" : [ {
"getAllPSDEDataQueryCodes" : [ { "getAllPSDEDataQueryCodes" : [ {
"modelref" : true, "modelref" : true,
...@@ -376,6 +413,14 @@ ...@@ -376,6 +413,14 @@
"logicName" : "更新时间", "logicName" : "更新时间",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/UPDATEDATE", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/UPDATEDATE",
"name" : "UPDATEDATE", "name" : "UPDATEDATE",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAccount/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "UPDATEDATE"
},
"predefinedType" : "UPDATEDATE", "predefinedType" : "UPDATEDATE",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/UPDATEDATE", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/UPDATEDATE",
"serviceCodeName" : "UpdateDate", "serviceCodeName" : "UpdateDate",
...@@ -492,6 +537,14 @@ ...@@ -492,6 +537,14 @@
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Sample/PSCODELISTS/SysOperator.json" "path" : "PSMODULES/Sample/PSCODELISTS/SysOperator.json"
}, },
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAccount/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "UPDATEMAN"
},
"predefinedType" : "UPDATEMAN", "predefinedType" : "UPDATEMAN",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/UPDATEMAN", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/UPDATEMAN",
"serviceCodeName" : "UpdateMan", "serviceCodeName" : "UpdateMan",
...@@ -603,6 +656,14 @@ ...@@ -603,6 +656,14 @@
"logicName" : "开户行", "logicName" : "开户行",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/BANKNAME", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/BANKNAME",
"name" : "BANKNAME", "name" : "BANKNAME",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAccount/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "BANKNAME"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/BANKNAME", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/BANKNAME",
"serviceCodeName" : "BankName", "serviceCodeName" : "BankName",
"stdDataType" : 25, "stdDataType" : 25,
...@@ -719,6 +780,14 @@ ...@@ -719,6 +780,14 @@
"logicName" : "账户名称", "logicName" : "账户名称",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/IBIZACCOUNTNAME", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/IBIZACCOUNTNAME",
"name" : "IBIZACCOUNTNAME", "name" : "IBIZACCOUNTNAME",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAccount/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "IBIZACCOUNTNAME"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/IBIZACCOUNTNAME", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/IBIZACCOUNTNAME",
"serviceCodeName" : "IBIZAccountName", "serviceCodeName" : "IBIZAccountName",
"stdDataType" : 25, "stdDataType" : 25,
...@@ -835,6 +904,14 @@ ...@@ -835,6 +904,14 @@
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Sample/PSCODELISTS/SysOperator.json" "path" : "PSMODULES/Sample/PSCODELISTS/SysOperator.json"
}, },
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAccount/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "CREATEMAN"
},
"predefinedType" : "CREATEMAN", "predefinedType" : "CREATEMAN",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/CREATEMAN", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/CREATEMAN",
"serviceCodeName" : "CreateMan", "serviceCodeName" : "CreateMan",
...@@ -937,6 +1014,14 @@ ...@@ -937,6 +1014,14 @@
"logicName" : "建立时间", "logicName" : "建立时间",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/CREATEDATE", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/CREATEDATE",
"name" : "CREATEDATE", "name" : "CREATEDATE",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAccount/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "CREATEDATE"
},
"predefinedType" : "CREATEDATE", "predefinedType" : "CREATEDATE",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/CREATEDATE", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/CREATEDATE",
"serviceCodeName" : "CreateDate", "serviceCodeName" : "CreateDate",
...@@ -1047,6 +1132,14 @@ ...@@ -1047,6 +1132,14 @@
"logicName" : "开户银行号", "logicName" : "开户银行号",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/BANKACCOUNTNUM", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/BANKACCOUNTNUM",
"name" : "BANKACCOUNTNUM", "name" : "BANKACCOUNTNUM",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAccount/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "BANKACCOUNTNUM"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/BANKACCOUNTNUM", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/BANKACCOUNTNUM",
"serviceCodeName" : "BankAccountNum", "serviceCodeName" : "BankAccountNum",
"stdDataType" : 25, "stdDataType" : 25,
...@@ -1173,10 +1266,18 @@ ...@@ -1173,10 +1266,18 @@
"logicName" : "账户标识", "logicName" : "账户标识",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/IBIZACCOUNTID", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/IBIZACCOUNTID",
"name" : "IBIZACCOUNTID", "name" : "IBIZACCOUNTID",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAccount/PSDETABLES/Table.json"
},
"getPSDER" : { "getPSDER" : {
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAccount/PSDERS/DER11_IBIZACCOUNT_IBIZCUSTOMER.json" "path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAccount/PSDERS/DER11_IBIZACCOUNT_IBIZCUSTOMER.json"
}, },
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "IBIZACCOUNTID"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/IBIZACCOUNTID", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/IBIZACCOUNTID",
"getRealPSDEField" : { "getRealPSDEField" : {
"name" : "IBIZCUSTOMERID", "name" : "IBIZCUSTOMERID",
...@@ -1551,6 +1652,10 @@ ...@@ -1551,6 +1652,10 @@
"enableFKey" : true "enableFKey" : true
} ], } ],
"name" : "IBIZACCOUNT", "name" : "IBIZACCOUNT",
"getPSSysDBScheme" : {
"modelref" : true,
"path" : "PSSYSDBSCHEMES/DEFAULT.json"
},
"getPSSystemModule" : { "getPSSystemModule" : {
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Sample.json" "path" : "PSMODULES/Sample.json"
......
...@@ -204,6 +204,37 @@ ...@@ -204,6 +204,37 @@
"viewName" : "V_IBIZCPU", "viewName" : "V_IBIZCPU",
"valid" : true "valid" : true
} ], } ],
"getAllPSDEDBTables" : [ {
"getAllPSDEFields" : [ {
"name" : "CREATEDATE",
"codeName" : "CreateDate"
}, {
"name" : "CREATEMAN",
"codeName" : "CreateMan"
}, {
"name" : "IBIZCPUID",
"codeName" : "IBIZCPUId"
}, {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
}, {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
}, {
"name" : "IBIZCPUNAME",
"codeName" : "IBIZCPUName"
} ],
"codeName" : "Table",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZCPU/PSDETABLES/Table.json",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZCPU/psdetables/Table",
"name" : "T_IBIZCPU",
"getPSSysDBTable" : {
"modelref" : true,
"id" : "T_IBIZCPU"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZCPU/psdetables/Table",
"tableType" : "MAIN"
} ],
"getAllPSDEDataQueries" : [ { "getAllPSDEDataQueries" : [ {
"getAllPSDEDataQueryCodes" : [ { "getAllPSDEDataQueryCodes" : [ {
"modelref" : true, "modelref" : true,
...@@ -376,6 +407,14 @@ ...@@ -376,6 +407,14 @@
"logicName" : "建立时间", "logicName" : "建立时间",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZCPU/psdefields/CREATEDATE", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZCPU/psdefields/CREATEDATE",
"name" : "CREATEDATE", "name" : "CREATEDATE",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZCPU/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "CREATEDATE"
},
"predefinedType" : "CREATEDATE", "predefinedType" : "CREATEDATE",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZCPU/psdefields/CREATEDATE", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZCPU/psdefields/CREATEDATE",
"serviceCodeName" : "CreateDate", "serviceCodeName" : "CreateDate",
...@@ -624,6 +663,14 @@ ...@@ -624,6 +663,14 @@
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Sample/PSCODELISTS/SysOperator.json" "path" : "PSMODULES/Sample/PSCODELISTS/SysOperator.json"
}, },
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZCPU/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "CREATEMAN"
},
"predefinedType" : "CREATEMAN", "predefinedType" : "CREATEMAN",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZCPU/psdefields/CREATEMAN", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZCPU/psdefields/CREATEMAN",
"serviceCodeName" : "CreateMan", "serviceCodeName" : "CreateMan",
...@@ -745,6 +792,14 @@ ...@@ -745,6 +792,14 @@
"logicName" : "处理器标识", "logicName" : "处理器标识",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZCPU/psdefields/IBIZCPUID", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZCPU/psdefields/IBIZCPUID",
"name" : "IBIZCPUID", "name" : "IBIZCPUID",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZCPU/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "IBIZCPUID"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZCPU/psdefields/IBIZCPUID", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZCPU/psdefields/IBIZCPUID",
"serviceCodeName" : "IBIZCPUId", "serviceCodeName" : "IBIZCPUId",
"stdDataType" : 25, "stdDataType" : 25,
...@@ -979,6 +1034,14 @@ ...@@ -979,6 +1034,14 @@
"logicName" : "更新时间", "logicName" : "更新时间",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZCPU/psdefields/UPDATEDATE", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZCPU/psdefields/UPDATEDATE",
"name" : "UPDATEDATE", "name" : "UPDATEDATE",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZCPU/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "UPDATEDATE"
},
"predefinedType" : "UPDATEDATE", "predefinedType" : "UPDATEDATE",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZCPU/psdefields/UPDATEDATE", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZCPU/psdefields/UPDATEDATE",
"serviceCodeName" : "UpdateDate", "serviceCodeName" : "UpdateDate",
...@@ -1095,6 +1158,14 @@ ...@@ -1095,6 +1158,14 @@
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Sample/PSCODELISTS/SysOperator.json" "path" : "PSMODULES/Sample/PSCODELISTS/SysOperator.json"
}, },
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZCPU/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "UPDATEMAN"
},
"predefinedType" : "UPDATEMAN", "predefinedType" : "UPDATEMAN",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZCPU/psdefields/UPDATEMAN", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZCPU/psdefields/UPDATEMAN",
"serviceCodeName" : "UpdateMan", "serviceCodeName" : "UpdateMan",
...@@ -1607,6 +1678,14 @@ ...@@ -1607,6 +1678,14 @@
"logicName" : "名称", "logicName" : "名称",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZCPU/psdefields/IBIZCPUNAME", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZCPU/psdefields/IBIZCPUNAME",
"name" : "IBIZCPUNAME", "name" : "IBIZCPUNAME",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZCPU/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "IBIZCPUNAME"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZCPU/psdefields/IBIZCPUNAME", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZCPU/psdefields/IBIZCPUNAME",
"serviceCodeName" : "IBIZCPUName", "serviceCodeName" : "IBIZCPUName",
"stdDataType" : 25, "stdDataType" : 25,
...@@ -1983,6 +2062,10 @@ ...@@ -1983,6 +2062,10 @@
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZCPU/PSDERS/DERINHERIT_IBIZCPU_IBIZHARDWARE.json" "path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZCPU/PSDERS/DERINHERIT_IBIZCPU_IBIZHARDWARE.json"
}, },
"getPSSysDBScheme" : {
"modelref" : true,
"path" : "PSSYSDBSCHEMES/DEFAULT.json"
},
"getPSSystemModule" : { "getPSSystemModule" : {
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Sample.json" "path" : "PSMODULES/Sample.json"
......
...@@ -204,6 +204,37 @@ ...@@ -204,6 +204,37 @@
"viewName" : "V_IBIZCUSTOM", "viewName" : "V_IBIZCUSTOM",
"valid" : true "valid" : true
} ], } ],
"getAllPSDEDBTables" : [ {
"getAllPSDEFields" : [ {
"name" : "CREATEMAN",
"codeName" : "CreateMan"
}, {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
}, {
"name" : "IBIZCUSTOMNAME",
"codeName" : "IBIZCustomName"
}, {
"name" : "CREATEDATE",
"codeName" : "CreateDate"
}, {
"name" : "IBIZCUSTOMID",
"codeName" : "IBIZCustomId"
}, {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
} ],
"codeName" : "Table",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZCustom/PSDETABLES/Table.json",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOM/psdetables/Table",
"name" : "T_IBIZCUSTOM",
"getPSSysDBTable" : {
"modelref" : true,
"id" : "T_IBIZCUSTOM"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOM/psdetables/Table",
"tableType" : "MAIN"
} ],
"getAllPSDEDataQueries" : [ { "getAllPSDEDataQueries" : [ {
"getAllPSDEDataQueryCodes" : [ { "getAllPSDEDataQueryCodes" : [ {
"modelref" : true, "modelref" : true,
...@@ -385,6 +416,14 @@ ...@@ -385,6 +416,14 @@
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Sample/PSCODELISTS/SysOperator.json" "path" : "PSMODULES/Sample/PSCODELISTS/SysOperator.json"
}, },
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZCustom/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "CREATEMAN"
},
"predefinedType" : "CREATEMAN", "predefinedType" : "CREATEMAN",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOM/psdefields/CREATEMAN", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOM/psdefields/CREATEMAN",
"serviceCodeName" : "CreateMan", "serviceCodeName" : "CreateMan",
...@@ -487,6 +526,14 @@ ...@@ -487,6 +526,14 @@
"logicName" : "更新时间", "logicName" : "更新时间",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOM/psdefields/UPDATEDATE", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOM/psdefields/UPDATEDATE",
"name" : "UPDATEDATE", "name" : "UPDATEDATE",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZCustom/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "UPDATEDATE"
},
"predefinedType" : "UPDATEDATE", "predefinedType" : "UPDATEDATE",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOM/psdefields/UPDATEDATE", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOM/psdefields/UPDATEDATE",
"serviceCodeName" : "UpdateDate", "serviceCodeName" : "UpdateDate",
...@@ -605,6 +652,14 @@ ...@@ -605,6 +652,14 @@
"logicName" : "自定义名称", "logicName" : "自定义名称",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOM/psdefields/IBIZCUSTOMNAME", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOM/psdefields/IBIZCUSTOMNAME",
"name" : "IBIZCUSTOMNAME", "name" : "IBIZCUSTOMNAME",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZCustom/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "IBIZCUSTOMNAME"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOM/psdefields/IBIZCUSTOMNAME", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOM/psdefields/IBIZCUSTOMNAME",
"serviceCodeName" : "IBIZCustomName", "serviceCodeName" : "IBIZCustomName",
"stdDataType" : 25, "stdDataType" : 25,
...@@ -706,6 +761,14 @@ ...@@ -706,6 +761,14 @@
"logicName" : "建立时间", "logicName" : "建立时间",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOM/psdefields/CREATEDATE", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOM/psdefields/CREATEDATE",
"name" : "CREATEDATE", "name" : "CREATEDATE",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZCustom/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "CREATEDATE"
},
"predefinedType" : "CREATEDATE", "predefinedType" : "CREATEDATE",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOM/psdefields/CREATEDATE", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOM/psdefields/CREATEDATE",
"serviceCodeName" : "CreateDate", "serviceCodeName" : "CreateDate",
...@@ -826,6 +889,14 @@ ...@@ -826,6 +889,14 @@
"logicName" : "自定义标识", "logicName" : "自定义标识",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOM/psdefields/IBIZCUSTOMID", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOM/psdefields/IBIZCUSTOMID",
"name" : "IBIZCUSTOMID", "name" : "IBIZCUSTOMID",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZCustom/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "IBIZCUSTOMID"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOM/psdefields/IBIZCUSTOMID", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOM/psdefields/IBIZCUSTOMID",
"serviceCodeName" : "IBIZCustomId", "serviceCodeName" : "IBIZCustomId",
"stdDataType" : 25, "stdDataType" : 25,
...@@ -943,6 +1014,14 @@ ...@@ -943,6 +1014,14 @@
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Sample/PSCODELISTS/SysOperator.json" "path" : "PSMODULES/Sample/PSCODELISTS/SysOperator.json"
}, },
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZCustom/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "UPDATEMAN"
},
"predefinedType" : "UPDATEMAN", "predefinedType" : "UPDATEMAN",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOM/psdefields/UPDATEMAN", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOM/psdefields/UPDATEMAN",
"serviceCodeName" : "UpdateMan", "serviceCodeName" : "UpdateMan",
...@@ -1255,6 +1334,10 @@ ...@@ -1255,6 +1334,10 @@
}, },
"memo" : "用于展示系统面板", "memo" : "用于展示系统面板",
"name" : "IBIZCUSTOM", "name" : "IBIZCUSTOM",
"getPSSysDBScheme" : {
"modelref" : true,
"path" : "PSSYSDBSCHEMES/DEFAULT.json"
},
"getPSSystemModule" : { "getPSSystemModule" : {
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Sample.json" "path" : "PSMODULES/Sample.json"
......
...@@ -264,6 +264,46 @@ ...@@ -264,6 +264,46 @@
"viewName" : "V_IBIZCUSTOMER", "viewName" : "V_IBIZCUSTOMER",
"valid" : true "valid" : true
} ], } ],
"getAllPSDEDBTables" : [ {
"getAllPSDEFields" : [ {
"name" : "CREATEMAN",
"codeName" : "CreateMan"
}, {
"name" : "SN",
"codeName" : "SN"
}, {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
}, {
"name" : "CREATEDATE",
"codeName" : "CreateDate"
}, {
"name" : "CUSTOMERUID",
"codeName" : "CustomerUID"
}, {
"name" : "IBIZCUSTOMERID",
"codeName" : "IBIZCustomerId"
}, {
"name" : "ADDRESS",
"codeName" : "Address"
}, {
"name" : "IBIZCUSTOMERNAME",
"codeName" : "IBIZCustomerName"
}, {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
} ],
"codeName" : "Table",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZCustomer/PSDETABLES/Table.json",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMER/psdetables/Table",
"name" : "T_IBIZCUSTOMER",
"getPSSysDBTable" : {
"modelref" : true,
"id" : "T_IBIZCUSTOMER"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMER/psdetables/Table",
"tableType" : "MAIN"
} ],
"getAllPSDEDataQueries" : [ { "getAllPSDEDataQueries" : [ {
"getAllPSDEDataQueryCodes" : [ { "getAllPSDEDataQueryCodes" : [ {
"modelref" : true, "modelref" : true,
...@@ -451,6 +491,14 @@ ...@@ -451,6 +491,14 @@
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Sample/PSCODELISTS/SysOperator.json" "path" : "PSMODULES/Sample/PSCODELISTS/SysOperator.json"
}, },
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZCustomer/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "CREATEMAN"
},
"predefinedType" : "CREATEMAN", "predefinedType" : "CREATEMAN",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMER/psdefields/CREATEMAN", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMER/psdefields/CREATEMAN",
"serviceCodeName" : "CreateMan", "serviceCodeName" : "CreateMan",
...@@ -535,6 +583,14 @@ ...@@ -535,6 +583,14 @@
"logicName" : "客户编号", "logicName" : "客户编号",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMER/psdefields/SN", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMER/psdefields/SN",
"name" : "SN", "name" : "SN",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZCustomer/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "SN"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMER/psdefields/SN", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMER/psdefields/SN",
"serviceCodeName" : "SN", "serviceCodeName" : "SN",
"stdDataType" : 25, "stdDataType" : 25,
...@@ -634,6 +690,14 @@ ...@@ -634,6 +690,14 @@
"logicName" : "更新时间", "logicName" : "更新时间",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMER/psdefields/UPDATEDATE", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMER/psdefields/UPDATEDATE",
"name" : "UPDATEDATE", "name" : "UPDATEDATE",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZCustomer/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "UPDATEDATE"
},
"predefinedType" : "UPDATEDATE", "predefinedType" : "UPDATEDATE",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMER/psdefields/UPDATEDATE", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMER/psdefields/UPDATEDATE",
"serviceCodeName" : "UpdateDate", "serviceCodeName" : "UpdateDate",
...@@ -735,6 +799,14 @@ ...@@ -735,6 +799,14 @@
"logicName" : "建立时间", "logicName" : "建立时间",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMER/psdefields/CREATEDATE", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMER/psdefields/CREATEDATE",
"name" : "CREATEDATE", "name" : "CREATEDATE",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZCustomer/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "CREATEDATE"
},
"predefinedType" : "CREATEDATE", "predefinedType" : "CREATEDATE",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMER/psdefields/CREATEDATE", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMER/psdefields/CREATEDATE",
"serviceCodeName" : "CreateDate", "serviceCodeName" : "CreateDate",
...@@ -845,6 +917,14 @@ ...@@ -845,6 +917,14 @@
"logicName" : "客户编号", "logicName" : "客户编号",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMER/psdefields/CUSTOMERUID", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMER/psdefields/CUSTOMERUID",
"name" : "CUSTOMERUID", "name" : "CUSTOMERUID",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZCustomer/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "CUSTOMERUID"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMER/psdefields/CUSTOMERUID", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMER/psdefields/CUSTOMERUID",
"serviceCodeName" : "CustomerUID", "serviceCodeName" : "CustomerUID",
"stdDataType" : 25, "stdDataType" : 25,
...@@ -963,6 +1043,14 @@ ...@@ -963,6 +1043,14 @@
"logicName" : "客户标识", "logicName" : "客户标识",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMER/psdefields/IBIZCUSTOMERID", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMER/psdefields/IBIZCUSTOMERID",
"name" : "IBIZCUSTOMERID", "name" : "IBIZCUSTOMERID",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZCustomer/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "IBIZCUSTOMERID"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMER/psdefields/IBIZCUSTOMERID", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMER/psdefields/IBIZCUSTOMERID",
"serviceCodeName" : "IBIZCustomerId", "serviceCodeName" : "IBIZCustomerId",
"stdDataType" : 25, "stdDataType" : 25,
...@@ -1074,6 +1162,14 @@ ...@@ -1074,6 +1162,14 @@
"logicName" : "公司地址", "logicName" : "公司地址",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMER/psdefields/ADDRESS", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMER/psdefields/ADDRESS",
"name" : "ADDRESS", "name" : "ADDRESS",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZCustomer/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "ADDRESS"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMER/psdefields/ADDRESS", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMER/psdefields/ADDRESS",
"serviceCodeName" : "Address", "serviceCodeName" : "Address",
"stdDataType" : 25, "stdDataType" : 25,
...@@ -1190,6 +1286,14 @@ ...@@ -1190,6 +1286,14 @@
"logicName" : "客户名称", "logicName" : "客户名称",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMER/psdefields/IBIZCUSTOMERNAME", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMER/psdefields/IBIZCUSTOMERNAME",
"name" : "IBIZCUSTOMERNAME", "name" : "IBIZCUSTOMERNAME",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZCustomer/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "IBIZCUSTOMERNAME"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMER/psdefields/IBIZCUSTOMERNAME", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMER/psdefields/IBIZCUSTOMERNAME",
"serviceCodeName" : "IBIZCustomerName", "serviceCodeName" : "IBIZCustomerName",
"stdDataType" : 25, "stdDataType" : 25,
...@@ -1306,6 +1410,14 @@ ...@@ -1306,6 +1410,14 @@
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Sample/PSCODELISTS/SysOperator.json" "path" : "PSMODULES/Sample/PSCODELISTS/SysOperator.json"
}, },
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZCustomer/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "UPDATEMAN"
},
"predefinedType" : "UPDATEMAN", "predefinedType" : "UPDATEMAN",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMER/psdefields/UPDATEMAN", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMER/psdefields/UPDATEMAN",
"serviceCodeName" : "UpdateMan", "serviceCodeName" : "UpdateMan",
...@@ -1818,6 +1930,10 @@ ...@@ -1818,6 +1930,10 @@
"storageInherit" : true "storageInherit" : true
} ], } ],
"name" : "IBIZCUSTOMER", "name" : "IBIZCUSTOMER",
"getPSSysDBScheme" : {
"modelref" : true,
"path" : "PSSYSDBSCHEMES/DEFAULT.json"
},
"getPSSystemModule" : { "getPSSystemModule" : {
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Sample.json" "path" : "PSMODULES/Sample.json"
......
...@@ -224,6 +224,49 @@ ...@@ -224,6 +224,49 @@
"viewName" : "V_IBIZCUSTOMER", "viewName" : "V_IBIZCUSTOMER",
"valid" : true "valid" : true
} ], } ],
"getAllPSDEDBTables" : [ {
"getAllPSDEFields" : [ {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
}, {
"name" : "SN",
"codeName" : "SN"
}, {
"name" : "CUSTOMERUID",
"codeName" : "CustomerUID"
}, {
"name" : "ORGID",
"codeName" : "OrgId"
}, {
"name" : "CREATEMAN",
"codeName" : "CreateMan"
}, {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
}, {
"name" : "ADDRESS",
"codeName" : "Address"
}, {
"name" : "IBIZCUSTOMERNAME",
"codeName" : "IBIZCustomerName"
}, {
"name" : "CREATEDATE",
"codeName" : "CreateDate"
}, {
"name" : "IBIZCUSTOMERID",
"codeName" : "IBIZCustomerId"
} ],
"codeName" : "Table",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZCustomerIntf/PSDETABLES/Table.json",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMER_INTF/psdetables/Table",
"name" : "T_IBIZCUSTOMER",
"getPSSysDBTable" : {
"modelref" : true,
"id" : "T_IBIZCUSTOMER"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMER_INTF/psdetables/Table",
"tableType" : "MAIN"
} ],
"getAllPSDEDataQueries" : [ { "getAllPSDEDataQueries" : [ {
"getAllPSDEDataQueryCodes" : [ { "getAllPSDEDataQueryCodes" : [ {
"modelref" : true, "modelref" : true,
...@@ -481,6 +524,14 @@ ...@@ -481,6 +524,14 @@
"logicName" : "更新时间", "logicName" : "更新时间",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMER_INTF/psdefields/UPDATEDATE", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMER_INTF/psdefields/UPDATEDATE",
"name" : "UPDATEDATE", "name" : "UPDATEDATE",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZCustomerIntf/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "UPDATEDATE"
},
"predefinedType" : "UPDATEDATE", "predefinedType" : "UPDATEDATE",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMER_INTF/psdefields/UPDATEDATE", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMER_INTF/psdefields/UPDATEDATE",
"serviceCodeName" : "UpdateDate", "serviceCodeName" : "UpdateDate",
...@@ -591,6 +642,14 @@ ...@@ -591,6 +642,14 @@
"logicName" : "客户编号", "logicName" : "客户编号",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMER_INTF/psdefields/SN", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMER_INTF/psdefields/SN",
"name" : "SN", "name" : "SN",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZCustomerIntf/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "SN"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMER_INTF/psdefields/SN", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMER_INTF/psdefields/SN",
"serviceCodeName" : "SN", "serviceCodeName" : "SN",
"stdDataType" : 25, "stdDataType" : 25,
...@@ -699,6 +758,14 @@ ...@@ -699,6 +758,14 @@
"logicName" : "客户编号", "logicName" : "客户编号",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMER_INTF/psdefields/CUSTOMERUID", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMER_INTF/psdefields/CUSTOMERUID",
"name" : "CUSTOMERUID", "name" : "CUSTOMERUID",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZCustomerIntf/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "CUSTOMERUID"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMER_INTF/psdefields/CUSTOMERUID", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMER_INTF/psdefields/CUSTOMERUID",
"serviceCodeName" : "CustomerUID", "serviceCodeName" : "CustomerUID",
"stdDataType" : 25, "stdDataType" : 25,
...@@ -780,6 +847,14 @@ ...@@ -780,6 +847,14 @@
"logicName" : "ORGID", "logicName" : "ORGID",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMER_INTF/psdefields/ORGID", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMER_INTF/psdefields/ORGID",
"name" : "ORGID", "name" : "ORGID",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZCustomerIntf/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "ORGID"
},
"predefinedType" : "ORGID", "predefinedType" : "ORGID",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMER_INTF/psdefields/ORGID", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMER_INTF/psdefields/ORGID",
"serviceCodeName" : "OrgId", "serviceCodeName" : "OrgId",
...@@ -895,6 +970,14 @@ ...@@ -895,6 +970,14 @@
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Sample/PSCODELISTS/SysOperator.json" "path" : "PSMODULES/Sample/PSCODELISTS/SysOperator.json"
}, },
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZCustomerIntf/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "CREATEMAN"
},
"predefinedType" : "CREATEMAN", "predefinedType" : "CREATEMAN",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMER_INTF/psdefields/CREATEMAN", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMER_INTF/psdefields/CREATEMAN",
"serviceCodeName" : "CreateMan", "serviceCodeName" : "CreateMan",
...@@ -1012,6 +1095,14 @@ ...@@ -1012,6 +1095,14 @@
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Sample/PSCODELISTS/SysOperator.json" "path" : "PSMODULES/Sample/PSCODELISTS/SysOperator.json"
}, },
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZCustomerIntf/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "UPDATEMAN"
},
"predefinedType" : "UPDATEMAN", "predefinedType" : "UPDATEMAN",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMER_INTF/psdefields/UPDATEMAN", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMER_INTF/psdefields/UPDATEMAN",
"serviceCodeName" : "UpdateMan", "serviceCodeName" : "UpdateMan",
...@@ -1123,6 +1214,14 @@ ...@@ -1123,6 +1214,14 @@
"logicName" : "公司地址", "logicName" : "公司地址",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMER_INTF/psdefields/ADDRESS", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMER_INTF/psdefields/ADDRESS",
"name" : "ADDRESS", "name" : "ADDRESS",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZCustomerIntf/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "ADDRESS"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMER_INTF/psdefields/ADDRESS", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMER_INTF/psdefields/ADDRESS",
"serviceCodeName" : "Address", "serviceCodeName" : "Address",
"stdDataType" : 25, "stdDataType" : 25,
...@@ -1239,6 +1338,14 @@ ...@@ -1239,6 +1338,14 @@
"logicName" : "客户名称", "logicName" : "客户名称",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMER_INTF/psdefields/IBIZCUSTOMERNAME", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMER_INTF/psdefields/IBIZCUSTOMERNAME",
"name" : "IBIZCUSTOMERNAME", "name" : "IBIZCUSTOMERNAME",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZCustomerIntf/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "IBIZCUSTOMERNAME"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMER_INTF/psdefields/IBIZCUSTOMERNAME", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMER_INTF/psdefields/IBIZCUSTOMERNAME",
"serviceCodeName" : "IBIZCustomerName", "serviceCodeName" : "IBIZCustomerName",
"stdDataType" : 25, "stdDataType" : 25,
...@@ -1340,6 +1447,14 @@ ...@@ -1340,6 +1447,14 @@
"logicName" : "建立时间", "logicName" : "建立时间",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMER_INTF/psdefields/CREATEDATE", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMER_INTF/psdefields/CREATEDATE",
"name" : "CREATEDATE", "name" : "CREATEDATE",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZCustomerIntf/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "CREATEDATE"
},
"predefinedType" : "CREATEDATE", "predefinedType" : "CREATEDATE",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMER_INTF/psdefields/CREATEDATE", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMER_INTF/psdefields/CREATEDATE",
"serviceCodeName" : "CreateDate", "serviceCodeName" : "CreateDate",
...@@ -1460,6 +1575,14 @@ ...@@ -1460,6 +1575,14 @@
"logicName" : "客户标识", "logicName" : "客户标识",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMER_INTF/psdefields/IBIZCUSTOMERID", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMER_INTF/psdefields/IBIZCUSTOMERID",
"name" : "IBIZCUSTOMERID", "name" : "IBIZCUSTOMERID",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZCustomerIntf/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "IBIZCUSTOMERID"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMER_INTF/psdefields/IBIZCUSTOMERID", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMER_INTF/psdefields/IBIZCUSTOMERID",
"serviceCodeName" : "IBIZCustomerId", "serviceCodeName" : "IBIZCustomerId",
"stdDataType" : 25, "stdDataType" : 25,
...@@ -1790,6 +1913,10 @@ ...@@ -1790,6 +1913,10 @@
"name" : "ORGID", "name" : "ORGID",
"codeName" : "OrgId" "codeName" : "OrgId"
}, },
"getPSSysDBScheme" : {
"modelref" : true,
"path" : "PSSYSDBSCHEMES/DEFAULT.json"
},
"getPSSystemModule" : { "getPSSystemModule" : {
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Sample.json" "path" : "PSMODULES/Sample.json"
......
...@@ -1536,6 +1536,10 @@ ...@@ -1536,6 +1536,10 @@
"storageInherit" : true "storageInherit" : true
} ], } ],
"name" : "IBIZCUSTOMERMG", "name" : "IBIZCUSTOMERMG",
"getPSSysDBScheme" : {
"modelref" : true,
"path" : "PSSYSDBSCHEMES/DEFAULT.json"
},
"getPSSystemModule" : { "getPSSystemModule" : {
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Sample.json" "path" : "PSMODULES/Sample.json"
......
...@@ -204,6 +204,52 @@ ...@@ -204,6 +204,52 @@
"viewName" : "V_IBIZHARDWARE", "viewName" : "V_IBIZHARDWARE",
"valid" : true "valid" : true
} ], } ],
"getAllPSDEDBTables" : [ {
"getAllPSDEFields" : [ {
"name" : "UNIT",
"codeName" : "Unit"
}, {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
}, {
"name" : "IBIZHARDWARETYPE",
"codeName" : "IBIZHardwareType"
}, {
"name" : "CREATEMAN",
"codeName" : "CreateMan"
}, {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
}, {
"name" : "CREATEDATE",
"codeName" : "CreateDate"
}, {
"name" : "PRODUCTUID",
"codeName" : "ProductUID"
}, {
"name" : "IBIZHARDWAREID",
"codeName" : "IBIZHardwareId"
}, {
"name" : "IBIZHARDWARENAME",
"codeName" : "IBIZHardwareName"
}, {
"name" : "UNITPRICE",
"codeName" : "UnitPrice"
}, {
"name" : "PRODUCER",
"codeName" : "Producer"
} ],
"codeName" : "Table",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZHardware/PSDETABLES/Table.json",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZHARDWARE/psdetables/Table",
"name" : "T_IBIZHARDWARE",
"getPSSysDBTable" : {
"modelref" : true,
"id" : "T_IBIZHARDWARE"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZHARDWARE/psdetables/Table",
"tableType" : "MAIN"
} ],
"getAllPSDEDataQueries" : [ { "getAllPSDEDataQueries" : [ {
"getAllPSDEDataQueryCodes" : [ { "getAllPSDEDataQueryCodes" : [ {
"modelref" : true, "modelref" : true,
...@@ -416,6 +462,14 @@ ...@@ -416,6 +462,14 @@
"logicName" : "单位", "logicName" : "单位",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZHARDWARE/psdefields/UNIT", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZHARDWARE/psdefields/UNIT",
"name" : "UNIT", "name" : "UNIT",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZHardware/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "UNIT"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZHARDWARE/psdefields/UNIT", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZHARDWARE/psdefields/UNIT",
"serviceCodeName" : "Unit", "serviceCodeName" : "Unit",
"stdDataType" : 25, "stdDataType" : 25,
...@@ -530,6 +584,14 @@ ...@@ -530,6 +584,14 @@
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Sample/PSCODELISTS/SysOperator.json" "path" : "PSMODULES/Sample/PSCODELISTS/SysOperator.json"
}, },
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZHardware/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "UPDATEMAN"
},
"predefinedType" : "UPDATEMAN", "predefinedType" : "UPDATEMAN",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZHARDWARE/psdefields/UPDATEMAN", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZHARDWARE/psdefields/UPDATEMAN",
"serviceCodeName" : "UpdateMan", "serviceCodeName" : "UpdateMan",
...@@ -657,6 +719,14 @@ ...@@ -657,6 +719,14 @@
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Sample/PSCODELISTS/HARDWARETYPE.json" "path" : "PSMODULES/Sample/PSCODELISTS/HARDWARETYPE.json"
}, },
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZHardware/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "IBIZHARDWARETYPE"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZHARDWARE/psdefields/IBIZHARDWARETYPE", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZHARDWARE/psdefields/IBIZHARDWARETYPE",
"serviceCodeName" : "IBIZHardwareType", "serviceCodeName" : "IBIZHardwareType",
"stdDataType" : 25, "stdDataType" : 25,
...@@ -774,6 +844,14 @@ ...@@ -774,6 +844,14 @@
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Sample/PSCODELISTS/SysOperator.json" "path" : "PSMODULES/Sample/PSCODELISTS/SysOperator.json"
}, },
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZHardware/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "CREATEMAN"
},
"predefinedType" : "CREATEMAN", "predefinedType" : "CREATEMAN",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZHARDWARE/psdefields/CREATEMAN", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZHARDWARE/psdefields/CREATEMAN",
"serviceCodeName" : "CreateMan", "serviceCodeName" : "CreateMan",
...@@ -876,6 +954,14 @@ ...@@ -876,6 +954,14 @@
"logicName" : "更新时间", "logicName" : "更新时间",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZHARDWARE/psdefields/UPDATEDATE", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZHARDWARE/psdefields/UPDATEDATE",
"name" : "UPDATEDATE", "name" : "UPDATEDATE",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZHardware/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "UPDATEDATE"
},
"predefinedType" : "UPDATEDATE", "predefinedType" : "UPDATEDATE",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZHARDWARE/psdefields/UPDATEDATE", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZHARDWARE/psdefields/UPDATEDATE",
"serviceCodeName" : "UpdateDate", "serviceCodeName" : "UpdateDate",
...@@ -977,6 +1063,14 @@ ...@@ -977,6 +1063,14 @@
"logicName" : "建立时间", "logicName" : "建立时间",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZHARDWARE/psdefields/CREATEDATE", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZHARDWARE/psdefields/CREATEDATE",
"name" : "CREATEDATE", "name" : "CREATEDATE",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZHardware/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "CREATEDATE"
},
"predefinedType" : "CREATEDATE", "predefinedType" : "CREATEDATE",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZHARDWARE/psdefields/CREATEDATE", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZHARDWARE/psdefields/CREATEDATE",
"serviceCodeName" : "CreateDate", "serviceCodeName" : "CreateDate",
...@@ -1087,6 +1181,14 @@ ...@@ -1087,6 +1181,14 @@
"logicName" : "产品编号", "logicName" : "产品编号",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZHARDWARE/psdefields/PRODUCTUID", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZHARDWARE/psdefields/PRODUCTUID",
"name" : "PRODUCTUID", "name" : "PRODUCTUID",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZHardware/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "PRODUCTUID"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZHARDWARE/psdefields/PRODUCTUID", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZHARDWARE/psdefields/PRODUCTUID",
"serviceCodeName" : "ProductUID", "serviceCodeName" : "ProductUID",
"stdDataType" : 25, "stdDataType" : 25,
...@@ -1205,6 +1307,14 @@ ...@@ -1205,6 +1307,14 @@
"logicName" : "硬件标识", "logicName" : "硬件标识",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZHARDWARE/psdefields/IBIZHARDWAREID", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZHARDWARE/psdefields/IBIZHARDWAREID",
"name" : "IBIZHARDWAREID", "name" : "IBIZHARDWAREID",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZHardware/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "IBIZHARDWAREID"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZHARDWARE/psdefields/IBIZHARDWAREID", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZHARDWARE/psdefields/IBIZHARDWAREID",
"serviceCodeName" : "IBIZHardwareId", "serviceCodeName" : "IBIZHardwareId",
"stdDataType" : 25, "stdDataType" : 25,
...@@ -1324,6 +1434,14 @@ ...@@ -1324,6 +1434,14 @@
"logicName" : "名称", "logicName" : "名称",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZHARDWARE/psdefields/IBIZHARDWARENAME", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZHARDWARE/psdefields/IBIZHARDWARENAME",
"name" : "IBIZHARDWARENAME", "name" : "IBIZHARDWARENAME",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZHardware/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "IBIZHARDWARENAME"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZHARDWARE/psdefields/IBIZHARDWARENAME", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZHARDWARE/psdefields/IBIZHARDWARENAME",
"serviceCodeName" : "IBIZHardwareName", "serviceCodeName" : "IBIZHardwareName",
"stdDataType" : 25, "stdDataType" : 25,
...@@ -1422,6 +1540,14 @@ ...@@ -1422,6 +1540,14 @@
"logicName" : "单价", "logicName" : "单价",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZHARDWARE/psdefields/UNITPRICE", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZHARDWARE/psdefields/UNITPRICE",
"name" : "UNITPRICE", "name" : "UNITPRICE",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZHardware/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "UNITPRICE"
},
"precision" : 2, "precision" : 2,
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZHARDWARE/psdefields/UNITPRICE", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZHARDWARE/psdefields/UNITPRICE",
"serviceCodeName" : "UnitPrice", "serviceCodeName" : "UnitPrice",
...@@ -1530,6 +1656,14 @@ ...@@ -1530,6 +1656,14 @@
"logicName" : "生产厂商", "logicName" : "生产厂商",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZHARDWARE/psdefields/PRODUCER", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZHARDWARE/psdefields/PRODUCER",
"name" : "PRODUCER", "name" : "PRODUCER",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZHardware/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "PRODUCER"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZHARDWARE/psdefields/PRODUCER", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZHARDWARE/psdefields/PRODUCER",
"serviceCodeName" : "Producer", "serviceCodeName" : "Producer",
"stdDataType" : 25, "stdDataType" : 25,
...@@ -1981,6 +2115,10 @@ ...@@ -1981,6 +2115,10 @@
"typeValue" : "Hardware" "typeValue" : "Hardware"
} ], } ],
"name" : "IBIZHARDWARE", "name" : "IBIZHARDWARE",
"getPSSysDBScheme" : {
"modelref" : true,
"path" : "PSSYSDBSCHEMES/DEFAULT.json"
},
"getPSSystemModule" : { "getPSSystemModule" : {
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Sample.json" "path" : "PSMODULES/Sample.json"
......
...@@ -790,6 +790,10 @@ ...@@ -790,6 +790,10 @@
"removeOrder" : -1 "removeOrder" : -1
} ], } ],
"name" : "IBIZSAMPLE0023EXT", "name" : "IBIZSAMPLE0023EXT",
"getPSSysDBScheme" : {
"modelref" : true,
"path" : "PSSYSDBSCHEMES/DEFAULT.json"
},
"getPSSystemModule" : { "getPSSystemModule" : {
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Sample.json" "path" : "PSMODULES/Sample.json"
......
...@@ -726,6 +726,10 @@ ...@@ -726,6 +726,10 @@
"removeOrder" : -1 "removeOrder" : -1
} ], } ],
"name" : "IBIZSAMPLE0024", "name" : "IBIZSAMPLE0024",
"getPSSysDBScheme" : {
"modelref" : true,
"path" : "PSSYSDBSCHEMES/DEFAULT.json"
},
"getPSSystemModule" : { "getPSSystemModule" : {
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Sample.json" "path" : "PSMODULES/Sample.json"
......
...@@ -696,6 +696,10 @@ ...@@ -696,6 +696,10 @@
"removeOrder" : -1 "removeOrder" : -1
} ], } ],
"name" : "IBIZSAMPLE0025", "name" : "IBIZSAMPLE0025",
"getPSSysDBScheme" : {
"modelref" : true,
"path" : "PSSYSDBSCHEMES/DEFAULT.json"
},
"getPSSystemModule" : { "getPSSystemModule" : {
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Sample.json" "path" : "PSMODULES/Sample.json"
......
...@@ -729,6 +729,10 @@ ...@@ -729,6 +729,10 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSBACKSERVICES/SysAdminDeamon.json" "path" : "PSSYSBACKSERVICES/SysAdminDeamon.json"
} ], } ],
"getAllPSSysDBSchemes" : [ {
"modelref" : true,
"path" : "PSSYSDBSCHEMES/DEFAULT.json"
} ],
"getAllPSSysDBValueFuncs" : [ { "getAllPSSysDBValueFuncs" : [ {
"modelref" : true, "modelref" : true,
"path" : "PSSYSDBVFS/DATEDIFFNOW2.json" "path" : "PSSYSDBVFS/DATEDIFFNOW2.json"
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册