📄 xt6101form.java
字号:
package jp.com.cost.xt.web.form;
import org.apache.struts.action.ActionForm;
/**
* @author 莫建超 MyEclipse Struts Creation date: 09-04-2008
* @struts.form name="XT6103Form"
*/
public class XT6101Form extends ActionForm {
private String aid;
/**
* @return the aid
*/
public String getAid() {
return aid;
}
/**
* @param aid the aid to set
*/
public void setAid(String aid) {
this.aid = aid;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -