package bo import "time" // OrderNotifyBo 领域实体Bo结构,字段和模型字段保持一致 type OrderNotifyBo struct { ID uint64 OrderNo string OutRequestNo string Request string Responses string NotifyUrl string CreateTime *time.Time UpdateTime *time.Time }