import IBIZSample0020UIServiceBase from './ibizsample0020-ui-service-base';

/**
 * 员工UI服务对象
 *
 * @export
 * @class IBIZSample0020UIService
 */
export default class IBIZSample0020UIService extends IBIZSample0020UIServiceBase {

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

}