From ca0565e53494417b3779759f8d3898e07bfd5929 Mon Sep 17 00:00:00 2001
From: liyong <18434998025@163.com>
Date: 星期二, 20 一月 2026 14:09:16 +0800
Subject: [PATCH] Merge remote-tracking branch 'refs/remotes/origin/jtwy' into sqd-hb

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

diff --git a/doc/20260113-product_model.sql b/doc/20260113-product_model.sql
new file mode 100644
index 0000000..dcbb610
--- /dev/null
+++ b/doc/20260113-product_model.sql
@@ -0,0 +1,14 @@
+alter table product_model
+    add product_code varchar(255)  null comment '浜у搧缂栫爜';
+
+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