From f29c8786807015d78b9be8a33397f69478d92a76 Mon Sep 17 00:00:00 2001
From: liding <756868258@qq.com>
Date: 星期六, 12 七月 2025 16:52:27 +0800
Subject: [PATCH] 1.设备优化 2.配煤计算器

---
 main-business/src/main/resources/db/migration/postgresql/V20250613112800__create_table_production_inventory.sql |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/main-business/src/main/resources/db/migration/postgresql/V20250613112800__create_table_production_inventory.sql b/main-business/src/main/resources/db/migration/postgresql/V20250613112800__create_table_production_inventory.sql
index 2243aab..45c8d38 100644
--- a/main-business/src/main/resources/db/migration/postgresql/V20250613112800__create_table_production_inventory.sql
+++ b/main-business/src/main/resources/db/migration/postgresql/V20250613112800__create_table_production_inventory.sql
@@ -16,7 +16,7 @@
 );
 
 -- 娣诲姞琛ㄦ敞閲�
-COMMENT ON TABLE production_inventory IS '鐢熶骇涓昏〃';
+COMMENT ON TABLE production_inventory IS '鐢熶骇搴撳瓨浣跨敤璁板綍琛�';
 
 -- 娣诲姞瀛楁娉ㄩ噴
 COMMENT ON COLUMN production_inventory.id IS '涓婚敭ID';

--
Gitblit v1.9.3