From 9a83dbb67b223e94a946e1bf7db59336e7fb2f28 Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周四, 15 5月 2025 14:51:29 +0800
Subject: [PATCH] 22

---
 PipeLineLems/server/src/CMS.Plugin.PipeLineLems.MySQL/Migrations/CMSPluginDbContextModelSnapshot.cs |   23 ++++++++++++++++-------
 1 files changed, 16 insertions(+), 7 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 4c19fa8..5f49a49 100644
--- a/PipeLineLems/server/src/CMS.Plugin.PipeLineLems.MySQL/Migrations/CMSPluginDbContextModelSnapshot.cs
+++ b/PipeLineLems/server/src/CMS.Plugin.PipeLineLems.MySQL/Migrations/CMSPluginDbContextModelSnapshot.cs
@@ -286,8 +286,7 @@
 
                     b.HasKey("Id");
 
-                    b.HasIndex("DataIdentifier")
-                        .IsUnique();
+                    b.HasIndex("DataIdentifier");
 
                     b.ToTable("scms_callmaterialorderrecords", (string)null);
 
@@ -582,10 +581,20 @@
                         .HasColumnType("varchar(256)")
                         .HasComment("宸ヨ壓娴佸悜缂栧彿");
 
+                    b.Property<string>("ProdLineCode")
+                        .HasMaxLength(256)
+                        .HasColumnType("varchar(256)")
+                        .HasComment("浜х嚎缂栫爜");
+
                     b.Property<string>("ProductCode")
                         .HasMaxLength(256)
                         .HasColumnType("varchar(256)")
                         .HasComment("浜у搧浠g爜");
+
+                    b.Property<string>("ProjectNumber")
+                        .HasMaxLength(256)
+                        .HasColumnType("varchar(256)")
+                        .HasComment("椤圭洰鍙�");
 
                     b.Property<int>("Quantity")
                         .HasColumnType("int")
@@ -595,6 +604,11 @@
                         .HasMaxLength(256)
                         .HasColumnType("varchar(256)")
                         .HasComment("澶囨敞");
+
+                    b.Property<string>("ShipNumber")
+                        .HasMaxLength(256)
+                        .HasColumnType("varchar(256)")
+                        .HasComment("鑸瑰彿");
 
                     b.Property<int>("Sort")
                         .ValueGeneratedOnAdd()
@@ -630,11 +644,6 @@
                     b.Property<int>("WorkPlanStatus")
                         .HasColumnType("int")
                         .HasComment("璁″垝鐘舵��");
-
-                    b.Property<string>("WorkpieceName")
-                        .HasMaxLength(256)
-                        .HasColumnType("varchar(256)")
-                        .HasComment("宸ヤ欢鍚嶇О");
 
                     b.Property<string>("WorkstationCode")
                         .HasMaxLength(256)

--
Gitblit v1.9.3