提交 75f4ab68 编写于 作者: ibizdev's avatar ibizdev

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

上级 8eba9977
...@@ -712,7 +712,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -712,7 +712,7 @@ export default class DefaultBase 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: 'IBIZBOOKUsr5GridView' + (this.$t('app.searchForm.notConfig.loadAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKCustomView_layout' + (this.$t('app.searchForm.notConfig.loadAction') as string) });
return; return;
} }
const arg: any = { ...opt }; const arg: any = { ...opt };
...@@ -748,7 +748,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -748,7 +748,7 @@ export default class DefaultBase 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: 'IBIZBOOKUsr5GridView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKCustomView_layout' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
return; return;
} }
const arg: any = { ...opt } ; const arg: any = { ...opt } ;
......
...@@ -1314,7 +1314,7 @@ export default class AddDataFormBase extends Vue implements ControlInterface { ...@@ -1314,7 +1314,7 @@ export default class AddDataFormBase 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: 'IBIZCustomerMediaTestEditView' + (this.$t('app.formpage.notconfig.loadaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZCustomerUsr3EditView' + (this.$t('app.formpage.notconfig.loadaction') as string) });
return; return;
} }
const arg: any = { ...opt }; const arg: any = { ...opt };
...@@ -1366,7 +1366,7 @@ export default class AddDataFormBase extends Vue implements ControlInterface { ...@@ -1366,7 +1366,7 @@ export default class AddDataFormBase 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: 'IBIZCustomerMediaTestEditView' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZCustomerUsr3EditView' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) });
return; return;
} }
const arg: any = { ...opt } ; const arg: any = { ...opt } ;
...@@ -1436,7 +1436,7 @@ export default class AddDataFormBase extends Vue implements ControlInterface { ...@@ -1436,7 +1436,7 @@ export default class AddDataFormBase 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: 'IBIZCustomerMediaTestEditView' + (this.$t('app.formpage.notconfig.actionname') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZCustomerUsr3EditView' + (this.$t('app.formpage.notconfig.actionname') as string) });
return; return;
} }
Object.assign(arg,{viewparams:this.viewparams}); Object.assign(arg,{viewparams:this.viewparams});
...@@ -1544,7 +1544,7 @@ export default class AddDataFormBase extends Vue implements ControlInterface { ...@@ -1544,7 +1544,7 @@ export default class AddDataFormBase 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: 'IBIZCustomerMediaTestEditView' + (this.$t('app.formpage.notconfig.actionname') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZCustomerUsr3EditView' + (this.$t('app.formpage.notconfig.actionname') as string) });
return; return;
} }
Object.assign(arg, { viewparams: this.viewparams }); Object.assign(arg, { viewparams: this.viewparams });
...@@ -1758,7 +1758,7 @@ export default class AddDataFormBase extends Vue implements ControlInterface { ...@@ -1758,7 +1758,7 @@ export default class AddDataFormBase 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: 'IBIZCustomerMediaTestEditView' + (this.$t('app.formpage.notconfig.removeaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZCustomerUsr3EditView' + (this.$t('app.formpage.notconfig.removeaction') as string) });
return; return;
} }
const arg: any = opt[0]; const arg: any = opt[0];
......
...@@ -10055,6 +10055,118 @@ ...@@ -10055,6 +10055,118 @@
"enableDataExport" : true, "enableDataExport" : true,
"enableDataImport" : true, "enableDataImport" : true,
"major" : true "major" : true
}, {
"aPIMode" : 1,
"codeName" : "IBIZSample0024",
"getLNPSLanguageRes" : {
"defaultContent" : "包数据1",
"lanResTag" : "DE.LNAME.IBIZSAMPLE0024",
"lanResType" : "DE.LNAME",
"name" : "实体逻辑名称(DE.LNAME.*)[IBIZSAMPLE0024]",
"refFlag" : true
},
"logicName" : "包数据1",
"mOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0024",
"name" : "IBIZSAMPLE0024",
"getPSDEServiceAPIFields" : [ {
"codeName" : "Name",
"codeName2" : "Name",
"logicName" : "名称",
"mOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0024/psdeserviceapifields/Name",
"name" : "NAME",
"orderValue" : 1000,
"rTMOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0024/psdeserviceapifields/Name",
"stdDataType" : 25,
"stringLength" : 100,
"allowEmpty" : true,
"enableCreate" : true,
"enableModify" : true,
"keyField" : true,
"majorField" : true
} ],
"getPSDEServiceAPIMethods" : [ {
"codeName" : "Select",
"dataAccessAction" : "READ",
"methodType" : "SELECT",
"name" : "Select",
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"type" : "UNKNOWN"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"type" : "UNKNOWN"
},
"rTMOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0024/psdesadetails/Select",
"requestMethod" : "GET",
"requestParamType" : "URIPARAM",
"requestPath" : "/select",
"uniqueTag" : "IBIZSAMPLE0024__SELECT"
} ],
"getPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0024.json"
},
"rTMOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0024",
"enableDataExport" : true,
"enableDataImport" : true,
"major" : true
}, {
"aPIMode" : 1,
"codeName" : "IBIZSample0025",
"getLNPSLanguageRes" : {
"defaultContent" : "子包数据",
"lanResTag" : "DE.LNAME.IBIZSAMPLE0025",
"lanResType" : "DE.LNAME",
"name" : "实体逻辑名称(DE.LNAME.*)[IBIZSAMPLE0025]",
"refFlag" : true
},
"logicName" : "子包数据",
"mOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0025",
"name" : "IBIZSAMPLE0025",
"getPSDEServiceAPIFields" : [ {
"codeName" : "Name",
"codeName2" : "Name",
"logicName" : "名称",
"mOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0025/psdeserviceapifields/Name",
"name" : "NAME",
"orderValue" : 1000,
"rTMOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0025/psdeserviceapifields/Name",
"stdDataType" : 25,
"stringLength" : 100,
"allowEmpty" : true,
"enableCreate" : true,
"enableModify" : true,
"keyField" : true,
"majorField" : true
} ],
"getPSDEServiceAPIMethods" : [ {
"codeName" : "Select",
"dataAccessAction" : "READ",
"methodType" : "SELECT",
"name" : "Select",
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"type" : "UNKNOWN"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"type" : "UNKNOWN"
},
"rTMOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0025/psdesadetails/Select",
"requestMethod" : "GET",
"requestParamType" : "URIPARAM",
"requestPath" : "/select",
"uniqueTag" : "IBIZSAMPLE0025__SELECT"
} ],
"getPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0025.json"
},
"rTMOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0025",
"enableDataExport" : true,
"enableDataImport" : true,
"major" : true
}, { }, {
"aPIMode" : 1, "aPIMode" : 1,
"codeName" : "IBIZSample0014", "codeName" : "IBIZSample0014",
...@@ -12150,6 +12262,260 @@ ...@@ -12150,6 +12262,260 @@
"enableDataExport" : true, "enableDataExport" : true,
"enableDataImport" : true, "enableDataImport" : true,
"major" : true "major" : true
}, {
"aPIMode" : 1,
"codeName" : "IBIZSample0022",
"getLNPSLanguageRes" : {
"defaultContent" : "数组属性",
"lanResTag" : "DE.LNAME.IBIZSAMPLE0022",
"lanResType" : "DE.LNAME",
"name" : "实体逻辑名称(DE.LNAME.*)[IBIZSAMPLE0022]",
"refFlag" : true
},
"logicName" : "数组属性",
"mOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022",
"name" : "IBIZSAMPLE0022",
"getPSDEServiceAPIFields" : [ {
"codeName" : "IBIZSample0022Name",
"codeName2" : "IBIZSample0022Name",
"getLNPSLanguageRes" : {
"defaultContent" : "数组属性名称",
"lanResTag" : "DEF.LNAME.IBIZSAMPLE0022NAME",
"lanResType" : "DEF.LNAME",
"name" : "属性逻辑名称(DEF.LNAME.*)[IBIZSAMPLE0022NAME]",
"refFlag" : true
},
"logicName" : "数组属性名称",
"mOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/IBIZSample0022Name",
"name" : "IBIZSAMPLE0022NAME",
"orderValue" : 1000,
"rTMOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/IBIZSample0022Name",
"stdDataType" : 25,
"stringLength" : 200,
"allowEmpty" : true,
"enableCreate" : true,
"enableModify" : true,
"keyField" : false,
"majorField" : true
}, {
"codeName" : "IBIZSample0022Id",
"codeName2" : "IBIZSample0022Id",
"getLNPSLanguageRes" : {
"defaultContent" : "数组属性标识",
"lanResTag" : "DEF.LNAME.IBIZSAMPLE0022ID",
"lanResType" : "DEF.LNAME",
"name" : "属性逻辑名称(DEF.LNAME.*)[IBIZSAMPLE0022ID]",
"refFlag" : true
},
"logicName" : "数组属性标识",
"mOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/IBIZSample0022Id",
"name" : "IBIZSAMPLE0022ID",
"orderValue" : 1000,
"rTMOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/IBIZSample0022Id",
"stdDataType" : 25,
"stringLength" : 100,
"allowEmpty" : false,
"enableCreate" : true,
"enableModify" : true,
"keyField" : true,
"majorField" : false
}, {
"codeName" : "CreateMan",
"codeName2" : "CreateMan",
"getLNPSLanguageRes" : {
"defaultContent" : "建立人",
"lanResTag" : "DEF.LNAME.CREATEMAN",
"lanResType" : "DEF.LNAME",
"mOSFilePath" : "pslanguageres/Auto859",
"name" : "属性逻辑名称(DEF.LNAME.*)[CREATEMAN]",
"rTMOSFilePath" : "pslanguageres/Auto859",
"refFlag" : true
},
"logicName" : "建立人",
"mOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/CreateMan",
"name" : "CREATEMAN",
"orderValue" : 1000,
"rTMOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/CreateMan",
"stdDataType" : 25,
"stringLength" : 60,
"allowEmpty" : false,
"enableCreate" : true,
"enableModify" : true,
"keyField" : false,
"majorField" : false
}, {
"codeName" : "UpdateMan",
"codeName2" : "UpdateMan",
"getLNPSLanguageRes" : {
"defaultContent" : "更新人",
"lanResTag" : "DEF.LNAME.UPDATEMAN",
"lanResType" : "DEF.LNAME",
"mOSFilePath" : "pslanguageres/Auto202",
"name" : "属性逻辑名称(DEF.LNAME.*)[UPDATEMAN]",
"rTMOSFilePath" : "pslanguageres/Auto202",
"refFlag" : true
},
"logicName" : "更新人",
"mOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/UpdateMan",
"name" : "UPDATEMAN",
"orderValue" : 1000,
"rTMOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/UpdateMan",
"stdDataType" : 25,
"stringLength" : 60,
"allowEmpty" : false,
"enableCreate" : true,
"enableModify" : true,
"keyField" : false,
"majorField" : false
}, {
"codeName" : "CreateDate",
"codeName2" : "CreateDate",
"getLNPSLanguageRes" : {
"defaultContent" : "建立时间",
"lanResTag" : "DEF.LNAME.CREATEDATE",
"lanResType" : "DEF.LNAME",
"mOSFilePath" : "pslanguageres/Auto964",
"name" : "属性逻辑名称(DEF.LNAME.*)[CREATEDATE]",
"rTMOSFilePath" : "pslanguageres/Auto964",
"refFlag" : true
},
"logicName" : "建立时间",
"mOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/CreateDate",
"name" : "CREATEDATE",
"orderValue" : 1000,
"rTMOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/CreateDate",
"stdDataType" : 5,
"allowEmpty" : false,
"enableCreate" : true,
"enableModify" : true,
"keyField" : false,
"majorField" : false
}, {
"codeName" : "UpdateDate",
"codeName2" : "UpdateDate",
"getLNPSLanguageRes" : {
"defaultContent" : "更新时间",
"lanResTag" : "DEF.LNAME.UPDATEDATE",
"lanResType" : "DEF.LNAME",
"mOSFilePath" : "pslanguageres/Auto1074",
"name" : "属性逻辑名称(DEF.LNAME.*)[UPDATEDATE]",
"rTMOSFilePath" : "pslanguageres/Auto1074",
"refFlag" : true
},
"logicName" : "更新时间",
"mOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/UpdateDate",
"name" : "UPDATEDATE",
"orderValue" : 1000,
"rTMOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/UpdateDate",
"stdDataType" : 5,
"allowEmpty" : false,
"enableCreate" : true,
"enableModify" : true,
"keyField" : false,
"majorField" : false
}, {
"codeName" : "TextArray",
"codeName2" : "TextArray",
"logicName" : "文本数组",
"mOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/TextArray",
"name" : "TEXTARRAY",
"orderValue" : 1000,
"rTMOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/TextArray",
"stdDataType" : 25,
"stringLength" : 1000,
"allowEmpty" : true,
"enableCreate" : true,
"enableModify" : true,
"keyField" : false,
"majorField" : false
}, {
"codeName" : "IntArray",
"codeName2" : "IntArray",
"logicName" : "整形数组",
"mOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/IntArray",
"name" : "INTARRAY",
"orderValue" : 1000,
"rTMOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/IntArray",
"stdDataType" : 25,
"stringLength" : 1000,
"allowEmpty" : true,
"enableCreate" : true,
"enableModify" : true,
"keyField" : false,
"majorField" : false
}, {
"codeName" : "BigintArray",
"codeName2" : "BigintArray",
"logicName" : "大整形数组",
"mOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/BigintArray",
"name" : "BIGINTARRAY",
"orderValue" : 1000,
"rTMOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/BigintArray",
"stdDataType" : 25,
"stringLength" : 1000,
"allowEmpty" : true,
"enableCreate" : true,
"enableModify" : true,
"keyField" : false,
"majorField" : false
}, {
"codeName" : "FloatArray",
"codeName2" : "FloatArray",
"logicName" : "浮点数组",
"mOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/FloatArray",
"name" : "FLOATARRAY",
"orderValue" : 1000,
"rTMOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/FloatArray",
"stdDataType" : 25,
"stringLength" : 1000,
"allowEmpty" : true,
"enableCreate" : true,
"enableModify" : true,
"keyField" : false,
"majorField" : false
}, {
"codeName" : "DecimalArray",
"codeName2" : "DecimalArray",
"logicName" : "数值数组",
"mOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/DecimalArray",
"name" : "DECIMALARRAY",
"orderValue" : 1000,
"rTMOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/DecimalArray",
"stdDataType" : 25,
"stringLength" : 1000,
"allowEmpty" : true,
"enableCreate" : true,
"enableModify" : true,
"keyField" : false,
"majorField" : false
} ],
"getPSDEServiceAPIMethods" : [ {
"codeName" : "Select",
"dataAccessAction" : "READ",
"methodType" : "SELECT",
"name" : "Select",
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"type" : "UNKNOWN"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"type" : "UNKNOWN"
},
"rTMOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdesadetails/Select",
"requestMethod" : "GET",
"requestParamType" : "URIPARAM",
"requestPath" : "/select",
"uniqueTag" : "IBIZSAMPLE0022__SELECT"
} ],
"getPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0022.json"
},
"rTMOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022",
"enableDataExport" : true,
"enableDataImport" : true,
"major" : true
}, { }, {
"aPIMode" : 1, "aPIMode" : 1,
"codeName" : "IBIZSample0018", "codeName" : "IBIZSample0018",
...@@ -14704,6 +15070,200 @@ ...@@ -14704,6 +15070,200 @@
"enableDataExport" : true, "enableDataExport" : true,
"enableDataImport" : true, "enableDataImport" : true,
"major" : true "major" : true
}, {
"aPIMode" : 1,
"codeName" : "IBIZSample0023",
"getLNPSLanguageRes" : {
"defaultContent" : "头数据",
"lanResTag" : "DE.LNAME.IBIZSAMPLE0023",
"lanResType" : "DE.LNAME",
"name" : "实体逻辑名称(DE.LNAME.*)[IBIZSAMPLE0023]",
"refFlag" : true
},
"logicName" : "头数据",
"mOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0023",
"name" : "IBIZSAMPLE0023",
"getPSDEServiceAPIFields" : [ {
"codeName" : "IBIZSample0023Id",
"codeName2" : "IBIZSample0023Id",
"getLNPSLanguageRes" : {
"defaultContent" : "头数据标识",
"lanResTag" : "DEF.LNAME.IBIZSAMPLE0023ID",
"lanResType" : "DEF.LNAME",
"name" : "属性逻辑名称(DEF.LNAME.*)[IBIZSAMPLE0023ID]",
"refFlag" : true
},
"logicName" : "头数据标识",
"mOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0023/psdeserviceapifields/IBIZSample0023Id",
"name" : "IBIZSAMPLE0023ID",
"orderValue" : 1000,
"rTMOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0023/psdeserviceapifields/IBIZSample0023Id",
"stdDataType" : 25,
"stringLength" : 100,
"allowEmpty" : false,
"enableCreate" : true,
"enableModify" : true,
"keyField" : true,
"majorField" : false
}, {
"codeName" : "UpdateDate",
"codeName2" : "UpdateDate",
"getLNPSLanguageRes" : {
"defaultContent" : "更新时间",
"lanResTag" : "DEF.LNAME.UPDATEDATE",
"lanResType" : "DEF.LNAME",
"mOSFilePath" : "pslanguageres/Auto1074",
"name" : "属性逻辑名称(DEF.LNAME.*)[UPDATEDATE]",
"rTMOSFilePath" : "pslanguageres/Auto1074",
"refFlag" : true
},
"logicName" : "更新时间",
"mOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0023/psdeserviceapifields/UpdateDate",
"name" : "UPDATEDATE",
"orderValue" : 1000,
"rTMOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0023/psdeserviceapifields/UpdateDate",
"stdDataType" : 5,
"allowEmpty" : false,
"enableCreate" : true,
"enableModify" : true,
"keyField" : false,
"majorField" : false
}, {
"codeName" : "CreateMan",
"codeName2" : "CreateMan",
"getLNPSLanguageRes" : {
"defaultContent" : "建立人",
"lanResTag" : "DEF.LNAME.CREATEMAN",
"lanResType" : "DEF.LNAME",
"mOSFilePath" : "pslanguageres/Auto859",
"name" : "属性逻辑名称(DEF.LNAME.*)[CREATEMAN]",
"rTMOSFilePath" : "pslanguageres/Auto859",
"refFlag" : true
},
"logicName" : "建立人",
"mOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0023/psdeserviceapifields/CreateMan",
"name" : "CREATEMAN",
"orderValue" : 1000,
"rTMOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0023/psdeserviceapifields/CreateMan",
"stdDataType" : 25,
"stringLength" : 60,
"allowEmpty" : false,
"enableCreate" : true,
"enableModify" : true,
"keyField" : false,
"majorField" : false
}, {
"codeName" : "UpdateMan",
"codeName2" : "UpdateMan",
"getLNPSLanguageRes" : {
"defaultContent" : "更新人",
"lanResTag" : "DEF.LNAME.UPDATEMAN",
"lanResType" : "DEF.LNAME",
"mOSFilePath" : "pslanguageres/Auto202",
"name" : "属性逻辑名称(DEF.LNAME.*)[UPDATEMAN]",
"rTMOSFilePath" : "pslanguageres/Auto202",
"refFlag" : true
},
"logicName" : "更新人",
"mOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0023/psdeserviceapifields/UpdateMan",
"name" : "UPDATEMAN",
"orderValue" : 1000,
"rTMOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0023/psdeserviceapifields/UpdateMan",
"stdDataType" : 25,
"stringLength" : 60,
"allowEmpty" : false,
"enableCreate" : true,
"enableModify" : true,
"keyField" : false,
"majorField" : false
}, {
"codeName" : "CreateDate",
"codeName2" : "CreateDate",
"getLNPSLanguageRes" : {
"defaultContent" : "建立时间",
"lanResTag" : "DEF.LNAME.CREATEDATE",
"lanResType" : "DEF.LNAME",
"mOSFilePath" : "pslanguageres/Auto964",
"name" : "属性逻辑名称(DEF.LNAME.*)[CREATEDATE]",
"rTMOSFilePath" : "pslanguageres/Auto964",
"refFlag" : true
},
"logicName" : "建立时间",
"mOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0023/psdeserviceapifields/CreateDate",
"name" : "CREATEDATE",
"orderValue" : 1000,
"rTMOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0023/psdeserviceapifields/CreateDate",
"stdDataType" : 5,
"allowEmpty" : false,
"enableCreate" : true,
"enableModify" : true,
"keyField" : false,
"majorField" : false
}, {
"codeName" : "IBIZSample0023Name",
"codeName2" : "IBIZSample0023Name",
"getLNPSLanguageRes" : {
"defaultContent" : "头数据名称",
"lanResTag" : "DEF.LNAME.IBIZSAMPLE0023NAME",
"lanResType" : "DEF.LNAME",
"name" : "属性逻辑名称(DEF.LNAME.*)[IBIZSAMPLE0023NAME]",
"refFlag" : true
},
"logicName" : "头数据名称",
"mOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0023/psdeserviceapifields/IBIZSample0023Name",
"name" : "IBIZSAMPLE0023NAME",
"orderValue" : 1000,
"rTMOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0023/psdeserviceapifields/IBIZSample0023Name",
"stdDataType" : 25,
"stringLength" : 200,
"allowEmpty" : true,
"enableCreate" : true,
"enableModify" : true,
"keyField" : false,
"majorField" : true
}, {
"codeName" : "Field23",
"codeName2" : "Field23",
"logicName" : "Field23",
"mOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0023/psdeserviceapifields/Field23",
"name" : "FIELD23",
"orderValue" : 1000,
"rTMOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0023/psdeserviceapifields/Field23",
"stdDataType" : 21,
"stringLength" : 1048576,
"allowEmpty" : true,
"enableCreate" : true,
"enableModify" : true,
"keyField" : false,
"majorField" : false
} ],
"getPSDEServiceAPIMethods" : [ {
"codeName" : "Select",
"dataAccessAction" : "READ",
"methodType" : "SELECT",
"name" : "Select",
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"type" : "UNKNOWN"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"type" : "UNKNOWN"
},
"rTMOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0023/psdesadetails/Select",
"requestMethod" : "GET",
"requestParamType" : "URIPARAM",
"requestPath" : "/select",
"uniqueTag" : "IBIZSAMPLE0023__SELECT"
} ],
"getPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023.json"
},
"rTMOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0023",
"enableDataExport" : true,
"enableDataImport" : true,
"major" : true
}, { }, {
"aPIMode" : 1, "aPIMode" : 1,
"codeName" : "IBIZSoftwareSuit", "codeName" : "IBIZSoftwareSuit",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册