import IBIZCustomerMGUIServiceBase from './ibizcustomer-mg-ui-service-base';
/**
* 客户管理UI服务对象
* 基于 APP/src/uiservice/%DE_PKGPATH%/%DE_PKGPATH%-ui-service.ts.ftl 生成
* @export
* @class IBIZCustomerMGUIService
*/
export default class IBIZCustomerMGUIService extends IBIZCustomerMGUIServiceBase {
/**
* Creates an instance of IBIZCustomerMGUIService.
*
* @param {*} [opts={}]
* @memberof IBIZCustomerMGUIService
*/
constructor(opts: any = {}) {
super(opts);
}
}
-
由 ibizdev 提交于cfe7e01a