RuoYi
2020-05-19 41799c10f0c72bfc91e5b79f3e4df6e585cc5715
ruoyi/src/main/java/com/ruoyi/common/constant/Constants.java
@@ -10,6 +10,16 @@
public class Constants
{
    /**
     * UTF-8 字符集
     */
    public static final String UTF8 = "UTF-8";
    /**
     * GBK 字符集
     */
    public static final String GBK = "GBK";
    /**
     * 通用成功标识
     */
    public static final String SUCCESS = "0";