no message

master
DESKTOP-4RNDQIC\29019 2021-03-09 00:00:21 +08:00
parent e8cfa46cf8
commit 26c0c0bdfd
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ type Undo struct {
ID int32 `json:"id" gorm:"column:id" sql:"id"` ID int32 `json:"id" gorm:"column:id" sql:"id"`
Content string `json:"content" gorm:"column:content" sql:"content"` Content string `json:"content" gorm:"column:content" sql:"content"`
SpendTime int32 `json:"spend_time" gorm:"column:spend_time" sql:"spend_time"` SpendTime int32 `json:"spend_time" gorm:"column:spend_time" sql:"spend_time"`
Child int32 `json:"child" gorm:"column:child" sql:"child"` Parent int32 `json:"parent" gorm:"column:parent" sql:"parent"`
Level int32 `json:"level" gorm:"column:level" sql:"level"` Level int32 `json:"level" gorm:"column:level" sql:"level"`
Type int32 `json:"type" gorm:"column:type" sql:"type"` Type int32 `json:"type" gorm:"column:type" sql:"type"`
} }