This commit is contained in:
苏尹岚
2021-01-11 15:45:11 +08:00
parent c5b66cfd3b
commit b206fa3cc7
3 changed files with 43 additions and 2 deletions

View File

@@ -2210,3 +2210,7 @@ func AddCoupons(ctx *jxcontext.Context, coupons *model.Coupons, count int, store
}
return err
}
func UpdateCoupons(ctx *jxcontext.Context, coupons *model.Coupons, count int, storeIDs []int) (err error) {
return err
}