From 52b61fce22f188e37a88c20740e005ff109637a7 Mon Sep 17 00:00:00 2001
From: hsy <1029150275@qq.com>
Date: 星期一, 17 八月 2026 15:02:27 +0800
Subject: [PATCH] dos: 新增表:mes_pro_task_pause_record

---
 yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/controller/admin/wm/batch/vo/MesWmBatchProcessTraceRespVO.java |   46 ++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 46 insertions(+), 0 deletions(-)

diff --git a/yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/controller/admin/wm/batch/vo/MesWmBatchProcessTraceRespVO.java b/yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/controller/admin/wm/batch/vo/MesWmBatchProcessTraceRespVO.java
new file mode 100644
index 0000000..ce165eb
--- /dev/null
+++ b/yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/controller/admin/wm/batch/vo/MesWmBatchProcessTraceRespVO.java
@@ -0,0 +1,46 @@
+package cn.iocoder.yudao.module.mes.controller.admin.wm.batch.vo;
+
+import io.swagger.v3.oas.annotations.media.Schema;
+import lombok.Data;
+
+import java.math.BigDecimal;
+import java.time.LocalDateTime;
+
+@Schema(description = "绠$悊鍚庡彴 - MES 鎵规宸ュ簭娴佽浆 Response VO")
+@Data
+public class MesWmBatchProcessTraceRespVO {
+
+    @Schema(description = "浜嬩欢绫诲瀷锛欼N-宸ュ簭鎶曞叆 / OUT-宸ュ簭浜у嚭", example = "OUT")
+    private String eventType;
+
+    @Schema(description = "鐢熶骇宸ュ崟 ID", example = "1")
+    private Long workOrderId;
+
+    @Schema(description = "鐢熶骇宸ュ崟缂栧彿", example = "WO20250801001")
+    private String workOrderCode;
+
+    @Schema(description = "宸ュ簭 ID", example = "1")
+    private Long processId;
+
+    @Schema(description = "宸ュ簭缂栫爜", example = "PROC001")
+    private String processCode;
+
+    @Schema(description = "宸ュ簭鍚嶇О", example = "CNC 鍔犲伐")
+    private String processName;
+
+    @Schema(description = "鎵规鍙�", example = "BATCH20250801001")
+    private String batchCode;
+
+    @Schema(description = "鏁伴噺", example = "100")
+    private BigDecimal quantity;
+
+    @Schema(description = "璐ㄩ噺鐘舵�侊紙瀛楀吀 mes_wm_quality_status锛夛紝浠呬骇鍑轰晶鏈夊��", example = "1")
+    private Integer qualityStatus;
+
+    @Schema(description = "浜嬩欢鏃堕棿")
+    private LocalDateTime eventTime;
+
+    @Schema(description = "宸ュ簭搴忓彿锛堟帓搴忕敤锛�", example = "1")
+    private Integer processSort;
+
+}

--
Gitblit v1.9.3