using Mapster; using System; namespace IStation.Application { /// /// /// public class Mapper : IRegister { /// /// /// /// public void Register(TypeAdapterConfig config) { #region 对象地图信息 config.ForType(); config.ForType(); config.ForType(); #endregion } } }