chenjiahe
2023-07-17 d4fa5269e214e8bbe1f7dd79a922cefe9fc9916b
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";
    /*错误提示,前端根据这个码弹出提示*/