You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
	
	
		
			
	
		
		
			
				
				
					
						
						
						
							|  | package ${domain};
 | 
						
						
						
							|  | 
 | 
						
						
						
							|  | /**
 | 
						
						
						
							|  |  * FileUploadResponse - 文件上传响应
 | 
						
						
						
							|  |  *
 | 
						
						
						
							|  |  * @author wangbing
 | 
						
						
						
							|  |  * @version 0.0.1
 | 
						
						
						
							|  |  * @since 2017-01-01
 | 
						
						
						
							|  |  */
 | 
						
						
						
							|  | public class FileUploadResponse extends ApiResponse {
 | 
						
						
						
							|  | 
 | 
						
						
						
							|  |     /**
 | 
						
						
						
							|  |      * 文件ID
 | 
						
						
						
							|  |      */
 | 
						
						
						
							|  |     private Long id;
 | 
						
						
						
							|  | 
 | 
						
						
						
							|  |     public Long getId() {
 | 
						
						
						
							|  |         return id;
 | 
						
						
						
							|  |     }
 | 
						
						
						
							|  | 
 | 
						
						
						
							|  |     public void setId(Long id) {
 | 
						
						
						
							|  |         this.id = id;
 | 
						
						
						
							|  |     }
 | 
						
						
						
							|  | }
 |