Restructurization
This commit is contained in:
8
order/dto/dto.go
Normal file
8
order/dto/dto.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package order
|
||||
|
||||
type UpdateOrderStatusRequestDTO struct {
|
||||
Status string `json:"status"`
|
||||
}
|
||||
|
||||
type UpdateOrderStatusResponseDTO struct {
|
||||
}
|
||||
Reference in New Issue
Block a user