1
This commit is contained in:
@@ -7,7 +7,7 @@ import (
|
||||
|
||||
// PrintSetting 打印机设置
|
||||
type PrintSetting 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"`
|
||||
DeletedAt time.Time `json:"deleted_at" db:"deleted_at"`
|
||||
|
||||
Reference in New Issue
Block a user