namespace IStation.Application.Health { /// /// /// public class Mapper : IRegister { /// /// /// /// public void Register(TypeAdapterConfig config) { #region 1-chenhang config.ForType(); config.ForType(); #endregion } } }