This commit is contained in:
邹宗楠
2022-08-29 09:25:33 +08:00
parent 1cf28423bb
commit 4f5aeb4abb
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ type Printer struct {
}
type SystemTemp struct {
ID int `json:"id" db:"id"`
ID int `orm:"column(id)" json:"id" db:"id"`
CreatedAt *time.Time `json:"created_at" db:"created_at"`
UpdatedAt *time.Time `json:"updated_at" db:"updated_at"`
LastOperator string `json:"last_operator" db:"last_operator"`