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