优化功能,通知功能,任务功能

This commit is contained in:
PandaGoAdmin
2021-12-31 17:35:43 +08:00
parent ddc9d8b108
commit 1a1f137725
23 changed files with 2212 additions and 6 deletions

View File

@@ -25,7 +25,7 @@ type (
}
)
var SysDeptModelDao = &sysDeptModelImpl{
var SysDeptModelDao SysDeptModel = &sysDeptModelImpl{
table: `sys_depts`,
}