更新 WeChatMsg.java
parent
acdd23567e
commit
172a26896d
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue