|
|
@ -1643,6 +1643,126 @@ namespace Win.Sfs.SettleAccount.Migrations |
|
|
|
b.ToTable("Set_btcarseq_version"); |
|
|
|
}); |
|
|
|
|
|
|
|
modelBuilder.Entity("Win.Sfs.SettleAccount.Entities.BT_Car.BT_Car_Platform", b => |
|
|
|
{ |
|
|
|
b.Property<Guid>("Id") |
|
|
|
.ValueGeneratedOnAdd() |
|
|
|
.HasColumnType("uniqueidentifier"); |
|
|
|
|
|
|
|
b.Property<DateTime>("AcceptanceDate") |
|
|
|
.HasColumnType("datetime2"); |
|
|
|
|
|
|
|
b.Property<string>("BTCarKanBan") |
|
|
|
.IsRequired() |
|
|
|
.HasMaxLength(150) |
|
|
|
.HasColumnType("nvarchar(150)"); |
|
|
|
|
|
|
|
b.Property<Guid>("BranchId") |
|
|
|
.HasColumnType("uniqueidentifier"); |
|
|
|
|
|
|
|
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<Guid?>("DeleterId") |
|
|
|
.HasColumnType("uniqueidentifier") |
|
|
|
.HasColumnName("DeleterId"); |
|
|
|
|
|
|
|
b.Property<DateTime?>("DeletionTime") |
|
|
|
.HasColumnType("datetime2") |
|
|
|
.HasColumnName("DeletionTime"); |
|
|
|
|
|
|
|
b.Property<bool>("Enabled") |
|
|
|
.HasColumnType("bit"); |
|
|
|
|
|
|
|
b.Property<string>("Extend") |
|
|
|
.HasColumnType("nvarchar(max)"); |
|
|
|
|
|
|
|
b.Property<string>("ExternalKanbanNumber") |
|
|
|
.HasMaxLength(50) |
|
|
|
.HasColumnType("nvarchar(50)"); |
|
|
|
|
|
|
|
b.Property<string>("ExtraProperties") |
|
|
|
.HasColumnType("nvarchar(max)") |
|
|
|
.HasColumnName("ExtraProperties"); |
|
|
|
|
|
|
|
b.Property<string>("Factory") |
|
|
|
.HasMaxLength(50) |
|
|
|
.HasColumnType("nvarchar(50)"); |
|
|
|
|
|
|
|
b.Property<bool>("IsDeleted") |
|
|
|
.ValueGeneratedOnAdd() |
|
|
|
.HasColumnType("bit") |
|
|
|
.HasDefaultValue(false) |
|
|
|
.HasColumnName("IsDeleted"); |
|
|
|
|
|
|
|
b.Property<string>("KanbanNumber") |
|
|
|
.HasMaxLength(150) |
|
|
|
.HasColumnType("nvarchar(150)"); |
|
|
|
|
|
|
|
b.Property<DateTime?>("LastModificationTime") |
|
|
|
.HasColumnType("datetime2") |
|
|
|
.HasColumnName("LastModificationTime"); |
|
|
|
|
|
|
|
b.Property<Guid?>("LastModifierId") |
|
|
|
.HasColumnType("uniqueidentifier") |
|
|
|
.HasColumnName("LastModifierId"); |
|
|
|
|
|
|
|
b.Property<string>("MaterialCode") |
|
|
|
.IsRequired() |
|
|
|
.HasMaxLength(150) |
|
|
|
.HasColumnType("nvarchar(150)"); |
|
|
|
|
|
|
|
b.Property<string>("MaterialVoucherNo") |
|
|
|
.HasMaxLength(150) |
|
|
|
.HasColumnType("nvarchar(150)"); |
|
|
|
|
|
|
|
b.Property<string>("Period") |
|
|
|
.HasMaxLength(50) |
|
|
|
.HasColumnType("nvarchar(50)"); |
|
|
|
|
|
|
|
b.Property<string>("Remark") |
|
|
|
.HasColumnType("nvarchar(max)"); |
|
|
|
|
|
|
|
b.Property<string>("StorageLocation") |
|
|
|
.HasMaxLength(50) |
|
|
|
.HasColumnType("nvarchar(50)"); |
|
|
|
|
|
|
|
b.Property<string>("StorageLocationDesc") |
|
|
|
.HasMaxLength(150) |
|
|
|
.HasColumnType("nvarchar(150)"); |
|
|
|
|
|
|
|
b.Property<string>("Supplier") |
|
|
|
.HasMaxLength(50) |
|
|
|
.HasColumnType("nvarchar(50)"); |
|
|
|
|
|
|
|
b.Property<string>("Version") |
|
|
|
.HasMaxLength(50) |
|
|
|
.HasColumnType("nvarchar(50)"); |
|
|
|
|
|
|
|
b.Property<string>("Year") |
|
|
|
.HasMaxLength(50) |
|
|
|
.HasColumnType("nvarchar(50)"); |
|
|
|
|
|
|
|
b.HasKey("Id"); |
|
|
|
|
|
|
|
b.HasIndex("Version", "KanbanNumber", "MaterialCode") |
|
|
|
.IsUnique() |
|
|
|
.HasFilter("IsDeleted=0"); |
|
|
|
|
|
|
|
b.ToTable("Set_BT_Car_Platform"); |
|
|
|
}); |
|
|
|
|
|
|
|
modelBuilder.Entity("Win.Sfs.SettleAccount.Entities.Boms.BomVersion", b => |
|
|
|
{ |
|
|
|
b.Property<Guid>("Id") |
|
|
@ -3130,6 +3250,412 @@ namespace Win.Sfs.SettleAccount.Migrations |
|
|
|
b.ToTable("Set_hqspkb_version"); |
|
|
|
}); |
|
|
|
|
|
|
|
modelBuilder.Entity("Win.Sfs.SettleAccount.Entities.HQ_H.HQ_H_Platform", b => |
|
|
|
{ |
|
|
|
b.Property<Guid>("Id") |
|
|
|
.ValueGeneratedOnAdd() |
|
|
|
.HasColumnType("uniqueidentifier"); |
|
|
|
|
|
|
|
b.Property<DateTime>("AcceptanceDate") |
|
|
|
.HasColumnType("datetime2"); |
|
|
|
|
|
|
|
b.Property<Guid>("BranchId") |
|
|
|
.HasColumnType("uniqueidentifier"); |
|
|
|
|
|
|
|
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<Guid?>("DeleterId") |
|
|
|
.HasColumnType("uniqueidentifier") |
|
|
|
.HasColumnName("DeleterId"); |
|
|
|
|
|
|
|
b.Property<DateTime?>("DeletionTime") |
|
|
|
.HasColumnType("datetime2") |
|
|
|
.HasColumnName("DeletionTime"); |
|
|
|
|
|
|
|
b.Property<bool>("Enabled") |
|
|
|
.HasColumnType("bit"); |
|
|
|
|
|
|
|
b.Property<string>("Extend") |
|
|
|
.HasColumnType("nvarchar(max)"); |
|
|
|
|
|
|
|
b.Property<string>("ExternalKanbanNumber") |
|
|
|
.HasMaxLength(50) |
|
|
|
.HasColumnType("nvarchar(50)"); |
|
|
|
|
|
|
|
b.Property<string>("ExtraProperties") |
|
|
|
.HasColumnType("nvarchar(max)") |
|
|
|
.HasColumnName("ExtraProperties"); |
|
|
|
|
|
|
|
b.Property<string>("Factory") |
|
|
|
.HasMaxLength(50) |
|
|
|
.HasColumnType("nvarchar(50)"); |
|
|
|
|
|
|
|
b.Property<string>("HQHKanBan") |
|
|
|
.IsRequired() |
|
|
|
.HasMaxLength(150) |
|
|
|
.HasColumnType("nvarchar(150)"); |
|
|
|
|
|
|
|
b.Property<bool>("IsDeleted") |
|
|
|
.ValueGeneratedOnAdd() |
|
|
|
.HasColumnType("bit") |
|
|
|
.HasDefaultValue(false) |
|
|
|
.HasColumnName("IsDeleted"); |
|
|
|
|
|
|
|
b.Property<string>("KanbanNumber") |
|
|
|
.HasMaxLength(150) |
|
|
|
.HasColumnType("nvarchar(150)"); |
|
|
|
|
|
|
|
b.Property<DateTime?>("LastModificationTime") |
|
|
|
.HasColumnType("datetime2") |
|
|
|
.HasColumnName("LastModificationTime"); |
|
|
|
|
|
|
|
b.Property<Guid?>("LastModifierId") |
|
|
|
.HasColumnType("uniqueidentifier") |
|
|
|
.HasColumnName("LastModifierId"); |
|
|
|
|
|
|
|
b.Property<string>("MaterialCode") |
|
|
|
.IsRequired() |
|
|
|
.HasMaxLength(150) |
|
|
|
.HasColumnType("nvarchar(150)"); |
|
|
|
|
|
|
|
b.Property<string>("MaterialVoucherNo") |
|
|
|
.HasMaxLength(150) |
|
|
|
.HasColumnType("nvarchar(150)"); |
|
|
|
|
|
|
|
b.Property<string>("Period") |
|
|
|
.HasMaxLength(50) |
|
|
|
.HasColumnType("nvarchar(50)"); |
|
|
|
|
|
|
|
b.Property<string>("Remark") |
|
|
|
.HasColumnType("nvarchar(max)"); |
|
|
|
|
|
|
|
b.Property<string>("StorageLocation") |
|
|
|
.HasMaxLength(50) |
|
|
|
.HasColumnType("nvarchar(50)"); |
|
|
|
|
|
|
|
b.Property<string>("StorageLocationDesc") |
|
|
|
.HasMaxLength(150) |
|
|
|
.HasColumnType("nvarchar(150)"); |
|
|
|
|
|
|
|
b.Property<string>("Supplier") |
|
|
|
.HasMaxLength(50) |
|
|
|
.HasColumnType("nvarchar(50)"); |
|
|
|
|
|
|
|
b.Property<string>("Version") |
|
|
|
.HasMaxLength(50) |
|
|
|
.HasColumnType("nvarchar(50)"); |
|
|
|
|
|
|
|
b.Property<string>("Year") |
|
|
|
.HasMaxLength(50) |
|
|
|
.HasColumnType("nvarchar(50)"); |
|
|
|
|
|
|
|
b.HasKey("Id"); |
|
|
|
|
|
|
|
b.HasIndex("Version", "HQHKanBan", "MaterialCode") |
|
|
|
.IsUnique() |
|
|
|
.HasFilter("IsDeleted=0"); |
|
|
|
|
|
|
|
b.ToTable("Set_HQ_H_Platform"); |
|
|
|
}); |
|
|
|
|
|
|
|
modelBuilder.Entity("Win.Sfs.SettleAccount.Entities.HQ_H.HQ_H_PlatformVersion", b => |
|
|
|
{ |
|
|
|
b.Property<Guid>("Id") |
|
|
|
.ValueGeneratedOnAdd() |
|
|
|
.HasColumnType("uniqueidentifier"); |
|
|
|
|
|
|
|
b.Property<Guid>("BranchId") |
|
|
|
.HasColumnType("uniqueidentifier"); |
|
|
|
|
|
|
|
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<string>("CustomerCode") |
|
|
|
.HasMaxLength(36) |
|
|
|
.HasColumnType("nvarchar(36)"); |
|
|
|
|
|
|
|
b.Property<Guid?>("DeleterId") |
|
|
|
.HasColumnType("uniqueidentifier") |
|
|
|
.HasColumnName("DeleterId"); |
|
|
|
|
|
|
|
b.Property<DateTime?>("DeletionTime") |
|
|
|
.HasColumnType("datetime2") |
|
|
|
.HasColumnName("DeletionTime"); |
|
|
|
|
|
|
|
b.Property<bool>("Enabled") |
|
|
|
.HasColumnType("bit"); |
|
|
|
|
|
|
|
b.Property<string>("ExtraProperties") |
|
|
|
.HasColumnType("nvarchar(max)") |
|
|
|
.HasColumnName("ExtraProperties"); |
|
|
|
|
|
|
|
b.Property<bool>("IsDeleted") |
|
|
|
.ValueGeneratedOnAdd() |
|
|
|
.HasColumnType("bit") |
|
|
|
.HasDefaultValue(false) |
|
|
|
.HasColumnName("IsDeleted"); |
|
|
|
|
|
|
|
b.Property<DateTime?>("LastModificationTime") |
|
|
|
.HasColumnType("datetime2") |
|
|
|
.HasColumnName("LastModificationTime"); |
|
|
|
|
|
|
|
b.Property<Guid?>("LastModifierId") |
|
|
|
.HasColumnType("uniqueidentifier") |
|
|
|
.HasColumnName("LastModifierId"); |
|
|
|
|
|
|
|
b.Property<string>("Period") |
|
|
|
.IsRequired() |
|
|
|
.HasMaxLength(36) |
|
|
|
.HasColumnType("nvarchar(36)"); |
|
|
|
|
|
|
|
b.Property<string>("Remark") |
|
|
|
.HasColumnType("nvarchar(max)"); |
|
|
|
|
|
|
|
b.Property<string>("Version") |
|
|
|
.IsRequired() |
|
|
|
.HasMaxLength(36) |
|
|
|
.HasColumnType("nvarchar(36)"); |
|
|
|
|
|
|
|
b.Property<string>("Year") |
|
|
|
.IsRequired() |
|
|
|
.HasMaxLength(36) |
|
|
|
.HasColumnType("nvarchar(36)"); |
|
|
|
|
|
|
|
b.HasKey("Id"); |
|
|
|
|
|
|
|
b.HasIndex("Version") |
|
|
|
.IsUnique() |
|
|
|
.HasFilter("IsDeleted=0"); |
|
|
|
|
|
|
|
b.ToTable("Set_HQ_H_PlatformVersion"); |
|
|
|
}); |
|
|
|
|
|
|
|
modelBuilder.Entity("Win.Sfs.SettleAccount.Entities.HQ_M.HQ_M_Platform", b => |
|
|
|
{ |
|
|
|
b.Property<Guid>("Id") |
|
|
|
.ValueGeneratedOnAdd() |
|
|
|
.HasColumnType("uniqueidentifier"); |
|
|
|
|
|
|
|
b.Property<DateTime>("AcceptanceDate") |
|
|
|
.HasColumnType("datetime2"); |
|
|
|
|
|
|
|
b.Property<Guid>("BranchId") |
|
|
|
.HasColumnType("uniqueidentifier"); |
|
|
|
|
|
|
|
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<Guid?>("DeleterId") |
|
|
|
.HasColumnType("uniqueidentifier") |
|
|
|
.HasColumnName("DeleterId"); |
|
|
|
|
|
|
|
b.Property<DateTime?>("DeletionTime") |
|
|
|
.HasColumnType("datetime2") |
|
|
|
.HasColumnName("DeletionTime"); |
|
|
|
|
|
|
|
b.Property<bool>("Enabled") |
|
|
|
.HasColumnType("bit"); |
|
|
|
|
|
|
|
b.Property<string>("Extend") |
|
|
|
.HasColumnType("nvarchar(max)"); |
|
|
|
|
|
|
|
b.Property<string>("ExternalKanbanNumber") |
|
|
|
.HasMaxLength(50) |
|
|
|
.HasColumnType("nvarchar(50)"); |
|
|
|
|
|
|
|
b.Property<string>("ExtraProperties") |
|
|
|
.HasColumnType("nvarchar(max)") |
|
|
|
.HasColumnName("ExtraProperties"); |
|
|
|
|
|
|
|
b.Property<string>("Factory") |
|
|
|
.HasMaxLength(50) |
|
|
|
.HasColumnType("nvarchar(50)"); |
|
|
|
|
|
|
|
b.Property<string>("HQMKanBan") |
|
|
|
.IsRequired() |
|
|
|
.HasMaxLength(150) |
|
|
|
.HasColumnType("nvarchar(150)"); |
|
|
|
|
|
|
|
b.Property<bool>("IsDeleted") |
|
|
|
.ValueGeneratedOnAdd() |
|
|
|
.HasColumnType("bit") |
|
|
|
.HasDefaultValue(false) |
|
|
|
.HasColumnName("IsDeleted"); |
|
|
|
|
|
|
|
b.Property<string>("KanbanNumber") |
|
|
|
.HasMaxLength(150) |
|
|
|
.HasColumnType("nvarchar(150)"); |
|
|
|
|
|
|
|
b.Property<DateTime?>("LastModificationTime") |
|
|
|
.HasColumnType("datetime2") |
|
|
|
.HasColumnName("LastModificationTime"); |
|
|
|
|
|
|
|
b.Property<Guid?>("LastModifierId") |
|
|
|
.HasColumnType("uniqueidentifier") |
|
|
|
.HasColumnName("LastModifierId"); |
|
|
|
|
|
|
|
b.Property<string>("MaterialCode") |
|
|
|
.IsRequired() |
|
|
|
.HasMaxLength(150) |
|
|
|
.HasColumnType("nvarchar(150)"); |
|
|
|
|
|
|
|
b.Property<string>("MaterialVoucherNo") |
|
|
|
.HasMaxLength(150) |
|
|
|
.HasColumnType("nvarchar(150)"); |
|
|
|
|
|
|
|
b.Property<string>("Period") |
|
|
|
.HasMaxLength(50) |
|
|
|
.HasColumnType("nvarchar(50)"); |
|
|
|
|
|
|
|
b.Property<string>("Remark") |
|
|
|
.HasColumnType("nvarchar(max)"); |
|
|
|
|
|
|
|
b.Property<string>("StorageLocation") |
|
|
|
.HasMaxLength(50) |
|
|
|
.HasColumnType("nvarchar(50)"); |
|
|
|
|
|
|
|
b.Property<string>("StorageLocationDesc") |
|
|
|
.HasMaxLength(150) |
|
|
|
.HasColumnType("nvarchar(150)"); |
|
|
|
|
|
|
|
b.Property<string>("Supplier") |
|
|
|
.HasMaxLength(50) |
|
|
|
.HasColumnType("nvarchar(50)"); |
|
|
|
|
|
|
|
b.Property<string>("Version") |
|
|
|
.HasMaxLength(50) |
|
|
|
.HasColumnType("nvarchar(50)"); |
|
|
|
|
|
|
|
b.Property<string>("Year") |
|
|
|
.HasMaxLength(50) |
|
|
|
.HasColumnType("nvarchar(50)"); |
|
|
|
|
|
|
|
b.HasKey("Id"); |
|
|
|
|
|
|
|
b.HasIndex("Version", "HQMKanBan", "MaterialCode") |
|
|
|
.IsUnique() |
|
|
|
.HasFilter("IsDeleted=0"); |
|
|
|
|
|
|
|
b.ToTable("Set_HQ_M_Platform"); |
|
|
|
}); |
|
|
|
|
|
|
|
modelBuilder.Entity("Win.Sfs.SettleAccount.Entities.HQ_M.HQ_M_PlatformVersion", b => |
|
|
|
{ |
|
|
|
b.Property<Guid>("Id") |
|
|
|
.ValueGeneratedOnAdd() |
|
|
|
.HasColumnType("uniqueidentifier"); |
|
|
|
|
|
|
|
b.Property<Guid>("BranchId") |
|
|
|
.HasColumnType("uniqueidentifier"); |
|
|
|
|
|
|
|
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<string>("CustomerCode") |
|
|
|
.HasMaxLength(36) |
|
|
|
.HasColumnType("nvarchar(36)"); |
|
|
|
|
|
|
|
b.Property<Guid?>("DeleterId") |
|
|
|
.HasColumnType("uniqueidentifier") |
|
|
|
.HasColumnName("DeleterId"); |
|
|
|
|
|
|
|
b.Property<DateTime?>("DeletionTime") |
|
|
|
.HasColumnType("datetime2") |
|
|
|
.HasColumnName("DeletionTime"); |
|
|
|
|
|
|
|
b.Property<bool>("Enabled") |
|
|
|
.HasColumnType("bit"); |
|
|
|
|
|
|
|
b.Property<string>("ExtraProperties") |
|
|
|
.HasColumnType("nvarchar(max)") |
|
|
|
.HasColumnName("ExtraProperties"); |
|
|
|
|
|
|
|
b.Property<bool>("IsDeleted") |
|
|
|
.ValueGeneratedOnAdd() |
|
|
|
.HasColumnType("bit") |
|
|
|
.HasDefaultValue(false) |
|
|
|
.HasColumnName("IsDeleted"); |
|
|
|
|
|
|
|
b.Property<DateTime?>("LastModificationTime") |
|
|
|
.HasColumnType("datetime2") |
|
|
|
.HasColumnName("LastModificationTime"); |
|
|
|
|
|
|
|
b.Property<Guid?>("LastModifierId") |
|
|
|
.HasColumnType("uniqueidentifier") |
|
|
|
.HasColumnName("LastModifierId"); |
|
|
|
|
|
|
|
b.Property<string>("Period") |
|
|
|
.IsRequired() |
|
|
|
.HasMaxLength(36) |
|
|
|
.HasColumnType("nvarchar(36)"); |
|
|
|
|
|
|
|
b.Property<string>("Remark") |
|
|
|
.HasColumnType("nvarchar(max)"); |
|
|
|
|
|
|
|
b.Property<string>("Version") |
|
|
|
.IsRequired() |
|
|
|
.HasMaxLength(36) |
|
|
|
.HasColumnType("nvarchar(36)"); |
|
|
|
|
|
|
|
b.Property<string>("Year") |
|
|
|
.IsRequired() |
|
|
|
.HasMaxLength(36) |
|
|
|
.HasColumnType("nvarchar(36)"); |
|
|
|
|
|
|
|
b.HasKey("Id"); |
|
|
|
|
|
|
|
b.HasIndex("Version") |
|
|
|
.IsUnique() |
|
|
|
.HasFilter("IsDeleted=0"); |
|
|
|
|
|
|
|
b.ToTable("Set_HQ_M_PlatformVersion"); |
|
|
|
}); |
|
|
|
|
|
|
|
modelBuilder.Entity("Win.Sfs.SettleAccount.Entities.ImportMap.ImportColumnMap", b => |
|
|
|
{ |
|
|
|
b.Property<Guid>("Id") |
|
|
@ -5266,7 +5792,7 @@ namespace Win.Sfs.SettleAccount.Migrations |
|
|
|
|
|
|
|
b.HasIndex("state"); |
|
|
|
|
|
|
|
b.HasIndex("Version", "ChassisNumber", "MaterialCode") |
|
|
|
b.HasIndex("Version", "ChassisNumber", "MaterialCode", "KENNCode") |
|
|
|
.IsUnique(); |
|
|
|
|
|
|
|
b.ToTable("Set_Unsettle"); |
|
|
@ -6772,7 +7298,7 @@ namespace Win.Sfs.SettleAccount.Migrations |
|
|
|
.IsUnique() |
|
|
|
.HasFilter("IsDeleted=0"); |
|
|
|
|
|
|
|
b.ToTable("Set_WMSSparePart_Version"); |
|
|
|
b.ToTable("Set_BT_Car_PlatformVersion"); |
|
|
|
}); |
|
|
|
|
|
|
|
modelBuilder.Entity("Win.Sfs.SettleAccount.Entities.WMS_KanBan.WMSKanBanSettle", b => |
|
|
|