From abf1c0a35d85d38239ff5d2ed746a4e4b797c9d1 Mon Sep 17 00:00:00 2001
From: xiaoyi <908147524@qq.com>
Date: 星期四, 20 八月 2026 14:05:02 +0800
Subject: [PATCH] feat 功能修正

---
 yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/controller/admin/dv/machinery/vo/MesDvMachineryRespVO.java |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/controller/admin/dv/machinery/vo/MesDvMachineryRespVO.java b/yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/controller/admin/dv/machinery/vo/MesDvMachineryRespVO.java
index 5d46e43..7637381 100644
--- a/yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/controller/admin/dv/machinery/vo/MesDvMachineryRespVO.java
+++ b/yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/controller/admin/dv/machinery/vo/MesDvMachineryRespVO.java
@@ -23,6 +23,10 @@
     @ExcelProperty("璁惧缂栫爜")
     private String code;
 
+    @Schema(description = "鏁伴噰璁惧ID锛堝閮ㄦ暟閲� tbDeviceId锛�", example = "tb_001")
+    @ExcelProperty("鏁伴噰璁惧ID")
+    private String tbDeviceId;
+
     @Schema(description = "璁惧鍚嶇О", requiredMode = Schema.RequiredMode.REQUIRED, example = "CNC 鍔犲伐涓績")
     @ExcelProperty("璁惧鍚嶇О")
     private String name;
@@ -66,6 +70,21 @@
     @ExcelProperty("澶囨敞")
     private String remark;
 
+    @Schema(description = "鐢熶骇鏁堢巼锛堟瘡灏忔椂锛�", example = "10.5")
+    @ExcelProperty("鐢熶骇鏁堢巼(姣忓皬鏃�)")
+    private java.math.BigDecimal productionEfficiency;
+
+    @Schema(description = "浼犻�佸饱甯︼紙2=鍙屽�嶆晥鐜囷級", example = "2")
+    @ExcelProperty("浼犻�佸饱甯�")
+    private Integer conveyorBelt;
+
+    @Schema(description = "宸ヤ綔绔欑紪鍙�", example = "300")
+    private Long workstationId;
+
+    @Schema(description = "宸ヤ綔绔欏悕绉�", example = "涓�鍙峰伐浣滅珯")
+    @ExcelProperty("宸ヤ綔绔�")
+    private String workstationName;
+
     @Schema(description = "鍒涘缓鏃堕棿", requiredMode = Schema.RequiredMode.REQUIRED)
     @ExcelProperty("鍒涘缓鏃堕棿")
     private LocalDateTime createTime;

--
Gitblit v1.9.3