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