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

📄 themeform.java

📁 出试卷系统(包括前台教师出卷系统
💻 JAVA
字号:
package forms;

import org.apache.struts.action.ActionForm;

import entity.Theme;

public class ThemeForm extends ActionForm{
	private Long typeid;
	private String typestyle;
	
	
	public String getTypestyle() {
		return typestyle;
	}
	public void setTypestyle(String typestyle) {
		this.typestyle = typestyle;
	}
	public Long getTypeid() {
		return typeid;
	}
	public void setTypeid(Long typeid) {
		this.typeid = typeid;
	}


}

⌨️ 快捷键说明

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