ruoyi-service/ruoyi-order/src/main/java/com/ruoyi/order/controller/TOrderInvoiceController.java
New file @@ -0,0 +1,22 @@ package com.ruoyi.order.controller; import io.swagger.annotations.Api; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; /** * <p> * 前端控制器 * </p> * * @author xiaochen * @since 2024-08-07 */ @Api(tags = "订单开票") @RestController @RequestMapping("/t-order-invoice") public class TOrderInvoiceController { }