[add] 网络请求添加

This commit is contained in:
liujing
2021-11-03 19:58:05 +08:00
parent c0b4f95a32
commit 27767f5f73
14 changed files with 172 additions and 158 deletions

View File

@@ -1,13 +1,15 @@
package com.mogo.eagle.core.data.notice;
import com.mogo.eagle.core.data.BaseData;
import java.io.Serializable;
/**
* @author liujing
* @description 交通事故任务详情数据bean
* @description 交通事故任务详情数据
* @since: 10/26/21
*/
public class NoticeTrafficStyleInfo implements Serializable {
public class NoticeTrafficStyleInfo extends BaseData {
private String infoId;//事故id
private String poiType;//事故类型
private long dataCreateTime;//事故发生时间

View File

@@ -1,12 +1,14 @@
package com.mogo.eagle.core.data.notice;
import java.io.Serializable;
/**
* @author Jing
* @description 交警任务公告推送消息体
* 接口 http://wiki.zhidaohulian.com/pages/viewpage.action?pageId=66917469
* @since: 10/28/21
*/
public class NoticeTrafficStylePushData {
public class NoticeTrafficStylePushData implements Serializable {
private String msg;
private String infoId;
private String poiImgUrl;