You've already forked FrameTour-BE
优惠券、通知加参数
This commit is contained in:
@ -12,4 +12,6 @@ public interface CouponMapper extends BaseMapper<CouponEntity> {
|
||||
List<CouponRespVO> selectByQuery(CouponQueryReq query);
|
||||
|
||||
int updateStatus(Integer id);
|
||||
|
||||
CouponEntity getById(Integer couponId);
|
||||
}
|
Reference in New Issue
Block a user