model/model.go | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
model/model.go
@@ -21,7 +21,7 @@ UpdatedAt time.Time `json:"updated_at"` // The date when the item was deleted // example: 2023-08-10 15:48:25 DeletedAt *time.Time `json:"_"` DeletedAt *time.Time `json:"-"` } type CrmModel struct {