From 2e8ef31112579cc3f320a4f2b95232f0c35021fd Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期二, 18 三月 2025 08:16:13 +0800
Subject: [PATCH] 删除遗漏的前端获取的时间

---
 north-glass-erp/src/main/java/com/example/erp/common/Constants.java |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/north-glass-erp/src/main/java/com/example/erp/common/Constants.java b/north-glass-erp/src/main/java/com/example/erp/common/Constants.java
new file mode 100644
index 0000000..40e839c
--- /dev/null
+++ b/north-glass-erp/src/main/java/com/example/erp/common/Constants.java
@@ -0,0 +1,14 @@
+package com.example.erp.common;
+
+/**
+ * 瀹氫箟涓�浜涘父閲忚繘琛屼娇鐢�
+ */
+public interface Constants {
+    String Code_500="500";//绯荤粺閿欒
+    String Code_401="401";//鏉冮檺涓嶈冻
+    String Code_402="402";//杩樻湭鐧婚檰
+    String Code_400="400";//
+    String Code_200="200";//鎴愬姛
+    String Code_600="600";//鍏朵粬闂
+    String Code_msg = "鏈嶅姟鍣ㄥ彂鐢熷紓甯�,淇濆瓨澶辫触";
+}

--
Gitblit v1.8.0