import { Http,Util } from '@/utils'; import IBIZAPPVIEWServiceBase from './ibizappview-service-base'; /** * 应用视图服务对象 * 基于 APP/src/service/%DE_PKGPATH%/%DE_PKGPATH%-service.ts.ftl 生成 * @export * @class IBIZAPPVIEWService * @extends {IBIZAPPVIEWServiceBase} */ export default class IBIZAPPVIEWService extends IBIZAPPVIEWServiceBase { /** * Creates an instance of IBIZAPPVIEWService. * * @param {*} [opts={}] * @memberof IBIZAPPVIEWService */ constructor(opts: any = {}) { super(opts); } }