提交 390a611e 编写于 作者: ibizdev's avatar ibizdev

chitanda 发布系统代码

上级 3a1c845e
...@@ -18,7 +18,8 @@ export class AccountEdit_AccountInfoBase extends OptionViewBase { ...@@ -18,7 +18,8 @@ export class AccountEdit_AccountInfoBase extends OptionViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof AccountEdit_AccountInfoBase * @memberof AccountEdit_AccountInfoBase
*/ */
public viewUsage!: 1 | 2 | 4 = 3; @Prop({ default: 3 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class AccountEdit_AddressBase extends OptionViewBase { ...@@ -18,7 +18,8 @@ export class AccountEdit_AddressBase extends OptionViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof AccountEdit_AddressBase * @memberof AccountEdit_AddressBase
*/ */
public viewUsage!: 1 | 2 | 4 = 3; @Prop({ default: 3 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class AccountEditViewBase extends EditViewBase { ...@@ -18,7 +18,8 @@ export class AccountEditViewBase extends EditViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof AccountEditViewBase * @memberof AccountEditViewBase
*/ */
public viewUsage!: 1 | 2 | 4 = 3; @Prop({ default: 3 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -22,7 +22,8 @@ export class AccountGridViewBase extends GridViewBase { ...@@ -22,7 +22,8 @@ export class AccountGridViewBase extends GridViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof AccountGridViewBase * @memberof AccountGridViewBase
*/ */
public viewUsage!: 1 | 2 | 4 = 5; @Prop({ default: 5 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class AccountInfo_AllBase extends EditViewBase { ...@@ -18,7 +18,8 @@ export class AccountInfo_AllBase extends EditViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof AccountInfo_AllBase * @memberof AccountInfo_AllBase
*/ */
public viewUsage!: 1 | 2 | 4 = 5; @Prop({ default: 5 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class AccountInfo_MajorContactBase extends EditViewBase { ...@@ -18,7 +18,8 @@ export class AccountInfo_MajorContactBase extends EditViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof AccountInfo_MajorContactBase * @memberof AccountInfo_MajorContactBase
*/ */
public viewUsage!: 1 | 2 | 4 = 5; @Prop({ default: 5 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -19,7 +19,8 @@ export class AccountInfoBase extends TabExpViewBase { ...@@ -19,7 +19,8 @@ export class AccountInfoBase extends TabExpViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof AccountInfoBase * @memberof AccountInfoBase
*/ */
public viewUsage!: 1 | 2 | 4 = 3; @Prop({ default: 3 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class AccountInnerPickupGridViewBase extends PickupGridViewBase { ...@@ -18,7 +18,8 @@ export class AccountInnerPickupGridViewBase extends PickupGridViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof AccountInnerPickupGridViewBase * @memberof AccountInnerPickupGridViewBase
*/ */
public viewUsage!: 1 | 2 | 4 = 4; @Prop({ default: 4 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class AccountInnerPickupViewBase extends PickupViewBase { ...@@ -18,7 +18,8 @@ export class AccountInnerPickupViewBase extends PickupViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof AccountInnerPickupViewBase * @memberof AccountInnerPickupViewBase
*/ */
public viewUsage!: 1 | 2 | 4 = 2; @Prop({ default: 2 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class AccountPickupGridViewBase extends PickupGridViewBase { ...@@ -18,7 +18,8 @@ export class AccountPickupGridViewBase extends PickupGridViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof AccountPickupGridViewBase * @memberof AccountPickupGridViewBase
*/ */
public viewUsage!: 1 | 2 | 4 = 4; @Prop({ default: 4 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class AccountPickupViewBase extends PickupViewBase { ...@@ -18,7 +18,8 @@ export class AccountPickupViewBase extends PickupViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof AccountPickupViewBase * @memberof AccountPickupViewBase
*/ */
public viewUsage!: 1 | 2 | 4 = 2; @Prop({ default: 2 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class AccountQuickCreateBase extends OptionViewBase { ...@@ -18,7 +18,8 @@ export class AccountQuickCreateBase extends OptionViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof AccountQuickCreateBase * @memberof AccountQuickCreateBase
*/ */
public viewUsage!: 1 | 2 | 4 = 3; @Prop({ default: 3 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class AccountSummaryBase extends DashboardViewBase { ...@@ -18,7 +18,8 @@ export class AccountSummaryBase extends DashboardViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof AccountSummaryBase * @memberof AccountSummaryBase
*/ */
public viewUsage!: 1 | 2 | 4 = 5; @Prop({ default: 5 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -25,7 +25,8 @@ export class ActivityPointerByParentKeyBase extends GridViewBase { ...@@ -25,7 +25,8 @@ export class ActivityPointerByParentKeyBase extends GridViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof ActivityPointerByParentKeyBase * @memberof ActivityPointerByParentKeyBase
*/ */
public viewUsage!: 1 | 2 | 4 = 5; @Prop({ default: 5 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class AppointmentQuickCreateBase extends OptionViewBase { ...@@ -18,7 +18,8 @@ export class AppointmentQuickCreateBase extends OptionViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof AppointmentQuickCreateBase * @memberof AppointmentQuickCreateBase
*/ */
public viewUsage!: 1 | 2 | 4 = 3; @Prop({ default: 3 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -21,7 +21,8 @@ export class ContactByAccountBase extends GridViewBase { ...@@ -21,7 +21,8 @@ export class ContactByAccountBase extends GridViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof ContactByAccountBase * @memberof ContactByAccountBase
*/ */
public viewUsage!: 1 | 2 | 4 = 5; @Prop({ default: 5 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class ContactInfo_AbstractBase extends EditViewBase { ...@@ -18,7 +18,8 @@ export class ContactInfo_AbstractBase extends EditViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof ContactInfo_AbstractBase * @memberof ContactInfo_AbstractBase
*/ */
public viewUsage!: 1 | 2 | 4 = 5; @Prop({ default: 5 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -19,7 +19,8 @@ export class ContactInfoBase extends TabExpViewBase { ...@@ -19,7 +19,8 @@ export class ContactInfoBase extends TabExpViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof ContactInfoBase * @memberof ContactInfoBase
*/ */
public viewUsage!: 1 | 2 | 4 = 3; @Prop({ default: 3 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class ContactPickupGridViewBase extends PickupGridViewBase { ...@@ -18,7 +18,8 @@ export class ContactPickupGridViewBase extends PickupGridViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof ContactPickupGridViewBase * @memberof ContactPickupGridViewBase
*/ */
public viewUsage!: 1 | 2 | 4 = 4; @Prop({ default: 4 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class ContactPickupViewBase extends PickupViewBase { ...@@ -18,7 +18,8 @@ export class ContactPickupViewBase extends PickupViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof ContactPickupViewBase * @memberof ContactPickupViewBase
*/ */
public viewUsage!: 1 | 2 | 4 = 2; @Prop({ default: 2 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class ContactQuickCreateBase extends OptionViewBase { ...@@ -18,7 +18,8 @@ export class ContactQuickCreateBase extends OptionViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof ContactQuickCreateBase * @memberof ContactQuickCreateBase
*/ */
public viewUsage!: 1 | 2 | 4 = 3; @Prop({ default: 3 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class ContactSummaryViewBase extends DashboardViewBase { ...@@ -18,7 +18,8 @@ export class ContactSummaryViewBase extends DashboardViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof ContactSummaryViewBase * @memberof ContactSummaryViewBase
*/ */
public viewUsage!: 1 | 2 | 4 = 5; @Prop({ default: 5 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class EmailEditViewBase extends EditViewBase { ...@@ -18,7 +18,8 @@ export class EmailEditViewBase extends EditViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof EmailEditViewBase * @memberof EmailEditViewBase
*/ */
public viewUsage!: 1 | 2 | 4 = 3; @Prop({ default: 3 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class MetricPickupGridViewBase extends PickupGridViewBase { ...@@ -18,7 +18,8 @@ export class MetricPickupGridViewBase extends PickupGridViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof MetricPickupGridViewBase * @memberof MetricPickupGridViewBase
*/ */
public viewUsage!: 1 | 2 | 4 = 4; @Prop({ default: 4 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class MetricPickupViewBase extends PickupViewBase { ...@@ -18,7 +18,8 @@ export class MetricPickupViewBase extends PickupViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof MetricPickupViewBase * @memberof MetricPickupViewBase
*/ */
public viewUsage!: 1 | 2 | 4 = 2; @Prop({ default: 2 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class PhoneCallEditViewBase extends EditViewBase { ...@@ -18,7 +18,8 @@ export class PhoneCallEditViewBase extends EditViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof PhoneCallEditViewBase * @memberof PhoneCallEditViewBase
*/ */
public viewUsage!: 1 | 2 | 4 = 3; @Prop({ default: 3 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class SubjectPickupGridViewBase extends PickupGridViewBase { ...@@ -18,7 +18,8 @@ export class SubjectPickupGridViewBase extends PickupGridViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof SubjectPickupGridViewBase * @memberof SubjectPickupGridViewBase
*/ */
public viewUsage!: 1 | 2 | 4 = 4; @Prop({ default: 4 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class SubjectPickupViewBase extends PickupViewBase { ...@@ -18,7 +18,8 @@ export class SubjectPickupViewBase extends PickupViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof SubjectPickupViewBase * @memberof SubjectPickupViewBase
*/ */
public viewUsage!: 1 | 2 | 4 = 2; @Prop({ default: 2 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class TaskQuickCreateBase extends OptionViewBase { ...@@ -18,7 +18,8 @@ export class TaskQuickCreateBase extends OptionViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof TaskQuickCreateBase * @memberof TaskQuickCreateBase
*/ */
public viewUsage!: 1 | 2 | 4 = 3; @Prop({ default: 3 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class TransactionCurrencyPickupGridViewBase extends PickupGridViewBase { ...@@ -18,7 +18,8 @@ export class TransactionCurrencyPickupGridViewBase extends PickupGridViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof TransactionCurrencyPickupGridViewBase * @memberof TransactionCurrencyPickupGridViewBase
*/ */
public viewUsage!: 1 | 2 | 4 = 4; @Prop({ default: 4 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class TransactionCurrencyPickupViewBase extends PickupViewBase { ...@@ -18,7 +18,8 @@ export class TransactionCurrencyPickupViewBase extends PickupViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof TransactionCurrencyPickupViewBase * @memberof TransactionCurrencyPickupViewBase
*/ */
public viewUsage!: 1 | 2 | 4 = 2; @Prop({ default: 2 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class UomPickupGridViewBase extends PickupGridViewBase { ...@@ -18,7 +18,8 @@ export class UomPickupGridViewBase extends PickupGridViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof UomPickupGridViewBase * @memberof UomPickupGridViewBase
*/ */
public viewUsage!: 1 | 2 | 4 = 4; @Prop({ default: 4 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class UomPickupViewBase extends PickupViewBase { ...@@ -18,7 +18,8 @@ export class UomPickupViewBase extends PickupViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof UomPickupViewBase * @memberof UomPickupViewBase
*/ */
public viewUsage!: 1 | 2 | 4 = 2; @Prop({ default: 2 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class InvoiceDetailEditViewBase extends EditViewBase { ...@@ -18,7 +18,8 @@ export class InvoiceDetailEditViewBase extends EditViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof InvoiceDetailEditViewBase * @memberof InvoiceDetailEditViewBase
*/ */
public viewUsage!: 1 | 2 | 4 = 3; @Prop({ default: 3 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -21,7 +21,8 @@ export class InvoiceDetailInvoiceProGridViewBase extends GridViewBase { ...@@ -21,7 +21,8 @@ export class InvoiceDetailInvoiceProGridViewBase extends GridViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof InvoiceDetailInvoiceProGridViewBase * @memberof InvoiceDetailInvoiceProGridViewBase
*/ */
public viewUsage!: 1 | 2 | 4 = 5; @Prop({ default: 5 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class InvoiceInfo_InvoiceViewBase extends EditViewBase { ...@@ -18,7 +18,8 @@ export class InvoiceInfo_InvoiceViewBase extends EditViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof InvoiceInfo_InvoiceViewBase * @memberof InvoiceInfo_InvoiceViewBase
*/ */
public viewUsage!: 1 | 2 | 4 = 5; @Prop({ default: 5 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class InvoiceInfoViewBase extends TabExpViewBase { ...@@ -18,7 +18,8 @@ export class InvoiceInfoViewBase extends TabExpViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof InvoiceInfoViewBase * @memberof InvoiceInfoViewBase
*/ */
public viewUsage!: 1 | 2 | 4 = 3; @Prop({ default: 3 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class InvoiceQuickCreateViewBase extends OptionViewBase { ...@@ -18,7 +18,8 @@ export class InvoiceQuickCreateViewBase extends OptionViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof InvoiceQuickCreateViewBase * @memberof InvoiceQuickCreateViewBase
*/ */
public viewUsage!: 1 | 2 | 4 = 3; @Prop({ default: 3 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class InvoiceSummaryViewBase extends DashboardViewBase { ...@@ -18,7 +18,8 @@ export class InvoiceSummaryViewBase extends DashboardViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof InvoiceSummaryViewBase * @memberof InvoiceSummaryViewBase
*/ */
public viewUsage!: 1 | 2 | 4 = 5; @Prop({ default: 5 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -21,7 +21,8 @@ export class CampaignActivityByParentKeyBase extends GridViewBase { ...@@ -21,7 +21,8 @@ export class CampaignActivityByParentKeyBase extends GridViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof CampaignActivityByParentKeyBase * @memberof CampaignActivityByParentKeyBase
*/ */
public viewUsage!: 1 | 2 | 4 = 5; @Prop({ default: 5 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class CampaignEdit_HeadBase extends OptionViewBase { ...@@ -18,7 +18,8 @@ export class CampaignEdit_HeadBase extends OptionViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof CampaignEdit_HeadBase * @memberof CampaignEdit_HeadBase
*/ */
public viewUsage!: 1 | 2 | 4 = 3; @Prop({ default: 3 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class CampaignInfo_CampaginBase extends EditViewBase { ...@@ -18,7 +18,8 @@ export class CampaignInfo_CampaginBase extends EditViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof CampaignInfo_CampaginBase * @memberof CampaignInfo_CampaginBase
*/ */
public viewUsage!: 1 | 2 | 4 = 5; @Prop({ default: 5 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class CampaignInfo_HeadBase extends EditViewBase { ...@@ -18,7 +18,8 @@ export class CampaignInfo_HeadBase extends EditViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof CampaignInfo_HeadBase * @memberof CampaignInfo_HeadBase
*/ */
public viewUsage!: 1 | 2 | 4 = 5; @Prop({ default: 5 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class CampaignInfo_ManagerBase extends EditViewBase { ...@@ -18,7 +18,8 @@ export class CampaignInfo_ManagerBase extends EditViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof CampaignInfo_ManagerBase * @memberof CampaignInfo_ManagerBase
*/ */
public viewUsage!: 1 | 2 | 4 = 5; @Prop({ default: 5 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class CampaignInfo_ScheduleBase extends EditViewBase { ...@@ -18,7 +18,8 @@ export class CampaignInfo_ScheduleBase extends EditViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof CampaignInfo_ScheduleBase * @memberof CampaignInfo_ScheduleBase
*/ */
public viewUsage!: 1 | 2 | 4 = 5; @Prop({ default: 5 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class CampaignInfoBase extends TabExpViewBase { ...@@ -18,7 +18,8 @@ export class CampaignInfoBase extends TabExpViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof CampaignInfoBase * @memberof CampaignInfoBase
*/ */
public viewUsage!: 1 | 2 | 4 = 7; @Prop({ default: 7 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -21,7 +21,8 @@ export class CampaignListGridViewBase extends GridViewBase { ...@@ -21,7 +21,8 @@ export class CampaignListGridViewBase extends GridViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof CampaignListGridViewBase * @memberof CampaignListGridViewBase
*/ */
public viewUsage!: 1 | 2 | 4 = 5; @Prop({ default: 5 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class CampaignQuickCreateViewBase extends OptionViewBase { ...@@ -18,7 +18,8 @@ export class CampaignQuickCreateViewBase extends OptionViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof CampaignQuickCreateViewBase * @memberof CampaignQuickCreateViewBase
*/ */
public viewUsage!: 1 | 2 | 4 = 3; @Prop({ default: 3 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -21,7 +21,8 @@ export class CampaignResponseByParentKeyBase extends GridViewBase { ...@@ -21,7 +21,8 @@ export class CampaignResponseByParentKeyBase extends GridViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof CampaignResponseByParentKeyBase * @memberof CampaignResponseByParentKeyBase
*/ */
public viewUsage!: 1 | 2 | 4 = 5; @Prop({ default: 5 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class CampaignSummaryBase extends DashboardViewBase { ...@@ -18,7 +18,8 @@ export class CampaignSummaryBase extends DashboardViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof CampaignSummaryBase * @memberof CampaignSummaryBase
*/ */
public viewUsage!: 1 | 2 | 4 = 5; @Prop({ default: 5 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class IBizListInfo_AbstractBase extends EditViewBase { ...@@ -18,7 +18,8 @@ export class IBizListInfo_AbstractBase extends EditViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof IBizListInfo_AbstractBase * @memberof IBizListInfo_AbstractBase
*/ */
public viewUsage!: 1 | 2 | 4 = 5; @Prop({ default: 5 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class IBizListInfoBase extends TabExpViewBase { ...@@ -18,7 +18,8 @@ export class IBizListInfoBase extends TabExpViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof IBizListInfoBase * @memberof IBizListInfoBase
*/ */
public viewUsage!: 1 | 2 | 4 = 3; @Prop({ default: 3 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class IBizListOptionViewBase extends OptionViewBase { ...@@ -18,7 +18,8 @@ export class IBizListOptionViewBase extends OptionViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof IBizListOptionViewBase * @memberof IBizListOptionViewBase
*/ */
public viewUsage!: 1 | 2 | 4 = 3; @Prop({ default: 3 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class IBizListQuickCreateBase extends OptionViewBase { ...@@ -18,7 +18,8 @@ export class IBizListQuickCreateBase extends OptionViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof IBizListQuickCreateBase * @memberof IBizListQuickCreateBase
*/ */
public viewUsage!: 1 | 2 | 4 = 3; @Prop({ default: 3 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class IBizListSummaryBase extends DashboardViewBase { ...@@ -18,7 +18,8 @@ export class IBizListSummaryBase extends DashboardViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof IBizListSummaryBase * @memberof IBizListSummaryBase
*/ */
public viewUsage!: 1 | 2 | 4 = 5; @Prop({ default: 5 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -21,7 +21,8 @@ export class ListAccountByListBase extends GridViewBase { ...@@ -21,7 +21,8 @@ export class ListAccountByListBase extends GridViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof ListAccountByListBase * @memberof ListAccountByListBase
*/ */
public viewUsage!: 1 | 2 | 4 = 5; @Prop({ default: 5 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -21,7 +21,8 @@ export class ListAccountInnerBase extends GridView9Base { ...@@ -21,7 +21,8 @@ export class ListAccountInnerBase extends GridView9Base {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof ListAccountInnerBase * @memberof ListAccountInnerBase
*/ */
public viewUsage!: 1 | 2 | 4 = 4; @Prop({ default: 4 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -21,7 +21,8 @@ export class ListContactGridViewBase extends GridViewBase { ...@@ -21,7 +21,8 @@ export class ListContactGridViewBase extends GridViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof ListContactGridViewBase * @memberof ListContactGridViewBase
*/ */
public viewUsage!: 1 | 2 | 4 = 5; @Prop({ default: 5 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -21,7 +21,8 @@ export class ListContactInnerBase extends GridView9Base { ...@@ -21,7 +21,8 @@ export class ListContactInnerBase extends GridView9Base {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof ListContactInnerBase * @memberof ListContactInnerBase
*/ */
public viewUsage!: 1 | 2 | 4 = 4; @Prop({ default: 4 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -21,7 +21,8 @@ export class ListLeadByListBase extends GridViewBase { ...@@ -21,7 +21,8 @@ export class ListLeadByListBase extends GridViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof ListLeadByListBase * @memberof ListLeadByListBase
*/ */
public viewUsage!: 1 | 2 | 4 = 5; @Prop({ default: 5 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class PriceLevelPickupGridViewBase extends PickupGridViewBase { ...@@ -18,7 +18,8 @@ export class PriceLevelPickupGridViewBase extends PickupGridViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof PriceLevelPickupGridViewBase * @memberof PriceLevelPickupGridViewBase
*/ */
public viewUsage!: 1 | 2 | 4 = 4; @Prop({ default: 4 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class PriceLevelPickupViewBase extends PickupViewBase { ...@@ -18,7 +18,8 @@ export class PriceLevelPickupViewBase extends PickupViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof PriceLevelPickupViewBase * @memberof PriceLevelPickupViewBase
*/ */
public viewUsage!: 1 | 2 | 4 = 2; @Prop({ default: 2 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class ProductAssociationEditViewBase extends EditViewBase { ...@@ -18,7 +18,8 @@ export class ProductAssociationEditViewBase extends EditViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof ProductAssociationEditViewBase * @memberof ProductAssociationEditViewBase
*/ */
public viewUsage!: 1 | 2 | 4 = 3; @Prop({ default: 3 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -21,7 +21,8 @@ export class ProductAssociationGridViewBase extends GridViewBase { ...@@ -21,7 +21,8 @@ export class ProductAssociationGridViewBase extends GridViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof ProductAssociationGridViewBase * @memberof ProductAssociationGridViewBase
*/ */
public viewUsage!: 1 | 2 | 4 = 5; @Prop({ default: 5 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class ProductInfo_ProInfoBase extends EditViewBase { ...@@ -18,7 +18,8 @@ export class ProductInfo_ProInfoBase extends EditViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof ProductInfo_ProInfoBase * @memberof ProductInfo_ProInfoBase
*/ */
public viewUsage!: 1 | 2 | 4 = 5; @Prop({ default: 5 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class ProductInfoViewBase extends TabExpViewBase { ...@@ -18,7 +18,8 @@ export class ProductInfoViewBase extends TabExpViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof ProductInfoViewBase * @memberof ProductInfoViewBase
*/ */
public viewUsage!: 1 | 2 | 4 = 3; @Prop({ default: 3 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class ProductPickupGridViewBase extends PickupGridViewBase { ...@@ -18,7 +18,8 @@ export class ProductPickupGridViewBase extends PickupGridViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof ProductPickupGridViewBase * @memberof ProductPickupGridViewBase
*/ */
public viewUsage!: 1 | 2 | 4 = 4; @Prop({ default: 4 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class ProductPickupViewBase extends PickupViewBase { ...@@ -18,7 +18,8 @@ export class ProductPickupViewBase extends PickupViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof ProductPickupViewBase * @memberof ProductPickupViewBase
*/ */
public viewUsage!: 1 | 2 | 4 = 2; @Prop({ default: 2 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class ProductPriceLevelProPrilvEditViewBase extends EditViewBase { ...@@ -18,7 +18,8 @@ export class ProductPriceLevelProPrilvEditViewBase extends EditViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof ProductPriceLevelProPrilvEditViewBase * @memberof ProductPriceLevelProPrilvEditViewBase
*/ */
public viewUsage!: 1 | 2 | 4 = 3; @Prop({ default: 3 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -21,7 +21,8 @@ export class ProductPriceLevelProPrilvGridViewBase extends GridViewBase { ...@@ -21,7 +21,8 @@ export class ProductPriceLevelProPrilvGridViewBase extends GridViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof ProductPriceLevelProPrilvGridViewBase * @memberof ProductPriceLevelProPrilvGridViewBase
*/ */
public viewUsage!: 1 | 2 | 4 = 5; @Prop({ default: 5 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class ProductQuickCreateViewBase extends OptionViewBase { ...@@ -18,7 +18,8 @@ export class ProductQuickCreateViewBase extends OptionViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof ProductQuickCreateViewBase * @memberof ProductQuickCreateViewBase
*/ */
public viewUsage!: 1 | 2 | 4 = 3; @Prop({ default: 3 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class ProductSubstituteEditViewBase extends EditViewBase { ...@@ -18,7 +18,8 @@ export class ProductSubstituteEditViewBase extends EditViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof ProductSubstituteEditViewBase * @memberof ProductSubstituteEditViewBase
*/ */
public viewUsage!: 1 | 2 | 4 = 3; @Prop({ default: 3 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -21,7 +21,8 @@ export class ProductSubstituteGridViewBase extends GridViewBase { ...@@ -21,7 +21,8 @@ export class ProductSubstituteGridViewBase extends GridViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof ProductSubstituteGridViewBase * @memberof ProductSubstituteGridViewBase
*/ */
public viewUsage!: 1 | 2 | 4 = 5; @Prop({ default: 5 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class ProductSummaryViewBase extends DashboardViewBase { ...@@ -18,7 +18,8 @@ export class ProductSummaryViewBase extends DashboardViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof ProductSummaryViewBase * @memberof ProductSummaryViewBase
*/ */
public viewUsage!: 1 | 2 | 4 = 5; @Prop({ default: 5 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class CompetitorInfo_AbstractBase extends EditViewBase { ...@@ -18,7 +18,8 @@ export class CompetitorInfo_AbstractBase extends EditViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof CompetitorInfo_AbstractBase * @memberof CompetitorInfo_AbstractBase
*/ */
public viewUsage!: 1 | 2 | 4 = 5; @Prop({ default: 5 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class CompetitorInfoBase extends TabExpViewBase { ...@@ -18,7 +18,8 @@ export class CompetitorInfoBase extends TabExpViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof CompetitorInfoBase * @memberof CompetitorInfoBase
*/ */
public viewUsage!: 1 | 2 | 4 = 3; @Prop({ default: 3 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class CompetitorOptionViewBase extends OptionViewBase { ...@@ -18,7 +18,8 @@ export class CompetitorOptionViewBase extends OptionViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof CompetitorOptionViewBase * @memberof CompetitorOptionViewBase
*/ */
public viewUsage!: 1 | 2 | 4 = 3; @Prop({ default: 3 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class CompetitorPickupGridViewBase extends PickupGridViewBase { ...@@ -18,7 +18,8 @@ export class CompetitorPickupGridViewBase extends PickupGridViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof CompetitorPickupGridViewBase * @memberof CompetitorPickupGridViewBase
*/ */
public viewUsage!: 1 | 2 | 4 = 4; @Prop({ default: 4 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class CompetitorPickupViewBase extends PickupViewBase { ...@@ -18,7 +18,8 @@ export class CompetitorPickupViewBase extends PickupViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof CompetitorPickupViewBase * @memberof CompetitorPickupViewBase
*/ */
public viewUsage!: 1 | 2 | 4 = 2; @Prop({ default: 2 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -21,7 +21,8 @@ export class CompetitorSalesLiteratureSalLitCompGridViewBase extends GridViewBas ...@@ -21,7 +21,8 @@ export class CompetitorSalesLiteratureSalLitCompGridViewBase extends GridViewBas
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof CompetitorSalesLiteratureSalLitCompGridViewBase * @memberof CompetitorSalesLiteratureSalLitCompGridViewBase
*/ */
public viewUsage!: 1 | 2 | 4 = 5; @Prop({ default: 5 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class CompetitorSummaryBase extends DashboardViewBase { ...@@ -18,7 +18,8 @@ export class CompetitorSummaryBase extends DashboardViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof CompetitorSummaryBase * @memberof CompetitorSummaryBase
*/ */
public viewUsage!: 1 | 2 | 4 = 5; @Prop({ default: 5 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class DiscountTypePickupGridViewBase extends PickupGridViewBase { ...@@ -18,7 +18,8 @@ export class DiscountTypePickupGridViewBase extends PickupGridViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof DiscountTypePickupGridViewBase * @memberof DiscountTypePickupGridViewBase
*/ */
public viewUsage!: 1 | 2 | 4 = 4; @Prop({ default: 4 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class DiscountTypePickupViewBase extends PickupViewBase { ...@@ -18,7 +18,8 @@ export class DiscountTypePickupViewBase extends PickupViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof DiscountTypePickupViewBase * @memberof DiscountTypePickupViewBase
*/ */
public viewUsage!: 1 | 2 | 4 = 2; @Prop({ default: 2 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -21,7 +21,8 @@ export class GoalChildGoalGridViewBase extends GridViewBase { ...@@ -21,7 +21,8 @@ export class GoalChildGoalGridViewBase extends GridViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof GoalChildGoalGridViewBase * @memberof GoalChildGoalGridViewBase
*/ */
public viewUsage!: 1 | 2 | 4 = 5; @Prop({ default: 5 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class GoalEdit_ChildGoalViewBase extends EditViewBase { ...@@ -18,7 +18,8 @@ export class GoalEdit_ChildGoalViewBase extends EditViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof GoalEdit_ChildGoalViewBase * @memberof GoalEdit_ChildGoalViewBase
*/ */
public viewUsage!: 1 | 2 | 4 = 3; @Prop({ default: 3 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class GoalInfo_GoalViewBase extends EditViewBase { ...@@ -18,7 +18,8 @@ export class GoalInfo_GoalViewBase extends EditViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof GoalInfo_GoalViewBase * @memberof GoalInfo_GoalViewBase
*/ */
public viewUsage!: 1 | 2 | 4 = 5; @Prop({ default: 5 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class GoalInfoViewBase extends TabExpViewBase { ...@@ -18,7 +18,8 @@ export class GoalInfoViewBase extends TabExpViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof GoalInfoViewBase * @memberof GoalInfoViewBase
*/ */
public viewUsage!: 1 | 2 | 4 = 3; @Prop({ default: 3 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class GoalPickupGridViewBase extends PickupGridViewBase { ...@@ -18,7 +18,8 @@ export class GoalPickupGridViewBase extends PickupGridViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof GoalPickupGridViewBase * @memberof GoalPickupGridViewBase
*/ */
public viewUsage!: 1 | 2 | 4 = 4; @Prop({ default: 4 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class GoalPickupViewBase extends PickupViewBase { ...@@ -18,7 +18,8 @@ export class GoalPickupViewBase extends PickupViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof GoalPickupViewBase * @memberof GoalPickupViewBase
*/ */
public viewUsage!: 1 | 2 | 4 = 2; @Prop({ default: 2 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class GoalQuickCreateViewBase extends OptionViewBase { ...@@ -18,7 +18,8 @@ export class GoalQuickCreateViewBase extends OptionViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof GoalQuickCreateViewBase * @memberof GoalQuickCreateViewBase
*/ */
public viewUsage!: 1 | 2 | 4 = 3; @Prop({ default: 3 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class GoalSummaryViewBase extends DashboardViewBase { ...@@ -18,7 +18,8 @@ export class GoalSummaryViewBase extends DashboardViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof GoalSummaryViewBase * @memberof GoalSummaryViewBase
*/ */
public viewUsage!: 1 | 2 | 4 = 5; @Prop({ default: 5 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -22,7 +22,8 @@ export class LeadConLeadGridViewBase extends GridViewBase { ...@@ -22,7 +22,8 @@ export class LeadConLeadGridViewBase extends GridViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof LeadConLeadGridViewBase * @memberof LeadConLeadGridViewBase
*/ */
public viewUsage!: 1 | 2 | 4 = 5; @Prop({ default: 5 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class LeadDashboardViewBase extends DashboardViewBase { ...@@ -18,7 +18,8 @@ export class LeadDashboardViewBase extends DashboardViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof LeadDashboardViewBase * @memberof LeadDashboardViewBase
*/ */
public viewUsage!: 1 | 2 | 4 = 5; @Prop({ default: 5 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -22,7 +22,8 @@ export class LeadGridViewBase extends GridViewBase { ...@@ -22,7 +22,8 @@ export class LeadGridViewBase extends GridViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof LeadGridViewBase * @memberof LeadGridViewBase
*/ */
public viewUsage!: 1 | 2 | 4 = 5; @Prop({ default: 5 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class LeadInfo_ContactBase extends EditViewBase { ...@@ -18,7 +18,8 @@ export class LeadInfo_ContactBase extends EditViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof LeadInfo_ContactBase * @memberof LeadInfo_ContactBase
*/ */
public viewUsage!: 1 | 2 | 4 = 5; @Prop({ default: 5 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -19,7 +19,8 @@ export class LeadInfoBase extends TabExpViewBase { ...@@ -19,7 +19,8 @@ export class LeadInfoBase extends TabExpViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof LeadInfoBase * @memberof LeadInfoBase
*/ */
public viewUsage!: 1 | 2 | 4 = 3; @Prop({ default: 3 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class LeadPickupGridViewBase extends PickupGridViewBase { ...@@ -18,7 +18,8 @@ export class LeadPickupGridViewBase extends PickupGridViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof LeadPickupGridViewBase * @memberof LeadPickupGridViewBase
*/ */
public viewUsage!: 1 | 2 | 4 = 4; @Prop({ default: 4 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class LeadPickupViewBase extends PickupViewBase { ...@@ -18,7 +18,8 @@ export class LeadPickupViewBase extends PickupViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof LeadPickupViewBase * @memberof LeadPickupViewBase
*/ */
public viewUsage!: 1 | 2 | 4 = 2; @Prop({ default: 2 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -18,7 +18,8 @@ export class LeadQuickCreateBase extends OptionViewBase { ...@@ -18,7 +18,8 @@ export class LeadQuickCreateBase extends OptionViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof LeadQuickCreateBase * @memberof LeadQuickCreateBase
*/ */
public viewUsage!: 1 | 2 | 4 = 3; @Prop({ default: 3 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
...@@ -21,7 +21,8 @@ export class OpportunityCompetitorOppCompGridViewBase extends GridViewBase { ...@@ -21,7 +21,8 @@ export class OpportunityCompetitorOppCompGridViewBase extends GridViewBase {
* @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式 * @type {(1 | 2 | 4)} 1:路由模式;2:模态模式;4:嵌入模式
* @memberof OpportunityCompetitorOppCompGridViewBase * @memberof OpportunityCompetitorOppCompGridViewBase
*/ */
public viewUsage!: 1 | 2 | 4 = 5; @Prop({ default: 5 })
public viewUsage!: 1 | 2 | 4;
/** /**
* 实体服务对象 * 实体服务对象
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册