摘要: 邮件发送的页面 <!DOCTYPE html><html><head> <meta charset="utf-8" /> <link href="bootstrap-3.3.7/css/bootstrap.css" rel="stylesheet" /> <script src="Scripts/j 阅读全文
posted @ 2020-06-26 20:56 我是一只快乐的码农 阅读(142) 评论(0) 推荐(0) 编辑
摘要: 类别 /// <summary> /// 用户类 /// </summary> [Table("TB_User")] public class UserModel { [Key] public int UId { get; set; } public int UName { get; set; } 阅读全文
posted @ 2020-06-26 20:53 我是一只快乐的码农 阅读(251) 评论(0) 推荐(0) 编辑