RuoYi
2019-12-20 71c31dfd665da1e2c14edb5ad99a6ef083baee01
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";