import HROMHIERARCHYPURPOSEAuthServiceBase from './hromhierarchypurpose-auth-service-base';


/**
 * 组织层次结构应用权限服务对象
 *
 * @export
 * @class HROMHIERARCHYPURPOSEAuthService
 * @extends {HROMHIERARCHYPURPOSEAuthServiceBase}
 */
export default class HROMHIERARCHYPURPOSEAuthService extends HROMHIERARCHYPURPOSEAuthServiceBase {

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


}