RuoYi
2019-11-20 cef26e770ed460ec2a5ef83ae7049be2beaf6b1e
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";