AlarmGroupContants.java 207 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 package com.ui.contants; /** * 名称定死 * @author hui.xu * */ public class AlarmGroupContants { /** * 报警组 * 运维组 */ public final static String GROUP_NAME_YUNWEI = "运维组"; }