|  | @ -14,8 +14,6 @@ import java.io.Serializable;
 | 
	
		
			
				|  |  | @ApiModel(description = "系统字典表")
 | 
	
		
			
				|  |  | public class IotSystemDictVO implements Serializable {
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |     @ApiModelProperty("字典id")
 | 
	
		
			
				|  |  |     private String id;
 | 
	
		
			
				|  |  |     @ApiModelProperty("字典项代码")
 | 
	
		
			
				|  |  |     private String code;//
 | 
	
		
			
				|  |  |     @ApiModelProperty("字典项值")
 | 
	
	
		
			
				|  | @ -37,11 +35,4 @@ public class IotSystemDictVO implements Serializable {
 | 
	
		
			
				|  |  |         this.value = value;
 | 
	
		
			
				|  |  |     }
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |     public String getId() {
 | 
	
		
			
				|  |  |         return id;
 | 
	
		
			
				|  |  |     }
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |     public void setId(String id) {
 | 
	
		
			
				|  |  |         this.id = id;
 | 
	
		
			
				|  |  |     }
 | 
	
		
			
				|  |  | }
 |