22 lines
385 B
Go
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
|
|
}
|