22 lines
397 B
Go
22 lines
397 B
Go
//
|
|
// Code generated by go-jet DO NOT EDIT.
|
|
//
|
|
// WARNING: Changes to this file may cause incorrect behavior
|
|
// and will be lost if the code is regenerated
|
|
//
|
|
|
|
package model
|
|
|
|
type Follower struct {
|
|
ID int32 `sql:"primary_key"`
|
|
Avatar string
|
|
Nickname string
|
|
SecUID string
|
|
ShortID string
|
|
UID string
|
|
UniqueID string
|
|
ExpertUID string
|
|
Followed int32
|
|
CreatedAt int32
|
|
}
|