From ec3cfd144de6fcf5e5cbfaf02585c17805300602 Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周三, 21 5月 2025 13:35:16 +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