All Downloads are FREE. Search and download functionalities are using the official Maven repository.

mtons.lang.Const Maven / Gradle / Ivy

/*
+--------------------------------------------------------------------------
|   mtons [#RELEASE_VERSION#]
|   ========================================
|   Copyright (c) 2014, 2015 mtons. All Rights Reserved
|   http://www.mtons.com
|
+---------------------------------------------------------------------------
*/
package mtons.lang;

public interface Const {
	// 预置超级管理员的ID
	long ADMIN_ID = 1;

	// 预置超级管理员的角色名
	String ROLE_ADMIN = "admin";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy