From 5a149d626ae8bc3fa4bddbb53f8caf40f51f6da6 Mon Sep 17 00:00:00 2001 From: zs <zhousong@weben-smart.com> Date: 周三, 04 6月 2025 17:42:13 +0800 Subject: [PATCH] Merge branch 'master' of http://222.71.245.114:9086/r/HIA24016N_PipeLineDemo --- 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