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

/**
 * 员工UI服务对象
 * 基于 APP/src/uiservice/%DE_PKGPATH%/%DE_PKGPATH%-ui-service.ts.ftl 生成
 * @export
 * @class IBIZSample0020UIService
 */
export default class IBIZSample0020UIService extends IBIZSample0020UIServiceBase {

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

}