You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tcZz-java/ruoyi-common/src/main/java/com/ruoyi/common/enums/BusinessStatus.java

21 lines
216 B

5 years ago
package com.ruoyi.common.enums;
6 years ago
/**
*
*
* @author ruoyi
*
*/
public enum BusinessStatus
{
/**
*
*/
SUCCESS,
/**
*
*/
FAIL,
}