Flag post

This commit is contained in:
2025-02-17 15:30:55 +08:00
parent db59826253
commit 14c17eded8
6 changed files with 86 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
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"`
}