import IBIZSample0021AuthServiceBase from './ibizsample0021-auth-service-base';


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

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


}