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