import IBIZSample0003AuthServiceBase from './ibizsample0003-auth-service-base';


/**
 * 示例实体03权限服务对象
 *
 * @export
 * @class IBIZSample0003AuthService
 * @extends {IBIZSample0003AuthServiceBase}
 */
export default class IBIZSample0003AuthService extends IBIZSample0003AuthServiceBase {

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


}