Files
douyin-autojs-follower/.gen/model/follower.go
2024-09-30 11:02:26 +08:00

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
}