电子券
This commit is contained in:
		
							parent
							
								
									f3be86d895
								
							
						
					
					
						commit
						f7099cd4a8
					
				| 
						 | 
					@ -1,12 +1,9 @@
 | 
				
			||||||
package com.bonus.canteen.core.marketing.coupon.controller;
 | 
					package com.bonus.canteen.core.marketing.coupon.controller;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import cn.hutool.core.bean.BeanUtil;
 | 
					import com.bonus.canteen.core.marketing.coupon.dto.GroupCuponDto;
 | 
				
			||||||
import cn.hutool.core.collection.CollUtil;
 | 
					 | 
				
			||||||
import com.bonus.canteen.core.marketing.dto.GroupCuponDto;
 | 
					 | 
				
			||||||
import com.bonus.common.core.web.domain.AjaxResult;
 | 
					import com.bonus.common.core.web.domain.AjaxResult;
 | 
				
			||||||
import com.bonus.canteen.core.marketing.coupon.param.MktCouponMobileUsableParam;
 | 
					import com.bonus.canteen.core.marketing.coupon.param.MktCouponMobileUsableParam;
 | 
				
			||||||
import com.bonus.canteen.core.marketing.coupon.service.MktCouponService;
 | 
					import com.bonus.canteen.core.marketing.coupon.service.MktCouponService;
 | 
				
			||||||
import com.bonus.canteen.core.marketing.coupon.vo.MktCouponMobileUsableVO;
 | 
					 | 
				
			||||||
import io.swagger.annotations.Api;
 | 
					import io.swagger.annotations.Api;
 | 
				
			||||||
import io.swagger.annotations.ApiOperation;
 | 
					import io.swagger.annotations.ApiOperation;
 | 
				
			||||||
import org.slf4j.Logger;
 | 
					import org.slf4j.Logger;
 | 
				
			||||||
| 
						 | 
					@ -18,9 +15,6 @@ import org.springframework.web.bind.annotation.RequestBody;
 | 
				
			||||||
import org.springframework.web.bind.annotation.RequestMapping;
 | 
					import org.springframework.web.bind.annotation.RequestMapping;
 | 
				
			||||||
import org.springframework.web.bind.annotation.RestController;
 | 
					import org.springframework.web.bind.annotation.RestController;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import java.util.Collection;
 | 
					 | 
				
			||||||
import java.util.List;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
@RestController
 | 
					@RestController
 | 
				
			||||||
@RequestMapping({"/api/v2/mkt/coupon"})
 | 
					@RequestMapping({"/api/v2/mkt/coupon"})
 | 
				
			||||||
@Api(
 | 
					@Api(
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,4 +1,4 @@
 | 
				
			||||||
package com.bonus.canteen.core.marketing.dto;
 | 
					package com.bonus.canteen.core.marketing.coupon.dto;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import com.bonus.canteen.core.common.page.PageDTO;
 | 
					import com.bonus.canteen.core.common.page.PageDTO;
 | 
				
			||||||
import io.swagger.annotations.ApiModelProperty;
 | 
					import io.swagger.annotations.ApiModelProperty;
 | 
				
			||||||
| 
						 | 
					@ -6,7 +6,7 @@ import com.bonus.canteen.core.marketing.coupon.model.MktCouponMacPayModel;
 | 
				
			||||||
import com.bonus.canteen.core.marketing.coupon.model.MktCouponPayModel;
 | 
					import com.bonus.canteen.core.marketing.coupon.model.MktCouponPayModel;
 | 
				
			||||||
import com.bonus.canteen.core.marketing.coupon.param.MktCouponMobileUsableParam;
 | 
					import com.bonus.canteen.core.marketing.coupon.param.MktCouponMobileUsableParam;
 | 
				
			||||||
import com.bonus.canteen.core.marketing.coupon.vo.MktCouponMobileUsableVO;
 | 
					import com.bonus.canteen.core.marketing.coupon.vo.MktCouponMobileUsableVO;
 | 
				
			||||||
import com.bonus.canteen.core.marketing.dto.GroupCuponDto;
 | 
					import com.bonus.canteen.core.marketing.coupon.dto.GroupCuponDto;
 | 
				
			||||||
import com.bonus.canteen.core.marketing.coupon.vo.MktGroupVo;
 | 
					import com.bonus.canteen.core.marketing.coupon.vo.MktGroupVo;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import java.util.List;
 | 
					import java.util.List;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -8,7 +8,7 @@ import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
 | 
				
			||||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
 | 
					import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
 | 
				
			||||||
import com.bonus.canteen.core.marketing.coupon.dto.GroupByCouponStateDto;
 | 
					import com.bonus.canteen.core.marketing.coupon.dto.GroupByCouponStateDto;
 | 
				
			||||||
import com.bonus.canteen.core.marketing.coupon.service.MktCouponTmplBackService;
 | 
					import com.bonus.canteen.core.marketing.coupon.service.MktCouponTmplBackService;
 | 
				
			||||||
import com.bonus.canteen.core.marketing.dto.GroupCuponDto;
 | 
					import com.bonus.canteen.core.marketing.coupon.dto.GroupCuponDto;
 | 
				
			||||||
import com.bonus.canteen.core.marketing.coupon.vo.MktCouponMobileVO;
 | 
					import com.bonus.canteen.core.marketing.coupon.vo.MktCouponMobileVO;
 | 
				
			||||||
import com.bonus.canteen.core.marketing.coupon.vo.MktCouponTmplBackVO;
 | 
					import com.bonus.canteen.core.marketing.coupon.vo.MktCouponTmplBackVO;
 | 
				
			||||||
import com.bonus.canteen.core.marketing.coupon.vo.MktGroupVo;
 | 
					import com.bonus.canteen.core.marketing.coupon.vo.MktGroupVo;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue