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