From 9bad721754fe8bbe2e5f459d0706e0fefac569f3 Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期日, 20 九月 2026 09:05:41 +0800
Subject: [PATCH] feat(mes): 添加智能质检报告功能与AI导入能力

---
 yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/controller/admin/qc/indicator/vo/MesQcIndicatorSaveReqVO.java |   15 +++++++++++++--
 1 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/controller/admin/qc/indicator/vo/MesQcIndicatorSaveReqVO.java b/yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/controller/admin/qc/indicator/vo/MesQcIndicatorSaveReqVO.java
index d7fa865..d83957c 100644
--- a/yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/controller/admin/qc/indicator/vo/MesQcIndicatorSaveReqVO.java
+++ b/yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/controller/admin/qc/indicator/vo/MesQcIndicatorSaveReqVO.java
@@ -27,8 +27,19 @@
     @Schema(description = "妫�娴嬪伐鍏�", example = "鍗″昂")
     private String tool;
 
-    @Schema(description = "缁撴灉鍊肩被鍨�", requiredMode = Schema.RequiredMode.REQUIRED, example = "1")
-    @NotNull(message = "缁撴灉鍊肩被鍨嬩笉鑳戒负绌�")
+    @Schema(description = "鏉$洰绫诲瀷锛�1=褰曞叆椤癸紝2=鍒嗙粍椤�", example = "1")
+    private Integer itemType;
+
+    @Schema(description = "鐖舵寚鏍囩紪鍙凤紙0=椤剁骇锛�", example = "0")
+    private Long parentId;
+
+    @Schema(description = "鍏紡灞曠ず鏂囨湰锛堝垎缁勯」鐨勩�屾娴嬭姹傘�嶅氨鏄繖鏉″叕寮忥級", example = "w = (m1 - m0) / m 脳 100%")
+    private String formulaText;
+
+    @Schema(description = "鍚岀骇鎺掑簭鍙凤紝鐣欑┖鍒欒嚜鍔ㄦ帓鍒板悓绾ф湯灏�", example = "10")
+    private Integer sortOrder;
+
+    @Schema(description = "缁撴灉鍊肩被鍨嬨�傚垎缁勯」娌℃湁缁撴灉鍊硷紝鍙笉濉�", example = "1")
     private Integer resultType;
 
     @Schema(description = "缁撴灉鍊煎睘鎬�", example = "IMG")

--
Gitblit v1.9.3