schangxiang@126.com
2025-05-09 78d4c83632f0ee3e51f343e5ae0c66fc4c4b237b
Weben_CMSרÓôúÂëÉú³ÉÆ÷/Weben_CMS_TemplateDemo/server/src/CMS.Plugin.HIAWms.MySQL/Migrations/CMSPluginDbContextModelSnapshot.cs
@@ -455,6 +455,11 @@
                        .HasColumnType("varchar(64)")
                        .HasComment("创建人");
                    b.Property<string>("DeleteRemark")
                        .HasMaxLength(256)
                        .HasColumnType("varchar(256)")
                        .HasComment("删除备注");
                    b.Property<Guid?>("DeleterId")
                        .HasMaxLength(36)
                        .HasColumnType("char(36)")
@@ -510,6 +515,14 @@
                        .HasDefaultValue(2)
                        .HasComment("是否为主支管");
                    b.Property<bool?>("IsSelfMade")
                        .HasColumnType("tinyint(1)")
                        .HasComment("是否自产");
                    b.Property<bool>("IsValid")
                        .HasColumnType("tinyint(1)")
                        .HasComment("是否有效物料");
                    b.Property<DateTime?>("LastModificationTime")
                        .HasColumnType("datetime(6)")
                        .HasColumnName("LastModificationTime")
@@ -551,6 +564,19 @@
                        .HasColumnType("int")
                        .HasComment("物料类型(枚举值)");
                    b.Property<decimal?>("NullLength")
                        .HasColumnType("decimal(65,30)")
                        .HasComment("可空长度");
                    b.Property<int>("Num")
                        .HasColumnType("int")
                        .HasComment("数量");
                    b.Property<string>("OperationRemark")
                        .HasMaxLength(256)
                        .HasColumnType("varchar(256)")
                        .HasComment("操作备注");
                    b.Property<decimal>("OuterDiameter")
                        .HasColumnType("decimal(18,2)")
                        .HasComment("外径(单位:mm)");
@@ -580,10 +606,14 @@
                        .HasComment("冗余字段3 - é¢„留扩展用途");
                    b.Property<string>("Remark")
                        .HasMaxLength(500)
                        .HasColumnType("varchar(500)")
                        .HasMaxLength(256)
                        .HasColumnType("varchar(256)")
                        .HasComment("备注");
                    b.Property<int?>("SelfNum")
                        .HasColumnType("int")
                        .HasComment("自有数量");
                    b.Property<int>("Sort")
                        .ValueGeneratedOnAdd()
                        .HasColumnType("int")