notification

This commit is contained in:
wangchuxiao
2023-04-23 20:07:41 +08:00
parent 94b5703399
commit f6cebdbdef
3 changed files with 2 additions and 10 deletions
-9
View File
@@ -26,12 +26,3 @@ type MsgModel struct {
AttachedInfo string `bson:"attachedInfo"`
Ex string `bson:"ex"`
}
type ReadDiffusionMsgModel struct {
*MsgModel
}
type WriteDiffusionMsgModel struct {
*MsgModel
UserID string `bson:"user_id"`
}