import IBIZSample0002AuthServiceBase from './ibizsample0002-auth-service-base';


/**
 * 示例实体02权限服务对象
 *
 * @export
 * @class IBIZSample0002AuthService
 * @extends {IBIZSample0002AuthServiceBase}
 */
export default class IBIZSample0002AuthService extends IBIZSample0002AuthServiceBase {

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


}