用户会员表?

This commit is contained in:
苏尹岚
2020-08-28 16:18:27 +08:00
parent bdb2360d0f
commit c1f3b88217

View File

@@ -214,6 +214,6 @@ func (*UserMember) TableUnique() [][]string {
func (v *UserMember) TableIndex() [][]string {
return [][]string{
[]string{"UserID"},
[]string{"CreateAt"},
[]string{"CreatedAt"},
}
}