| 
					
				 | 
			
			
				@@ -9,6 +9,7 @@ public class CodeMsg { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     public static CodeMsg SERVER_EXCEPTION = new CodeMsg(500100,"服务端异常"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     public static CodeMsg USER_NOT_EXSIST = new CodeMsg(-1,"用户不存在"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     public static CodeMsg USER_EXSIST = new CodeMsg(-1,"用户已存在"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    public static CodeMsg PASSWORD_ERROR = new CodeMsg(-2,"密码错误"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     public static CodeMsg SEARCH_FAIL = new CodeMsg(001,"查询失败"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     public static CodeMsg INSERT_FAIL = new CodeMsg(001,"添加失败"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 |