更新 WeChatMsg.java
This commit is contained in:
@@ -6,6 +6,7 @@ public class WeChatMsg {
|
|||||||
private String title;
|
private String title;
|
||||||
private String sender;
|
private String sender;
|
||||||
private String message;
|
private String message;
|
||||||
|
private String currentTime;
|
||||||
|
|
||||||
public String getCurrentTime() {
|
public String getCurrentTime() {
|
||||||
return currentTime;
|
return currentTime;
|
||||||
@@ -15,8 +16,6 @@ public class WeChatMsg {
|
|||||||
this.currentTime = currentTime;
|
this.currentTime = currentTime;
|
||||||
}
|
}
|
||||||
|
|
||||||
private String currentTime;
|
|
||||||
|
|
||||||
public String getPackageName() {
|
public String getPackageName() {
|
||||||
return packageName;
|
return packageName;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user