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