[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
@@ -40,3 +40,5 @@ type DataList struct {
UpdatedAt string `db:"updated_at"`
CreatedAt string `db:"created_at"`
}
type GetDataList func(code string) (DataList, bool)