[add] 网络请求添加
This commit is contained in:
@@ -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;//事故发生时间
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user