mirror of
https://github.com/pbrong/hrms.git
synced 2025-09-26 19:51:11 +08:00
update:补充sql文件及一些功能实现说明
This commit is contained in:
18
README.md
18
README.md
@@ -4,12 +4,30 @@
|
||||
# 使用方式
|
||||
- git clone https://github.com/pbrong/hrms.git
|
||||
- cd hrms && go mod tidy
|
||||
- 按照sql文件的两个配置,分别建hrms1和hrms2分公司数据库
|
||||
- 更新conf配置文件配置
|
||||
- sh build.sh 执行脚本编译可执行文件执行 或 直接启动main.go运行
|
||||
|
||||
# 功能结构
|
||||

|
||||
|
||||
|
||||
# 系统架构
|
||||

|
||||
|
||||
# 数据库设计
|
||||
共14张数据库表,ER关系如下:
|
||||

|
||||
|
||||
# 分公司分库设计
|
||||

|
||||

|
||||
|
||||
# 权限设计
|
||||

|
||||

|
||||

|
||||
|
||||
# 界面展示
|
||||
- 分公司员工登陆
|
||||

|
||||
|
502
sql/hrms_C001.sql
Normal file
502
sql/hrms_C001.sql
Normal file
File diff suppressed because one or more lines are too long
502
sql/hrms_C002.sql
Normal file
502
sql/hrms_C002.sql
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user