workMoments

This commit is contained in:
wangchuxiao
2022-04-19 16:28:03 +08:00
parent dfe854a236
commit 3f287eb148
4 changed files with 156 additions and 144 deletions
+1
View File
@@ -660,6 +660,7 @@ func (d *DataBases) ClearUserWorkMomentsCommentsMsg(userID string) error {
type CommentMsg struct {
WorkMomentID string `bson:"work_moment" json:"work_moment"`
WorkMomentContent string `bson:"work_moment_content" json:"work_moment_content"`
UserID string `bson:"user_id" json:"user_id"`
Comment
}