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


/**
 * 示例实体03权限服务对象
 * 基于 APP/src/authservice/%DE_PKGPATH%/%DE_PKGPATH%-auth-service.ts.ftl 生成
 * @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);
    }


}