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/20250515064954_Update1.Designer.cs | 25 +++++++++++++++++-------- 1 files changed, 17 insertions(+), 8 deletions(-) diff --git a/PipeLineLems/server/src/CMS.Plugin.PipeLineLems.MySQL/Migrations/20250511041027_Update1.Designer.cs b/PipeLineLems/server/src/CMS.Plugin.PipeLineLems.MySQL/Migrations/20250515064954_Update1.Designer.cs similarity index 97% rename from PipeLineLems/server/src/CMS.Plugin.PipeLineLems.MySQL/Migrations/20250511041027_Update1.Designer.cs rename to PipeLineLems/server/src/CMS.Plugin.PipeLineLems.MySQL/Migrations/20250515064954_Update1.Designer.cs index 78e4266..688e61d 100644 --- a/PipeLineLems/server/src/CMS.Plugin.PipeLineLems.MySQL/Migrations/20250511041027_Update1.Designer.cs +++ b/PipeLineLems/server/src/CMS.Plugin.PipeLineLems.MySQL/Migrations/20250515064954_Update1.Designer.cs @@ -12,7 +12,7 @@ namespace CMS.Plugin.PipeLineLems.MySQL.Migrations { [DbContext(typeof(CMSPluginDbContext))] - [Migration("20250511041027_Update1")] + [Migration("20250515064954_Update1")] partial class Update1 { protected override void BuildTargetModel(ModelBuilder modelBuilder) @@ -288,8 +288,7 @@ b.HasKey("Id"); - b.HasIndex("DataIdentifier") - .IsUnique(); + b.HasIndex("DataIdentifier"); b.ToTable("scms_callmaterialorderrecords", (string)null); @@ -584,10 +583,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") @@ -597,6 +606,11 @@ .HasMaxLength(256) .HasColumnType("varchar(256)") .HasComment("澶囨敞"); + + b.Property<string>("ShipNumber") + .HasMaxLength(256) + .HasColumnType("varchar(256)") + .HasComment("鑸瑰彿"); b.Property<int>("Sort") .ValueGeneratedOnAdd() @@ -632,11 +646,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