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