Add Print Detail

This commit is contained in:
aditya.siregar
2024-08-21 15:48:50 +07:00
parent ddc2c4b4f4
commit 0ebeb73f76
9 changed files with 124 additions and 0 deletions
+4
View File
@@ -133,3 +133,7 @@ func (o *OrderParamCustomer) ToOrderEntity(ctx mycontext.Context) entity.OrderSe
IsCustomer: true,
}
}
type OrderPrintDetail struct {
ID int64 `form:"id" json:"id" example:"10"`
}