package com.entity; /** * User entity. @author MyEclipse Persistence Tools */ public class User implements java.io.Serializable { // Fields private Integer id; private String username; private String password; // Constructors /** default constructor */ public User() { } /** full constructor */ public User(String username, String password) { this.username = username; this.password = password; } // Property accessors public Integer getId() { return this.id; } public void setId(Integer id) { this.id = id; } public String getUsername() { return this.username; } public void setUsername(String username) { this.username = username; } public String getPassword() { return this.password; } public void setPassword(String password) { this.password = password; } }

and123456 LV11
2022年2月11日
2050975749 LV5
2020年1月13日
涛涛8888 LV6
2019年7月2日
wangwangvic LV3
2019年6月3日
aa991215 LV17
2019年6月1日
1206207437 LV8
2019年4月20日
18195087764 LV1
2018年12月31日
yuzikong001 LV7
2018年12月23日
SevenBlack LV1
2018年9月27日
shaosiming LV4
2018年8月15日

szqqqaaqqa LV1
2024年6月20日
qiwwwww LV2
2024年6月19日
uni-code_0123 LV1
2023年12月6日
微信网友_6479615816142848
2023年5月17日
暂无贡献等级
yut1an LV2
2022年10月31日
yangMzz LV2
2022年10月10日
谢谢谢谢谢谢你 LV6
2022年7月19日
naside LV2
2022年6月26日
CHENHAOJUDA LV10
2022年6月14日
多次抛弃前妻 LV4
2022年6月6日