| | |
| | | |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.ruoyi.common.core.utils.page.PageDTO; |
| | | import com.ruoyi.promotion.controller.forepart.dto.CouponMemberDTO; |
| | | import com.ruoyi.promotion.domain.CouponMember; |
| | | import com.ruoyi.system.api.domain.dto.CouponMemberDTO; |
| | | import com.ruoyi.system.api.domain.CouponMember; |
| | | import org.springframework.web.bind.annotation.RequestBody; |
| | | |
| | | /** |
| | | * <p> |
| | |
| | | |
| | | PageDTO<CouponMember> getCouponMemberList(CouponMemberDTO couponMemberDTO); |
| | | |
| | | CouponMember getCouponMember(@RequestBody CouponMemberDTO couponMemberDTO); |
| | | |
| | | } |