From 8e4170267e8e5dc0c6b340b7ed119460324e2799 Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周三, 21 5月 2025 13:32:33 +0800 Subject: [PATCH] 222 --- PipeLineLems/server/src/CMS.Plugin.PipeLineLems.MySQL/CMSPluginDbContext.cs | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/PipeLineLems/server/src/CMS.Plugin.PipeLineLems.MySQL/CMSPluginDbContext.cs b/PipeLineLems/server/src/CMS.Plugin.PipeLineLems.MySQL/CMSPluginDbContext.cs index ef7bdd3..fd98c04 100644 --- a/PipeLineLems/server/src/CMS.Plugin.PipeLineLems.MySQL/CMSPluginDbContext.cs +++ b/PipeLineLems/server/src/CMS.Plugin.PipeLineLems.MySQL/CMSPluginDbContext.cs @@ -33,6 +33,10 @@ /* Include modules to your migration db context */ builder.ConfigureMyTestEntityName(); + builder.ConfigureWorkPlan(); + builder.ConfigureWorkTask(); + builder.ConfigureCallMaterialOrder(); + builder.ConfigureCallMaterialOrderRecord(); /* Configure your own tables/entities inside here */ -- Gitblit v1.9.3