7 lines
130 B
Go
Raw Normal View History

2024-10-14 19:27:46 +08:00
package model
type post struct { // Encounter 或者称为 post指的就是 Human 单次的记录。
BaseModel
UserID int
}