新增岗位接口

This commit is contained in:
2023-06-30 17:35:46 +08:00
parent 002353cc30
commit a2a1f1666c
10 changed files with 524 additions and 15 deletions
+1
View File
@@ -8,4 +8,5 @@ type Api struct {
User // 用户数据
AdminApi // 接口数据
Dept // 部门数据
Post // 岗位数据
}