[feat] 新增数据缓存标识
This commit is contained in:
@@ -40,3 +40,5 @@ type DataList struct {
|
||||
UpdatedAt string `db:"updated_at"`
|
||||
CreatedAt string `db:"created_at"`
|
||||
}
|
||||
|
||||
type GetDataList func(code string) (DataList, bool)
|
||||
|
||||
Reference in New Issue
Block a user