package model type post struct { // Encounter 或者称为 post,指的就是 Human 单次的记录。 BaseModel UserID int }