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