import IBIZSample0016UIServiceBase from './ibizsample0016-ui-service-base'; /** * 项目成员UI服务对象 * * @export * @class IBIZSample0016UIService */ export default class IBIZSample0016UIService extends IBIZSample0016UIServiceBase { /** * Creates an instance of IBIZSample0016UIService. * * @param {*} [opts={}] * @memberof IBIZSample0016UIService */ constructor(opts: any = {}) { super(opts); } }