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