平安校园
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

4 个月前
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. }