📄 testpaperruledto.java
字号:
package edu.yinhe.mis.dto;
public class TestpaperruleDTO {
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 + -