dashboard
repositories
filestore
activity
search
login
main
/
dabaogp
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
1
zyy
8 days ago
51367edc95873b499d78eff1c2db59de328a27f7
[dabaogp.git]
/
src
/
main
/
java
/
com
/
nq
/
pojo
/
GoogleAuthDto.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.nq.pojo;
import lombok.Data;
@Data
public class GoogleAuthDto {
//密钥
private String googleAuthSecret;
//密钥
private String googleAuthImg;
}