|
|
|
@@ -1,5 +1,6 @@ |
|
|
|
package com.iformall.controller; |
|
|
|
|
|
|
|
import com.iformall.annotation.TenantIgnore; |
|
|
|
import com.iformall.common.ErrorCode; |
|
|
|
import com.iformall.common.ResultData; |
|
|
|
import com.iformall.domain.po.WxCouponOrderReservation; |
|
|
|
@@ -57,6 +58,7 @@ public class WxCouponOrderReservationController extends BaseController { |
|
|
|
return new ResultData(reservation); |
|
|
|
} |
|
|
|
|
|
|
|
@TenantIgnore |
|
|
|
@ApiOperation(value = "") |
|
|
|
@PostMapping("saveOrUpdate") |
|
|
|
@ApiImplicitParams({ |
|
|
|
|