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