Skip to content

orm.orm_module_table_prefix.models

struct SendSMSRequest #

struct SendSMSRequest {
pub mut:
	id     int @[primary; sql: serial]
	msisdn string
	msg    string
	sender string
}