| | |
| | | b.HasComment("库区表"); |
| | | }); |
| | | |
| | | modelBuilder.Entity("CMS.Plugin.HIAWms.Domain.WmsContainerPlaces.WmsContainerPlace", b => |
| | | modelBuilder.Entity("CMS.Plugin.HIAWms.Domain.WmsContainerPlace.WmsContainerPlace", b => |
| | | { |
| | | b.Property<string>("PlaceNo") |
| | | .HasMaxLength(50) |
| | |
| | | .HasColumnType("char(36)") |
| | | .HasColumnName("LastModifierId"); |
| | | |
| | | b.Property<int?>("MaterialBatch") |
| | | .HasColumnType("int") |
| | | b.Property<string>("MaterialBatch") |
| | | .HasMaxLength(50) |
| | | .HasColumnType("varchar(50)") |
| | | .HasComment("物料批次"); |
| | | |
| | | b.Property<string>("MaterialId") |
| | |
| | | .HasColumnType("char(36)") |
| | | .HasColumnName("LastModifierId"); |
| | | |
| | | b.Property<string>("MaterialBatch") |
| | | .HasMaxLength(64) |
| | | .HasColumnType("varchar(64)") |
| | | .HasComment("物料批次"); |
| | | |
| | | b.Property<string>("MaterialId") |
| | | .IsRequired() |
| | | .HasMaxLength(50) |
| | |
| | | .HasComment("操作时间"); |
| | | |
| | | b.Property<string>("OrderNo") |
| | | .IsRequired() |
| | | .HasMaxLength(50) |
| | | .HasColumnType("varchar(50)") |
| | | .HasComment("单据编号"); |
| | |
| | | .HasColumnType("decimal(18,2)") |
| | | .HasComment("长度(单位:m)"); |
| | | |
| | | b.Property<string>("MaterialNo") |
| | | .IsRequired() |
| | | .HasMaxLength(64) |
| | | .HasColumnType("varchar(64)") |
| | | .HasComment("物料编码(唯一标识)"); |
| | | |
| | | b.Property<string>("MaterialModel") |
| | | .HasMaxLength(128) |
| | | .HasColumnType("varchar(128)") |
| | |
| | | .HasMaxLength(128) |
| | | .HasColumnType("varchar(128)") |
| | | .HasComment("物料名称"); |
| | | |
| | | b.Property<string>("MaterialNo") |
| | | .IsRequired() |
| | | .HasMaxLength(64) |
| | | .HasColumnType("varchar(64)") |
| | | .HasComment("物料编码(唯一标识)"); |
| | | |
| | | b.Property<string>("MaterialQuality") |
| | | .HasMaxLength(64) |
| | |
| | | |
| | | b.HasKey("Id"); |
| | | |
| | | b.HasIndex("MaterialName"); |
| | | |
| | | b.HasIndex("MaterialNo") |
| | | .IsUnique(); |
| | | |
| | | b.HasIndex("MaterialName"); |
| | | |
| | | b.HasIndex("MaterialType"); |
| | | |