LocationIndexVO.java 250 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 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> { }