From cace264ad9d86a7831099810b079da1141957add Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周三, 07 5月 2025 11:52:44 +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 | 295 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 295 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 d2206d4..f5e4f02 100644 --- a/PipeLineLems/server/src/CMS.Plugin.PipeLineLems.MySQL/Migrations/CMSPluginDbContextModelSnapshot.cs +++ b/PipeLineLems/server/src/CMS.Plugin.PipeLineLems.MySQL/Migrations/CMSPluginDbContextModelSnapshot.cs @@ -100,6 +100,301 @@ b.HasComment("MyTestEntityName"); }); + + modelBuilder.Entity("CMS.Plugin.PipeLineLems.Domain.WmsAreas.WorkPlan", b => + { + b.Property<Guid>("Id") + .ValueGeneratedOnAdd() + .HasColumnType("char(36)"); + + b.Property<string>("Bevel") + .HasMaxLength(64) + .HasColumnType("varchar(64)") + .HasComment("鍧″彛"); + + b.Property<string>("BranchMaterial") + .HasMaxLength(64) + .HasColumnType("varchar(64)") + .HasComment("鏀鏉愯川"); + + b.Property<string>("BranchOuterDiameter") + .HasMaxLength(64) + .HasColumnType("varchar(64)") + .HasComment("鏀寰�"); + + b.Property<string>("BranchPortAngle") + .HasMaxLength(64) + .HasColumnType("varchar(64)") + .HasComment("鏀绔彛瑙掑害"); + + b.Property<string>("BranchPortRadius") + .HasMaxLength(64) + .HasColumnType("varchar(64)") + .HasComment("鏀绔彛鏇茬巼鍗婂緞"); + + b.Property<string>("BranchPortRequirement") + .HasMaxLength(64) + .HasColumnType("varchar(64)") + .HasComment("鏀绔彛瑕佹眰"); + + b.Property<string>("BranchWallThickness") + .HasMaxLength(64) + .HasColumnType("varchar(64)") + .HasComment("鏀澹佸帤"); + + b.Property<string>("ConcurrencyStamp") + .IsConcurrencyToken() + .HasMaxLength(40) + .HasColumnType("varchar(40)") + .HasColumnName("ConcurrencyStamp"); + + b.Property<DateTime>("CreationTime") + .HasColumnType("datetime(6)") + .HasColumnName("CreationTime"); + + b.Property<Guid?>("CreatorId") + .HasColumnType("char(36)") + .HasColumnName("CreatorId"); + + b.Property<string>("CuttingFile") + .HasMaxLength(64) + .HasColumnType("varchar(64)") + .HasComment("鍒囧壊鏂囦欢"); + + b.Property<string>("DataIdentifier") + .HasMaxLength(64) + .HasColumnType("varchar(64)") + .HasComment("鍘熸枡鏍囪瘑"); + + b.Property<Guid?>("DeleterId") + .HasColumnType("char(36)") + .HasColumnName("DeleterId"); + + b.Property<DateTime?>("DeletionTime") + .HasColumnType("datetime(6)") + .HasColumnName("DeletionTime"); + + b.Property<string>("DrillingPosition") + .HasMaxLength(64) + .HasColumnType("varchar(64)") + .HasComment("鎵撳瓟浣�"); + + b.Property<string>("EquipmentCode") + .HasMaxLength(64) + .HasColumnType("varchar(64)") + .HasComment("璁惧浠g爜"); + + b.Property<string>("ExtraProperties") + .HasColumnType("longtext") + .HasColumnName("ExtraProperties"); + + b.Property<string>("FactoryCode") + .HasMaxLength(64) + .HasColumnType("varchar(64)") + .HasComment("宸ュ巶浠g爜"); + + b.Property<string>("FinishedProductScale") + .HasMaxLength(64) + .HasColumnType("varchar(64)") + .HasComment("鎴愬搧鍥惧箙"); + + b.Property<string>("FlangeInnerDiameter") + .HasMaxLength(64) + .HasColumnType("varchar(64)") + .HasComment("娉曞叞鍐呭緞"); + + b.Property<string>("FlangeThickness") + .HasMaxLength(64) + .HasColumnType("varchar(64)") + .HasComment("娉曞叞鍘氬害"); + + b.Property<bool>("HasMainSignature") + .HasColumnType("tinyint(1)") + .HasComment("鏄惁鏈変富绛�"); + + b.Property<string>("InterfaceRequirement") + .HasMaxLength(64) + .HasColumnType("varchar(64)") + .HasComment("鎺ュ彛瑕佹眰"); + + b.Property<string>("Intersecting") + .HasMaxLength(64) + .HasColumnType("varchar(64)") + .HasComment("鐩歌疮"); + + b.Property<string>("IntersectingLineCategory") + .HasMaxLength(64) + .HasColumnType("varchar(64)") + .HasComment("鐩歌疮绾跨被鍒�"); + + b.Property<string>("IntersectingLineType") + .HasMaxLength(64) + .HasColumnType("varchar(64)") + .HasComment("鐩歌疮绾跨被鍨�"); + + b.Property<bool>("IsDeleted") + .ValueGeneratedOnAdd() + .HasColumnType("tinyint(1)") + .HasDefaultValue(false) + .HasColumnName("IsDeleted"); + + b.Property<bool?>("IsDisabled") + .HasColumnType("tinyint(1)") + .HasComment("鏄惁绂佺敤"); + + b.Property<DateTime?>("LastModificationTime") + .HasColumnType("datetime(6)") + .HasColumnName("LastModificationTime"); + + b.Property<Guid?>("LastModifierId") + .HasColumnType("char(36)") + .HasColumnName("LastModifierId"); + + b.Property<string>("Length") + .HasMaxLength(64) + .HasColumnType("varchar(64)") + .HasComment("闀垮害"); + + b.Property<string>("MarkingContent") + .HasMaxLength(64) + .HasColumnType("varchar(64)") + .HasComment("鎵撶爜鍐呭"); + + b.Property<string>("Material") + .HasMaxLength(64) + .HasColumnType("varchar(64)") + .HasComment("鏉愯川"); + + b.Property<string>("OrgMaterialCode") + .IsRequired() + .HasMaxLength(64) + .HasColumnType("varchar(64)") + .HasComment("鍘熸枡缂栧彿"); + + b.Property<string>("OuterDiameter") + .HasMaxLength(64) + .HasColumnType("varchar(64)") + .HasComment("澶栧緞"); + + b.Property<string>("PipeAllowableStress") + .HasMaxLength(64) + .HasColumnType("varchar(64)") + .HasComment("绠¢亾鍏佽搴斿姏"); + + b.Property<string>("PipeDiameter") + .HasMaxLength(64) + .HasColumnType("varchar(64)") + .HasComment("绠″緞"); + + b.Property<string>("PipeFittingCode") + .HasMaxLength(64) + .HasColumnType("varchar(64)") + .HasComment("绠′欢缂栫爜"); + + b.Property<string>("PipeSectionName") + .HasMaxLength(64) + .HasColumnType("varchar(64)") + .HasComment("绠℃鍚嶇О"); + + b.Property<string>("PipeSpecCode") + .HasMaxLength(64) + .HasColumnType("varchar(64)") + .HasComment("绠¤鏍肩爜"); + + b.Property<string>("PipeWallThickness") + .HasMaxLength(64) + .HasColumnType("varchar(64)") + .HasComment("绠¢亾澹佸帤"); + + b.Property<DateTime?>("PlannedEndTime") + .HasColumnType("datetime(6)") + .HasComment("璁″垝瀹屾垚鏃堕棿"); + + b.Property<DateTime?>("PlannedStartTime") + .HasColumnType("datetime(6)") + .HasComment("璁″垝寮�濮嬫椂闂�"); + + b.Property<string>("PreSerialNumber") + .HasMaxLength(64) + .HasColumnType("varchar(64)") + .HasComment("椤哄簭鍙�"); + + b.Property<string>("ProcessName") + .HasMaxLength(64) + .HasColumnType("varchar(64)") + .HasComment("宸ュ簭鍚嶇О"); + + b.Property<string>("ProcessRouteNumber") + .HasMaxLength(64) + .HasColumnType("varchar(64)") + .HasComment("宸ヨ壓璺嚎缂栧彿"); + + b.Property<string>("ProductCode") + .HasMaxLength(64) + .HasColumnType("varchar(64)") + .HasComment("浜у搧浠g爜"); + + b.Property<int>("Quantity") + .HasColumnType("int") + .HasComment("鍖呮嫭鏁伴噺"); + + b.Property<string>("RedundantField1") + .HasColumnType("longtext"); + + b.Property<string>("RedundantField2") + .HasColumnType("longtext"); + + b.Property<string>("RedundantField3") + .HasColumnType("longtext"); + + b.Property<string>("Remark") + .HasMaxLength(256) + .HasColumnType("varchar(256)") + .HasComment("澶囨敞"); + + b.Property<int>("Sort") + .HasColumnType("int") + .HasComment("鎺掑簭"); + + b.Property<string>("TaskCode") + .IsRequired() + .HasMaxLength(64) + .HasColumnType("varchar(64)") + .HasComment("浠诲姟缂栫爜"); + + b.Property<string>("TimeInfo") + .HasMaxLength(64) + .HasColumnType("varchar(64)") + .HasComment("鏃堕棿淇℃伅"); + + b.Property<string>("VRData") + .HasMaxLength(64) + .HasColumnType("varchar(64)") + .HasComment("VR鏁版嵁"); + + b.Property<string>("WeldingHeatInput") + .HasMaxLength(64) + .HasColumnType("varchar(64)") + .HasComment("鐒婃帴鐑緭鍏�"); + + b.Property<string>("WorkpieceName") + .HasMaxLength(64) + .HasColumnType("varchar(64)") + .HasComment("宸ヤ欢鍚嶇О"); + + b.Property<string>("WorkstationCode") + .HasMaxLength(64) + .HasColumnType("varchar(64)") + .HasComment("宸ヤ綅浠g爜"); + + b.HasKey("Id"); + + b.HasIndex("TaskCode"); + + b.ToTable("scms_workplans", (string)null); + + b.HasComment("WorkPlan"); + }); #pragma warning restore 612, 618 } } -- Gitblit v1.9.3