22
schangxiang@126.com
2025-05-15 9a83dbb67b223e94a946e1bf7db59336e7fb2f28
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("产品代码");
                    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)