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

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