zhangqian
2023-10-13 250cbfa1ddcb3cf38e0d0505c1c7e282b940d25b
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 {