dashboard
repositories
filestore
activity
search
login
main
/
xzx
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
20210630 积分拨付
xiaoyong931011
2021-06-30
1071bf97c5ff951e2810fc2a65acb71cf8421f0c
[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;
}