初始化
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package com.ifish.jpush.push;
|
||||
|
||||
import com.google.gson.annotations.Expose;
|
||||
import com.ifish.jpush.common.resp.BaseResult;
|
||||
|
||||
public class PushResult extends BaseResult {
|
||||
|
||||
@Expose public long msg_id;
|
||||
@Expose public int sendno;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user