com.healthy.common.log.enums.BusinessStatus Maven / Gradle / Ivy
The newest version!
package com.healthy.common.log.enums;
import lombok.Getter;
/**
* 日志类型
*
* @author xiaomingzhang
*/
@Getter
public enum BusinessStatus {
/**
* 成功
*/
SUCCESS,
/**
* 失败
*/
FAIL,
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy