zoujiajian il y a 1 an
Parent
commit
57735a348b

+ 8 - 8
netflix-dao/src/main/java/com/cyksj/model/excel/ExcelGptSessionAccountData.java

@@ -61,12 +61,12 @@ public class ExcelGptSessionAccountData {
 	@ExcelProperty("备注")
 	private String remark;
 
-//	@ExcelProperty("officialSession")
-//	private String officialSession;
-//
-//	@ExcelProperty("access_token")
-//	private String accessToken;
-//
-//	@ExcelProperty("refresh_token")
-//	private String refreshToken;
+	@ExcelProperty("officialSession")
+	private String officialSession;
+
+	@ExcelProperty("access_token")
+	private String accessToken;
+
+	@ExcelProperty("refresh_token")
+	private String refreshToken;
 }