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