import IBIZCustomer_INTFUIServiceBase from './ibizcustomer-intf-ui-service-base';
/**
* 客户UI服务对象
*
* @export
* @class IBIZCustomer_INTFUIService
*/
export default class IBIZCustomer_INTFUIService extends IBIZCustomer_INTFUIServiceBase {
/**
* Creates an instance of IBIZCustomer_INTFUIService.
*
* @param {*} [opts={}]
* @memberof IBIZCustomer_INTFUIService
*/
constructor(opts: any = {}) {
super(opts);
}
}
-
由 ibizdev 提交于3f283ca5