/*
* 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-09-2007
*
* XDoclet definition:
* @struts.form name="customer1Form"
*/
public class CustomerForm extends ActionForm {
private String bankNo; //银行账号
private String area; //所属区域
private String email; //邮箱
private String address; //地址
private String mobileTel; //手机号码
private String name; //客户全称
private int ID; //编号
private String bankName; //开户银行
private String postcode; //邮政编码
private String linkName; //联系人
public String getBankNo() {
return bankNo;
}
public void setBankNo(String bankNo) {
this.bankNo = bankNo;
}
public String getArea() {
return area;
}
public void setArea(String area) {
this.area = area;
}
public String getEmail() {
return email;
}
public void setEmail(String email) {
this.email = email;
}
public String getAddress() {
return address;
}
public void setAddress(String address) {
this.address = address;
}
public String getMobileTel() {
return mobileTel;
}
public void setMobileTel(String mobileTel) {
this.mobileTel = mobileTel;
}
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
public int getID() {
return ID;
}
public void setID(int ID) {
this.ID = ID;
}
public String getBankName() {
return bankName;
}
public void setBankName(String bankName) {
this.bankName = bankName;
}
public String getPostcode() {
return postcode;
}
public void setPostcode(String postcode) {
this.postcode = postcode;
}
public String getLinkName() {
return linkName;
}
public void setLinkName(String linkName) {
this.linkName = linkName;
}
}
最近下载更多
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日

