import { __decorate } from "tslib";
import { Component } from 'vue-property-decorator';
import { VueLifeCycleProcessing } from '../../../decorators';
import { AppMPickUpView2Base } from '../app-common-view/app-mpickupview2-base';
/**
 * 应用数据多项选择视图
 *
 * @export
 * @class AppDefaultMPickUpView2
 * @extends {AppMPickUpView2Base}
 */
let AppDefaultMPickUpView2 = class AppDefaultMPickUpView2 extends AppMPickUpView2Base {
};
AppDefaultMPickUpView2 = __decorate([
    Component({}),
    VueLifeCycleProcessing()
], AppDefaultMPickUpView2);
export { AppDefaultMPickUpView2 };
