2025-06-17 16:29:08 +08:00

8 lines
159 B
Go

package dtos
import "github.com/certimate-go/certimate/internal/domain"
type NotifyTestPushReq struct {
Channel domain.NotifyChannelType `json:"channel"`
}