import IBIZSample0018AuthServiceBase from './ibizsample0018-auth-service-base'; /** * 示例实体18权限服务对象 * 基于 APP/src/authservice/%DE_PKGPATH%/%DE_PKGPATH%-auth-service.ts.ftl 生成 * @export * @class IBIZSample0018AuthService * @extends {IBIZSample0018AuthServiceBase} */ export default class IBIZSample0018AuthService extends IBIZSample0018AuthServiceBase { /** * Creates an instance of IBIZSample0018AuthService. * * @param {*} [opts={}] * @memberof IBIZSample0018AuthService */ constructor(opts: any = {}) { super(opts); } }