|
@@ -7,6 +7,7 @@ import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
|
|
|
import com.gree.mall.manager.bean.ExcelData;
|
|
|
import com.gree.mall.manager.bean.activity.CustomSecSpecBean;
|
|
|
import com.gree.mall.manager.bean.admin.AdminUserCom;
|
|
|
+import com.gree.mall.manager.bean.admin.AdminWebsitVO;
|
|
|
import com.gree.mall.manager.bean.coupon.*;
|
|
|
import com.gree.mall.manager.commonmapper.CouponDateMapper;
|
|
|
import com.gree.mall.manager.commonmapper.SecKillMapper;
|
|
@@ -692,6 +693,6 @@ public class CouponLogic {
|
|
|
}
|
|
|
|
|
|
public IPage<CouponVO> list(Page page, ZfireParamBean zfireParam) {
|
|
|
- return null;
|
|
|
+ return new Page<>();
|
|
|
}
|
|
|
}
|