dashboard
repositories
filestore
activity
search
login
main
/
xzx
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
202107021
xiaoyong931011
2021-07-21
f79dd632f83167b3cd5ad01e2f7c494b92c834d3
[xzx.git]
/
gc-sys
/
src
/
main
/
java
/
com
/
xzx
/
gc
/
system
/
dto
/
DelSysNewsDto.java
1
2
3
4
5
6
7
8
9
10
package com.xzx.gc.system.dto;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
@Data
public class DelSysNewsDto {
@ApiModelProperty(value = "Id")
private long id;
}