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