12345678910111213141516171819 |
- using Mapster;
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- using Hotline.Share.Dtos.Order;
- namespace DataSharing.Application.Mappers
- {
- public class MapperConfigs : IRegister
- {
- public void Register(TypeAdapterConfig config)
- {
- }
- }
- }
|