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