更新 WeChatMsg.java

This commit is contained in:
2023-12-12 17:40:39 +08:00
parent acdd23567e
commit 172a26896d

View File

@@ -6,6 +6,7 @@ public class WeChatMsg {
private String title;
private String sender;
private String message;
private String currentTime;
public String getCurrentTime() {
return currentTime;
@@ -15,8 +16,6 @@ public class WeChatMsg {
this.currentTime = currentTime;
}
private String currentTime;
public String getPackageName() {
return packageName;
}