dashboard
repositories
filestore
activity
search
login
main
/
xzx
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
modify
Helius
2021-06-23
0e7f27e131c3c0862d35111f8221a096f4641465
[xzx.git]
/
gc-core
/
src
/
main
/
java
/
com
/
xzx
/
gc
/
common
/
dto
/
QueueBaseDTO.java
1
2
3
4
5
6
7
8
9
package com.xzx.gc.common.dto;
import lombok.Data;
@Data
public class QueueBaseDTO {
private String queueName;
}