From 58879e5f5889882db6f5279de89b478afb3a1892 Mon Sep 17 00:00:00 2001 From: yangys <y_ys79@sina.com> Date: 星期一, 07 七月 2025 21:00:51 +0800 Subject: [PATCH] bangding 流程 --- 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