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