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
Helius
2021-07-08
bca1629b96a41a4f669663eda6a881a6eca403ff
[xzx.git]
/
gc-shop
/
src
/
main
/
java
/
com
/
xzx
/
gc
/
shop
/
dto
/
GoodsSearchDto.java
1
2
3
4
5
6
7
8
9
10
11
package com.xzx.gc.shop.dto;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
@Data
public class GoodsSearchDto {
@ApiModelProperty(hidden = true)
private String userId;
}