import IBIZSample0014UIServiceBase from './ibizsample0014-ui-service-base';

/**
 * 员工UI服务对象
 *
 * @export
 * @class IBIZSample0014UIService
 */
export default class IBIZSample0014UIService extends IBIZSample0014UIServiceBase {

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

}