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 AppStyle2WFDynaEditView3
 * @extends {AppWFDynaEditView3Base}
 */
let AppStyle2WFDynaEditView3 = class AppStyle2WFDynaEditView3 extends AppWFDynaEditView3Base {
};
AppStyle2WFDynaEditView3 = __decorate([
    Component({}),
    VueLifeCycleProcessing()
], AppStyle2WFDynaEditView3);
export { AppStyle2WFDynaEditView3 };
