From e8e374d8b9fb559fef9c5174ecd6ee8fef2e1fd4 Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期五, 20 三月 2026 13:07:17 +0800
Subject: [PATCH] add ApiOperation

---
 doc/20260317_鹏创电子.sql |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git "a/doc/20260317_\351\271\217\345\210\233\347\224\265\345\255\220.sql" "b/doc/20260317_\351\271\217\345\210\233\347\224\265\345\255\220.sql"
index 1d7b12e..c624baf 100644
--- "a/doc/20260317_\351\271\217\345\210\233\347\224\265\345\255\220.sql"
+++ "b/doc/20260317_\351\271\217\345\210\233\347\224\265\345\255\220.sql"
@@ -1,3 +1,6 @@
 alter table quality_inspect
     add defective_quantity decimal(18, 2) null comment '涓嶈壇鏁伴噺',
-    add defective_reason varchar(255) default '' not null comment '涓嶈壇鍘熷洜';
\ No newline at end of file
+    add defective_reason varchar(255) default '' not null comment '涓嶈壇鍘熷洜';
+
+alter table quality_unqualified
+    add quarantine_lifted boolean not null default false comment '鏄惁宸插彇娑堥殧绂�';
\ No newline at end of file

--
Gitblit v1.9.3