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

📄 standardsform.java

📁 人力资源管理系统
💻 JAVA
字号:
/*
 * Generated by MyEclipse Struts
 * Template path: templates/java/JavaClass.vtl
 */
package com.accphr.web.form;

import com.accphr.entity.Standards;

/** 
 * MyEclipse Struts
 * Creation date: 02-25-2009
 * 
 * XDoclet definition:
 * @struts.form name="standardsForm"
 */
public class StandardsForm extends BaseForm {

	private Standards standards=new Standards();


	public Standards getStandards() {
		return standards;
	}


	public void setStandards(Standards standards) {
		this.standards = standards;
	}
}

⌨️ 快捷键说明

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