mirror of
https://github.com/pbrong/hrms.git
synced 2025-09-26 19:51:11 +08:00
Create README.md
This commit is contained in:
33
README.md
Normal file
33
README.md
Normal file
@@ -0,0 +1,33 @@
|
||||
# hrms
|
||||
基于go、gorm、gin、mysql及layui构建的人力资源管理系统。提供员工管理、考试管理、薪资考勤管理、权限管理及分公司分库数据隔离等功能。欢迎Star或提Issue。
|
||||
|
||||
# 使用方式
|
||||
- git clone https://github.com/pbrong/hrms.git
|
||||
- cd hrms && go mod tidy
|
||||
- 更新conf配置文件配置
|
||||
- sh build.sh 执行脚本编译可执行文件执行 或 直接启动main.go运行
|
||||
|
||||
# 功能结构
|
||||

|
||||
|
||||
# 界面展示
|
||||
- 分公司登陆
|
||||
|
||||
- 超级管理员、企业管理员及普通员工
|
||||
|
||||
- 权限管理
|
||||
|
||||
- 薪酬管理
|
||||
|
||||
- 工资发放
|
||||
|
||||
- 考勤上报
|
||||
|
||||
- 招聘管理
|
||||
|
||||
- 候选人管理
|
||||
|
||||
- 考试管理
|
||||
|
||||
- 考试答题
|
||||
|
Reference in New Issue
Block a user