From cb8543b802db2aa3891e93c3ca3a1eeb5bea0663 Mon Sep 17 00:00:00 2001 From: zs <zhousong@weben-smart.com> Date: 周四, 15 5月 2025 14:59:53 +0800 Subject: [PATCH] Merge branch 'master' of http://222.71.245.114:9086/r/HIA24016N_PipeLineDemo --- 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