using Mapster; using Tnb.ProductionMgr.Entitys.Dto.WorkOrder; using Tnb.ProductionMgr.Entitys.Entity; namespace Tnb.ProductionMgr.Entitys.Mapper { public class Mapper : IRegister { public void Register(TypeAdapterConfig config) { config.ForType(); } } }