初始化

This commit is contained in:
谢洪龙
2017-08-23 12:20:15 +08:00
commit 491d430741
471 changed files with 16355 additions and 0 deletions
@@ -0,0 +1,8 @@
package com.ifish.jpush.schedule.model;
import com.google.gson.JsonElement;
public interface IModel {
public JsonElement toJSON();
}