From 4a7619b20b78e4f7cd1c6391c634dee49e586e00 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期四, 10 七月 2025 21:30:51 +0800
Subject: [PATCH] mdm内增加deptlazylist接口

---
 doc/sql/mdm/mdm.mysql.all.create.sql |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/doc/sql/mdm/mdm.mysql.all.create.sql b/doc/sql/mdm/mdm.mysql.all.create.sql
index eada037..1218e1d 100644
--- a/doc/sql/mdm/mdm.mysql.all.create.sql
+++ b/doc/sql/mdm/mdm.mysql.all.create.sql
@@ -186,6 +186,7 @@
   `id` bigint NOT NULL,
   `tenant_id` varchar(6) DEFAULT NULL COMMENT '鎵�灞炵鎴�',
   `name` varchar(100) NOT NULL COMMENT '绋嬪簭鍚嶇О',
+  `nc_program_id` bigint DEFAULT NULL COMMENT '绋嬪簭鏂囦欢id',
   `status` int DEFAULT NULL COMMENT '涓氬姟鐘舵��',
   `exchange_type` int DEFAULT NULL COMMENT '浜ゆ崲绫诲瀷,1:涓嬪彂;2:鍥哄寲(dnc鍥炰紶)',
   `create_dept` bigint DEFAULT NULL COMMENT '鍒涘缓鍗曚綅',

--
Gitblit v1.9.3