phanes
2021-11-07 8ea56d3b22432d7af3d14f3539e2cbf7c3dbb036
ruoyi-common/src/main/java/com/ruoyi/common/enums/BusinessStatus.java
@@ -1,20 +1,18 @@
package com.ruoyi.common.enums;
/**
 * 操作状态
 *
 * @author ruoyi
 *
 */
public enum BusinessStatus
{
    /**
     * 成功
     */
    SUCCESS,
    /**
     * 失败
     */
    FAIL,
}
package com.ruoyi.common.enums;
/**
 * 操作状态
 *
 * @author ruoyi
 */
public enum BusinessStatus {
    /**
     * 成功
     */
    SUCCESS,
    /**
     * 失败
     */
    FAIL,
}