Files
servicebase/pkg/dto/response/SendVericodeResponse.go
2025-11-19 14:24:13 +08:00

7 lines
95 B
Go

package response
type SendVericodeResponse struct {
SendSuccess string
ErrorMsg string
}