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