From 5bec5fc00525c7d44f7351b045d45ab3c401f64a Mon Sep 17 00:00:00 2001 From: zs <zhousong@weben-smart.com> Date: 周二, 13 5月 2025 17:04:42 +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