6 lines
95 B
Go
6 lines
95 B
Go
|
package model
|
||
|
|
||
|
type ProductApplyRequestPayload struct {
|
||
|
RequestID string `json:"requestId"`
|
||
|
}
|