package request

type BiApproveMessageReadReq struct {
	MessageId int `description:"审批消息ID"`
}