package threadpool.entity;
/**
* 快递物流信息实体类
* @author lqc
*
*/
public class ExpressInfoVo {
private String time; //快递送达时间
private String context; //快递送达地点
private String ftime; //最新物流更新时间
private String location;
public String getTime() {
return time;
}
public void setTime(String time) {
this.time = time;
}
public String getContext() {
return context;
}
public void setContext(String context) {
this.context = context;
}
public String getFtime() {
return ftime;
}
public void setFtime(String ftime) {
this.ftime = ftime;
}
public String getLocation() {
return location;
}
public void setLocation(String location) {
this.location = location;
}
}
最近下载更多
最近浏览更多
胡闹的番茄精 LV2
1月8日
floweyws LV6
2024年3月25日
java小书童 LV18
2024年1月29日
kevinkg LV12
2023年12月14日
pangzhihui LV14
2023年12月10日
851690469 LV1
2023年10月18日
tyiyiyuiyuihui LV3
2023年10月11日
白云龙 LV2
2023年6月12日
爱敲代码的凯哥哥 LV3
2023年6月7日
2602275348 LV12
2023年5月26日

