File was renamed from ruoyi-modules/ruoyi-order/src/main/java/com/ruoyi/order/controller/MemberInvoiceController.java |
| | |
| | | package com.ruoyi.order.controller; |
| | | package com.ruoyi.order.controller.forepart; |
| | | |
| | | |
| | | import com.ruoyi.common.core.domain.R; |
| | |
| | | * @since 2024-05-23 |
| | | */ |
| | | @RestController |
| | | @RequestMapping("/member-invoice") |
| | | @RequestMapping("/forepart/member-invoice") |
| | | @Api(value = "用户端-我的发票相关接口", tags = "用户端-我的发票相关接口", description = "用户端-我的发票相关接口") |
| | | public class MemberInvoiceController { |
| | | public class ForepartMemberInvoiceController { |
| | | |
| | | @Resource |
| | | private IMemberInvoiceService iMemberInvoiceService; |