package cn.wisenergy.common.constant; /** * 通用常量 * */ public interface CommonConstants { /** * 超级管理员ID */ String SUPER_ADMIN = "1"; }