using Mapster; using Admin.NET.Core; namespace Admin.NET.Application { public class WmsMaterialCustomerMapper : IRegister { public void Register(TypeAdapterConfig config) { config.ForType() ; config.ForType() ; config.ForType() ; } } }