package com.ls.entity;
import com.ls.utils.DescAnnotation;
/**
* 测试实体
* @author liusheng
*
*/
public class TestEntity {
@DescAnnotation(desc = "id")
private String uuid;
@DescAnnotation(desc = "名称")
private String name;
@DescAnnotation(desc = "消息")
private String msg;
public String getUuid() {
return uuid;
}
public void setUuid(String uuid) {
this.uuid = uuid;
}
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
public String getMsg() {
return msg;
}
public void setMsg(String msg) {
this.msg = msg;
}
}
最近下载更多
yinyun1985 LV14
2022年4月11日
葡萄吃西瓜 LV4
2021年9月10日
liangkai123 LV1
2021年8月24日
admin_hhh LV3
2020年12月28日
呆萌的爱斯逼 LV8
2020年4月8日
xuyongff LV24
2020年2月23日
EasonLi LV8
2019年12月27日
linfeng127 LV1
2019年12月11日
TenzeTseng LV6
2019年9月15日
ythlibo LV12
2019年9月12日
最近浏览更多
youwuzuichen LV11
2024年11月13日
denliv_hui LV14
2024年4月26日
微信网友_6761617215229952
2023年12月2日
暂无贡献等级
zhumeng168 LV5
2023年7月8日
微信网友_6319582217965568 LV3
2023年2月24日
and123456 LV11
2022年10月26日
neilcheung LV4
2022年8月22日
364502984 LV18
2022年6月2日
caodehao1 LV3
2022年4月20日
yinyun1985 LV14
2022年4月11日

