organization

This commit is contained in:
skiffer-git
2022-04-19 16:40:57 +08:00
parent bd6e8d093a
commit f53f34559a
9 changed files with 430 additions and 263 deletions
@@ -122,6 +122,10 @@ func GetSubDepartment(c *gin.Context) {
c.JSON(http.StatusOK, apiResp)
}
func GetAllDepartment(c *gin.Context) {
}
func DeleteDepartment(c *gin.Context) {
params := api.DeleteDepartmentReq{}
if err := c.BindJSON(&params); err != nil {