import IBIZSample0019UIServiceBase from './ibizsample0019-ui-service-base'; /** * 部门UI服务对象 * * @export * @class IBIZSample0019UIService */ export default class IBIZSample0019UIService extends IBIZSample0019UIServiceBase { /** * Creates an instance of IBIZSample0019UIService. * * @param {*} [opts={}] * @memberof IBIZSample0019UIService */ constructor(opts: any = {}) { super(opts); } }