model spec
This commit is contained in:
16
specs/models/mcc/contacts.v
Normal file
16
specs/models/mcc/contacts.v
Normal file
@@ -0,0 +1,16 @@
|
||||
module biz
|
||||
import base
|
||||
|
||||
// import freeflowuniverse.herolib.data.ourtime
|
||||
|
||||
|
||||
pub struct Contact {
|
||||
base.Base
|
||||
pub mut:
|
||||
name string // name of the contact as we use in this circle
|
||||
first_name string
|
||||
last_name string
|
||||
email []string
|
||||
tel []string
|
||||
}
|
||||
|
Reference in New Issue
Block a user