import IBIZSample0016AuthServiceBase from './ibizsample0016-auth-service-base'; /** * 项目成员权限服务对象 * * @export * @class IBIZSample0016AuthService * @extends {IBIZSample0016AuthServiceBase} */ export default class IBIZSample0016AuthService extends IBIZSample0016AuthServiceBase { /** * Creates an instance of IBIZSample0016AuthService. * * @param {*} [opts={}] * @memberof IBIZSample0016AuthService */ constructor(opts: any = {}) { super(opts); } }