摘要: namespace Clock.UI.Controllers{ using System.Data.OleDb; using System.Data; using System.Data.SqlClient; using Clock.BLL; using Clock.Model; using New 阅读全文
posted @ 2018-11-22 16:29 明天八点半见 阅读(340) 评论(0) 推荐(0) 编辑
摘要: namespace Clock.IDAL{ using Clock.Model; public interface IUsersClock { /// <summary> /// 获得所有打卡记录 /// </summary> /// <returns></returns> List<UsersCl 阅读全文
posted @ 2018-11-22 16:28 明天八点半见 阅读(139) 评论(0) 推荐(0) 编辑
摘要: --打卡记录表create table UsersClock( ID int identity primary key, --ID Department varchar(50), --部门 Name varchar(50), --姓名 Num varchar(50), --打卡号 ClockDate 阅读全文
posted @ 2018-11-22 16:26 明天八点半见 阅读(124) 评论(0) 推荐(0) 编辑