using Mapster; using iWare.Wms.Core; namespace iWare.Wms.Application { public class WareDeviceWarningMapper : IRegister { public void Register(TypeAdapterConfig config) { config.ForType() ; config.ForType() ; config.ForType() ; } } }