11 2019 档案

摘要:static void Main(string[] args) { //模拟数据源 List<Preson> l = new List<Preson>(); for (int i = 1; i <= 100; i++) { Preson p = new Preson(); p.id = i; p.a 阅读全文
posted @ 2019-11-12 15:07 yufeiyunsui 阅读(490) 评论(0) 推荐(0) 编辑
摘要:using AutoMapper;using System;using System.Collections.Generic; namespace ConsoleApp4{ class Program { static void Main(string[] args) { //第一步初始化 Mapp 阅读全文
posted @ 2019-11-07 10:33 yufeiyunsui 阅读(106) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示