首页>代码>Spring Boot学习(八)之使用NoSQL数据库(一):Redis 博客源码>/springbootstudy-demo8-redis/src/main/java/com/xiaojingg/domain/User.java
package com.xiaojingg.domain; import java.io.Serializable; /** * 筱进GG */ public class User implements Serializable { private static final long serialVersionUID = -1L; private String username; private Integer age; public User(String username, Integer age) { this.username = username; this.age = age; } public String getUsername() { return username; } public void setUsername(String username) { this.username = username; } public Integer getAge() { return age; } public void setAge(Integer age) { this.age = age; } }


LONGGE123 LV1
1月10日
微信网友_7134912998903808 LV15
2024年8月29日
唐唐丶 LV34
2023年11月14日
漫步的海星 LV4
2023年9月26日
微信网友_6482545254191104
2023年5月19日
暂无贡献等级
小赤0120 LV4
2022年12月3日
youwuzuichen LV11
2022年6月6日
小橘子1640 LV3
2022年5月31日
dingdehong LV10
2021年9月27日
小资李 LV13
2021年8月25日