【V3.5.0】1、【新增】轻量级定时任务 SmartJob;2、【新增】站内信;3、【新增】个人中心;4、【新增】岗位管理;5、【优化】部门员工管理

This commit is contained in:
zhuoda
2024-07-16 23:47:32 +08:00
parent ba115a008d
commit 50f5324ac0
8 changed files with 117 additions and 38 deletions

25
.gitignore vendored Normal file
View File

@@ -0,0 +1,25 @@
HELP.md
target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**
!**/src/test/**
### STS ###
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
### front ###
**/dist
**/node_modules
**/.vscode