chenjiahe
2022-06-28 09b4c6896acdbfa6d5c0c0c5c24bfc17d6ee2bf3
src/main/java/com/hx/resultTool/ResponseCode.java
@@ -6,6 +6,7 @@
 * @Data: 2020-06-20
 */
public final class ResponseCode {
    /*成功*/
    public static final String SUCCESS = "100";
    /*错误提示,前端根据这个码弹出提示*/