提交 68237f86 编写于 作者: ibizdev's avatar ibizdev

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

上级 0203a969
......@@ -1460,7 +1460,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
*/
public async load(opt: any = {}): Promise<any> {
if(!this.loadAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.loadaction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.loadaction') as string) });
return;
}
const arg: any = { ...opt };
......@@ -1507,7 +1507,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
*/
public async loadDraft(opt: any = {}): Promise<any> {
if (!this.loaddraftAction) {
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) });
return;
}
const arg: any = { ...opt } ;
......@@ -1577,7 +1577,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.actionname') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.actionname') as string) });
return;
}
Object.assign(arg,{viewparams:this.viewparams});
......@@ -1687,7 +1687,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.actionname') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.actionname') as string) });
return;
}
Object.assign(arg, { viewparams: this.viewparams });
......@@ -1779,7 +1779,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
public remove(opt:Array<any> = [],showResultInfo?: boolean): Promise<any> {
return new Promise((resolve: any, reject: any) => {
if(!this.removeAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.removeaction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.removeaction') as string) });
return;
}
const arg: any = opt[0];
......
......@@ -1422,7 +1422,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
*/
public async load(opt: any = {}): Promise<any> {
if(!this.loadAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.loadaction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.loadaction') as string) });
return;
}
const arg: any = { ...opt };
......@@ -1469,7 +1469,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
*/
public async loadDraft(opt: any = {}): Promise<any> {
if (!this.loaddraftAction) {
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) });
return;
}
const arg: any = { ...opt } ;
......@@ -1539,7 +1539,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.actionname') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.actionname') as string) });
return;
}
Object.assign(arg,{viewparams:this.viewparams});
......@@ -1649,7 +1649,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.actionname') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.actionname') as string) });
return;
}
Object.assign(arg, { viewparams: this.viewparams });
......@@ -1741,7 +1741,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
public remove(opt:Array<any> = [],showResultInfo?: boolean): Promise<any> {
return new Promise((resolve: any, reject: any) => {
if(!this.removeAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.removeaction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.removeaction') as string) });
return;
}
const arg: any = opt[0];
......
......@@ -1541,7 +1541,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
*/
public async load(opt: any = {}): Promise<any> {
if(!this.loadAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.loadaction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.loadaction') as string) });
return;
}
const arg: any = { ...opt };
......@@ -1588,7 +1588,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
*/
public async loadDraft(opt: any = {}): Promise<any> {
if (!this.loaddraftAction) {
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) });
return;
}
const arg: any = { ...opt } ;
......@@ -1658,7 +1658,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.actionname') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.actionname') as string) });
return;
}
Object.assign(arg,{viewparams:this.viewparams});
......@@ -1768,7 +1768,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.actionname') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.actionname') as string) });
return;
}
Object.assign(arg, { viewparams: this.viewparams });
......@@ -1860,7 +1860,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
public remove(opt:Array<any> = [],showResultInfo?: boolean): Promise<any> {
return new Promise((resolve: any, reject: any) => {
if(!this.removeAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.removeaction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.removeaction') as string) });
return;
}
const arg: any = opt[0];
......
......@@ -369,7 +369,7 @@ export default class GuideBase extends Vue implements ControlInterface {
* @type {Boolean}
* @memberof GuideBase
*/
public isShowStepBar: Boolean = true ;
public isShowStepBar: Boolean = false ;
/**
* 获取多项数据
......
......@@ -673,7 +673,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface
*/
public load(opt: any = {}): void {
if(!this.loadAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKCalendarView' + (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;
}
const arg: any = { ...opt };
......@@ -709,7 +709,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface
*/
public async loadDraft(opt: any = {},mode?:string): Promise<any> {
if(!this.loaddraftAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKCalendarView' + (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;
}
const arg: any = { ...opt } ;
......
......@@ -11,7 +11,7 @@ export default class Usr2Model {
* 获取数据项集合
*
* @returns {any[]}
* @memberof Usr2DataViewMode
* @memberof Usr2Dataviewexpbar_dataviewMode
*/
public getDataItems(): any[] {
return [
......@@ -43,17 +43,6 @@ export default class Usr2Model {
dataType: 'FONTKEY',
},
{
name: 'n_ibizbookname_like',
prop: 'n_ibizbookname_like',
dataType: 'QUERYPARAM'
},
{
name: 'n_price_gtandeq',
prop: 'n_price_gtandeq',
dataType: 'QUERYPARAM'
},
{
name:'size',
......
......@@ -698,7 +698,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
*/
public async load(opt: any = {}, isReset: boolean = false): Promise<any> {
if(!this.fetchAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr4DataView' + (this.$t('app.list.notConfig.fetchAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKTestCLDataView' + (this.$t('app.list.notConfig.fetchAction') as string) });
return;
}
const arg: any = {...opt};
......@@ -792,7 +792,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
*/
public async remove(datas: any[]): Promise<any> {
if(!this.removeAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr4DataView' + (this.$t('app.gridpage.notConfig.removeAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKTestCLDataView' + (this.$t('app.gridpage.notConfig.removeAction') as string) });
return;
}
let _datas:any[] = [];
......@@ -908,7 +908,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
try {
if(Object.is(item.rowDataState, 'create')){
if(!this.createAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr4DataView' + (this.$t('app.list.notConfig.createAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKTestCLDataView' + (this.$t('app.list.notConfig.createAction') as string) });
}else{
Object.assign(item,{viewparams:this.viewparams});
let response = await this.service.add(this.createAction, JSON.parse(JSON.stringify(this.context)),item, this.showBusyIndicator);
......@@ -916,7 +916,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
}
}else if(Object.is(item.rowDataState, 'update')){
if(!this.updateAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr4DataView' + (this.$t('app.list.notConfig.updateAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKTestCLDataView' + (this.$t('app.list.notConfig.updateAction') as string) });
}else{
Object.assign(item,{viewparams:this.viewparams});
if(item.ibizbook){
......
......@@ -1011,7 +1011,7 @@ export default class MainBase extends Vue implements ControlInterface {
if (!this.fetchAction) {
this.$Notice.error({
title: this.$t("app.commonWords.wrong") as string,
desc: "IBIZOrderDetailGridView9" + (this.$t("app.gridpage.notConfig.fetchAction") as string),
desc: "IBIZOrderDetailSGridView" + (this.$t("app.gridpage.notConfig.fetchAction") as string),
});
return;
}
......@@ -1140,7 +1140,7 @@ export default class MainBase extends Vue implements ControlInterface {
if (!this.removeAction) {
this.$Notice.error({
title: (this.$t('app.commonWords.wrong') as string),
desc: 'IBIZOrderDetailGridView9' + (this.$t('app.gridpage.notConfig.removeAction') as string)
desc: 'IBIZOrderDetailSGridView' + (this.$t('app.gridpage.notConfig.removeAction') as string)
});
return;
}
......@@ -1254,7 +1254,7 @@ export default class MainBase extends Vue implements ControlInterface {
*/
public addBatch(arg: any = {}): void {
if(!this.fetchAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailGridView9'+(this.$t('app.gridpage.notConfig.fetchAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailSGridView'+(this.$t('app.gridpage.notConfig.fetchAction') as string) });
return;
}
if(!arg){
......@@ -2151,7 +2151,7 @@ export default class MainBase extends Vue implements ControlInterface {
try {
if (Object.is(item.rowDataState, 'create')) {
if (!this.createAction) {
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailGridView9'+(this.$t('app.gridpage.notConfig.createAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailSGridView'+(this.$t('app.gridpage.notConfig.createAction') as string) });
} else {
Object.assign(item, { viewparams: this.viewparams });
const tempContext = Util.deepCopy(this.context);
......@@ -2160,7 +2160,7 @@ export default class MainBase extends Vue implements ControlInterface {
}
}else if (Object.is(item.rowDataState, 'update')){
if (!this.updateAction) {
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailGridView9'+(this.$t('app.gridpage.notConfig.updateAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailSGridView'+(this.$t('app.gridpage.notConfig.updateAction') as string) });
} else {
Object.assign(item, { viewparams: this.viewparams });
const tempContext = Util.deepCopy(this.context);
......@@ -2236,7 +2236,7 @@ export default class MainBase extends Vue implements ControlInterface {
if(!this.loaddraftAction){
this.$Notice.error({
title: (this.$t('app.commonWords.wrong') as string),
desc: 'IBIZOrderDetailGridView9' + (this.$t('app.gridpage.notConfig.loaddraftAction') as string)
desc: 'IBIZOrderDetailSGridView' + (this.$t('app.gridpage.notConfig.loaddraftAction') as string)
});
return;
}
......
......@@ -591,6 +591,9 @@
}, {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0025.json"
}, {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0026.json"
}, {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSoftwareSuit.json"
......
......@@ -2,6 +2,19 @@
"dBType" : "MYSQL5",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdedataqueries/x/psdedqcodes/MYSQL5",
"name" : "MySQL5",
"getPSDEDataQueryCodeConds" : [ {
"condType" : "CUSTOM",
"customCond" : "( t11.`ORDERTYPE` = #{ctx.datacontext.ordertype} )",
"name" : "查询条件"
}, {
"condType" : "CUSTOM",
"customCond" : "( t31.`UNIT` = #{ctx.datacontext.unit} )",
"name" : "查询条件"
}, {
"condType" : "CUSTOM",
"customCond" : "( t1.`UNITPRICE` > 10 AND ( <choose><when test=\"#{ctx.datacontext.unit} !=null \"> t21.`UNIT` = #{ctx.datacontext.unit} <otherwise>1=1</otherwise></choose><!-- SA.SRFDA.PS.Core.DataEntity.DS.PSDEDQFieldConditionImpl@38dce82d no parent --> OR t21.`UNIT` <> #{ctx.datacontext.notunit} ) )",
"name" : "查询条件"
} ],
"getPSDEDataQueryCodeExps" : [ {
"expression" : "t1.`QUANTITY`*t1.`UNITPRICE`",
"name" : "AMOUNT"
......@@ -51,7 +64,7 @@
"expression" : "t1.`UPDATEMAN`",
"name" : "UPDATEMAN"
} ],
"queryCode" : "SELECT\nt1.`QUANTITY`*t1.`UNITPRICE` AS `AMOUNT`,\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`IBIZORDERDETAILA`,\nt1.`IBIZORDERDETAILID`,\nt1.`IBIZORDERDETAILNAME`,\nt1.`IBIZORDERID`,\nt11.`IBIZORDERNAME`,\nt1.`IBIZUNIPRODUCTID`,\nt21.`IBIZUNIPRODUCTNAME`,\nt11.`ORDERUID`,\nt1.`QUANTITY`,\nt21.`UNIT`,\nt1.`UNITPRICE`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`\nFROM `T_IBIZORDERDETAIL` t1 \nLEFT JOIN `T_IBIZORDER` t11 ON t1.`IBIZORDERID` = t11.`IBIZORDERID` \nLEFT JOIN `T_IBIZUNIPRODUCT` t21 ON t1.`IBIZUNIPRODUCTID` = t21.`IBIZUNIPRODUCTID` \n",
"queryCode" : "SELECT\nt1.`QUANTITY`*t1.`UNITPRICE` AS `AMOUNT`,\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`IBIZORDERDETAILA`,\nt1.`IBIZORDERDETAILID`,\nt1.`IBIZORDERDETAILNAME`,\nt1.`IBIZORDERID`,\nt11.`IBIZORDERNAME`,\nt1.`IBIZUNIPRODUCTID`,\nt21.`IBIZUNIPRODUCTNAME`,\nt11.`ORDERUID`,\nt1.`QUANTITY`,\nt21.`UNIT`,\nt1.`UNITPRICE`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`\nFROM `T_IBIZORDERDETAIL` t1 \nLEFT JOIN `T_IBIZORDER` t11 ON t1.`IBIZORDERID` = t11.`IBIZORDERID` \nLEFT JOIN `T_IBIZUNIPRODUCT` t21 ON t1.`IBIZUNIPRODUCTID` = t21.`IBIZUNIPRODUCTID` \nRIGHT JOIN `T_IBIZUNIPRODUCT` t31 ON t1.`IBIZUNIPRODUCTID` = t31.`IBIZUNIPRODUCTID` \n",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdedataqueries/x/psdedqcodes/MYSQL5",
"id" : "PSMODULES/Sample/PSDATAENTITIES/IBIZOrderDetail/PSDEDATAQUERIES/X/PSDEDQCODES/MYSQL5.json"
}
\ No newline at end of file
......@@ -1549,6 +1549,33 @@
"codeName" : "IBIZSample0023Name"
},
"getMajorPSDERs" : [ {
"codeName" : "IBIZSample0023",
"dERType" : "DER1N",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0026/PSDERS/DER1N_IBIZSAMPLE0026_IBIZSAMPLE0023_IBIZSAMPLE0023ID.json",
"fKeyName" : "F618E6B9E43C273C43",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0026/minorpsders/DER1N_IBIZSAMPLE0026_IBIZSAMPLE0023_IBIZSAMPLE0023ID",
"getMajorPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023.json"
},
"masterOrder" : -1,
"masterRS" : 0,
"getMinorPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0026.json"
},
"name" : "DER1N_IBIZSAMPLE0026_IBIZSAMPLE0023_IBIZSAMPLE0023ID",
"orderValue" : 100,
"getPSPickupDEField" : {
"name" : "IBIZSAMPLE0023ID",
"codeName" : "IBIZSample0023Id"
},
"pickupDEFName" : "IBIZSAMPLE0023ID",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0026/minorpsders/DER1N_IBIZSAMPLE0026_IBIZSAMPLE0023_IBIZSAMPLE0023ID",
"removeActionType" : -1,
"removeOrder" : 0,
"enableFKey" : true
}, {
"codeName" : "IBIZSample0023",
"dERSubType" : "DER11",
"dERType" : "DERCUSTOM",
......@@ -1589,7 +1616,7 @@
"removeActionType" : 0,
"removeOrder" : -1
} ],
"memo" : "演示属性1:N,1:1",
"memo" : "演示属性1:N,1:1 属性 (属性存储和实体存储)",
"name" : "IBIZSAMPLE0023",
"getPSSysDBScheme" : {
"modelref" : true,
......
......@@ -676,7 +676,7 @@
"name" : "实体逻辑名称(DE.LNAME.*)[IBIZSAMPLE0024]",
"refFlag" : true
},
"logicName" : "包数据1",
"logicName" : "包数据1(无存储)",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0024",
"getMajorPSDEField" : {
"name" : "NAME",
......
......@@ -668,7 +668,7 @@
"name" : "实体逻辑名称(DE.LNAME.*)[IBIZSAMPLE0025]",
"refFlag" : true
},
"logicName" : "子包数据",
"logicName" : "子包数据1(无存储)",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0025",
"getMajorPSDEField" : {
"name" : "NAME",
......
{
"actionMode" : "CHECKKEY",
"actionType" : "BUILTIN",
"codeName" : "CheckKey",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0026/PSDEACTIONS/CheckKey.json",
"logicName" : "CheckKey",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0026/psdeactions/CheckKey",
"name" : "CheckKey",
"getPSDEActionInput" : {
"name" : "CheckKeyInput",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "IBIZSample0026DTO"
},
"type" : "DTO"
},
"getPSDEActionReturn" : {
"name" : "CheckKeyResult",
"stdDataType" : 9,
"type" : "SIMPLE"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0026/psdeactions/CheckKey",
"builtinAction" : true
}
\ No newline at end of file
{
"actionMode" : "CREATE",
"actionType" : "BUILTIN",
"codeName" : "Create",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0026/PSDEACTIONS/Create.json",
"logicName" : "Create",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0026/psdeactions/Create",
"name" : "Create",
"orderValue" : 1,
"getPSDEActionInput" : {
"name" : "CreateInput",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "IBIZSample0026DTO"
},
"type" : "DTO",
"output" : true
},
"getPSDEActionReturn" : {
"name" : "CreateResult",
"type" : "VOID"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0026/psdeactions/Create",
"builtinAction" : true
}
\ No newline at end of file
{
"actionMode" : "READ",
"actionType" : "BUILTIN",
"codeName" : "Get",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0026/PSDEACTIONS/Get.json",
"logicName" : "Get",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0026/psdeactions/Get",
"name" : "Get",
"orderValue" : 31,
"getPSDEActionInput" : {
"getKeyPSDEField" : {
"name" : "IBIZSAMPLE0026ID",
"codeName" : "IBIZSample0026Id"
},
"name" : "GetInput",
"type" : "KEYFIELD"
},
"getPSDEActionReturn" : {
"name" : "GetResult",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "IBIZSample0026DTO"
},
"type" : "DTO"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0026/psdeactions/Get",
"builtinAction" : true
}
\ No newline at end of file
{
"actionMode" : "GETDRAFT",
"actionType" : "BUILTIN",
"codeName" : "GetDraft",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0026/PSDEACTIONS/GetDraft.json",
"logicName" : "GetDraft",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0026/psdeactions/GetDraft",
"name" : "GetDraft",
"orderValue" : 41,
"getPSDEActionInput" : {
"name" : "GetDraftInput",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "IBIZSample0026DTO"
},
"type" : "DTO"
},
"getPSDEActionReturn" : {
"name" : "GetDraftResult",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "IBIZSample0026DTO"
},
"type" : "DTO"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0026/psdeactions/GetDraft",
"builtinAction" : true
}
\ No newline at end of file
{
"actionMode" : "DELETE",
"actionType" : "BUILTIN",
"batchActionMode" : 1,
"codeName" : "Remove",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0026/PSDEACTIONS/Remove.json",
"logicName" : "Remove",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0026/psdeactions/Remove",
"name" : "Remove",
"orderValue" : 21,
"getPSDEActionInput" : {
"getKeyPSDEField" : {
"name" : "IBIZSAMPLE0026ID",
"codeName" : "IBIZSample0026Id"
},
"name" : "RemoveInput",
"type" : "KEYFIELDS"
},
"getPSDEActionReturn" : {
"name" : "RemoveResult",
"type" : "VOID"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0026/psdeactions/Remove",
"batchAction" : true,
"builtinAction" : true
}
\ No newline at end of file
{
"actionMode" : "UNKNOWN",
"actionType" : "BUILTIN",
"codeName" : "Save",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0026/PSDEACTIONS/Save.json",
"logicName" : "Save",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0026/psdeactions/Save",
"name" : "Save",
"getPSDEActionInput" : {
"name" : "SaveInput",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "IBIZSample0026DTO"
},
"type" : "DTO"
},
"getPSDEActionReturn" : {
"name" : "SaveResult",
"type" : "VOID"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0026/psdeactions/Save",
"builtinAction" : true
}
\ No newline at end of file
{
"actionMode" : "UPDATE",
"actionType" : "BUILTIN",
"codeName" : "Update",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0026/PSDEACTIONS/Update.json",
"logicName" : "Update",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0026/psdeactions/Update",
"name" : "Update",
"orderValue" : 11,
"getPSDEActionInput" : {
"name" : "UpdateInput",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "IBIZSample0026DTO"
},
"type" : "DTO",
"output" : true
},
"getPSDEActionReturn" : {
"name" : "UpdateResult",
"type" : "VOID"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0026/psdeactions/Update",
"builtinAction" : true
}
\ No newline at end of file
{
"dBType" : "MYSQL5",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0026/psdedataqueries/DEFAULT/psdedqcodes/MYSQL5",
"name" : "MySQL5",
"getPSDEDataQueryCodeExps" : [ {
"expression" : "t1.`CREATEDATE`",
"name" : "CREATEDATE"
}, {
"expression" : "t1.`CREATEMAN`",
"name" : "CREATEMAN"
}, {
"expression" : "t1.`IBIZSAMPLE0023ID`",
"name" : "IBIZSAMPLE0023ID"
}, {
"expression" : "t1.`IBIZSAMPLE0026ID`",
"name" : "IBIZSAMPLE0026ID"
}, {
"expression" : "t1.`IBIZSAMPLE0026NAME`",
"name" : "IBIZSAMPLE0026NAME"
}, {
"expression" : "t1.`UPDATEDATE`",
"name" : "UPDATEDATE"
}, {
"expression" : "t1.`UPDATEMAN`",
"name" : "UPDATEMAN"
} ],
"queryCode" : "SELECT\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`IBIZSAMPLE0023ID`,\nt1.`IBIZSAMPLE0026ID`,\nt1.`IBIZSAMPLE0026NAME`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`\nFROM `T_IBIZSAMPLE0026` t1 \n",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0026/psdedataqueries/DEFAULT/psdedqcodes/MYSQL5",
"id" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0026/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json"
}
\ No newline at end of file
{
"dBType" : "MYSQL5",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0026/psdedataqueries/VIEW/psdedqcodes/MYSQL5",
"name" : "MySQL5",
"getPSDEDataQueryCodeExps" : [ {
"expression" : "t1.`CREATEDATE`",
"name" : "CREATEDATE"
}, {
"expression" : "t1.`CREATEMAN`",
"name" : "CREATEMAN"
}, {
"expression" : "t1.`IBIZSAMPLE0023ID`",
"name" : "IBIZSAMPLE0023ID"
}, {
"expression" : "t1.`IBIZSAMPLE0026ID`",
"name" : "IBIZSAMPLE0026ID"
}, {
"expression" : "t1.`IBIZSAMPLE0026NAME`",
"name" : "IBIZSAMPLE0026NAME"
}, {
"expression" : "t1.`UPDATEDATE`",
"name" : "UPDATEDATE"
}, {
"expression" : "t1.`UPDATEMAN`",
"name" : "UPDATEMAN"
} ],
"queryCode" : "SELECT\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`IBIZSAMPLE0023ID`,\nt1.`IBIZSAMPLE0026ID`,\nt1.`IBIZSAMPLE0026NAME`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`\nFROM `T_IBIZSAMPLE0026` t1 \n",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0026/psdedataqueries/VIEW/psdedqcodes/MYSQL5",
"id" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0026/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json"
}
\ No newline at end of file
{
"codeName" : "IBIZSample0023",
"dERType" : "DER1N",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0026/PSDERS/DER1N_IBIZSAMPLE0026_IBIZSAMPLE0023_IBIZSAMPLE0023ID.json",
"fKeyName" : "F618E6B9E43C273C43",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0026/minorpsders/DER1N_IBIZSAMPLE0026_IBIZSAMPLE0023_IBIZSAMPLE0023ID",
"getMajorPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023.json"
},
"masterOrder" : -1,
"masterRS" : 0,
"getMinorPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0026.json"
},
"name" : "DER1N_IBIZSAMPLE0026_IBIZSAMPLE0023_IBIZSAMPLE0023ID",
"orderValue" : 100,
"getPSPickupDEField" : {
"name" : "IBIZSAMPLE0023ID",
"codeName" : "IBIZSample0023Id"
},
"pickupDEFName" : "IBIZSAMPLE0023ID",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0026/minorpsders/DER1N_IBIZSAMPLE0026_IBIZSAMPLE0023_IBIZSAMPLE0023ID",
"removeActionType" : -1,
"removeOrder" : 0,
"enableFKey" : true
}
\ No newline at end of file
......@@ -12,6 +12,30 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json"
},
"getPSDETreeColumns" : [ {
"caption" : "作者",
"codeName" : "author",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "author",
"mOSFilePath" : "psdetreecols/author",
"name" : "author",
"rTMOSFilePath" : "psdetreecols/author",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "归还日期",
"codeName" : "returntime",
"columnType" : "DEFGRIDCOLUMN",
......@@ -47,30 +71,6 @@
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "作者",
"codeName" : "author",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "author",
"mOSFilePath" : "psdetreecols/author",
"name" : "author",
"rTMOSFilePath" : "psdetreecols/author",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
} ],
"getPSDETreeNodeRSs" : [ {
"getChildPSDETreeNode" : {
......
......@@ -20,18 +20,6 @@
}
} ],
"getPSDETreeColumns" : [ {
"caption" : "作者",
"codeName" : "author",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "author",
"mOSFilePath" : "psdetreecols/author",
"name" : "author",
"rTMOSFilePath" : "psdetreecols/author",
"width" : 50,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
......@@ -55,6 +43,18 @@
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "作者",
"codeName" : "author",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "author",
"mOSFilePath" : "psdetreecols/author",
"name" : "author",
"rTMOSFilePath" : "psdetreecols/author",
"width" : 50,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
} ],
"getPSDETreeNodeRSs" : [ {
"getChildPSDETreeNode" : {
......
......@@ -46,6 +46,30 @@
"id" : "GANTT"
},
"getPSDETreeColumns" : [ {
"caption" : "作者",
"codeName" : "author",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "author",
"mOSFilePath" : "psdetreecols/author",
"name" : "author",
"rTMOSFilePath" : "psdetreecols/author",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "归还日期",
"codeName" : "returntime",
"columnType" : "DEFGRIDCOLUMN",
......@@ -81,30 +105,6 @@
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "作者",
"codeName" : "author",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "author",
"mOSFilePath" : "psdetreecols/author",
"name" : "author",
"rTMOSFilePath" : "psdetreecols/author",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
} ],
"getPSDETreeNodeRSs" : [ {
"getChildPSDETreeNode" : {
......
......@@ -100,18 +100,6 @@
"id" : "TREEGRIDEX"
},
"getPSDETreeColumns" : [ {
"caption" : "作者",
"codeName" : "author",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "author",
"mOSFilePath" : "psdetreecols/author",
"name" : "author",
"rTMOSFilePath" : "psdetreecols/author",
"width" : 50,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
......@@ -135,6 +123,18 @@
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "作者",
"codeName" : "author",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "author",
"mOSFilePath" : "psdetreecols/author",
"name" : "author",
"rTMOSFilePath" : "psdetreecols/author",
"width" : 50,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
} ],
"getPSDETreeNodeRSs" : [ {
"getChildPSDETreeNode" : {
......
......@@ -4746,6 +4746,91 @@
"rTMOSFilePath" : "pssysdbschemes/DEFAULT/pssysdbtables/T_IBIZSAMPLE0023",
"autoExtendModel" : true,
"existingModel" : false
}, {
"getAllPSSysDBColumns" : [ {
"codeName" : "CREATEDATE",
"length" : 8,
"logicName" : "建立时间",
"mOSFilePath" : "pssysdbschemes/DEFAULT/pssysdbtables/T_IBIZSAMPLE0026/pssysdbcolumns/CREATEDATE",
"name" : "CREATEDATE",
"rTMOSFilePath" : "pssysdbschemes/DEFAULT/pssysdbtables/T_IBIZSAMPLE0026/pssysdbcolumns/CREATEDATE",
"stdDataType" : 5,
"nullable" : true
}, {
"codeName" : "CREATEMAN",
"length" : 60,
"logicName" : "建立人",
"mOSFilePath" : "pssysdbschemes/DEFAULT/pssysdbtables/T_IBIZSAMPLE0026/pssysdbcolumns/CREATEMAN",
"name" : "CREATEMAN",
"rTMOSFilePath" : "pssysdbschemes/DEFAULT/pssysdbtables/T_IBIZSAMPLE0026/pssysdbcolumns/CREATEMAN",
"stdDataType" : 25,
"nullable" : true
}, {
"codeName" : "IBIZSAMPLE0023ID",
"length" : 100,
"logicName" : "头数据标识",
"mOSFilePath" : "pssysdbschemes/DEFAULT/pssysdbtables/T_IBIZSAMPLE0026/pssysdbcolumns/IBIZSAMPLE0023ID",
"name" : "IBIZSAMPLE0023ID",
"rTMOSFilePath" : "pssysdbschemes/DEFAULT/pssysdbtables/T_IBIZSAMPLE0026/pssysdbcolumns/IBIZSAMPLE0023ID",
"stdDataType" : 25,
"nullable" : true
}, {
"codeName" : "IBIZSAMPLE0026ID",
"length" : 100,
"logicName" : "包数据2(物理存储)标识",
"mOSFilePath" : "pssysdbschemes/DEFAULT/pssysdbtables/T_IBIZSAMPLE0026/pssysdbcolumns/IBIZSAMPLE0026ID",
"name" : "IBIZSAMPLE0026ID",
"rTMOSFilePath" : "pssysdbschemes/DEFAULT/pssysdbtables/T_IBIZSAMPLE0026/pssysdbcolumns/IBIZSAMPLE0026ID",
"stdDataType" : 25,
"pKey" : true
}, {
"codeName" : "IBIZSAMPLE0026NAME",
"length" : 200,
"logicName" : "包数据2(物理存储)名称",
"mOSFilePath" : "pssysdbschemes/DEFAULT/pssysdbtables/T_IBIZSAMPLE0026/pssysdbcolumns/IBIZSAMPLE0026NAME",
"name" : "IBIZSAMPLE0026NAME",
"rTMOSFilePath" : "pssysdbschemes/DEFAULT/pssysdbtables/T_IBIZSAMPLE0026/pssysdbcolumns/IBIZSAMPLE0026NAME",
"stdDataType" : 25,
"nullable" : true
}, {
"codeName" : "UPDATEDATE",
"length" : 8,
"logicName" : "更新时间",
"mOSFilePath" : "pssysdbschemes/DEFAULT/pssysdbtables/T_IBIZSAMPLE0026/pssysdbcolumns/UPDATEDATE",
"name" : "UPDATEDATE",
"rTMOSFilePath" : "pssysdbschemes/DEFAULT/pssysdbtables/T_IBIZSAMPLE0026/pssysdbcolumns/UPDATEDATE",
"stdDataType" : 5,
"nullable" : true
}, {
"codeName" : "UPDATEMAN",
"length" : 60,
"logicName" : "更新人",
"mOSFilePath" : "pssysdbschemes/DEFAULT/pssysdbtables/T_IBIZSAMPLE0026/pssysdbcolumns/UPDATEMAN",
"name" : "UPDATEMAN",
"rTMOSFilePath" : "pssysdbschemes/DEFAULT/pssysdbtables/T_IBIZSAMPLE0026/pssysdbcolumns/UPDATEMAN",
"stdDataType" : 25,
"nullable" : true
} ],
"getAllPSSysDBIndices" : [ {
"getAllPSSysDBIndexColumns" : [ {
"name" : "IBIZSAMPLE0023ID",
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "IBIZSAMPLE0023ID"
}
} ],
"codeName" : "IF_F618E6B9E43C273",
"indexType" : "NORMAL",
"name" : "DER1N_IBIZSAMPLE0026_IBIZSAMPLE0023_IBIZSAMPLE0023ID",
"sourceType" : "DER"
} ],
"codeName" : "T_IBIZSAMPLE0026",
"logicName" : "包数据2(物理存储)",
"mOSFilePath" : "pssysdbschemes/DEFAULT/pssysdbtables/T_IBIZSAMPLE0026",
"name" : "T_IBIZSAMPLE0026",
"rTMOSFilePath" : "pssysdbschemes/DEFAULT/pssysdbtables/T_IBIZSAMPLE0026",
"autoExtendModel" : true,
"existingModel" : false
}, {
"getAllPSSysDBColumns" : [ {
"codeName" : "CREATEDATE",
......
......@@ -29,6 +29,12 @@
"lanResType" : "DE.LNAME",
"name" : "实体逻辑名称(DE.LNAME.*)[IBIZSAMPLE0025]",
"refFlag" : true
}, {
"defaultContent" : "包数据2(物理存储)",
"lanResTag" : "DE.LNAME.IBIZSAMPLE0026",
"lanResType" : "DE.LNAME",
"name" : "实体逻辑名称(DE.LNAME.*)[IBIZSAMPLE0026]",
"refFlag" : true
}, {
"defaultContent" : "T_IBIZACCOUNT",
"lanResTag" : "DE.LNAME.T_IBIZACCOUNT",
......@@ -59,6 +65,18 @@
"lanResType" : "DEF.LNAME",
"name" : "属性逻辑名称(DEF.LNAME.*)[IBIZSAMPLE0023NAME]",
"refFlag" : true
}, {
"defaultContent" : "包数据2(物理存储)标识",
"lanResTag" : "DEF.LNAME.IBIZSAMPLE0026ID",
"lanResType" : "DEF.LNAME",
"name" : "属性逻辑名称(DEF.LNAME.*)[IBIZSAMPLE0026ID]",
"refFlag" : true
}, {
"defaultContent" : "包数据2(物理存储)名称",
"lanResTag" : "DEF.LNAME.IBIZSAMPLE0026NAME",
"lanResType" : "DEF.LNAME",
"name" : "属性逻辑名称(DEF.LNAME.*)[IBIZSAMPLE0026NAME]",
"refFlag" : true
}, {
"lanResTag" : "OTHER.BUTTONTSET",
"lanResType" : "OTHER",
......@@ -189,6 +207,31 @@
"lanResTag" : "CONTROL.DEFORM.IBIZSAMPLE0025.MAIN.GROUPPANEL.GROUP2",
"lanResType" : "CONTROL",
"name" : "控件文本(CONTROL.*)[DEFORM.IBIZSAMPLE0025.MAIN.GROUPPANEL.GROUP2]"
}, {
"defaultContent" : "常规条件",
"lanResTag" : "CONTROL.DEFORM.IBIZSAMPLE0026.DEFAULT.FORMPAGE.FORMPAGE1",
"lanResType" : "CONTROL",
"name" : "控件文本(CONTROL.*)[DEFORM.IBIZSAMPLE0026.DEFAULT.FORMPAGE.FORMPAGE1]"
}, {
"defaultContent" : "基本信息",
"lanResTag" : "CONTROL.DEFORM.IBIZSAMPLE0026.MAIN.FORMPAGE.FORMPAGE1",
"lanResType" : "CONTROL",
"name" : "控件文本(CONTROL.*)[DEFORM.IBIZSAMPLE0026.MAIN.FORMPAGE.FORMPAGE1]"
}, {
"defaultContent" : "其它",
"lanResTag" : "CONTROL.DEFORM.IBIZSAMPLE0026.MAIN.FORMPAGE.FORMPAGE2",
"lanResType" : "CONTROL",
"name" : "控件文本(CONTROL.*)[DEFORM.IBIZSAMPLE0026.MAIN.FORMPAGE.FORMPAGE2]"
}, {
"defaultContent" : "包数据2(物理存储)基本信息",
"lanResTag" : "CONTROL.DEFORM.IBIZSAMPLE0026.MAIN.GROUPPANEL.GROUP1",
"lanResType" : "CONTROL",
"name" : "控件文本(CONTROL.*)[DEFORM.IBIZSAMPLE0026.MAIN.GROUPPANEL.GROUP1]"
}, {
"defaultContent" : "操作信息",
"lanResTag" : "CONTROL.DEFORM.IBIZSAMPLE0026.MAIN.GROUPPANEL.GROUP2",
"lanResType" : "CONTROL",
"name" : "控件文本(CONTROL.*)[DEFORM.IBIZSAMPLE0026.MAIN.GROUPPANEL.GROUP2]"
}, {
"defaultContent" : "常规条件",
"lanResTag" : "CONTROL.DEFORM.T_IBIZACCOUNT.DEFAULT.FORMPAGE.FORMPAGE1",
......@@ -224,6 +267,11 @@
"lanResType" : "CONTROL",
"name" : "控件文本(CONTROL.*)[DEFSFITEM.IBIZSAMPLE0023.N_IBIZSAMPLE0023NAME_LIKE]",
"refFlag" : true
}, {
"lanResTag" : "CONTROL.DEFSFITEM.IBIZSAMPLE0026.N_IBIZSAMPLE0026NAME_LIKE",
"lanResType" : "CONTROL",
"name" : "控件文本(CONTROL.*)[DEFSFITEM.IBIZSAMPLE0026.N_IBIZSAMPLE0026NAME_LIKE]",
"refFlag" : true
}, {
"lanResTag" : "OTHER.TEST",
"lanResType" : "OTHER",
......@@ -415,6 +463,41 @@
"lanResTag" : "PAGE.TITLE.IBIZSAMPLE0025.REDIRECTVIEW",
"lanResType" : "PAGE",
"name" : "界面文本(PAGE.*)[TITLE.IBIZSAMPLE0025.REDIRECTVIEW]"
}, {
"defaultContent" : "包数据2(物理存储)编辑视图",
"lanResTag" : "PAGE.TITLE.IBIZSAMPLE0026.EDITVIEW2",
"lanResType" : "PAGE",
"name" : "界面文本(PAGE.*)[TITLE.IBIZSAMPLE0026.EDITVIEW2]"
}, {
"defaultContent" : "包数据2(物理存储)编辑视图",
"lanResTag" : "PAGE.TITLE.IBIZSAMPLE0026.EDITVIEW",
"lanResType" : "PAGE",
"name" : "界面文本(PAGE.*)[TITLE.IBIZSAMPLE0026.EDITVIEW]"
}, {
"defaultContent" : "包数据2(物理存储)表格视图",
"lanResTag" : "PAGE.TITLE.IBIZSAMPLE0026.GRIDVIEW",
"lanResType" : "PAGE",
"name" : "界面文本(PAGE.*)[TITLE.IBIZSAMPLE0026.GRIDVIEW]"
}, {
"defaultContent" : "包数据2(物理存储)数据多项选择视图",
"lanResTag" : "PAGE.TITLE.IBIZSAMPLE0026.MPICKUPVIEW",
"lanResType" : "PAGE",
"name" : "界面文本(PAGE.*)[TITLE.IBIZSAMPLE0026.MPICKUPVIEW]"
}, {
"defaultContent" : "包数据2(物理存储)选择表格视图",
"lanResTag" : "PAGE.TITLE.IBIZSAMPLE0026.PICKUPGRIDVIEW",
"lanResType" : "PAGE",
"name" : "界面文本(PAGE.*)[TITLE.IBIZSAMPLE0026.PICKUPGRIDVIEW]"
}, {
"defaultContent" : "包数据2(物理存储)数据选择视图",
"lanResTag" : "PAGE.TITLE.IBIZSAMPLE0026.PICKUPVIEW",
"lanResType" : "PAGE",
"name" : "界面文本(PAGE.*)[TITLE.IBIZSAMPLE0026.PICKUPVIEW]"
}, {
"defaultContent" : "包数据2(物理存储)数据重定向视图",
"lanResTag" : "PAGE.TITLE.IBIZSAMPLE0026.REDIRECTVIEW",
"lanResType" : "PAGE",
"name" : "界面文本(PAGE.*)[TITLE.IBIZSAMPLE0026.REDIRECTVIEW]"
}, {
"defaultContent" : "T_IBIZACCOUNT编辑视图",
"lanResTag" : "PAGE.TITLE.T_IBIZACCOUNT.EDITVIEW2",
......
......@@ -10413,7 +10413,7 @@
"name" : "实体逻辑名称(DE.LNAME.*)[IBIZSAMPLE0024]",
"refFlag" : true
},
"logicName" : "包数据1",
"logicName" : "包数据1(无存储)",
"mOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0024",
"name" : "IBIZSAMPLE0024",
"getPSDEServiceAPIFields" : [ {
......@@ -10714,7 +10714,7 @@
"name" : "实体逻辑名称(DE.LNAME.*)[IBIZSAMPLE0025]",
"refFlag" : true
},
"logicName" : "子包数据",
"logicName" : "子包数据1(无存储)",
"mOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0025",
"name" : "IBIZSAMPLE0025",
"getPSDEServiceAPIFields" : [ {
......
......@@ -686,6 +686,10 @@
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0025.json",
"name" : "IBIZSAMPLE0025"
}, {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0026.json",
"name" : "IBIZSAMPLE0026"
}, {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSoftwareSuit.json",
......@@ -2302,6 +2306,9 @@
}, {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0025.json"
}, {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0026.json"
}, {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSoftwareSuit.json"
......
......@@ -393,7 +393,7 @@
<!--输出实体[IBIZORDERDETAIL]数据结构 -->
<changeSet author="a_LAB01_df847bdfd" id="tab-ibizorderdetail-182-14">
<changeSet author="a_LAB01_df847bdfd" id="tab-ibizorderdetail-188-14">
<createTable tableName="T_IBIZORDERDETAIL">
<column name="IBIZORDERDETAILNAME" remarks="" type="VARCHAR(200)">
</column>
......@@ -1239,7 +1239,7 @@
<!--输出实体[IBIZSAMPLE0023]数据结构 -->
<changeSet author="a_LAB01_df847bdfd" id="tab-ibizsample0023-31-40">
<changeSet author="a_LAB01_df847bdfd" id="tab-ibizsample0023-36-40">
<createTable tableName="T_IBIZSAMPLE0023">
<column name="IBIZSAMPLE0023ID" remarks="" type="VARCHAR(100)">
<constraints primaryKey="true" primaryKeyName="PK_IBIZSAMPLE0023_IBIZSAMPLE00"/>
......@@ -1268,8 +1268,30 @@
<!--输出实体[IBIZSAMPLE0026]数据结构 -->
<changeSet author="a_LAB01_df847bdfd" id="tab-ibizsample0026-12-41">
<createTable tableName="T_IBIZSAMPLE0026">
<column name="IBIZSAMPLE0026NAME" remarks="" type="VARCHAR(200)">
</column>
<column name="IBIZSAMPLE0026ID" remarks="" type="VARCHAR(100)">
<constraints primaryKey="true" primaryKeyName="PK_IBIZSAMPLE0026_IBIZSAMPLE00"/>
</column>
<column name="UPDATEMAN" remarks="" type="VARCHAR(60)">
</column>
<column name="CREATEDATE" remarks="" type="DATETIME">
</column>
<column name="CREATEMAN" remarks="" type="VARCHAR(60)">
</column>
<column name="UPDATEDATE" remarks="" type="DATETIME">
</column>
<column name="IBIZSAMPLE0023ID" remarks="" type="VARCHAR(100)">
</column>
</createTable>
</changeSet>
<!--输出实体[IBIZSOFTWARESUIT]数据结构 -->
<changeSet author="a_LAB01_df847bdfd" id="tab-ibizsoftwaresuit-7-41">
<changeSet author="a_LAB01_df847bdfd" id="tab-ibizsoftwaresuit-7-42">
<createTable tableName="T_IBIZSOFTWARESUIT">
<column name="CREATEMAN" remarks="" type="VARCHAR(60)">
</column>
......@@ -1289,7 +1311,7 @@
<!--输出实体[IBIZSTORAGE]数据结构 -->
<changeSet author="a_LAB01_df847bdfd" id="tab-ibizstorage-7-42">
<changeSet author="a_LAB01_df847bdfd" id="tab-ibizstorage-7-43">
<createTable tableName="T_IBIZSTORAGE">
<column name="IBIZSTORAGEID" remarks="" type="VARCHAR(100)">
<constraints primaryKey="true" primaryKeyName="PK_IBIZSTORAGE_IBIZSTORAGEID"/>
......@@ -1309,7 +1331,7 @@
<!--输出实体[IBIZSUPPLIER]数据结构 -->
<changeSet author="a_LAB01_df847bdfd" id="tab-ibizsupplier-10-43">
<changeSet author="a_LAB01_df847bdfd" id="tab-ibizsupplier-10-44">
<createTable tableName="t_supplier">
<column name="DELETEFLAG" remarks="" type="VARCHAR(100)">
</column>
......@@ -1335,7 +1357,7 @@
<!--输出实体[IBIZTASK]数据结构 -->
<changeSet author="a_LAB01_df847bdfd" id="tab-ibiztask-10-44">
<changeSet author="a_LAB01_df847bdfd" id="tab-ibiztask-10-45">
<createTable tableName="T_IBIZTASK">
<column name="IBIZTASKID" remarks="" type="VARCHAR(100)">
<constraints primaryKey="true" primaryKeyName="PK_IBIZTASK_IBIZTASKID"/>
......@@ -1357,7 +1379,7 @@
<!--输出实体[IBIZTASKTEAM]数据结构 -->
<changeSet author="a_LAB01_df847bdfd" id="tab-ibiztaskteam-12-45">
<changeSet author="a_LAB01_df847bdfd" id="tab-ibiztaskteam-12-46">
<createTable tableName="T_IBIZTASKTEAM">
<column name="UPDATEMAN" remarks="" type="VARCHAR(60)">
</column>
......@@ -1383,7 +1405,7 @@
<!--输出实体[IBIZUNIPRODUCT]数据结构 -->
<changeSet author="a_LAB01_df847bdfd" id="tab-ibizuniproduct-52-46">
<changeSet author="a_LAB01_df847bdfd" id="tab-ibizuniproduct-52-47">
<createTable tableName="T_IBIZUNIPRODUCT">
<column name="UNITPRICE" remarks="" type="FLOAT">
</column>
......@@ -1409,7 +1431,7 @@
<!--输出实体[IBIZVIEWMSG]数据结构 -->
<changeSet author="a_LAB01_df847bdfd" id="tab-ibizviewmsg-7-47">
<changeSet author="a_LAB01_df847bdfd" id="tab-ibizviewmsg-7-48">
<createTable tableName="T_IBIZVIEWMSG">
<column name="IBIZVIEWMSGID" remarks="" type="VARCHAR(100)">
<constraints primaryKey="true" primaryKeyName="PK_IBIZVIEWMSG_IBIZVIEWMSGID"/>
......@@ -1429,7 +1451,7 @@
<!--输出实体[MICROCOMPONENT]数据结构 -->
<changeSet author="a_LAB01_df847bdfd" id="tab-microcomponent-47-48">
<changeSet author="a_LAB01_df847bdfd" id="tab-microcomponent-47-49">
<createTable tableName="T_MICROCOMPONENT">
<column name="CREATEDATE" remarks="" type="DATETIME">
</column>
......@@ -1548,7 +1570,7 @@
<!--输出实体[IBIZQJ]外键关系 -->
<!--输出实体[IBIZSAMPLE]外键关系 -->
<!--输出实体[IBIZSAMPLE0001]外键关系 -->
<changeSet author="a_LAB01_df847bdfd" id="fk-ibizsample0001-135-50">
<changeSet author="a_LAB01_df847bdfd" id="fk-ibizsample0001-135-51">
<addForeignKeyConstraint baseColumnNames="IBIZSAMPLE0002ID" baseTableName="T_IBIZSAMPLE0001" constraintName="DER1N_IBIZSAMPLE0001_IBIZSAMPL" deferrable="false" initiallyDeferred="false" onDelete="RESTRICT" onUpdate="RESTRICT" referencedColumnNames="IBIZSAMPLE0002ID" referencedTableName="T_IBIZSAMPLE0002" validate="true"/>
</changeSet>
<!--输出实体[IBIZSAMPLE0002]外键关系 -->
......@@ -1557,7 +1579,7 @@
<!--输出实体[IBIZSAMPLE0005]外键关系 -->
<!--输出实体[IBIZSAMPLE0006]外键关系 -->
<!--输出实体[IBIZSAMPLE0007]外键关系 -->
<changeSet author="a_LAB01_df847bdfd" id="fk-ibizsample0007-14-51">
<changeSet author="a_LAB01_df847bdfd" id="fk-ibizsample0007-14-52">
<addForeignKeyConstraint baseColumnNames="IBIZSAMPLE0006ID" baseTableName="T_IBIZSAMPLE0007" constraintName="DER1N_IBIZSAMPLE0007_IBIZSAMPL" deferrable="false" initiallyDeferred="false" onDelete="RESTRICT" onUpdate="RESTRICT" referencedColumnNames="IBIZSAMPLE0006ID" referencedTableName="T_IBIZSAMPLE0006" validate="true"/>
</changeSet>
<!--输出实体[IBIZSAMPLE0008]外键关系 -->
......@@ -1573,18 +1595,22 @@
<!--输出实体[IBIZSAMPLE0018]外键关系 -->
<!--输出实体[IBIZSAMPLE0019]外键关系 -->
<!--输出实体[IBIZSAMPLE0020]外键关系 -->
<changeSet author="a_LAB01_df847bdfd" id="fk-ibizsample0020-11-52">
<changeSet author="a_LAB01_df847bdfd" id="fk-ibizsample0020-11-53">
<addForeignKeyConstraint baseColumnNames="IBIZSAMPLE0019ID" baseTableName="T_IBIZSAMPLE0020" constraintName="DER1N_IBIZSAMPLE0020_IBIZSAMPL" deferrable="false" initiallyDeferred="false" onDelete="RESTRICT" onUpdate="RESTRICT" referencedColumnNames="IBIZSAMPLE0019ID" referencedTableName="T_IBIZSAMPLE0019" validate="true"/>
</changeSet>
<!--输出实体[IBIZSAMPLE0021]外键关系 -->
<!--输出实体[IBIZSAMPLE0022]外键关系 -->
<!--输出实体[IBIZSAMPLE0023]外键关系 -->
<!--输出实体[IBIZSAMPLE0026]外键关系 -->
<changeSet author="a_LAB01_df847bdfd" id="fk-ibizsample0026-12-54">
<addForeignKeyConstraint baseColumnNames="IBIZSAMPLE0023ID" baseTableName="T_IBIZSAMPLE0026" constraintName="DER1N_IBIZSAMPLE0026_IBIZSAMPL" deferrable="false" initiallyDeferred="false" onDelete="RESTRICT" onUpdate="RESTRICT" referencedColumnNames="IBIZSAMPLE0023ID" referencedTableName="T_IBIZSAMPLE0023" validate="true"/>
</changeSet>
<!--输出实体[IBIZSOFTWARESUIT]外键关系 -->
<!--输出实体[IBIZSTORAGE]外键关系 -->
<!--输出实体[IBIZSUPPLIER]外键关系 -->
<!--输出实体[IBIZTASK]外键关系 -->
<!--输出实体[IBIZTASKTEAM]外键关系 -->
<changeSet author="a_LAB01_df847bdfd" id="fk-ibiztaskteam-12-53">
<changeSet author="a_LAB01_df847bdfd" id="fk-ibiztaskteam-12-55">
<addForeignKeyConstraint baseColumnNames="ROOT" baseTableName="T_IBIZTASKTEAM" constraintName="DER1N_IBIZTASKTEAM_IBIZTASK_RO" deferrable="false" initiallyDeferred="false" onDelete="RESTRICT" onUpdate="RESTRICT" referencedColumnNames="IBIZTASKID" referencedTableName="T_IBIZTASK" validate="true"/>
</changeSet>
<!--输出实体[IBIZUNIPRODUCT]外键关系 -->
......
......@@ -37,7 +37,7 @@
</createView>
</changeSet>
<!--输出实体[IBIZORDERDETAIL]视图结构信息 runOnChange="true" 当视图发生变更时,通过liquibase强刷prod的视图,实现视图的同步-->
<changeSet author="a_LAB01_df847bdfd" id="view-ibizorderdetail-182-8" runOnChange="true">
<changeSet author="a_LAB01_df847bdfd" id="view-ibizorderdetail-188-8" runOnChange="true">
<createView fullDefinition="false" replaceIfExists="true" viewName="V_IBIZORDERDETAIL">
<![CDATA[ SELECT t1.[QUANTITY]*t11.[UNITPRICE] AS [AMOUNT], t1.[CREATEDATE], t1.[CREATEMAN], t1.[IBIZORDERDETAILA], t1.[IBIZORDERDETAILID], t1.[IBIZORDERDETAILNAME], t1.[IBIZORDERID], t21.[IBIZORDERNAME], t1.[IBIZUNIPRODUCTID], t11.[IBIZUNIPRODUCTNAME], t21.[ORDERUID], t1.[QUANTITY], t11.[UNIT], t11.[UNITPRICE], t1.[UPDATEDATE], t1.[UPDATEMAN] FROM [T_IBIZORDERDETAIL] t1 LEFT JOIN T_IBIZUNIPRODUCT t11 ON t1.IBIZUNIPRODUCTID = t11.IBIZUNIPRODUCTID LEFT JOIN T_IBIZORDER t21 ON t1.IBIZORDERID = t21.IBIZORDERID ]]>
</createView>
......
......@@ -8590,6 +8590,12 @@
}
],
"subEntitys":[
{"name":"DER1N_IBIZSAMPLE0026_IBIZSAMPLE0023_IBIZSAMPLE0023ID",
"relation_type":"DER1N",
"code_name":"IBIZSample0023",
"entity_name":"IBIZSAMPLE0026",
"ref_entity_name":"IBIZSAMPLE0023"
},
{"name":"DERCUSTOM_IBIZSAMPLE0023EXT_IBIZSAMPLE0023",
"relation_type":"DERCUSTOM",
"code_name":"IBIZSample0023",
......@@ -8673,7 +8679,7 @@
,
{
"entity_name":"IBIZSAMPLE0024",
"logic_name":"包数据1",
"logic_name":"包数据1(无存储)",
"code_name":"IBIZSample0024",
"table_name":"",
"system_id":"DemoSys",
......@@ -8730,7 +8736,7 @@
,
{
"entity_name":"IBIZSAMPLE0025",
"logic_name":"子包数据",
"logic_name":"子包数据1(无存储)",
"code_name":"IBIZSample0025",
"table_name":"",
"system_id":"DemoSys",
......@@ -8776,6 +8782,137 @@
"ref_entity_name":"IBIZSAMPLE0024"
}
]
}
,
{
"entity_name":"IBIZSAMPLE0026",
"logic_name":"包数据2(物理存储)",
"code_name":"IBIZSample0026",
"table_name":"T_IBIZSAMPLE0026",
"system_id":"DemoSys",
"system_name":"DemoSys",
"module_id":"Sample",
"module_name":"示例",
"fields":[
{
"fieldname":"IBIZSAMPLE0026NAME" ,
"codename":"IBIZSample0026Name",
"field_logic_name":"包数据2(物理存储)名称",
"entity_name":"IBIZSAMPLE0026",
"field_type":"TEXT",
"nullable":1,
"physical_field":1,
"data_type":"VARCHAR",
"data_length":200,
"key_field":0,
"show_order":1000,
"major_field":1
},
{
"fieldname":"IBIZSAMPLE0026ID" ,
"codename":"IBIZSample0026Id",
"field_logic_name":"包数据2(物理存储)标识",
"entity_name":"IBIZSAMPLE0026",
"field_type":"GUID",
"nullable":0,
"physical_field":1,
"data_type":"VARCHAR",
"data_length":100,
"key_field":1,
"show_order":1000,
"major_field":0
},
{
"fieldname":"UPDATEMAN" ,
"codename":"UpdateMan",
"field_logic_name":"更新人",
"entity_name":"IBIZSAMPLE0026",
"field_type":"TEXT",
"dict":"SysOperator",
"nullable":0,
"physical_field":1,
"data_type":"VARCHAR",
"data_length":60,
"predefined":"UPDATEMAN",
"key_field":0,
"show_order":1000,
"major_field":0
},
{
"fieldname":"CREATEDATE" ,
"codename":"CreateDate",
"field_logic_name":"建立时间",
"entity_name":"IBIZSAMPLE0026",
"field_type":"DATETIME",
"nullable":0,
"physical_field":1,
"data_type":"DATETIME",
"data_length":8,
"predefined":"CREATEDATE",
"key_field":0,
"show_order":1000,
"major_field":0
},
{
"fieldname":"CREATEMAN" ,
"codename":"CreateMan",
"field_logic_name":"建立人",
"entity_name":"IBIZSAMPLE0026",
"field_type":"TEXT",
"dict":"SysOperator",
"nullable":0,
"physical_field":1,
"data_type":"VARCHAR",
"data_length":60,
"predefined":"CREATEMAN",
"key_field":0,
"show_order":1000,
"major_field":0
},
{
"fieldname":"UPDATEDATE" ,
"codename":"UpdateDate",
"field_logic_name":"更新时间",
"entity_name":"IBIZSAMPLE0026",
"field_type":"DATETIME",
"nullable":0,
"physical_field":1,
"data_type":"DATETIME",
"data_length":8,
"predefined":"UPDATEDATE",
"key_field":0,
"show_order":1000,
"major_field":0
},
{
"fieldname":"IBIZSAMPLE0023ID" ,
"codename":"IBIZSample0023Id",
"field_logic_name":"头数据标识",
"entity_name":"IBIZSAMPLE0026",
"ref_de":"IBIZSAMPLE0023",
"ref_field_name":"IBIZSAMPLE0023ID",
"relation_name":"DER1N_IBIZSAMPLE0026_IBIZSAMPLE0023_IBIZSAMPLE0023ID",
"relation_codename":"IBIZSample0023",
"field_type":"PICKUP",
"nullable":1,
"physical_field":1,
"data_type":"VARCHAR",
"data_length":100,
"key_field":0,
"show_order":1000,
"major_field":0
}
],
"subEntitys":[
],
"parentEntitys":[
{"name":"DER1N_IBIZSAMPLE0026_IBIZSAMPLE0023_IBIZSAMPLE0023ID",
"relation_type":"DER1N",
"code_name":"IBIZSample0023",
"entity_name":"IBIZSAMPLE0026",
"ref_entity_name":"IBIZSAMPLE0023"
}
]
}
,
{
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册