首页>代码>maven+ssm+bootstrap+jsp实现简单的用户增删改查实例>/SSM_demo/src/main/java/com/ssm/model/User.java
package com.ssm.model;

public class User {

	private int id;
    //用户名
    private String username;
    //年龄
    private String age;

    public User() {
        super();
    }

    public User(int id, String username, String age) {
        super();
        this.id = id;
        this.username = username;
        this.age = age;
    }

    public int getId() {
        return id;
    }

    public void setId(int id) {
        this.id = id;
    }

    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;
    }

}



最近下载更多
李亮  LV19 2023年8月29日
ly0729  LV2 2023年5月28日
543666826  LV33 2021年11月20日
Mywang  LV4 2021年11月18日
tiantian459  LV11 2021年8月31日
Demo1111  LV30 2021年8月31日
jay1992  LV14 2021年8月13日
hhh12345  LV7 2021年5月31日
缓缓归来  LV11 2021年4月3日
SYX__0707  LV6 2021年3月31日
最近浏览更多
2032867896  LV1 6月20日
xin xie  LV1 6月13日
h G24741  LV2 3月12日
yolo_light  LV1 2023年12月21日
wwwww816  LV5 2023年12月19日
xiongwei11231  LV8 2023年12月6日
uni-code_0123  LV1 2023年11月27日
fff2003  LV9 2023年11月20日
李亮  LV19 2023年8月29日
 LV7 2023年8月21日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友