首页>代码>struts+jdbc开发企业快信系统源代码下载>/04/src/com/wgh/actionForm/ManagerForm.java
package com.wgh.actionForm;

import org.apache.struts.action.ActionForm;

public class ManagerForm extends ActionForm {
	private String pwd;		//密码
	private String name;	//管理员名称
	private byte state;		//状态(标记是否为超级管理员)
	private int ID;			//ID号
	public String getPwd() {
		return pwd;
	}
	public void setPwd(String pwd) {
		this.pwd = pwd;
	}
	public String getName() {
		return name;
	}
	public void setName(String name) {
		this.name = name;
	}
	public byte getState() {
		return state;
	}
	public void setState(byte state) {
		this.state = state;
	}
	public int getID() {
		return ID;
	}
	public void setID(int ID) {
		this.ID = ID;
	}
}
最近下载更多
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 3月13日
123456wadff  LV3 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日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友