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

📄 checkinfodto.java

📁 中应用程序的访问权限对Java Web Console 中应用程序的访问权限 成功登录 Web 控制台后,可能无法自动访问在该控制台中注册的所有应用程序。通常,必须安装应用程序,才能让所有的用户在控制
💻 JAVA
字号:
/**
 * 
 */
package edu.yinhe.mis.dto;

/**
 * @author 孙文
 *
 */

public class CheckInfoDTO {
	private Integer check_id=null;  //逻辑考场号
	private Integer count=null;  //人数
	private String object_name=null;  //考试科目名
	private String check_begintime=null;  //开始考试时间
	private String check_finishtime=null;  //结束考试时间
	private String testPaper_no=null;  //试卷ID
	private String currentPage = null;//当前页码
	private String rowPerPage = null;//每一个页多少行
	
	public Integer getCheck_id() {
		return check_id;
	}
	public void setCheck_id(Integer check_id) {
		this.check_id = check_id;
	}
	public Integer getCount() {
		return count;
	}
	public void setCount(Integer count) {
		this.count = count;
	}
	public String getObject_name() {
		return object_name;
	}
	public void setObject_name(String object_name) {
		this.object_name = object_name;
	}
	public String getCheck_begintime() {
		return check_begintime;
	}
	public void setCheck_begintime(String check_begintime) {
		this.check_begintime = check_begintime;
	}
	public String getCheck_finishtime() {
		return check_finishtime;
	}
	public void setCheck_finishtime(String check_finishtime) {
		this.check_finishtime = check_finishtime;
	}
	public String getTestPaper_no() {
		return testPaper_no;
	}
	public void setTestPaper_no(String testPaper_no) {
		this.testPaper_no = testPaper_no;
	}
	public String getCurrentPage() {
		return currentPage;
	}
	public void setCurrentPage(String currentPage) {
		this.currentPage = currentPage;
	}
	public String getRowPerPage() {
		return rowPerPage;
	}
	public void setRowPerPage(String orowPerPagewPerPage) {
		this.rowPerPage = orowPerPagewPerPage;
	}
	
}

⌨️ 快捷键说明

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