service/api/message/request/HYGCommonReq.go

7 lines
132 B
Go
Raw Normal View History

2024-06-17 22:25:43 +08:00
package request
type HYGCommonReq struct {
CooperatorId string `json:"cooperatorId"`
BusinessBody string `json:"businessBody"`
}