From e8d564377d20526c643f00132ccc3466360f9c5b Mon Sep 17 00:00:00 2001 From: zs <zhousong@weben-smart.com> Date: 周二, 13 5月 2025 15:33:58 +0800 Subject: [PATCH] 详情页面 --- HIAWms/server/src/CMS.Plugin.HIAWms.MySQL/Migrations/CMSPluginDbContextModelSnapshot.cs | 7 ++++++- 1 files changed, 6 insertions(+), 1 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..14a2a3f 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("鍗曟嵁缂栧彿"); @@ -1707,6 +1706,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