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