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