From 3322dfd299755416176cd946265577e176cae795 Mon Sep 17 00:00:00 2001
From: zs <zhousong@weben-smart.com>
Date: 周日, 11 5月 2025 20:26:51 +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