package com.wuxiaolong.wewin.model; /** * Created by Administrator * on 2016/11/3. */ public class TngouNewsDetailModel extends BaseModel { /** * count : 675 * description : 原标题:【图】广东高速公路收费调整哪些车涨价哪些车降价据悉由于广东省高速公路6月底前将接入全国ETC联网,因此6月底起高速收费将要调整 * fcount : 0 * fromname : 人们政协网 * fromurl : http://www.rmzxb.com.cn/sqmy/nywy/2015/06/11/515590.shtml * id : 100 * img : /top/default.jpg * keywords : 广东高速收费将调整 * message : <p> </p> <p> <strong>  原标题:【图】广东高速公路收费调整 哪些车涨价哪些车降价</strong></p> <p>   据悉由于<a target='_blank' href='http://www.tngou.net/news/list/40'>广东省</a>高速公路6月底前将接入全国ETC联网,因此6月底起高速收费将要调整。那么届时哪些车收费降价,哪些车收费升价?</p> <p>  </p> <p> <img alt="1" title="1"></p> <p>  </p> <p>   伊秀新闻讯,6月11日,广东高速公路收费调整哪些车涨价哪些车降价。据悉由于广东省高速公路6月底前将接入全国ETC联网,因此6月底起高速收费将要调整。那么届时哪些车收费降价,哪些车收费升价?</p> <p>   据悉届时大部分小车的通行费不变,但也有一部分车自费调整。上升的有:车头高度小于1.3米,座位数大于或等于8的小轿车由原一类车上升为二类;40座及以上的大型客车由原三类车上升为四类。但是上调为四类车的40座以上大型客车实施降档收费,即按三类车收费。</p> <p>   下调的有:车头高度大于或等于1.3米的,但座位数小于7座的面包车和小型客车由原二类车下调为一类,单车收费额下降1/3;2轴6轮,10座及以上、19座以下的中型客车,19座大型客车由原三类车下调为二类,单车收费额下降1/4.而货车全部计重收费,总体降价1.7%.一些网友表示,这次降价调整不痛不痒,并没有想象中那么强大啊。而大部分网友还是表示支持,有得降一点就不错了,还想怎么样?</p> <p>  </p> * rcount : 0 * time : 1434002582000 * title : 【图】广东高速公路收费调整 哪些车涨价哪些车降价 * topclass : 1 * url : http://www.tngou.net/top/show/100 */ private int count; private String description; private int fcount; private String fromname; private String fromurl; private int id; private String img; private String keywords; private String message; private int rcount; private long time; private String title; private int topclass; private String url; public int getCount() { return count; } public void setCount(int count) { this.count = count; } public String getDescription() { return description; } public void setDescription(String description) { this.description = description; } public int getFcount() { return fcount; } public void setFcount(int fcount) { this.fcount = fcount; } public String getFromname() { return fromname; } public void setFromname(String fromname) { this.fromname = fromname; } public String getFromurl() { return fromurl; } public void setFromurl(String fromurl) { this.fromurl = fromurl; } public int getId() { return id; } public void setId(int id) { this.id = id; } public String getImg() { return img; } public void setImg(String img) { this.img = img; } public String getKeywords() { return keywords; } public void setKeywords(String keywords) { this.keywords = keywords; } public String getMessage() { return message; } public void setMessage(String message) { this.message = message; } public int getRcount() { return rcount; } public void setRcount(int rcount) { this.rcount = rcount; } public long getTime() { return time; } public void setTime(long time) { this.time = time; } public String getTitle() { return title; } public void setTitle(String title) { this.title = title; } public int getTopclass() { return topclass; } public void setTopclass(int topclass) { this.topclass = topclass; } public String getUrl() { return url; } public void setUrl(String url) { this.url = url; } }