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