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