You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
DSWMS/Vue.Net/VOL.Entity/MappingConfiguration/CTNMNG/Vw_tb_BlockTrainOrderUpMapC...

17 lines
469 B
C#

using VOL.Entity.MappingConfiguration;
using VOL.Entity.DomainModels;
using Microsoft.EntityFrameworkCore.Metadata.Builders;
namespace VOL.Entity.MappingConfiguration
{
public class Vw_tb_BlockTrainOrderUpMapConfig : EntityMappingConfiguration<Vw_tb_BlockTrainOrderUp>
{
public override void Map(EntityTypeBuilder<Vw_tb_BlockTrainOrderUp>
builderTable)
{
//b.Property(x => x.StorageName).HasMaxLength(45);
}
}
}