package cn.itbaizhan.common.bean; /** * @author : * @date 创建时间:2017年4月17日 下午5:02:34 * @version 1.0 * @parameter * @return */ public class Conch { private long id; private long userId; private long adoptId; private int cNumber; //悬赏积分数 private String conchBody; //问题内容 private String conchTime; private int state; //状态 0未解决 1解决 private User chUser; public Conch() { } public Conch(long id, long userId, int cNumber, String conchBody, String conchTime, int state) { this.id = id; this.userId = userId; this.cNumber = cNumber; this.conchBody = conchBody; this.conchTime = conchTime; this.state = state; } public Conch(long userId, long adoptId, int cNumber, String conchBody, String conchTime, int state, User chUser) { this.userId = userId; this.adoptId = adoptId; this.cNumber = cNumber; this.conchBody = conchBody; this.conchTime = conchTime; this.state = state; this.chUser = chUser; } public long getAdoptId() { return adoptId; } public void setAdoptId(long adoptId) { this.adoptId = adoptId; } public long getId() { return id; } public void setId(long id) { this.id = id; } public long getUserId() { return userId; } public void setUserId(long userId) { this.userId = userId; } public int getcNumber() { return cNumber; } public void setcNumber(int cNumber) { this.cNumber = cNumber; } public String getConchBody() { return conchBody; } public void setConchBody(String conchBody) { this.conchBody = conchBody; } public String getConchTime() { return conchTime; } public void setConchTime(String conchTime) { this.conchTime = conchTime; } public int getState() { return state; } public void setState(int state) { this.state = state; } public User getChUser() { return chUser; } public void setChUser(User chUser) { this.chUser = chUser; } @Override public String toString() { return "Conch [id=" + id + ", userId=" + userId + ", cNumber=" + cNumber + ", conchBody=" + conchBody + ", conchTime=" + conchTime + ", state=" + state + ", chUser=" + chUser + "]"; } }

李朝磊 LV18
2024年6月17日
543539666 LV7
2023年6月19日
95959595959 LV13
2023年2月7日
wanglinddad LV55
2021年12月24日
ggqooi LV5
2021年7月14日
0312wangchen LV26
2021年5月29日
建建 LV4
2021年5月23日
lljp285248450 LV2
2021年5月1日
gjrtsjrjrsh LV3
2021年4月28日
panbiao LV11
2021年3月31日