- add Updatetime in JxBadComments
This commit is contained in:
@@ -212,3 +212,20 @@ func (o *Waybill) GetStatusTime() time.Time {
|
||||
func (o *OrderStatus) GetStatusTime() time.Time {
|
||||
return o.StatusTime
|
||||
}
|
||||
|
||||
type OrderComment struct {
|
||||
ModelIDCUL
|
||||
VendorOrderID string `orm:"column(vendor_order_id);size(48)" json:"vendorOrderID"`
|
||||
VendorID int `orm:"column(vendor_id)" json:"vendorID"`
|
||||
StoreID int
|
||||
|
||||
TagList string
|
||||
Score int8
|
||||
Content string
|
||||
CommentCreatedAt time.Time
|
||||
|
||||
UpdatedTagList string
|
||||
UpdatedScore int8
|
||||
UpdatedContent string
|
||||
CommentUpdatedAt time.Time
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user