From 05c47e0a832bbd2b8bafb732fc55c1ef8e9b97e0 Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周三, 21 5月 2025 11:41:47 +0800
Subject: [PATCH] 22

---
 PipeLineLems/server/src/CMS.Plugin.PipeLineLems.MySQL/Migrations/CMSPluginDbContextModelSnapshot.cs |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/PipeLineLems/server/src/CMS.Plugin.PipeLineLems.MySQL/Migrations/CMSPluginDbContextModelSnapshot.cs b/PipeLineLems/server/src/CMS.Plugin.PipeLineLems.MySQL/Migrations/CMSPluginDbContextModelSnapshot.cs
index 6135f3c..9f155a6 100644
--- a/PipeLineLems/server/src/CMS.Plugin.PipeLineLems.MySQL/Migrations/CMSPluginDbContextModelSnapshot.cs
+++ b/PipeLineLems/server/src/CMS.Plugin.PipeLineLems.MySQL/Migrations/CMSPluginDbContextModelSnapshot.cs
@@ -560,6 +560,11 @@
                         .HasColumnType("varchar(256)")
                         .HasComment("绠℃缂栫爜");
 
+                    b.Property<string>("PipeSpecMode")
+                        .HasMaxLength(256)
+                        .HasColumnType("varchar(256)")
+                        .HasComment("绠℃鍨嬪彿");
+
                     b.Property<decimal>("PipeWallThickness")
                         .HasColumnType("decimal(18,2)")
                         .HasComment("濂楃鐩村緞(mm)");
@@ -853,6 +858,11 @@
                         .HasColumnType("varchar(256)")
                         .HasComment("绠℃缂栫爜");
 
+                    b.Property<string>("PipeSpecMode")
+                        .HasMaxLength(256)
+                        .HasColumnType("varchar(256)")
+                        .HasComment("绠℃鍨嬪彿");
+
                     b.Property<decimal>("PipeWallThickness")
                         .HasColumnType("decimal(18,2)")
                         .HasComment("濂楃鐩村緞(mm)");

--
Gitblit v1.9.3