From 4c33acfe648e9b008f91c5e2cf446550e6b0174d Mon Sep 17 00:00:00 2001
From: liding <756868258@qq.com>
Date: 星期二, 22 七月 2025 17:35:57 +0800
Subject: [PATCH] 1.正式库导出优化 2.销售导出 3.设备使用状态优化 4.定时任务优化

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

diff --git a/main-business/src/main/resources/db/migration/postgresql/V20250614134700__create_table_inspection_task.sql b/main-business/src/main/resources/db/migration/postgresql/V20250614134700__create_table_inspection_task.sql
index dd1451e..3918bfb 100644
--- a/main-business/src/main/resources/db/migration/postgresql/V20250614134700__create_table_inspection_task.sql
+++ b/main-business/src/main/resources/db/migration/postgresql/V20250614134700__create_table_inspection_task.sql
@@ -10,6 +10,7 @@
     registrant    VARCHAR(100),                -- 鐧昏浜哄憳
     frequency_type     VARCHAR(100),           -- 棰戞
     inspection_location     VARCHAR(255),           -- 宸℃鍦扮偣璇︾粏鎻忚堪
+    frequency_detail     VARCHAR(255),           -- 鏃堕棿缁嗚妭
 
     deleted       INT NOT NULL DEFAULT 0,      -- 杞垹闄ゆ爣蹇楋細0=鏈垹闄わ紝1=宸插垹闄�
     create_by     VARCHAR(255),                -- 鍒涘缓浜虹敤鎴峰悕
@@ -36,6 +37,8 @@
 ON COLUMN inspection_task.frequency_type IS '棰戞';
 COMMENT
 ON COLUMN inspection_task.inspection_location IS '宸℃鍦扮偣璇︾粏鎻忚堪';
+COMMENT
+ON COLUMN inspection_task.frequency_detail IS '鏃堕棿缁嗚妭';
 
 COMMENT
 ON COLUMN inspection_task.deleted IS '杞垹闄ゆ爣蹇楋紝0=鏈垹闄わ紝1=宸插垹闄�';

--
Gitblit v1.9.3