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

com.feingto.cloud.domain.enums.LogStatus Maven / Gradle / Ivy

There is a newer version: 2.3.5.RELEASE
Show newest version
package com.feingto.cloud.domain.enums;

/**
 * 日志处理状态
 *
 * @author longfei
 */
public enum LogStatus {
    /**
     * 预处理
     */
    TRY,
    /**
     * 已确认
     */
    CONFIRMED,
    /**
     * 已通知
     */
    NOTIFIED
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy