natsio/model/product_request.go

10 lines
175 B
Go
Raw Normal View History

2022-12-26 07:08:14 +00:00
package model
type ProductApplyRequestPayload struct {
RequestID string `json:"requestId"`
}
2023-03-01 07:40:34 +00:00
type ProductCreateStepsPayload struct {
RequestID string `json:"requestId"`
}