app-default-indexpickupdataview.tsx 474 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14
import { Component } from 'vue-property-decorator';
import { VueLifeCycleProcessing } from '../../../decorators';
import { AppIndexPickupDataViewBase } from '../app-common-view/app-indexpickudataview-base';

/**
 * 实体索引关系选择数据视图(部件视图)
 *
 * @export
 * @class AppDefaultIndexPickupDataView
 * @extends {MDViewBase}
 */
@Component({})
@VueLifeCycleProcessing()
export class AppDefaultIndexPickupDataView extends AppIndexPickupDataViewBase {}