mirror of
				https://github.com/ZSCNetSupportDept/WechatTicketSystem.git
				synced 2025-10-31 10:26:19 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			455 B
		
	
	
	
		
			Java
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			455 B
		
	
	
	
		
			Java
		
	
	
	
	
	
| package love.sola.netsupport.enums;
 | |
| 
 | |
| /**
 | |
|  * ***********************************************
 | |
|  * Created by Sola on 2015/12/14.
 | |
|  * Don't modify this source without my agreement
 | |
|  * ***********************************************
 | |
|  */
 | |
| public class Attribute {
 | |
| 
 | |
| 	public static final String AUTHORIZED = "authorized";
 | |
| 	public static final String WECHAT = "wechat";
 | |
| 	public static final String OPERATOR = "operator";
 | |
| 	public static final String USER = "user";
 | |
| 
 | |
| }
 | 
