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.
20 lines
354 B
20 lines
354 B
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 {
|
|
|
|
}
|
|
|