xt6101form.java
来自「一个完整的物流系统」· Java 代码 · 共 27 行
JAVA
27 行
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 + =
减小字号Ctrl + -
显示快捷键?