From de4a3a2c1b39c128d4ecd23367db5fcbda957bdd Mon Sep 17 00:00:00 2001 From: zs <zhousong@weben-smart.com> Date: 周二, 13 5月 2025 11:21:21 +0800 Subject: [PATCH] 临时提交 --- 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