admin
2022-01-12 4a7367a869ef12375ea6678ca44e102b8919c624
1
2
3
4
5
6
7
8
package cn.jpush.api.schedule.model;
 
import com.google.gson.JsonElement;
 
public interface IModel {
 
    public JsonElement toJSON();
}