package com.dreamspace.uucampus.model.api; /** * Created by wufan on 2015/9/29. */ public class AddShopCommentRes { private String shop_comment_id; public String getShop_comment_id() { return shop_comment_id; } public void setShop_comment_id(String shop_comment_id) { this.shop_comment_id = shop_comment_id; } }