package org.springblade.jfpt.alarm.constant; /** * 警情处理时间常量 */ public interface AlarmTimeConstant { int ZERO = 0; int FIVE = 5*60; int TEN = 10*60; int THIRTY = 30*60; }