From 4d916744ba1ba9066d1ecf809f43ddddb817b26b Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周日, 11 5月 2025 14:11:31 +0800 Subject: [PATCH] 2 --- PipeLineLems/server/src/CMS.Plugin.PipeLineLems.MySQL/Migrations/CMSPluginDbContextModelSnapshot.cs | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 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 1845792..4c19fa8 100644 --- a/PipeLineLems/server/src/CMS.Plugin.PipeLineLems.MySQL/Migrations/CMSPluginDbContextModelSnapshot.cs +++ b/PipeLineLems/server/src/CMS.Plugin.PipeLineLems.MySQL/Migrations/CMSPluginDbContextModelSnapshot.cs @@ -27,8 +27,8 @@ .ValueGeneratedOnAdd() .HasColumnType("char(36)"); - b.Property<byte>("CallMaterialStatus") - .HasColumnType("tinyint unsigned") + b.Property<int>("CallMaterialStatus") + .HasColumnType("int") .HasComment("鍙枡鐘舵��"); b.Property<string>("ConcurrencyStamp") @@ -174,8 +174,8 @@ .ValueGeneratedOnAdd() .HasColumnType("char(36)"); - b.Property<byte>("CallMaterialStatus") - .HasColumnType("tinyint unsigned") + b.Property<int>("CallMaterialStatus") + .HasColumnType("int") .HasComment("鍙枡鐘舵��"); b.Property<string>("ConcurrencyStamp") @@ -380,8 +380,8 @@ .ValueGeneratedOnAdd() .HasColumnType("char(36)"); - b.Property<byte>("CallMaterialStatus") - .HasColumnType("tinyint unsigned") + b.Property<int>("CallMaterialStatus") + .HasColumnType("int") .HasComment("鍙枡鐘舵��"); b.Property<string>("ConcurrencyStamp") @@ -627,8 +627,8 @@ .HasColumnType("varchar(256)") .HasComment("娉曞叞鍏О鍘嬪姏"); - b.Property<byte>("WorkPlanStatus") - .HasColumnType("tinyint unsigned") + b.Property<int>("WorkPlanStatus") + .HasColumnType("int") .HasComment("璁″垝鐘舵��"); b.Property<string>("WorkpieceName") -- Gitblit v1.9.3