package com.ideabobo.model;

import java.io.Serializable;

public class Huihua implements Serializable { private Integer id;

private Integer uid;

private Integer fid;

private Integer qid;

private Integer type;

private Integer zan;

private String note;

private String ndate;

private String username;

private String fusername;

private String attach;

private String attachname;

private String img;

private String qtitle;

private Integer msgtype;

private static final long serialVersionUID = 1L;

public Integer getId() {
    return id;
}

public void setId(Integer id) {
    this.id = id;
}

public Integer getUid() {
    return uid;
}

public void setUid(Integer uid) {
    this.uid = uid;
}

public Integer getFid() {
    return fid;
}

public void setFid(Integer fid) {
    this.fid = fid;
}

public Integer getQid() {
    return qid;
}

public void setQid(Integer qid) {
    this.qid = qid;
}

public Integer getType() {
    return type;
}

public void setType(Integer type) {
    this.type = type;
}

public Integer getZan() {
    return zan;
}

public void setZan(Integer zan) {
    this.zan = zan;
}

public String getNote() {
    return note;
}

public void setNote(String note) {
    this.note = note == null ? null : note.trim();
}

public String getNdate() {
    return ndate;
}

public void setNdate(String ndate) {
    this.ndate = ndate == null ? null : ndate.trim();
}

public String getUsername() {
    return username;
}

public void setUsername(String username) {
    this.username = username == null ? null : username.trim();
}

public String getFusername() {
    return fusername;
}

public void setFusername(String fusername) {
    this.fusername = fusername == null ? null : fusername.trim();
}

public String getAttach() {
    return attach;
}

public void setAttach(String attach) {
    this.attach = attach == null ? null : attach.trim();
}

public String getAttachname() {
    return attachname;
}

public void setAttachname(String attachname) {
    this.attachname = attachname == null ? null : attachname.trim();
}

public String getImg() {
    return img;
}

public void setImg(String img) {
    this.img = img == null ? null : img.trim();
}

public String getQtitle() {
    return qtitle;
}

public void setQtitle(String qtitle) {
    this.qtitle = qtitle == null ? null : qtitle.trim();
}

public Integer getMsgtype() {
    return msgtype;
}

public void setMsgtype(Integer msgtype) {
    this.msgtype = msgtype;
}

}

Huihua Java 类:会话模型

原文地址: https://www.cveoy.top/t/topic/jn0B 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录