1
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using iMES.Entity.MappingConfiguration;
|
||||
using iMES.Entity.DomainModels;
|
||||
using Microsoft.EntityFrameworkCore.Metadata.Builders;
|
||||
|
||||
namespace iMES.Entity.MappingConfiguration
|
||||
{
|
||||
public class Sys_QuartzLogMapConfig : EntityMappingConfiguration<Sys_QuartzLog>
|
||||
{
|
||||
public override void Map(EntityTypeBuilder<Sys_QuartzLog>
|
||||
builderTable)
|
||||
{
|
||||
//b.Property(x => x.StorageName).HasMaxLength(45);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
using iMES.Entity.MappingConfiguration;
|
||||
using iMES.Entity.DomainModels;
|
||||
using Microsoft.EntityFrameworkCore.Metadata.Builders;
|
||||
|
||||
namespace iMES.Entity.MappingConfiguration
|
||||
{
|
||||
public class Sys_QuartzOptionsMapConfig : EntityMappingConfiguration<Sys_QuartzOptions>
|
||||
{
|
||||
public override void Map(EntityTypeBuilder<Sys_QuartzOptions>
|
||||
builderTable)
|
||||
{
|
||||
//b.Property(x => x.StorageName).HasMaxLength(45);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user