driver-server/src/main/java/com/jwl/driver/server/controller/PayNoticeLogController.java

21 lines
366 B
Java
Raw Normal View History

2023-08-11 11:51:09 +08:00
package com.jwl.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("//payNoticeLog")
public class PayNoticeLogController {
}