11 lines
184 B
Go
Raw Permalink Normal View History

2025-02-17 15:30:55 +08:00
package models
import "git.solsynth.dev/hypernet/nexus/pkg/nex/cruda"
type PostFlag struct {
cruda.BaseModel
PostID uint `json:"post_id"`
AccountID uint `json:"account_id"`
}