Sfoglia il codice sorgente

git-svn-id: https://192.168.57.71/svn/jsgkj@1743 931142cf-59ea-a443-aa0e-51397b428577

ld_xuhx 8 anni fa
parent
commit
b707170e49
1 ha cambiato i file con 30 aggiunte e 30 eliminazioni
  1. 30 30
      gkjsjy/trunk/src/com/xt/jygl/ggfwxxgl/hxhbgl/vo/HxhbglVo.java

+ 30 - 30
gkjsjy/trunk/src/com/xt/jygl/ggfwxxgl/hxhbgl/vo/HxhbglVo.java

@@ -8,31 +8,31 @@ public class HxhbglVo extends BaseVo {
 	/* 所属经营人 */
 	private String ssjyr = null;
 	/* 内贸集装箱吞吐量 */
-	private Integer nmjzxttl = null;
+	private Double nmjzxttl = null;
 	/* 外贸集装箱吞吐量 */
-	private Integer wmjzxttl = null;
+	private Double wmjzxttl = null;
 	/* 远洋航线条数 */
-	private Integer yyhxts = null;
+	private Double yyhxts = null;
 	/* 远洋航线航班数 */
-	private Integer yyhxhbs = null;
+	private Double yyhxhbs = null;
 	/* 远洋航线备注 */
 	private String yyhxbz = null;
 	/* 近洋航线条数 */
-	private Integer jyhxts = null;
+	private Double jyhxts = null;
 	/* 近洋航线航班数 */
-	private Integer jyhxhbs = null;
+	private Double jyhxhbs = null;
 	/* 近洋航线备注 */
 	private String jyhxbz = null;
 	/* 内支线条数 */
-	private Integer nzxts = null;
+	private Double nzxts = null;
 	/* 内支线航班数 */
-	private Integer nzxhbs = null;
+	private Double nzxhbs = null;
 	/* 内支线备注 */
 	private String nzxbz = null;
 	/* 内贸航线条数 */
-	private Integer nmhxts = null;
+	private Double nmhxts = null;
 	/* 内贸航线航班数 */
-	private Integer nmhxhbs = null;
+	private Double nmhxhbs = null;
 	/* 内贸航线备注 */
 	private String nmhxbz = null;
 	/* 所在港口 */
@@ -66,35 +66,35 @@ public class HxhbglVo extends BaseVo {
 		this.ssjyr = ssjyr;
 	}
 
-	public Integer getNmjzxttl() {
+	public Double getNmjzxttl() {
 		return nmjzxttl;
 	}
 
-	public void setNmjzxttl(Integer nmjzxttl) {
+	public void setNmjzxttl(Double nmjzxttl) {
 		this.nmjzxttl = nmjzxttl;
 	}
 
-	public Integer getWmjzxttl() {
+	public Double getWmjzxttl() {
 		return wmjzxttl;
 	}
 
-	public void setWmjzxttl(Integer wmjzxttl) {
+	public void setWmjzxttl(Double wmjzxttl) {
 		this.wmjzxttl = wmjzxttl;
 	}
 
-	public Integer getYyhxts() {
+	public Double getYyhxts() {
 		return yyhxts;
 	}
 
-	public void setYyhxts(Integer yyhxts) {
+	public void setYyhxts(Double yyhxts) {
 		this.yyhxts = yyhxts;
 	}
 
-	public Integer getYyhxhbs() {
+	public Double getYyhxhbs() {
 		return yyhxhbs;
 	}
 
-	public void setYyhxhbs(Integer yyhxhbs) {
+	public void setYyhxhbs(Double yyhxhbs) {
 		this.yyhxhbs = yyhxhbs;
 	}
 
@@ -106,19 +106,19 @@ public class HxhbglVo extends BaseVo {
 		this.yyhxbz = yyhxbz;
 	}
 
-	public Integer getJyhxts() {
+	public Double getJyhxts() {
 		return jyhxts;
 	}
 
-	public void setJyhxts(Integer jyhxts) {
+	public void setJyhxts(Double jyhxts) {
 		this.jyhxts = jyhxts;
 	}
 
-	public Integer getJyhxhbs() {
+	public Double getJyhxhbs() {
 		return jyhxhbs;
 	}
 
-	public void setJyhxhbs(Integer jyhxhbs) {
+	public void setJyhxhbs(Double jyhxhbs) {
 		this.jyhxhbs = jyhxhbs;
 	}
 
@@ -130,19 +130,19 @@ public class HxhbglVo extends BaseVo {
 		this.jyhxbz = jyhxbz;
 	}
 
-	public Integer getNzxts() {
+	public Double getNzxts() {
 		return nzxts;
 	}
 
-	public void setNzxts(Integer nzxts) {
+	public void setNzxts(Double nzxts) {
 		this.nzxts = nzxts;
 	}
 
-	public Integer getNzxhbs() {
+	public Double getNzxhbs() {
 		return nzxhbs;
 	}
 
-	public void setNzxhbs(Integer nzxhbs) {
+	public void setNzxhbs(Double nzxhbs) {
 		this.nzxhbs = nzxhbs;
 	}
 
@@ -154,19 +154,19 @@ public class HxhbglVo extends BaseVo {
 		this.nzxbz = nzxbz;
 	}
 
-	public Integer getNmhxts() {
+	public Double getNmhxts() {
 		return nmhxts;
 	}
 
-	public void setNmhxts(Integer nmhxts) {
+	public void setNmhxts(Double nmhxts) {
 		this.nmhxts = nmhxts;
 	}
 
-	public Integer getNmhxhbs() {
+	public Double getNmhxhbs() {
 		return nmhxhbs;
 	}
 
-	public void setNmhxhbs(Integer nmhxhbs) {
+	public void setNmhxhbs(Double nmhxhbs) {
 		this.nmhxhbs = nmhxhbs;
 	}