dashboard
repositories
filestore
activity
search
login
main
/
xzx
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
delete application-xctest.yml
Helius
2021-07-02
1cc585091b57b6824c710fbe8a620559a8f1e286
[xzx.git]
/
gc-user
/
src
/
main
/
java
/
com
/
xzx
/
gc
/
user
/
dto
/
GetScoreNumDto.java
1
2
3
4
5
6
7
8
9
10
11
package com.xzx.gc.user.dto;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
@Data
public class GetScoreNumDto {
@ApiModelProperty(value="用户ID",required=true)
private String userId;
}