package com.bawei.common.log.enums; /** * 操作状态 * * @author bawei * */ public enum BusinessStatus { /** * 成功 */ SUCCESS, /** * 失败 */ FAIL, }