| | |
| | | |
| | | import cc.mrbird.febs.common.entity.FebsResponse; |
| | | import cc.mrbird.febs.common.entity.QueryRequest; |
| | | import cc.mrbird.febs.common.utils.AppContants; |
| | | import cc.mrbird.febs.mall.conversion.MallGoodsConversion; |
| | | import cc.mrbird.febs.mall.dto.*; |
| | | import cc.mrbird.febs.mall.entity.*; |
| | |
| | | mallGoodsCoupon.setName(name); |
| | | mallGoodsCoupon.setExpireDay(couponRuleAddDto.getExpireDay()); |
| | | mallGoodsCoupon.setCostAmount(couponRuleAddDto.getCostAmount()); |
| | | mallGoodsCoupon.setType(MallGoodsCoupon.TYPE_ONE); |
| | | mallGoodsCoupon.setRealAmount(couponRuleAddDto.getRealAmount()); |
| | | mallGoodsCouponMapper.insert(mallGoodsCoupon); |
| | | |