疯狂的狮子li
2021-06-02 a961fff69d5ae4e1a7393bc0d4b4ce85f7bcbf9f
ruoyi-common/src/main/java/com/ruoyi/common/enums/BusinessStatus.java
@@ -1,20 +1,20 @@
package com.ruoyi.common.enums;
/**
 * 操作状态
 *
 * @author ruoyi
 *
 */
public enum BusinessStatus
{
    /**
     * 成功
     */
    SUCCESS,
    /**
     * 失败
     */
    FAIL,
}
package com.ruoyi.common.enums;
/**
 * 操作状态
 *
 * @author ruoyi
 *
 */
public enum BusinessStatus
{
    /**
     * 成功
     */
    SUCCESS,
    /**
     * 失败
     */
    FAIL,
}