|
|
@@ -7,8 +7,8 @@ type MediumContactInfoDao interface { |
|
|
|
FindMediumContactInfoList(uuid, name, state string, page, limit int) (list []MediumContactInfoGroup, total int64, err error) |
|
|
|
} |
|
|
|
type MediumContactInfoGroup struct { |
|
|
|
model.MediumList `xorm:"extends"` |
|
|
|
model.MediumContactInfo `xorm:"extends"` |
|
|
|
model.MediumList `xorm:"extends"` |
|
|
|
} |
|
|
|
|
|
|
|
func (MediumContactInfoGroup) TableName() string { |
|
|
|