import IBIZSample0016AuthServiceBase from './ibizsample0016-auth-service-base'; /** * 项目成员权限服务对象 * 基于 APP/src/authservice/%DE_PKGPATH%/%DE_PKGPATH%-auth-service.ts.ftl 生成 * @export * @class IBIZSample0016AuthService * @extends {IBIZSample0016AuthServiceBase} */ export default class IBIZSample0016AuthService extends IBIZSample0016AuthServiceBase { /** * Creates an instance of IBIZSample0016AuthService. * * @param {*} [opts={}] * @memberof IBIZSample0016AuthService */ constructor(opts: any = {}) { super(opts); } }