Merge branch 'refs/heads/dev/dev' into dev/dev_xp
This commit is contained in:
@@ -15,6 +15,8 @@ public class UserDesignStatisticDTO {
|
||||
|
||||
private String isTrial;
|
||||
|
||||
private String credits;
|
||||
|
||||
private String trialOrderId;
|
||||
|
||||
private String title;
|
||||
|
||||
10
src/main/java/com/ai/da/model/vo/GoogleTokenResponse.java
Normal file
10
src/main/java/com/ai/da/model/vo/GoogleTokenResponse.java
Normal file
@@ -0,0 +1,10 @@
|
||||
package com.ai.da.model.vo;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class GoogleTokenResponse {
|
||||
private String accessToken;
|
||||
private String idToken;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user