liujiandao
2023-11-18 115bd9b51f5d8eade4658f844de37516486c60e7
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 {