ItemInfoFindResponse.java 257 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 package com.xiniunet.web.home.response; import com.xiniunet.framework.base.BaseFindResponse; import com.xiniunet.web.home.domain.ItemInfo; /** * Created by 马燕 on 2015/1/14. */ public class ItemInfoFindResponse extends BaseFindResponse<ItemInfo> { }