dashboard
repositories
filestore
activity
search
login
main
/
xzx
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge branch 'score-shop' of http://120.27.238.55:7000/r/xzx into score-shop
Helius
2021-06-24
d375fe94715d15bfa748991df5d922106a477e5d
[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;
}