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 | 39 ++++++++++++++++++++++++--------------- 1 files changed, 24 insertions(+), 15 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..5f49a49 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") @@ -286,8 +286,7 @@ b.HasKey("Id"); - b.HasIndex("DataIdentifier") - .IsUnique(); + b.HasIndex("DataIdentifier"); b.ToTable("scms_callmaterialorderrecords", (string)null); @@ -380,8 +379,8 @@ .ValueGeneratedOnAdd() .HasColumnType("char(36)"); - b.Property<byte>("CallMaterialStatus") - .HasColumnType("tinyint unsigned") + b.Property<int>("CallMaterialStatus") + .HasColumnType("int") .HasComment("鍙枡鐘舵��"); b.Property<string>("ConcurrencyStamp") @@ -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() @@ -627,14 +641,9 @@ .HasColumnType("varchar(256)") .HasComment("娉曞叞鍏О鍘嬪姏"); - b.Property<byte>("WorkPlanStatus") - .HasColumnType("tinyint unsigned") + 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