[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
@@ -11,3 +11,5 @@ type ResApiField struct {
UpdatedAt string `db:"updated_at"`
CreatedAt string `db:"created_at"`
}
type GetResApiFields func(apiUuid string) []ResApiField