From bee96a1d36c86068cd5a7eb69f4e3294a8123b04 Mon Sep 17 00:00:00 2001
From: liyong <18434998025@163.com>
Date: 星期五, 03 七月 2026 18:02:55 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev_business' into dev_business
---
yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/enums/MesPdStatusConstants.java | 36 ++++++++++++++++++++++++++++++++++++
1 files changed, 36 insertions(+), 0 deletions(-)
diff --git a/yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/enums/MesPdStatusConstants.java b/yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/enums/MesPdStatusConstants.java
new file mode 100644
index 0000000..13f484c
--- /dev/null
+++ b/yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/enums/MesPdStatusConstants.java
@@ -0,0 +1,36 @@
+package cn.iocoder.yudao.module.mes.enums;
+
+/**
+ * MES 浜у搧璁捐鐘舵�佸父閲�
+ *
+ * 闆嗕腑绠$悊浜у搧璁捐妯″潡鍚勫崟鎹姸鎬佺殑缂栧彿锛屼綔涓虹姸鎬佸�肩殑涓ぎ娉ㄥ唽涓績銆�
+ * 鍚勬灇涓剧被寮曠敤姝ゅ甯搁噺锛岄伩鍏嶇‖缂栫爜鏁板瓧銆�
+ *
+ * @author 鑺嬮亾婧愮爜
+ */
+public final class MesPdStatusConstants {
+
+ private MesPdStatusConstants() {}
+
+ /**
+ * 寰呭彂甯�
+ */
+ public static final int INITIATE = 0;
+ /**
+ * 寰呬笂浼�
+ */
+ public static final int PUBLISH = 1;
+ /**
+ * 寰呭鏍�
+ */
+ public static final int UPLOAD = 2;
+ /**
+ * 寰呭綊妗�
+ */
+ public static final int AUDIT = 3;
+ /**
+ * 宸插綊妗�
+ */
+ public static final int ARCHIVE = 4;
+
+}
--
Gitblit v1.9.3