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