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

22 lines
385 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 Expert struct {
ID int32 `sql:"primary_key"`
UID string
SecUID string
ShortID string
RealName string
NickName string
State string
Since int32
Config string
ConfigAt int32
}