import { Http,Util } from '@/utils';
import IBIZSample0007ServiceBase from './ibizsample0007-service-base';
/**
* 嵌套流程(子)服务对象
*
* @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 提交于3f283ca5