package com.lyj.test;
import com.lyj.bean.SuperBean;
/**
* 轻量级javaBean
* @author Administrator
*
*/
public class JavaBean extends SuperBean{
String userid;
String username;
String age;
String card;
String ite;
public String getIte() {
return ite;
}
public void setIte(String ite) {
this.ite = ite;
}
public String getUserid() {
return userid;
}
public void setUserid(String userid) {
this.userid = userid;
}
public String getUsername() {
return username;
}
public void setUsername(String username) {
this.username = username;
}
public String getAge() {
return age;
}
public void setAge(String age) {
this.age = age;
}
public String getCard() {
return card;
}
public void setCard(String card) {
this.card = card;
}
@Override
public String[] getAttNames() {
// TODO Auto-generated method stub
return new String[]{"userid","username","age","card","ite"};
}
@Override
public String getTableName() {
// TODO Auto-generated method stub
return "java_niu";
}
}
最近下载更多
zhong_admin LV1
2024年4月27日
skiler LV4
2023年6月6日
vicgong LV4
2022年5月23日
billzw LV6
2022年2月13日
dsafdsaf LV7
2021年12月29日
mugege123 LV6
2020年12月23日
dongxuan5831 LV1
2020年12月10日
lxd_admin LV3
2020年6月9日
cnflian LV2
2020年5月21日
wuyiqun LV2
2020年4月30日
最近浏览更多
3334004690 LV11
3月8日
hui432825 LV2
2024年9月15日
zhong_admin LV1
2024年4月27日
3320151533 LV1
2024年1月7日
cuihongmin LV1
2023年6月16日
skiler LV4
2023年6月6日
zhuaidan
2023年2月10日
暂无贡献等级
微信网友_6258245891903488 LV7
2023年1月2日
uni-code_0123 LV1
2022年12月5日
ilovecode521 LV6
2022年12月4日

