修改
This commit is contained in:
parent
4c6a62a184
commit
5942b76a3f
@ -9,6 +9,7 @@ import (
|
||||
"time"
|
||||
)
|
||||
|
||||
// financial_form
|
||||
type FinancialForm struct {
|
||||
ID uint64 `gorm:"primaryKey;column:id" json:"id"` // ID
|
||||
DeletedAt soft_delete.DeletedAt `gorm:"column:deleted_at" json:"deletedAt"` // 删除时间
|
||||
|
Loading…
Reference in New Issue
Block a user