import { Http,Util } from '@/utils'; import IBIZVIEWMESSServiceBase from './ibizviewmess-service-base'; /** * 视图数据信息实体服务对象 * * @export * @class IBIZVIEWMESSService * @extends {IBIZVIEWMESSServiceBase} */ export default class IBIZVIEWMESSService extends IBIZVIEWMESSServiceBase { /** * Creates an instance of IBIZVIEWMESSService. * * @param {*} [opts={}] * @memberof IBIZVIEWMESSService */ constructor(opts: any = {}) { super(opts); } }