Skip to content

Commit 6ba198f

Browse files
authored
Release v0.1.4 (#208)
2 parents b8df2a2 + 8181ae8 commit 6ba198f

File tree

33 files changed

+1068
-69
lines changed

33 files changed

+1068
-69
lines changed

internal/order/internal/domain/order.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,6 @@ type OrderItem struct {
5555
SKU SKU
5656
}
5757

58-
type Category struct {
59-
Name string
60-
Desc string
61-
}
62-
6358
type SPU struct {
6459
ID int64
6560
Category0 string

0 commit comments

Comments
 (0)