saving campaign #153

Merged
minhnguyen merged 10 commits from feature/saving-campaign-bk into master 2023-03-24 07:25:45 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 71d674b74c - Show all commits

View File

@ -93,6 +93,7 @@ type GenerateVoucherPromotion struct {
TargetID primitive.ObjectID `json:"targetId"`
TargetType string `json:"targetType"`
Options GenerateVoucherPromotionOptions `json:"options"`
Seller primitive.ObjectID `json:"seller"`
}
// GenerateVoucherPromotionOptions ...