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

📄 reply_carddto.java

📁 中应用程序的访问权限对Java Web Console 中应用程序的访问权限 成功登录 Web 控制台后,可能无法自动访问在该控制台中注册的所有应用程序。通常,必须安装应用程序,才能让所有的用户在控制
💻 JAVA
字号:
package edu.yinhe.mis.dto;
/**
 * 设计人:陈雄  
 * 答题卡
 * @author Administrator
 *
 */
public class Reply_cardDTO {
	/**
	 * 答题卡表的编号
	 */
	private Integer id;
	/**
	 * 学生考号
	 */
	private String exam_no="";
	/**
	 * 逻辑考场编号
	 */
	private Integer check_id;
	/**
	 * 科目名称
	 */
	private String object_name="";
	/**
	 * 试卷题目编号
	 */
	private Integer testPaperQuestion_id;
	/**
	 * 题目内容
	 */
	private String content="";
	/**
	 * 题目满分
	 */
	private String score="";
	/**
	 * 老师所评的分
	 */
	private String fact_score="";
	/**
	 * 题目类型
	 */
	private Integer question_type;
	/**
	 * 学生答案
	 */
	private String student_key="";
	/**
	 * 标准答案
	 */
	private String standard_key="";
	/**
	 * 试卷的编号
	 */
	private String testpaper_id="";
	/**
	 * 每页多少行
	 */
	private String rowPerPage;
	/**
	 * 当前也
	 */
	private String currentPage;
	
	
	
	public Integer getId() {
		return id;
	}
	public void setId(Integer id) {
		this.id = id;
	}
	public String getExam_no() {
		return exam_no;
	}
	public void setExam_no(String exam_no) {
		this.exam_no = exam_no;
	}
	public Integer getCheck_id() {
		return check_id;
	}
	public void setCheck_id(Integer check_id) {
		this.check_id = check_id;
	}
	public String getObject_name() {
		return object_name;
	}
	public void setObject_name(String object_name) {
		this.object_name = object_name;
	}
	public Integer getTestpaperquestion_id() {
		return testPaperQuestion_id;
	}
	public void setTestpaperquestion_id(Integer testpaperquestion_id) {
		this.testPaperQuestion_id = testpaperquestion_id;
	}
	public String getContent() {
		return content;
	}
	public void setContent(String content) {
		this.content = content;
	}
	public String getScore() {
		return score;
	}
	public void setScore(String score) {
		this.score = score;
	}
	public String getFact_score() {
		return fact_score;
	}
	public void setFact_score(String fact_score) {
		this.fact_score = fact_score;
	}
	public Integer getQuestion_type() {
		return question_type;
	}
	public void setQuestion_type(Integer question_type) {
		this.question_type = question_type;
	}
	public String getStudent_key() {
		return student_key;
	}
	public void setStudent_key(String student_key) {
		this.student_key = student_key;
	}
	public String getStandard_key() {
		return standard_key;
	}
	public void setStandard_key(String standard_key) {
		this.standard_key = standard_key;
	}
	public String getTestpaper_id() {
		return testpaper_id;
	}
	public void setTestpaper_id(String testpaper_id) {
		this.testpaper_id = testpaper_id;
	}
	public String getPagesize() {
		return rowPerPage;
	}
	public void String(Integer pagesize) {
		this.rowPerPage = rowPerPage;
	}
	public String getCurrentpage() {
		return currentPage;
	}
	public void setCurrentpage(Integer currentpage) {
		this.currentPage = currentPage;
	}
}

⌨️ 快捷键说明

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