|  |  |  | @ -34,6 +34,12 @@ public class SysMenuHelpEntity { | 
			
		
	
		
			
				
					|  |  |  |  |     @TableField(value = "updateTime") | 
			
		
	
		
			
				
					|  |  |  |  |     private String updateTime; | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |     @TableField(value = "helpType") | 
			
		
	
		
			
				
					|  |  |  |  |     private Integer helpType; | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |     @TableField(value = "urlPath") | 
			
		
	
		
			
				
					|  |  |  |  |     private String urlPath; | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |     public static final String COL_ID = "id"; | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |     public static final String COL_MENUKEY = "menuKey"; | 
			
		
	
	
		
			
				
					|  |  |  | @ -47,4 +53,8 @@ public class SysMenuHelpEntity { | 
			
		
	
		
			
				
					|  |  |  |  |     public static final String COL_REMARK = "remark"; | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |     public static final String COL_UPDATETIME = "updateTime"; | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |     public static final String COL_HELPTYPE = "helpType"; | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |     public static final String COL_URLPATH = "urlPath"; | 
			
		
	
		
			
				
					|  |  |  |  | } | 
			
		
	
	
		
			
				
					|  |  |  | 
 |