Globals.java 174 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 9 10 11 12 13 package com.dituhui.pea.constants; /** * 全局常量 */ public interface Globals { /** * 超管用户id */ public static final String SUPER_ADMIN_ID = "1"; }