import IBIZSample0015AuthServiceBase from './ibizsample0015-auth-service-base';


/**
 * 项目权限服务对象
 *
 * @export
 * @class IBIZSample0015AuthService
 * @extends {IBIZSample0015AuthServiceBase}
 */
export default class IBIZSample0015AuthService extends IBIZSample0015AuthServiceBase {

    /**
     * Creates an instance of  IBIZSample0015AuthService.
     * 
     * @param {*} [opts={}]
     * @memberof  IBIZSample0015AuthService
     */
    constructor(opts: any = {}) {
        super(opts);
    }


}