From c2053d7017625f270577bc0f6c523d04f52db6ea Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期五, 24 七月 2026 14:20:29 +0800
Subject: [PATCH] refactor(crm): 重构文件上传功能,替换原有的fileUrls字段为统一的StorageAttachmentApi
---
yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/controller/admin/pro/task/vo/MesProTaskRespVO.java | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/controller/admin/pro/task/vo/MesProTaskRespVO.java b/yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/controller/admin/pro/task/vo/MesProTaskRespVO.java
index 468636f..eb3c490 100644
--- a/yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/controller/admin/pro/task/vo/MesProTaskRespVO.java
+++ b/yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/controller/admin/pro/task/vo/MesProTaskRespVO.java
@@ -73,6 +73,18 @@
@Schema(description = "涓嶈壇鍝佹暟閲�", example = "2.00")
private BigDecimal unqualifyQuantity;
+ @Schema(description = "寰呮姤宸ユ暟閲�", example = "50.00")
+ private BigDecimal pendingQuantity;
+
+ @Schema(description = "鍦ㄩ�旀姤宸ユ暟閲�", example = "20.00")
+ private BigDecimal inTransitQuantity;
+
+ @Schema(description = "鍙姤宸ユ暟閲�", example = "30.00")
+ private BigDecimal reportableQuantity;
+
+ @Schema(description = "鎶ュ伐瀹屾垚鐜�(%)", example = "50.00")
+ private BigDecimal feedbackRate;
+
@Schema(description = "璋冩暣鏁伴噺", example = "0")
private BigDecimal changedQuantity;
@@ -109,6 +121,9 @@
@Schema(description = "鏄惁璐ㄦ锛堟淳鐢熻嚜宸ヨ壓璺嚎宸ュ簭 checkFlag锛�", example = "true")
private Boolean checkFlag;
+ @Schema(description = "鏄惁鍊掑啿锛堟淳鐢熻嚜宸ヨ壓璺嚎宸ュ簭 backflushFlag锛�", example = "true")
+ private Boolean backflushFlag;
+
@Schema(description = "澶囨敞", example = "澶囨敞")
private String remark;
--
Gitblit v1.9.3