This commit is contained in:
苏尹岚
2021-01-21 17:49:59 +08:00
parent ada312f753
commit f85fa9e12a
3 changed files with 11 additions and 0 deletions

View File

@@ -110,3 +110,7 @@ func GetRoleMenu(db *DaoDB, roleIDs, menuIDs []int) (roleMenus []*model.RoleMenu
err = GetRows(db, &roleMenus, sql, sqlParams)
return roleMenus, err
}
func GetUserStores(db *DaoDB, userID string) {
}