/*
* Generated by MyEclipse Struts
* Template path: templates/java/JavaClass.vtl
*/
package com.wgh.actionForm;
import javax.servlet.http.HttpServletRequest;
import org.apache.struts.action.ActionErrors;
import org.apache.struts.action.ActionForm;
import org.apache.struts.action.ActionMapping;
/**
* MyEclipse Struts
* Creation date: 11-27-2007
*
* XDoclet definition:
* @struts.form name="parameterForm"
*/
public class ParameterForm extends ActionForm {
private String sn;
private String device;
private int ID;
private String baud;
public String getSn() {
return sn;
}
public void setSn(String sn) {
this.sn = sn;
}
public String getDevice() {
return device;
}
public void setDevice(String device) {
this.device = device;
}
public int getID() {
return ID;
}
public void setID(int ID) {
this.ID = ID;
}
public String getBaud() {
return baud;
}
public void setBaud(String baud) {
this.baud = baud;
}
}
最近下载更多
uni-code_0123 LV1
2023年12月7日
yewentao LV5
2020年12月9日
张飞鹏 LV1
2020年11月26日
lironggang LV38
2020年3月12日
jaonsang LV25
2020年1月19日
keith00 LV12
2019年7月11日
s1743236933 LV2
2019年6月26日
wuwuwu12 LV2
2019年6月16日
深深深夏呀丫 LV2
2019年5月28日
vvcvv_cool LV8
2019年5月27日
最近浏览更多
爱丽淇 LV5
2024年3月13日
123456wadff LV3
2024年1月15日
uni-code_0123 LV1
2023年12月7日
jierffff LV2
2023年4月13日
80730176 LV7
2023年2月25日
微信网友_6248713511227392 LV11
2022年12月5日
maxking LV2
2022年7月13日
微信网友_6018147800764416 LV1
2022年6月27日
xiaobaitu12345 LV1
2022年6月12日
Kevin_001 LV6
2022年4月13日

