2021年12月6日

C# AutoMapper 使用简易说明

摘要: AutoMapper 是 C# 中常用的第三方映射库,比如有下面两个类 public class 学生 { public string 姓名 { get; set; } public int 年龄 { get; set; } } public class Student { public strin 阅读全文

posted @ 2021-12-06 17:25 鲁广广 阅读(1709) 评论(0) 推荐(0) 编辑