|  | @@ -66,7 +66,7 @@ public class SyCostAllocationShipdetail implements Serializable {
 | 
	
		
			
				|  |  |      /**出运日期*/
 | 
	
		
			
				|  |  |      @Excel(name = "出运日期", width = 15)
 | 
	
		
			
				|  |  |      @ApiModelProperty(value = "出运日期")
 | 
	
		
			
				|  |  | -    private String outdata;
 | 
	
		
			
				|  |  | +    private Data outdata;
 | 
	
		
			
				|  |  |      /**汇率*/
 | 
	
		
			
				|  |  |      @Excel(name = "汇率", width = 15)
 | 
	
		
			
				|  |  |      @ApiModelProperty(value = "汇率")
 |