CommonConstants.java 170 Bytes
Newer Older
licc's avatar
licc committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14
package cn.wisenergy.common.constant;

/**
 * 通用常量
 *
 */
public interface CommonConstants {

	/**
     * 超级管理员ID
     */
	String SUPER_ADMIN = "1";

}