firstquestionform.java
来自「人力资源管理系统」· Java 代码 · 共 23 行
JAVA
23 行
/*
* Generated by MyEclipse Struts
* Template path: templates/java/JavaClass.vtl
*/
package com.accphr.web.form;
import com.accphr.entity.FirstQuestion;
public class FirstQuestionForm extends BaseForm {
private FirstQuestion firstQuestion=new FirstQuestion();
public FirstQuestion getFirstQuestion() {
return firstQuestion;
}
public void setFirstQuestion(FirstQuestion firstQuestion) {
this.firstQuestion = firstQuestion;
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?