username@email.com
2024-08-22 17308f6494c81fb5a5ee035724a414ec7da11936
1
2
3
4
5
6
7
8
namespace cylsg.Application;
 
public class Mapper : IRegister
{
    public void Register(TypeAdapterConfig config)
    {
    }
}