| | |
| | | .ValueGeneratedOnAdd() |
| | | .HasColumnType("char(36)"); |
| | | |
| | | b.Property<byte>("CallMaterialStatus") |
| | | .HasColumnType("tinyint unsigned") |
| | | b.Property<int>("CallMaterialStatus") |
| | | .HasColumnType("int") |
| | | .HasComment("叫料状态"); |
| | | |
| | | b.Property<string>("ConcurrencyStamp") |
| | |
| | | .ValueGeneratedOnAdd() |
| | | .HasColumnType("char(36)"); |
| | | |
| | | b.Property<byte>("CallMaterialStatus") |
| | | .HasColumnType("tinyint unsigned") |
| | | b.Property<int>("CallMaterialStatus") |
| | | .HasColumnType("int") |
| | | .HasComment("叫料状态"); |
| | | |
| | | b.Property<string>("ConcurrencyStamp") |
| | |
| | | |
| | | b.HasKey("Id"); |
| | | |
| | | b.HasIndex("DataIdentifier") |
| | | .IsUnique(); |
| | | b.HasIndex("DataIdentifier"); |
| | | |
| | | b.ToTable("scms_callmaterialorderrecords", (string)null); |
| | | |
| | |
| | | .ValueGeneratedOnAdd() |
| | | .HasColumnType("char(36)"); |
| | | |
| | | b.Property<byte>("CallMaterialStatus") |
| | | .HasColumnType("tinyint unsigned") |
| | | b.Property<int>("CallMaterialStatus") |
| | | .HasColumnType("int") |
| | | .HasComment("叫料状态"); |
| | | |
| | | b.Property<string>("ConcurrencyStamp") |
| | |
| | | .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") |
| | |
| | | .HasMaxLength(256) |
| | | .HasColumnType("varchar(256)") |
| | | .HasComment("备注"); |
| | | |
| | | b.Property<string>("ShipNumber") |
| | | .HasMaxLength(256) |
| | | .HasColumnType("varchar(256)") |
| | | .HasComment("船号"); |
| | | |
| | | b.Property<int>("Sort") |
| | | .ValueGeneratedOnAdd() |
| | |
| | | .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) |