|
@@ -15,7 +15,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
|
|
|
|
@RequestMapping("sysCouponCode")
|
|
@RequestMapping("sysCouponCode")
|
|
-@Api(tags = "优惠券")
|
|
|
|
|
|
+@Api(tags = "优惠券明细")
|
|
@RestController
|
|
@RestController
|
|
public class SysCouponCodeController extends BaseController {
|
|
public class SysCouponCodeController extends BaseController {
|
|
|
|
|