From a3a2b238a2626ef8744e7a135f9ca2e2fbb5184c Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周三, 21 5月 2025 10:17:36 +0800
Subject: [PATCH] 优化

---
 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