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