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/ZHENHUA/OP_YARD_ZHENHUA_TRUCKINFOMa...

17 lines
475 B
C#

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