All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.gnss.common.constants.AlarmActionEnum Maven / Gradle / Ivy

The newest version!
package com.gnss.common.constants;

/**
 * 

Description: 报警动作

*

Company: www.gps-pro.cn

* * @author huangguangbin * @version 1.0.1 * @date 2017/6/19 */ public enum AlarmActionEnum { /** * 报警开始 */ START, /** * 报警结束 */ STOP; }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy