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