From 5b189017d143be6366f56ffcdd3c3699a381e034 Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周二, 20 5月 2025 12:43:55 +0800 Subject: [PATCH] 22 --- PipeLineLems/server/src/CMS.Plugin.PipeLineLems.MySQL/Migrations/CMSPluginDbContextModelSnapshot.cs | 305 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 305 insertions(+), 0 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 5f49a49..6135f3c 100644 --- a/PipeLineLems/server/src/CMS.Plugin.PipeLineLems.MySQL/Migrations/CMSPluginDbContextModelSnapshot.cs +++ b/PipeLineLems/server/src/CMS.Plugin.PipeLineLems.MySQL/Migrations/CMSPluginDbContextModelSnapshot.cs @@ -125,6 +125,9 @@ .HasColumnType("varchar(64)") .HasComment("淇敼浜�"); + b.Property<string>("MaterialBatch") + .HasColumnType("longtext"); + b.Property<string>("MaterialMode") .HasMaxLength(256) .HasColumnType("varchar(256)") @@ -255,6 +258,9 @@ .HasColumnType("char(36)") .HasColumnName("LastModifierId") .HasComment("淇敼浜篒D"); + + b.Property<string>("MaterialBatch") + .HasColumnType("longtext"); b.Property<string>("MaterialMode") .HasMaxLength(256) @@ -665,6 +671,305 @@ b.HasComment("浣滀笟璁″垝琛�"); }); + + modelBuilder.Entity("CMS.Plugin.PipeLineLems.Domain.WorkTask.WorkTask", b => + { + b.Property<Guid>("Id") + .ValueGeneratedOnAdd() + .HasColumnType("char(36)"); + + b.Property<int>("CallMaterialStatus") + .HasColumnType("int") + .HasComment("鍙枡鐘舵��"); + + b.Property<string>("ConcurrencyStamp") + .IsConcurrencyToken() + .HasMaxLength(40) + .HasColumnType("varchar(40)") + .HasColumnName("ConcurrencyStamp") + .HasComment("骞跺彂鎴�"); + + b.Property<DateTime>("CreationTime") + .HasColumnType("datetime(6)") + .HasColumnName("CreationTime") + .HasComment("鍒涘缓鏃堕棿"); + + b.Property<Guid?>("CreatorId") + .HasMaxLength(36) + .HasColumnType("char(36)") + .HasColumnName("CreatorId") + .HasComment("鍒涘缓浜篒D"); + + b.Property<string>("CreatorName") + .HasMaxLength(64) + .HasColumnType("varchar(64)") + .HasComment("鍒涘缓浜�"); + + b.Property<decimal>("CuttingPosition") + .HasColumnType("decimal(18,2)") + .HasComment("鍒囧壊浣嶇疆"); + + b.Property<string>("DataIdentifier") + .HasMaxLength(256) + .HasColumnType("varchar(256)") + .HasComment("鍘熸枡鏍囪瘑"); + + b.Property<string>("DeleteRemark") + .HasMaxLength(256) + .HasColumnType("varchar(256)") + .HasComment("鍒犻櫎澶囨敞"); + + b.Property<Guid?>("DeleterId") + .HasMaxLength(36) + .HasColumnType("char(36)") + .HasColumnName("DeleterId") + .HasComment("鍒犻櫎浜篒D"); + + b.Property<DateTime?>("DeletionTime") + .HasColumnType("datetime(6)") + .HasColumnName("DeletionTime") + .HasComment("鍒犻櫎鏃堕棿"); + + b.Property<string>("EquipmentCode") + .HasMaxLength(256) + .HasColumnType("varchar(256)") + .HasComment("璁惧浠g爜"); + + b.Property<string>("ExtraField1") + .HasMaxLength(256) + .HasColumnType("varchar(256)") + .HasComment("鎵╁睍瀛楁1"); + + b.Property<string>("ExtraField2") + .HasMaxLength(256) + .HasColumnType("varchar(256)") + .HasComment("鎵╁睍瀛楁2"); + + b.Property<string>("ExtraField3") + .HasMaxLength(256) + .HasColumnType("varchar(256)") + .HasComment("鎵╁睍瀛楁3"); + + b.Property<string>("ExtraProperties") + .HasColumnType("longtext") + .HasColumnName("ExtraProperties") + .HasComment("鎵╁睍灞炴��"); + + b.Property<string>("FactoryCode") + .HasMaxLength(256) + .HasColumnType("varchar(256)") + .HasComment("宸ュ巶浠g爜"); + + b.Property<decimal>("FlangeInnerDiameter") + .HasColumnType("decimal(18,2)") + .HasComment("娉曞叞鐩村緞(mm)"); + + b.Property<decimal>("FlangeThickness") + .HasColumnType("decimal(18,2)") + .HasComment("娉曞叞鍘氬害(mm)"); + + b.Property<bool>("IsDeleted") + .ValueGeneratedOnAdd() + .HasColumnType("tinyint(1)") + .HasDefaultValue(false) + .HasColumnName("IsDeleted") + .HasComment("鏄惁鍒犻櫎"); + + b.Property<bool?>("IsDisabled") + .ValueGeneratedOnAdd() + .HasColumnType("tinyint(1)") + .HasDefaultValue(false) + .HasComment("鏄惁绂佺敤"); + + b.Property<DateTime?>("LastModificationTime") + .HasColumnType("datetime(6)") + .HasColumnName("LastModificationTime") + .HasComment("淇敼鏃堕棿"); + + b.Property<Guid?>("LastModifierId") + .HasMaxLength(36) + .HasColumnType("char(36)") + .HasColumnName("LastModifierId") + .HasComment("淇敼浜篒D"); + + b.Property<string>("LastModifierName") + .HasMaxLength(64) + .HasColumnType("varchar(64)") + .HasComment("淇敼浜�"); + + b.Property<decimal>("Length") + .HasColumnType("decimal(18,2)") + .HasComment("闀垮害(mm)"); + + b.Property<string>("MarkingContent") + .HasMaxLength(1024) + .HasColumnType("varchar(1024)") + .HasComment("鎵撶爜鍐呭"); + + b.Property<decimal>("MarkingPosition") + .HasColumnType("decimal(18,2)") + .HasComment("鎵撶爜浣嶇疆"); + + b.Property<string>("Material") + .HasMaxLength(256) + .HasColumnType("varchar(256)") + .HasComment("鏉愯川"); + + b.Property<string>("MaterialMode") + .HasMaxLength(256) + .HasColumnType("varchar(256)") + .HasComment("鍘熸枡鍨嬪彿"); + + b.Property<string>("OperationRemark") + .HasMaxLength(256) + .HasColumnType("varchar(256)") + .HasComment("鎿嶄綔澶囨敞"); + + b.Property<decimal>("OuterDiameter") + .HasColumnType("decimal(18,2)") + .HasComment("澶栧緞(mm)"); + + b.Property<string>("PipeAllowableStress") + .HasMaxLength(256) + .HasColumnType("varchar(256)") + .HasComment("娉曞叞鍐茬爜鍐呭"); + + b.Property<decimal>("PipeDiameter") + .HasColumnType("decimal(18,2)") + .HasComment("濂楃闀垮害(mm)"); + + b.Property<string>("PipeFittingCode") + .HasMaxLength(256) + .HasColumnType("varchar(256)") + .HasComment("绠′欢缂栫爜"); + + b.Property<string>("PipeSectionName") + .HasMaxLength(256) + .HasColumnType("varchar(256)") + .HasComment("绠℃鍚嶇О"); + + b.Property<string>("PipeSpecCode") + .HasMaxLength(256) + .HasColumnType("varchar(256)") + .HasComment("绠℃缂栫爜"); + + b.Property<decimal>("PipeWallThickness") + .HasColumnType("decimal(18,2)") + .HasComment("濂楃鐩村緞(mm)"); + + b.Property<DateTime?>("PlannedEndTime") + .HasColumnType("datetime(6)") + .HasComment("璁″垝瀹屾垚鏃堕棿"); + + b.Property<DateTime?>("PlannedStartTime") + .HasColumnType("datetime(6)") + .HasComment("璁″垝寮�濮嬫椂闂�"); + + b.Property<string>("PreSerialNumber") + .HasMaxLength(256) + .HasColumnType("varchar(256)") + .HasComment("椤哄簭鍙�"); + + b.Property<string>("ProcessName") + .HasMaxLength(256) + .HasColumnType("varchar(256)") + .HasComment("宸ュ簭鍚嶇О"); + + b.Property<string>("ProcessRouteNumber") + .HasMaxLength(256) + .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") + .HasComment("绠℃鏁伴噺"); + + b.Property<string>("Remark") + .HasMaxLength(256) + .HasColumnType("varchar(256)") + .HasComment("澶囨敞"); + + b.Property<string>("ShipNumber") + .HasMaxLength(256) + .HasColumnType("varchar(256)") + .HasComment("鑸瑰彿"); + + b.Property<string>("Son_TaskCode") + .IsRequired() + .HasMaxLength(256) + .HasColumnType("varchar(256)") + .HasComment("瀛愪换鍔$紪鐮�"); + + b.Property<int>("Sort") + .ValueGeneratedOnAdd() + .HasColumnType("int") + .HasDefaultValue(0) + .HasComment("鎺掑簭"); + + b.Property<string>("TaskCode") + .IsRequired() + .HasMaxLength(256) + .HasColumnType("varchar(256)") + .HasComment("浠诲姟缂栫爜"); + + b.Property<string>("TeamInfo") + .HasMaxLength(256) + .HasColumnType("varchar(256)") + .HasComment("鐝粍淇℃伅"); + + b.Property<decimal>("Thickness") + .HasColumnType("decimal(18,2)") + .HasComment("澹佸帤(mm)"); + + b.Property<string>("Timestamp") + .HasMaxLength(256) + .HasColumnType("varchar(256)") + .HasComment("鏃堕棿鎴�"); + + b.Property<string>("WeldingHeatInput") + .HasMaxLength(256) + .HasColumnType("varchar(256)") + .HasComment("娉曞叞鍏О鍘嬪姏"); + + b.Property<int>("WorkPlanStatus") + .HasColumnType("int") + .HasComment("璁″垝鐘舵��"); + + b.Property<string>("WorkstationCode") + .HasMaxLength(256) + .HasColumnType("varchar(256)") + .HasComment("宸ヤ綅浠g爜"); + + b.HasKey("Id"); + + b.HasIndex("DataIdentifier"); + + b.HasIndex("PlannedEndTime"); + + b.HasIndex("PlannedStartTime"); + + b.HasIndex("Son_TaskCode") + .IsUnique(); + + b.ToTable("scms_worktasks", (string)null); + + b.HasComment("浣滀笟浠诲姟琛�"); + }); #pragma warning restore 612, 618 } } -- Gitblit v1.9.3