feat(t241): improve freight admin views
This commit is contained in:
@@ -48,24 +48,27 @@ type FreightSyncRun struct {
|
||||
}
|
||||
|
||||
type FreightOrder struct {
|
||||
ID string
|
||||
CreatorSubject string
|
||||
SourceSystem string
|
||||
ExternalStockID string
|
||||
SourceCode string
|
||||
PlatformOrderNo *string
|
||||
ShopName *string
|
||||
SourceCreatedAt *time.Time
|
||||
OrderStatus *string
|
||||
PurchaseStatus *string
|
||||
IsCanceled *bool
|
||||
CanonicalSHA256 string
|
||||
Revision int
|
||||
FirstSyncRunID string
|
||||
LastSyncRunID string
|
||||
CreatedAt time.Time
|
||||
UpdatedAt time.Time
|
||||
ItemCount int
|
||||
ID string
|
||||
CreatorSubject string
|
||||
SourceSystem string
|
||||
ExternalStockID string
|
||||
SourceCode string
|
||||
PlatformOrderNo *string
|
||||
ShopName *string
|
||||
SourceCreatedAt *time.Time
|
||||
OrderStatus *string
|
||||
PurchaseStatus *string
|
||||
IsCanceled *bool
|
||||
CanonicalSHA256 string
|
||||
Revision int
|
||||
FirstSyncRunID string
|
||||
LastSyncRunID string
|
||||
CreatedAt time.Time
|
||||
UpdatedAt time.Time
|
||||
ItemCount int
|
||||
PreviewItemID string
|
||||
PreviewTitle string
|
||||
PreviewImageStatus FreightItemImageStatus
|
||||
}
|
||||
|
||||
type FreightOrderItem struct {
|
||||
|
||||
Reference in New Issue
Block a user