⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 glycountvo.java

📁 一个专门用来快速开发网站的框架
💻 JAVA
字号:
package com.ksgl.body.member;import java.util.*;/** * <p>Title: literature item </p> * <p>Description: </p> * <p>Copyright: Copyright (c) 2007</p> * <p>Company: </p> * @author hj * @version 1.0 */public class GlyCountVO {  private int userNum;  private List userList;  private String zs;  private String hfzs;  private String gr;  private String dw;  private String zj;  private String hmd;    public GlyCountVO() {    }    public int getUserNum() {        return userNum;    }    public List getUserList() {        return userList;    }    public void setUserList(List userList) {        this.userList = userList;    }    public void setUserNum(int userNum) {        this.userNum = userNum;    }  public String getZj() {    return zj;  }  public String getZs() {    return zs;  }  public void setZs(String zs) {    this.zs = zs;  }  public void setZj(String zj) {    this.zj = zj;  }  public void setHmd(String hmd) {    this.hmd = hmd;  }  public void setHfzs(String hfzs) {    this.hfzs = hfzs;  }  public void setGr(String gr) {    this.gr = gr;  }  public void setDw(String dw) {    this.dw = dw;  }  public String getDw() {    return dw;  }  public String getGr() {    return gr;  }  public String getHfzs() {    return hfzs;  }  public String getHmd() {    return hmd;  }}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -