import { __decorate } from "tslib";
import { Component } from 'vue-property-decorator';
import { VueLifeCycleProcessing } from '../../../decorators';
import { AppWFDynaEditViewBase } from '../app-common-view/app-wfdynaeditview-base';
/**
 * 应用实体工作流动态编辑视图
 *
 * @export
 * @class AppDefaultWFDynaEditView
 * @extends {AppWFDynaEditViewBase}
 */
let AppDefaultWFDynaEditView = class AppDefaultWFDynaEditView extends AppWFDynaEditViewBase {
};
AppDefaultWFDynaEditView = __decorate([
    Component({}),
    VueLifeCycleProcessing()
], AppDefaultWFDynaEditView);
export { AppDefaultWFDynaEditView };
