dashboard
repositories
filestore
activity
search
login
main
/
xzx
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
202107023
xiaoyong931011
2021-07-23
4602ddaa6f8c408411aa6521b1f70ba3af629713
[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;
}