更新 WeChatMsg.java

dev
wangsiyuan 2023-12-12 17:40:39 +08:00
parent acdd23567e
commit 172a26896d
1 changed files with 1 additions and 2 deletions

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;
}