This commit is contained in:
苏尹岚
2020-10-20 17:30:39 +08:00
parent 379d826b44
commit b6837feb2c
6 changed files with 57 additions and 1 deletions

View File

@@ -113,6 +113,7 @@ type MtMember struct {
URL string `orm:"column(url)" json:"url"` //网址
ExpiryDate time.Time `json:"expiryDate"` //有效期
ShortLink string `json:"shortLink"` //密钥?
}
func (v *MtMember) TableUnique() [][]string {