From 950424e50bcd42cff0913fef387c537ba7dedfcc Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期四, 13 二月 2025 13:59:57 +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