dashboard
repositories
filestore
activity
search
login
main
/
xzx
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
202107023
xiaoyong931011
2021-07-23
78264c6d9146627b0fc1ba31354e1d9853587afe
[xzx.git]
/
gc-sys
/
src
/
main
/
java
/
com
/
xzx
/
gc
/
system
/
dto
/
ApiBannerListDto.java
1
2
3
4
5
6
7
8
9
10
11
package com.xzx.gc.system.dto;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
@Data
public class ApiBannerListDto {
@ApiModelProperty(hidden = true)
private String userId;
}