摘要: namespace 考勤项目.Controllers { public class clockingController : Controller { bllexam bll = new bllexam(); // GET: clocking [HttpPost] public int add(ex 阅读全文
posted @ 2018-11-22 19:01 赵什么宇 阅读(82) 评论(0) 推荐(0) 编辑
摘要: namespace Model { public class exam { [Key] public int id { get; set; } public string Name { get; set; } public string number { get; set; } public str 阅读全文
posted @ 2018-11-22 18:41 赵什么宇 阅读(96) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace Login.Mvc.Fatier { using System.Web.Mvc; public class L 阅读全文
posted @ 2018-11-22 15:29 赵什么宇 阅读(110) 评论(0) 推荐(1) 编辑