import IBIZSample0017AuthServiceBase from './ibizsample0017-auth-service-base';


/**
 * 订单权限服务对象
 *
 * @export
 * @class IBIZSample0017AuthService
 * @extends {IBIZSample0017AuthServiceBase}
 */
export default class IBIZSample0017AuthService extends IBIZSample0017AuthServiceBase {

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


}