首页>代码>基于spring boot整合dubbo实现简单的增删改查案例>/综合练习/springboot-all-interface/src/main/java/com/ybw/pojo/User.java
package com.ybw.pojo; import java.io.Serializable; public class User implements Serializable { private Integer id; private String nick; private String phone; private String address; private String email; public Integer getId() { return id; } public void setId(Integer id) { this.id = id; } public String getNick() { return nick; } public void setNick(String nick) { this.nick = nick == null ? null : nick.trim(); } public String getPhone() { return phone; } public void setPhone(String phone) { this.phone = phone == null ? null : phone.trim(); } public String getAddress() { return address; } public void setAddress(String address) { this.address = address == null ? null : address.trim(); } public String getEmail() { return email; } public void setEmail(String email) { this.email = email == null ? null : email.trim(); } }
最近下载更多
微信网友_7134912998903808 LV9
9月11日
oulingqiao LV13
2023年12月10日
微信网友_6108289352863744 LV4
2022年8月31日
落魄王公 LV10
2022年5月18日
岳博文 LV3
2022年4月8日
LKBBDD LV7
2021年10月23日
Rommel LV27
2021年10月12日
huangxiaoke20 LV17
2021年7月19日
哆啦A梦伴我同行 LV10
2021年6月14日
筱筱和唉哒哒 LV3
2021年5月31日
最近浏览更多
微信网友_7134912998903808 LV9
9月11日
17380184110
6月19日
暂无贡献等级
计科一班 LV7
6月19日
oulingqiao LV13
2023年12月10日
漫步的海星 LV4
2023年9月26日
dapeng0011 LV15
2023年6月19日
neuwxr2015 LV8
2023年6月9日
lironggang LV38
2023年3月22日
超维智能编程 LV6
2023年2月26日
liujiaxin666 LV1
2022年12月1日