2024-10-14 19:27:46 +08:00

7 lines
130 B
Go
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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