摘要:
今天实现Mapper类 LogOnMapper package com.example.mapper; import com.example.pojo.Department; import com.example.pojo.Staff; import org.apache.ibatis.annota 阅读全文
posted @ 2023-12-18 12:28
七安。
阅读(18)
评论(0)
推荐(0)
摘要:
今天实现Service类 LogOnService package com.example.service; import com.example.mapper.LogONMapper; import com.example.pojo.Department; import com.example.p 阅读全文
posted @ 2023-12-18 12:27
七安。
阅读(29)
评论(0)
推荐(0)
摘要:
今天实现后端代码 package com.example.controller; import com.example.pojo.Department; import com.example.pojo.Result; import com.example.pojo.Staff; import com 阅读全文
posted @ 2023-12-18 12:26
七安。
阅读(20)
评论(0)
推荐(0)
摘要:
1、项目需求: 企业员工考勤管理系统是一个企业单位信息化建设不可缺少的部分。考勤管理系统是针对某公司对该公司职工的考勤、查询、信息录入、核查、统计分析等功能为一体的应用软件,为用户提供充足的信息和快捷的查询手段。 2.系统要求与功能设计 2.1 页面要求 (1)系统可以通过浏览器直接访问; (2)各 阅读全文
posted @ 2023-12-18 12:25
七安。
阅读(35)
评论(0)
推荐(0)