7 lines
132 B
Go
7 lines
132 B
Go
|
package request
|
||
|
|
||
|
type HYGCommonReq struct {
|
||
|
CooperatorId string `json:"cooperatorId"`
|
||
|
BusinessBody string `json:"businessBody"`
|
||
|
}
|