You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
199 lines
7.2 KiB
199 lines
7.2 KiB
2 years ago
|
// <auto-generated />
|
||
|
using System;
|
||
|
using Microsoft.EntityFrameworkCore;
|
||
|
using Microsoft.EntityFrameworkCore.Infrastructure;
|
||
|
using Microsoft.EntityFrameworkCore.Metadata;
|
||
|
using Microsoft.EntityFrameworkCore.Migrations;
|
||
|
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
|
||
|
using Volo.Abp.EntityFrameworkCore;
|
||
|
using WmsWebApi.EntityFrameworkCore;
|
||
|
|
||
|
namespace WmsWebApi.Migrations
|
||
|
{
|
||
|
[DbContext(typeof(WmsWebApiHttpApiHostMigrationsDbContext))]
|
||
|
[Migration("20220125054352_Initail")]
|
||
|
partial class Initail
|
||
|
{
|
||
|
protected override void BuildTargetModel(ModelBuilder modelBuilder)
|
||
|
{
|
||
|
#pragma warning disable 612, 618
|
||
|
modelBuilder
|
||
|
.HasAnnotation("_Abp_DatabaseProvider", EfCoreDatabaseProvider.SqlServer)
|
||
|
.HasAnnotation("Relational:MaxIdentifierLength", 128)
|
||
|
.HasAnnotation("ProductVersion", "5.0.13")
|
||
|
.HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn);
|
||
|
|
||
|
modelBuilder.Entity("WmsWebApi.TbOrfers.TbOrder", b =>
|
||
|
{
|
||
|
b.Property<Guid>("Id")
|
||
|
.ValueGeneratedOnAdd()
|
||
|
.HasColumnType("uniqueidentifier");
|
||
|
|
||
|
b.Property<string>("OrderNumber")
|
||
|
.IsRequired()
|
||
|
.HasMaxLength(64)
|
||
|
.HasColumnType("nvarchar(64)");
|
||
|
|
||
|
b.Property<int>("Status")
|
||
|
.ValueGeneratedOnAdd()
|
||
|
.HasColumnType("int")
|
||
|
.HasDefaultValue(1);
|
||
|
|
||
|
b.HasKey("Id");
|
||
|
|
||
|
b.ToTable("TB_ORDER");
|
||
|
});
|
||
|
|
||
|
modelBuilder.Entity("WmsWebApi.ZlldcjLogs.ZlldcjLog", b =>
|
||
|
{
|
||
|
b.Property<Guid>("Id")
|
||
|
.ValueGeneratedOnAdd()
|
||
|
.HasColumnType("uniqueidentifier");
|
||
|
|
||
|
b.Property<DateTime?>("AEDAT")
|
||
|
.HasColumnType("date");
|
||
|
|
||
|
b.Property<string>("AENAM")
|
||
|
.HasMaxLength(64)
|
||
|
.HasColumnType("nvarchar(64)");
|
||
|
|
||
|
b.Property<TimeSpan?>("AEZET")
|
||
|
.HasColumnType("time(3)");
|
||
|
|
||
|
b.Property<string>("ANLN1")
|
||
|
.HasMaxLength(64)
|
||
|
.HasColumnType("nvarchar(64)");
|
||
|
|
||
|
b.Property<string>("AUFNR")
|
||
|
.HasMaxLength(64)
|
||
|
.HasColumnType("nvarchar(64)");
|
||
|
|
||
|
b.Property<decimal?>("BDMNG")
|
||
|
.HasPrecision(18, 6)
|
||
|
.HasColumnType("decimal(18,6)");
|
||
|
|
||
|
b.Property<decimal?>("BKNUM")
|
||
|
.HasPrecision(18, 6)
|
||
|
.HasColumnType("decimal(18,6)");
|
||
|
|
||
|
b.Property<string>("BWART")
|
||
|
.HasMaxLength(64)
|
||
|
.HasColumnType("nvarchar(64)");
|
||
|
|
||
|
b.Property<string>("ConcurrencyStamp")
|
||
|
.IsConcurrencyToken()
|
||
|
.HasMaxLength(40)
|
||
|
.HasColumnType("nvarchar(40)")
|
||
|
.HasColumnName("ConcurrencyStamp");
|
||
|
|
||
|
b.Property<DateTime>("CreationTime")
|
||
|
.HasColumnType("datetime2")
|
||
|
.HasColumnName("CreationTime");
|
||
|
|
||
|
b.Property<Guid?>("CreatorId")
|
||
|
.HasColumnType("uniqueidentifier")
|
||
|
.HasColumnName("CreatorId");
|
||
|
|
||
|
b.Property<decimal?>("ENMNG")
|
||
|
.HasPrecision(18, 6)
|
||
|
.HasColumnType("decimal(18,6)");
|
||
|
|
||
|
b.Property<DateTime?>("ERDAT")
|
||
|
.HasColumnType("date");
|
||
|
|
||
|
b.Property<string>("ERNAM")
|
||
|
.HasMaxLength(64)
|
||
|
.HasColumnType("nvarchar(64)");
|
||
|
|
||
|
b.Property<TimeSpan?>("ERZET")
|
||
|
.HasColumnType("time(3)");
|
||
|
|
||
|
b.Property<string>("ExtraProperties")
|
||
|
.HasColumnType("nvarchar(max)")
|
||
|
.HasColumnName("ExtraProperties");
|
||
|
|
||
|
b.Property<decimal?>("GRUND")
|
||
|
.HasPrecision(18, 6)
|
||
|
.HasColumnType("decimal(18,6)");
|
||
|
|
||
|
b.Property<string>("KOSTL")
|
||
|
.HasMaxLength(64)
|
||
|
.HasColumnType("nvarchar(64)");
|
||
|
|
||
|
b.Property<string>("KZEAR")
|
||
|
.HasMaxLength(64)
|
||
|
.HasColumnType("nvarchar(64)");
|
||
|
|
||
|
b.Property<string>("LGORT1")
|
||
|
.HasMaxLength(64)
|
||
|
.HasColumnType("nvarchar(64)");
|
||
|
|
||
|
b.Property<string>("LGORT2")
|
||
|
.HasMaxLength(64)
|
||
|
.HasColumnType("nvarchar(64)");
|
||
|
|
||
|
b.Property<string>("LGORT3")
|
||
|
.HasMaxLength(64)
|
||
|
.HasColumnType("nvarchar(64)");
|
||
|
|
||
|
b.Property<string>("MATNR")
|
||
|
.HasMaxLength(64)
|
||
|
.HasColumnType("nvarchar(64)");
|
||
|
|
||
|
b.Property<decimal?>("MEINS")
|
||
|
.HasPrecision(18, 6)
|
||
|
.HasColumnType("decimal(18,6)");
|
||
|
|
||
|
b.Property<decimal?>("POSNR")
|
||
|
.HasPrecision(18, 6)
|
||
|
.HasColumnType("decimal(18,6)");
|
||
|
|
||
|
b.Property<decimal?>("RSNUM")
|
||
|
.HasPrecision(18, 6)
|
||
|
.HasColumnType("decimal(18,6)");
|
||
|
|
||
|
b.Property<decimal?>("RSPOS")
|
||
|
.HasPrecision(18, 6)
|
||
|
.HasColumnType("decimal(18,6)");
|
||
|
|
||
|
b.Property<string>("VBELN")
|
||
|
.HasMaxLength(64)
|
||
|
.HasColumnType("nvarchar(64)");
|
||
|
|
||
|
b.Property<string>("WERKS")
|
||
|
.HasMaxLength(64)
|
||
|
.HasColumnType("nvarchar(64)");
|
||
|
|
||
|
b.Property<string>("ZBZSM")
|
||
|
.HasMaxLength(64)
|
||
|
.HasColumnType("nvarchar(64)");
|
||
|
|
||
|
b.Property<string>("ZDJLX")
|
||
|
.IsRequired()
|
||
|
.HasMaxLength(64)
|
||
|
.HasColumnType("nvarchar(64)");
|
||
|
|
||
|
b.Property<string>("ZLLDJ")
|
||
|
.HasColumnType("nvarchar(max)");
|
||
|
|
||
|
b.Property<decimal>("ZLLITEM")
|
||
|
.HasPrecision(18, 6)
|
||
|
.HasColumnType("decimal(18,6)");
|
||
|
|
||
|
b.Property<string>("ZLLR")
|
||
|
.HasMaxLength(64)
|
||
|
.HasColumnType("nvarchar(64)");
|
||
|
|
||
|
b.Property<string>("ZLTLX")
|
||
|
.HasMaxLength(64)
|
||
|
.HasColumnType("nvarchar(64)");
|
||
|
|
||
|
b.HasKey("Id");
|
||
|
|
||
|
b.ToTable("WmsWebApiZLLDCJ_LOGDTO");
|
||
|
});
|
||
|
#pragma warning restore 612, 618
|
||
|
}
|
||
|
}
|
||
|
}
|