package com.geo.smallcredit.vo; public class Messg { private String groupName; private int groupId; private int img; public int getGroupId() { return groupId; } public void setGroupId(int groupId) { this.groupId = groupId; } public String getGroupName() { return groupName; } public void setGroupName(String groupName) { this.groupName = groupName; } public int getImg() { return img; } public void setImg(int img) { this.img = img; } }