You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
354 B
21 lines
354 B
7 days ago
|
package com.wrj.driver.server.controller;
|
||
|
|
||
|
|
||
|
import org.springframework.web.bind.annotation.RequestMapping;
|
||
|
|
||
|
import org.springframework.stereotype.Controller;
|
||
|
|
||
|
/**
|
||
|
* <p>
|
||
|
* 支付表 前端控制器
|
||
|
* </p>
|
||
|
*
|
||
|
* @author Automated procedures
|
||
|
* @since 2023-08-10
|
||
|
*/
|
||
|
@Controller
|
||
|
@RequestMapping("//orderPayInfo")
|
||
|
public class OrderPayInfoController {
|
||
|
|
||
|
}
|