import IBIZCustomerIntfUIServiceBase from './ibizcustomer-intf-ui-service-base';

/**
 * 客户UI服务对象
 * 基于 APP/src/uiservice/%DE_PKGPATH%/%DE_PKGPATH%-ui-service.ts.ftl 生成
 * @export
 * @class IBIZCustomerIntfUIService
 */
export default class IBIZCustomerIntfUIService extends IBIZCustomerIntfUIServiceBase {

    /**
     * Creates an instance of  IBIZCustomerIntfUIService.
     * 
     * @param {*} [opts={}]
     * @memberof  IBIZCustomerIntfUIService
     */
    constructor(opts: any = {}) {
        super(opts);
    }

}