From 9064866a2c0c2988cba1d321d7af088d2647a4bc Mon Sep 17 00:00:00 2001 From: yangys <y_ys79@sina.com> Date: 星期日, 06 七月 2025 23:59:50 +0800 Subject: [PATCH] 增加固化流程 --- 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