feature/export-data-campaign-transaction #80

Merged
minhnguyen merged 4 commits from feature/export-data-campaign-transaction into feature/campaign 2022-11-24 02:40:27 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 45dc489c4c - Show all commits

View File

@ -44,7 +44,7 @@ type SocialPostSellerInfo struct {
ID primitive.ObjectID `json:"_id"` ID primitive.ObjectID `json:"_id"`
Name string `json:"name"` Name string `json:"name"`
Membership SellerMembershipInfo `json:"membership"` Membership SellerMembershipInfo `json:"membership"`
Logo *FilePhoto `json:"logo"` Logo *FilePhoto `json:"avatar"`
IsMine bool `json:"isMine"` IsMine bool `json:"isMine"`
} }