瀏覽代碼

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

ld_liufl 9 年之前
父節點
當前提交
8e75db71b6
共有 1 個文件被更改,包括 6 次插入6 次删除
  1. 6 6
      gkaq/yjpt-java/trunk/java_src/com/jtgh/yjpt/entity/yjgl/zdwxyfb/CgEntity.java

+ 6 - 6
gkaq/yjpt-java/trunk/java_src/com/jtgh/yjpt/entity/yjgl/zdwxyfb/CgEntity.java

@@ -240,9 +240,9 @@ public class CgEntity extends BaseEntity<Long> implements Cloneable {
 	 */
 	private Double zdwxycgrl;
 	/** 安全高度 */
-	private Integer aqgd;
+	private Double  aqgd;
 	/** 直径 */
-	private Integer zj;
+	private Double zj;
 
 	/** 附件 */
 	private AccessoryEntity accessory;
@@ -262,19 +262,19 @@ public class CgEntity extends BaseEntity<Long> implements Cloneable {
 		return Constants.SEQ_T_YJPT_CG;
 	}
 
-	public Integer getAqgd() {
+	public Double getAqgd() {
 		return aqgd;
 	}
 
-	public void setAqgd(Integer aqgd) {
+	public void setAqgd(Double aqgd) {
 		this.aqgd = aqgd;
 	}
 
-	public Integer getZj() {
+	public Double getZj() {
 		return zj;
 	}
 
-	public void setZj(Integer zj) {
+	public void setZj(Double zj) {
 		this.zj = zj;
 	}