RuoYi
2019-12-26 61e48da354f5f3014c6055497b402cbc43bdf2fc
ruoyi/src/main/java/com/ruoyi/common/constant/Constants.java
@@ -10,6 +10,11 @@
public class Constants
{
    /**
     * UTF-8 字符集
     */
    public static final String UTF8 = "UTF-8";
    /**
     * 通用成功标识
     */
    public static final String SUCCESS = "0";