| 
					
				 | 
			
			
				@@ -23,6 +23,8 @@ public class HgxfxDTO { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     private Date cjsj; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     @TableField(exist = false) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     private List<HgxfxScxRwDTO> scxList; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    @TableField(exist = false) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    private String geom; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     public String getBsm() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         return bsm; 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -135,4 +137,12 @@ public class HgxfxDTO { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     public void setScxList(List<HgxfxScxRwDTO> scxList) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.scxList = scxList; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    public String getGeom() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        return geom; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    public void setGeom(String geom) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        this.geom = geom; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 } 
			 |