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.
17 lines
496 B
C#
17 lines
496 B
C#
using VOL.Entity.MappingConfiguration;
|
|
using VOL.Entity.DomainModels;
|
|
using Microsoft.EntityFrameworkCore.Metadata.Builders;
|
|
|
|
namespace VOL.Entity.MappingConfiguration
|
|
{
|
|
public class VW_OP_YARD_REP_CHUKOUZHUANGXIANGMapConfig : EntityMappingConfiguration<VW_OP_YARD_REP_CHUKOUZHUANGXIANG>
|
|
{
|
|
public override void Map(EntityTypeBuilder<VW_OP_YARD_REP_CHUKOUZHUANGXIANG>
|
|
builderTable)
|
|
{
|
|
//b.Property(x => x.StorageName).HasMaxLength(45);
|
|
}
|
|
}
|
|
}
|
|
|