admin
2021-09-17 a2c56bd6b79d2b8ca2c4c44a254ad2958fb72bca
facade-push/src/main/java/com/ks/push/pojo/DO/BPushMessage.java
@@ -21,6 +21,8 @@
    private Map<String, String> extras;
    public String getTitle() {
        return title;
    }
@@ -68,4 +70,5 @@
    public void setAndroidHostPath(String androidHostPath) {
        this.androidHostPath = androidHostPath;
    }
}