package com.xiniunet.erp.hr.response;
import com.xiniunet.erp.hr.domain.EmployeeIndex;
import com.xiniunet.framework.base.BaseSearchResponse;
/**
* Created by DEV003 on 2014/10/9.
*/
public class EmployeeIndexResponse extends BaseSearchResponse<EmployeeIndex> {
}