1
zyy3
2026-05-04 719a6d15fa5e3eb8e99a6a38fbf897698c192499
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;
}