qwj
2023-08-08 0f403ac277b9e3b4b39944bddb7442e94836260c
1
2
3
4
5
6
7
8
namespace DocumentServiceAPI.Application;
 
public class Mapper : IRegister
{
    public void Register(TypeAdapterConfig config)
    {
    }
}