11 lines
137 B
Go
11 lines
137 B
Go
package dto
|
|
|
|
import "quyun/v2/app/requests"
|
|
|
|
type SmsCodeSendListQuery struct {
|
|
*requests.Pagination
|
|
|
|
Phone *string `query:"phone"`
|
|
}
|
|
|