add comment

This commit is contained in:
Havoc412 2024-10-20 21:02:22 +08:00
parent c9a08d1800
commit 8d3c9ec832

View File

@ -2,6 +2,7 @@ package model
import "time"
// TIP 用这种方式绑定 GORM 的 Raw 就会比较有效了。
type EncounterList struct {
UserId int `form:"user_id" json:"user_id"`
Title string