import { Http,Util } from '@/utils';
import IBIZTASKServiceBase from './ibiztask-service-base';
/**
* 任务服务对象
*
* @export
* @class IBIZTASKService
* @extends {IBIZTASKServiceBase}
*/
export default class IBIZTASKService extends IBIZTASKServiceBase {
/**
* Creates an instance of IBIZTASKService.
*
* @param {*} [opts={}]
* @memberof IBIZTASKService
*/
constructor(opts: any = {}) {
super(opts);
}
}
-
由 ibizdev 提交于ac59cb0c