dashboard
repositories
filestore
activity
search
login
main
/
xzx
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge branch 'score-shop' of http://120.27.238.55:7000/r/xzx into score-shop
xiaoyong931011
2021-07-14
cf148cae4937f807347e56d94b2dc96c9f258c59
[xzx.git]
/
gc-user
/
src
/
main
/
java
/
com
/
xzx
/
gc
/
user
/
dto
/
ViewJhyInfoDto.java
1
2
3
4
5
6
7
8
package com.xzx.gc.user.dto;
import lombok.Data;
@Data
public class ViewJhyInfoDto {
private Long id;
}