LocationIndexVO.java 250 Bytes
package com.xiniunet.erp.hr.response;

import com.xiniunet.framework.base.BaseGetAllListResponse;

/**
 * Created on 2014/9/18.
 *
 * @author 吕浩
 * @version v1.0.0.0
 */
public class LocationIndexVO extends BaseGetAllListResponse<LocationVO> {
}