import IBIZCustomerMGAuthServiceBase from './ibizcustomer-mg-auth-service-base'; /** * 客户管理权限服务对象 * 基于 APP/src/authservice/%DE_PKGPATH%/%DE_PKGPATH%-auth-service.ts.ftl 生成 * @export * @class IBIZCustomerMGAuthService * @extends {IBIZCustomerMGAuthServiceBase} */ export default class IBIZCustomerMGAuthService extends IBIZCustomerMGAuthServiceBase { /** * Creates an instance of IBIZCustomerMGAuthService. * * @param {*} [opts={}] * @memberof IBIZCustomerMGAuthService */ constructor(opts: any = {}) { super(opts); } }