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