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