import { Http,Util } from '@/utils';
import IBIZSample0007ServiceBase from './ibizsample0007-service-base';
/**
* 嵌套流程(子)服务对象
* 基于 APP/src/service/%DE_PKGPATH%/%DE_PKGPATH%-service.ts.ftl 生成
* @export
* @class IBIZSample0007Service
* @extends {IBIZSample0007ServiceBase}
*/
export default class IBIZSample0007Service extends IBIZSample0007ServiceBase {
/**
* Creates an instance of IBIZSample0007Service.
*
* @param {*} [opts={}]
* @memberof IBIZSample0007Service
*/
constructor(opts: any = {}) {
super(opts);
}
}
-
由 ibizdev 提交于cfe7e01a