import { Http,Util } from '@/utils'; import IBIZSample0004ServiceBase from './ibizsample0004-service-base'; /** * 多版本流程服务对象 * 基于 APP/src/service/%DE_PKGPATH%/%DE_PKGPATH%-service.ts.ftl 生成 * @export * @class IBIZSample0004Service * @extends {IBIZSample0004ServiceBase} */ export default class IBIZSample0004Service extends IBIZSample0004ServiceBase { /** * Creates an instance of IBIZSample0004Service. * * @param {*} [opts={}] * @memberof IBIZSample0004Service */ constructor(opts: any = {}) { super(opts); } }