摘要: 1.安装NuGet包 2.准备Nlog的配置文件 nlog.config <?xml version="1.0" encoding="utf-8" ?> <nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd" xmlns:xsi="htt 阅读全文
posted @ 2024-07-17 15:46 流年sugar 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 1.安装NuGet包AutoMapper 2.建立示例Entity、Dto Entity public class User { public long Id { get; set; } /// <summary> /// 账号 /// </summary> public string UserNa 阅读全文
posted @ 2024-07-17 12:22 流年sugar 阅读(7) 评论(0) 推荐(0) 编辑