From f0b6b4d5286d69db4cae6622b8acd8cabcba1cb7 Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周二, 13 5月 2025 17:15:20 +0800 Subject: [PATCH] Merge branch 'master' of http://222.71.245.114:9086/r/HIA24016N_PipeLineDemo --- HIAWms/server/src/CMS.Plugin.HIAWms.MySQL/Migrations/CMSPluginDbContextModelSnapshot.cs | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/HIAWms/server/src/CMS.Plugin.HIAWms.MySQL/Migrations/CMSPluginDbContextModelSnapshot.cs b/HIAWms/server/src/CMS.Plugin.HIAWms.MySQL/Migrations/CMSPluginDbContextModelSnapshot.cs index f501771..16a5127 100644 --- a/HIAWms/server/src/CMS.Plugin.HIAWms.MySQL/Migrations/CMSPluginDbContextModelSnapshot.cs +++ b/HIAWms/server/src/CMS.Plugin.HIAWms.MySQL/Migrations/CMSPluginDbContextModelSnapshot.cs @@ -775,7 +775,6 @@ .HasComment("鎿嶄綔鏃堕棿"); b.Property<string>("OrderNo") - .IsRequired() .HasMaxLength(50) .HasColumnType("varchar(50)") .HasComment("鍗曟嵁缂栧彿"); @@ -1442,8 +1441,10 @@ .HasDefaultValue(false) .HasColumnName("IsDeleted"); - b.Property<bool?>("IsDisabled") + b.Property<bool>("IsDisabled") + .ValueGeneratedOnAdd() .HasColumnType("tinyint(1)") + .HasDefaultValue(false) .HasComment("鏄惁绂佺敤"); b.Property<int>("Islock") @@ -1707,6 +1708,12 @@ .HasColumnType("varchar(200)") .HasComment("鍙彉鍙橀噺3"); + b.Property<int>("PlcTaskId") + .ValueGeneratedOnAdd() + .HasColumnType("int") + .HasDefaultValue(0) + .HasComment("浠诲姟鐘舵��"); + b.Property<int?>("SonTaskType") .HasColumnType("int") .HasComment("瀛愪换鍔$被鍨�"); -- Gitblit v1.9.3