From 7a40fcbcc7a9598a524f4a5b8b01c37527064ea9 Mon Sep 17 00:00:00 2001 From: Evan Chen Date: Tue, 4 Jan 2022 16:15:45 +0800 Subject: [PATCH] update --- model.go | 1 + 1 file changed, 1 insertion(+) diff --git a/model.go b/model.go index aa59c6f..c81cf39 100644 --- a/model.go +++ b/model.go @@ -72,6 +72,7 @@ type Order struct { Attachment string Price float32 Status string + Claimed float32 CreatedAt time.Time UpdatedAt time.Time