From 2b7f4d1d5e7dc15c1c05120f543b61b9db5ca9ea Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期五, 27 三月 2026 14:08:43 +0800
Subject: [PATCH] 新增巡检记录后,创建人未自动生成,未展示备注,且点击通知后无对应的通知消息展示

---
 doc/20260113-product_model.sql |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/doc/20260113-product_model.sql b/doc/20260113-product_model.sql
index de82a14..dcbb610 100644
--- a/doc/20260113-product_model.sql
+++ b/doc/20260113-product_model.sql
@@ -4,3 +4,11 @@
 alter table process_route
     add process_route_code varchar(255)  null comment '宸ヨ壓璺嚎缂栫爜';
 
+alter table procurement_record_storage
+    add product_model_id bigint null comment '浜у搧瑙勬牸id';
+alter table procurement_record_out
+    add product_model_id bigint null comment '浜у搧瑙勬牸id';
+
+
+alter table quality_inspect
+    add product_model_id bigint null comment '浜у搧瑙勬牸id';

--
Gitblit v1.9.3