dashboard
repositories
filestore
activity
search
login
main
/
xzx
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix
Helius
2021-08-09
2e38bc76db3e928d4b2807fc4b21dee3da26a5d6
[xzx.git]
/
gc-sys
/
src
/
main
/
java
/
com
/
xzx
/
gc
/
system
/
dto
/
ViewSysNewsDto.java
1
2
3
4
5
6
7
8
package com.xzx.gc.system.dto;
import lombok.Data;
@Data
public class ViewSysNewsDto {
private Long id;
}