From 2f55cebbad3dea187a5f91d16ec80a9677dab699 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期三, 13 十一月 2024 11:16:53 +0800 Subject: [PATCH] 1 --- src/main/java/com/yssh/utils/CommonConstant.java | 25 ++++++++++--------------- 1 files changed, 10 insertions(+), 15 deletions(-) diff --git a/src/main/java/com/yssh/utils/CommonConstant.java b/src/main/java/com/yssh/utils/CommonConstant.java index b9eab01..1d2b55b 100644 --- a/src/main/java/com/yssh/utils/CommonConstant.java +++ b/src/main/java/com/yssh/utils/CommonConstant.java @@ -1,22 +1,17 @@ package com.yssh.utils; -/** - * @author wMeng - * @ClassName CommonConstant - * @Description TODO - * @date 2022/10/30 13:30 - * @Version 1.0 - */ public interface CommonConstant { - - /** {@code 500 Server Error} (HTTP/1.0 - RFC 1945) */ + /** + * {@code 500 Server Error} (HTTP/1.0 - RFC 1945) + */ public static final Integer SC_INTERNAL_SERVER_ERROR_500 = 500; - /** {@code 200 OK} (HTTP/1.0 - RFC 1945) */ + /** + * {@code 200 OK} (HTTP/1.0 - RFC 1945) + */ public static final Integer SC_OK_200 = 200; - /**璁块棶鏉冮檺璁よ瘉鏈�氳繃 510*/ - public static final Integer SC_JEECG_NO_AUTHZ=510; - - - + /** + * 璁块棶鏉冮檺璁よ瘉鏈�氳繃 510 + */ + public static final Integer SC_JEECG_NO_AUTHZ = 510; } -- Gitblit v1.9.3