首页>代码>spring boot集成swagger2实现用户的增删改查接口调用实例>/springboot-swwagger/src/main/java/com/singhand/entity/UserEntity.java
package com.singhand.entity; public class UserEntity { private String userId; private String userName; private Integer age; 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 Integer getAge() { return age; } public void setAge(Integer age) { this.age = age; } }
最近下载更多
wsupsup LV16
2022年9月28日
ccccccccp LV1
2022年6月29日
lironggang LV38
2021年11月11日
xhmpmail LV17
2021年2月22日
zaizai21312 LV10
2020年6月12日
箫莫然 LV2
2020年6月8日
1986hxc LV6
2020年4月24日
user42276 LV2
2020年1月19日
1813705585 LV1
2019年11月14日
wusuwu LV11
2019年8月21日