优惠券

This commit is contained in:
2025-03-23 17:45:53 +08:00
parent a5f67b1eac
commit f9a8a5f20e
9 changed files with 289 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
package com.ycwl.basic.controller.mobile;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@RestController
@RequestMapping("/api/mobile/controller/v1")
public class AppCouponController {
}