平安校园
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

Mapper.cs 191 B

4 ay önce
123456789101112131415161718192021
  1. 
  2. //
  3. namespace SafeCampus.System;
  4. /// <summary>
  5. /// 对象映射
  6. /// </summary>
  7. public class Mapper : IRegister
  8. {
  9. public void Register(TypeAdapterConfig config)
  10. {
  11. }
  12. }