From ac419ab9e57c1eebab12b0f4eeb8f602da095f61 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期四, 10 七月 2025 21:27:11 +0800
Subject: [PATCH] mdm内增加deptlazylist接口
---
doc/sql/mdm/mdm.mysql.all.create.sql | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/doc/sql/mdm/mdm.mysql.all.create.sql b/doc/sql/mdm/mdm.mysql.all.create.sql
index 6882fc4..1218e1d 100644
--- a/doc/sql/mdm/mdm.mysql.all.create.sql
+++ b/doc/sql/mdm/mdm.mysql.all.create.sql
@@ -74,7 +74,7 @@
`description` varchar(100) NOT NULL COMMENT '鎻忚堪',
`remark` varchar(200) NOT NULL COMMENT '澶囨敞',
`parent_id` bigint DEFAULT NULL COMMENT '涓婄骇鑺傜偣ID',
- `parent_ids` varchar(100) DEFAULT NULL COMMENT '涓婄骇鑺傜偣ID闆嗗悎锛宨d閫楀彿鍒嗛殧',
+ `parent_ids` varchar(200) DEFAULT NULL COMMENT '涓婄骇鑺傜偣ID闆嗗悎锛宨d閫楀彿鍒嗛殧',
`node_type` varchar(20) DEFAULT NULL COMMENT '鑺傜偣绫诲瀷锛氫笟鍔″瓧鍏稿畾涔�',
`status` int DEFAULT NULL COMMENT '涓氬姟鐘舵��',
`create_dept` bigint DEFAULT NULL COMMENT '鍒涘缓鍗曚綅',
@@ -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