app-default-wfdynaeditview.tsx 448 字节
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 { AppWFDynaEditViewBase } from '../app-common-view/app-wfdynaeditview-base';

/**
 * 应用实体工作流动态编辑视图
 *
 * @export
 * @class AppDefaultWFDynaEditView
 * @extends {AppWFDynaEditViewBase}
 */
@Component({})
@VueLifeCycleProcessing()
export class AppDefaultWFDynaEditView extends AppWFDynaEditViewBase { }