[feat] 新增数据缓存标识

This commit is contained in:
2023-04-12 19:50:25 +08:00
parent e82ca51b08
commit 3deedff8bc
27 changed files with 108 additions and 73 deletions
+2
View File
@@ -21,3 +21,5 @@ type Menu struct {
UpdatedAt string `db:"updated_at"`
CreatedAt string `db:"created_at"`
}
type GetMenus func(platform string, roles ...string) []Menu