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

📄 testpaperrulevo.java

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

public class TestpaperruleVO {
		private String testPaperRuleNo;
		private Integer questionTypeID;
		private String objectName;
		private Integer questionAmount;
		private Integer questionValue;
		private String questionDifficultScale;
		private String ruleName;
		private String scoreScale;
		private String save1;
		public String getTestPaperRuleNo() {
			return testPaperRuleNo;
		}
		public void setTestPaperRuleNo(String testPaperRuleNo) {
			this.testPaperRuleNo = testPaperRuleNo;
		}
		public Integer getQuestionTypeID() {
			return questionTypeID;
		}
		public void setQuestionTypeID(Integer questionTypeID) {
			this.questionTypeID = questionTypeID;
		}
		public String getObjectName() {
			return objectName;
		}
		public void setObjectName(String objectName) {
			this.objectName = objectName;
		}
		public Integer getQuestionAmount() {
			return questionAmount;
		}
		public void setQuestionAmount(Integer questionAmount) {
			this.questionAmount = questionAmount;
		}
		public Integer getQuestionValue() {
			return questionValue;
		}
		public void setQuestionValue(Integer questionValue) {
			this.questionValue = questionValue;
		}
		public String getQuestionDifficultScale() {
			return questionDifficultScale;
		}
		public void setQuestionDifficultScale(String questionDifficultScale) {
			this.questionDifficultScale = questionDifficultScale;
		}
		public String getRuleName() {
			return ruleName;
		}
		public void setRuleName(String ruleName) {
			this.ruleName = ruleName;
		}
		public String getScoreScale() {
			return scoreScale;
		}
		public void setScoreScale(String scoreScale) {
			this.scoreScale = scoreScale;
		}
		public String getSave1() {
			return save1;
		}
		public void setSave1(String save1) {
			this.save1 = save1;
		}
	}


⌨️ 快捷键说明

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